gpu/internal/rendertest: add issue references to broken tests

References: https://todo.sr.ht/~eliasnaur/gio/479
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2023-02-06 12:07:24 -06:00
parent bce4153640
commit 32c6a9b10d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ func TestPaintClippedTexture(t *testing.T) {
}
func TestStrokedPathZeroWidth(t *testing.T) {
t.Skip("test broken")
t.Skip("test broken, see issue 479")
run(t, func(o *op.Ops) {
{
+1 -1
View File
@@ -203,7 +203,7 @@ func TestBuildOffscreen(t *testing.T) {
}
func TestNegativeOverlaps(t *testing.T) {
t.Skip("test broken")
t.Skip("test broken; see issue 479")
run(t, func(ops *op.Ops) {
defer clip.RRect{Rect: image.Rect(50, 50, 100, 100)}.Push(ops).Pop()