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,36 +1,36 @@
[get-uniform-indices.html]
[WebGL test #2: getUniformIndices([, 'u_vert_scalar[0\]' ,\]) -> [, 0 ,\], should be [, INVALID_INDEX ,\]]
[WebGL test #12]
expected: FAIL
[WebGL test #3: 'u_vert_scalar'.startsWith('u_vert_scalar[0\]')]
[WebGL test #13]
expected: FAIL
[WebGL test #8: getUniformIndices([, 'u_vert_arr[1\]' ,\]) -> [, 1 ,\], should be [, INVALID_INDEX ,\]]
[WebGL test #18]
expected: FAIL
[WebGL test #9: 'u_vert_arr[0\]'.startsWith('u_vert_arr[1\]')]
[WebGL test #19]
expected: FAIL
[WebGL test #12: getUniformIndices([, 'u_frag_scalar[0\]' ,\]) -> [, 4 ,\], should be [, INVALID_INDEX ,\]]
[WebGL test #2]
expected: FAIL
[WebGL test #13: 'u_frag_scalar'.startsWith('u_frag_scalar[0\]')]
[WebGL test #22]
expected: FAIL
[WebGL test #18: getUniformIndices([, 'u_frag_arr[1\]' ,\]) -> [, 5 ,\], should be [, INVALID_INDEX ,\]]
[WebGL test #23]
expected: FAIL
[WebGL test #19: 'u_frag_arr[0\]'.startsWith('u_frag_arr[1\]')]
[WebGL test #28]
expected: FAIL
[WebGL test #22: getUniformIndices([, 'u_both_scalar[0\]' ,\]) -> [, 2 ,\], should be [, INVALID_INDEX ,\]]
[WebGL test #29]
expected: FAIL
[WebGL test #23: 'u_both_scalar'.startsWith('u_both_scalar[0\]')]
[WebGL test #3]
expected: FAIL
[WebGL test #28: getUniformIndices([, 'u_both_arr[1\]' ,\]) -> [, 3 ,\], should be [, INVALID_INDEX ,\]]
[WebGL test #8]
expected: FAIL
[WebGL test #29: 'u_both_arr[0\]'.startsWith('u_both_arr[1\]')]
[WebGL test #9]
expected: FAIL