mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Remove expected-crash state of many WebGL tests on Linux.
These tests are still all skipped currently (see #9331), but with skipping removed, these didn't crash with Mesa 12.1 on Haswell (Intel).
This commit is contained in:
parent
944cbbff8b
commit
1caf82bc0f
9 changed files with 0 additions and 22 deletions
|
@ -1,7 +1,5 @@
|
||||||
[tex-sub-image-2d-bad-args.html]
|
[tex-sub-image-2d-bad-args.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
[texture-complete.html]
|
[texture-complete.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
[texture-sub-image-cube-maps.html]
|
[texture-sub-image-cube-maps.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[texture-transparent-pixels-initialized.html]
|
|
||||||
type: testharness
|
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
|
@ -1,7 +1,5 @@
|
||||||
[texture-upload-cube-maps.html]
|
[texture-upload-cube-maps.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[data-view-test.html]
|
|
||||||
type: testharness
|
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
|
@ -1,7 +1,5 @@
|
||||||
[null-uniform-location.html]
|
[null-uniform-location.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #6: callUniformFunction('uniform1i') should be undefined. Threw exception TypeError: func is undefined]
|
[WebGL test #6: callUniformFunction('uniform1i') should be undefined. Threw exception TypeError: func is undefined]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
[uniform-location.html]
|
[uniform-location.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #1: contextA.uniformMatrix4fv(locationA, false, mat) threw exception TypeError: contextA.uniformMatrix4fv is not a function]
|
[WebGL test #1: contextA.uniformMatrix4fv(locationA, false, mat) threw exception TypeError: contextA.uniformMatrix4fv is not a function]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
[uniform-values-per-program.html]
|
[uniform-values-per-program.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue