mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
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:
@@ -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) {
|
||||
{
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user