Remove message from WebGL subtest name and remove stale expectations (#35791)

* Remove message from WebGL subtest name

This causes stale expectations: https://github.com/servo/servo/issues/35750

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

* Update expectations

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>

---------

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2025-03-12 10:08:39 +01:00 committed by GitHub
parent d57dbb4d47
commit 5853c00628
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
616 changed files with 19831 additions and 18532 deletions

View file

@ -1,10 +1,9 @@
[gl-bind-attrib-location-long-names-test.html]
bug: https://github.com/servo/servo/issues/26004
[WebGL test #4: should be green\nat (0, 0) expected: 0,255,0,255 was 255,255,255,255]
[WebGL test #4]
expected:
if os == "mac": FAIL
[WebGL test #8: should be green\nat (0, 0) expected: 255,0,0,255 was 255,255,255,255]
[WebGL test #8]
expected:
if os == "mac": FAIL

View file

@ -1,10 +1,9 @@
[gl-bind-attrib-location-test.html]
bug: https://github.com/servo/servo/issues/26004
[WebGL test #13: Line 15 should be red for at least 10 rgba pixels starting 20 pixels in\nat (20, 15) expected: 255,0,0,255 was 0,0,0,255]
[WebGL test #13]
expected:
if os == "mac": FAIL
[WebGL test #7: Line 15 should be red for at least 10 rgba pixels starting 20 pixels in\nat (20, 15) expected: 0,255,0,255 was 0,0,0,255]
[WebGL test #7]
expected:
if os == "mac": FAIL

View file

@ -1,3 +1,3 @@
[program-handling.html]
[WebGL test #7: getError expected: INVALID_OPERATION. Was NO_ERROR : draw with invalidated program should fail]
[WebGL test #7]
expected: FAIL

View file

@ -1,3 +1,3 @@
[program-test.html]
[WebGL test #69: getError expected: INVALID_OPERATION. Was NO_ERROR : drawing with a newly-invalidated program should generate INVALID_OPERATION]
[WebGL test #69]
expected: FAIL