mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update webgl conformance tests (#33121)
* Update python -> python3 for helper script. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update webgl conformance testsuite patches. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Import WebGL conformance testsuite for August 19, 2024. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update expected results. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Track the commit used for webgl conformance test import. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
e64831d68a
commit
5d1d3d6b5a
4060 changed files with 100141 additions and 90094 deletions
36
tests/wpt/webgl/meta/conformance2/programs/get-uniform-indices.html.ini
vendored
Normal file
36
tests/wpt/webgl/meta/conformance2/programs/get-uniform-indices.html.ini
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
[get-uniform-indices.html]
|
||||
[WebGL test #2: getUniformIndices([, 'u_vert_scalar[0\]' ,\]) -> [, 0 ,\], should be [, INVALID_INDEX ,\]]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #3: 'u_vert_scalar'.startsWith('u_vert_scalar[0\]')]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #8: getUniformIndices([, 'u_vert_arr[1\]' ,\]) -> [, 1 ,\], should be [, INVALID_INDEX ,\]]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #9: 'u_vert_arr[0\]'.startsWith('u_vert_arr[1\]')]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: getUniformIndices([, 'u_frag_scalar[0\]' ,\]) -> [, 4 ,\], should be [, INVALID_INDEX ,\]]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #13: 'u_frag_scalar'.startsWith('u_frag_scalar[0\]')]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: getUniformIndices([, 'u_frag_arr[1\]' ,\]) -> [, 5 ,\], should be [, INVALID_INDEX ,\]]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #19: 'u_frag_arr[0\]'.startsWith('u_frag_arr[1\]')]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #22: getUniformIndices([, 'u_both_scalar[0\]' ,\]) -> [, 2 ,\], should be [, INVALID_INDEX ,\]]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #23: 'u_both_scalar'.startsWith('u_both_scalar[0\]')]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #28: getUniformIndices([, 'u_both_arr[1\]' ,\]) -> [, 3 ,\], should be [, INVALID_INDEX ,\]]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #29: 'u_both_arr[0\]'.startsWith('u_both_arr[1\]')]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue