Allow webgl tests using unit test harness to run to completion.

This commit is contained in:
Josh Matthews 2018-07-25 17:26:37 -04:00
parent 4c5a7eaa14
commit ad1c546973
10 changed files with 64 additions and 8 deletions

View file

@ -30472,6 +30472,11 @@
[
{}
]
],
"webgl/tools/unit2.patch": [
[
{}
]
]
},
"testharness": {
@ -73039,7 +73044,7 @@
"support"
],
"webgl/conformance-1.0.3/conformance/more/unit.js": [
"e0d1158bdc411b87961a4c67abeb3dceed506008",
"82efd8b7a11d3ac344a3e1b563e99503f452226e",
"support"
],
"webgl/conformance-1.0.3/conformance/more/util.js": [
@ -99147,7 +99152,7 @@
"testharness"
],
"webgl/tools/import-conformance-tests.py": [
"73e9fad27290f3f10246390fca47bfeb64bc86ec",
"9e5e82b781ef02299db6406754b7d1d8abeb3c54",
"support"
],
"webgl/tools/js-test-pre.patch": [
@ -99166,6 +99171,10 @@
"1d3713862875b47ae9c07462e6962eb21e40e404",
"support"
],
"webgl/tools/unit2.patch": [
"cdccf819e756a9443f2ccf41b393b76fe5c398e9",
"support"
],
"webgl/uniformMatrixNfv.html": [
"f53e7687ad6aef0ffc064d941a05a222c33fde56",
"testharness"

View file

@ -1,3 +0,0 @@
[quickCheckAPI-G_I.html]
type: testharness
disabled: https://github.com/servo/servo/issues/10656

View file

@ -0,0 +1,4 @@
[copyTexSubImage2D.html]
[WebGL test #1: testRoundtrip]
expected: FAIL

View file

@ -0,0 +1,7 @@
[readPixelsBadArgs.html]
[WebGL test #1: testReadPixelsSOPIMG]
expected: FAIL
[WebGL test #2: testReadPixelsSOPCanvas]
expected: FAIL

View file

@ -0,0 +1,4 @@
[texImage2DHTML.html]
[WebGL test #1: testTexImage2DNonSOP]
expected: FAIL

View file

@ -0,0 +1,4 @@
[texSubImage2DHTML.html]
[WebGL test #1: testTexImage2DNonSOP]
expected: FAIL

View file

@ -1,3 +0,0 @@
[uniformOutOfBounds.html]
type: testharness
disabled: https://github.com/servo/servo/issues/13662