mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update test failure expectations for gl.getUniform
Updated by running /mach test-wpt --log-raw /tmp/servo.log ./**/*1.0.3*/conformance/state/gl-object-get-calls.html ...and then ./mach update-wpt /tmp/servo.log
This commit is contained in:
parent
58760d91d1
commit
a30674ab7e
1 changed files with 52 additions and 0 deletions
|
@ -0,0 +1,52 @@
|
|||
[gl-object-get-calls.html]
|
||||
[WebGL test #57: gl.getUniform(boolProgram, bvalLoc) should be true. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #58: gl.getUniform(boolProgram, bval2Loc) should be true,false. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #59: gl.getUniform(boolProgram, bval3Loc) should be true,false,true. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #60: gl.getUniform(boolProgram, bval4Loc) should be true,false,true,false. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #63: gl.getUniform(intProgram, ivalLoc) should be 1. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #64: gl.getUniform(intProgram, ival2Loc) should be 2,3. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #65: gl.getUniform(intProgram, ival3Loc) should be 4,5,6. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #66: gl.getUniform(intProgram, ival4Loc) should be 7,8,9,10. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #69: gl.getUniform(floatProgram, fvalLoc) should be 11. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #70: gl.getUniform(floatProgram, fval2Loc) should be 12,13. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #71: gl.getUniform(floatProgram, fval3Loc) should be 14,15,16. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #72: gl.getUniform(floatProgram, fval4Loc) should be 17,18,19,20. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #75: gl.getUniform(samplerProgram, s2DValLoc) should be 0. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #76: gl.getUniform(samplerProgram, sCubeValLoc) should be 1. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #79: gl.getUniform(matProgram, mval2Loc) should be 1,2,3,4. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #80: gl.getUniform(matProgram, mval3Loc) should be 5,6,7,8,9,10,11,12,13. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #81: gl.getUniform(matProgram, mval4Loc) should be 14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29. Threw exception TypeError: gl.getUniform is not a function]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue