webgl: Enable all the tests on linux

Now that testing is being done using OSMesa on the Linux side as well,
our test behavior matches Mac's pretty closely.
This commit is contained in:
Eric Anholt 2016-09-10 17:02:47 -07:00
parent f719ac2af7
commit 19a8a4cd7b
5 changed files with 8 additions and 10 deletions

View file

@ -1,2 +0,0 @@
disabled:
if os == "linux": https://github.com/servo/servo/issues/9331

View file

@ -1,6 +1,8 @@
[readPixelsBadArgs.html] [readPixelsBadArgs.html]
type: testharness type: testharness
expected: TIMEOUT expected:
if os == "linux": CRASH
if os == "mac": TIMEOUT
[WebGL test #0: testReadPixels] [WebGL test #0: testReadPixels]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,8 @@
[read-pixels-pack-alignment.html] [read-pixels-pack-alignment.html]
type: testharness type: testharness
expected: TIMEOUT expected:
if os == "linux": CRASH
if os == "mac": TIMEOUT
[WebGL test #3: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] [WebGL test #3: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,3 @@
[texture-npot-video.html] [texture-npot-video.html]
type: testharness type: testharness
expected: expected: TIMEOUT
if os == "linux": CRASH
if os == "mac": TIMEOUT

View file

@ -1,5 +1,3 @@
[uniform-default-values.html] [uniform-default-values.html]
type: testharness type: testharness
expected: expected: ERROR
if os == "linux": CRASH
if os == "mac": ERROR