mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
f719ac2af7
commit
19a8a4cd7b
5 changed files with 8 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
|||
disabled:
|
||||
if os == "linux": https://github.com/servo/servo/issues/9331
|
|
@ -1,6 +1,8 @@
|
|||
[readPixelsBadArgs.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
expected:
|
||||
if os == "linux": CRASH
|
||||
if os == "mac": TIMEOUT
|
||||
[WebGL test #0: testReadPixels]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[read-pixels-pack-alignment.html]
|
||||
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).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
[texture-npot-video.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "linux": CRASH
|
||||
if os == "mac": TIMEOUT
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
[uniform-default-values.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "linux": CRASH
|
||||
if os == "mac": ERROR
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue