mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Enable webgl extensions tests.
This commit is contained in:
parent
6a1fecdb0f
commit
11b2dce18a
15 changed files with 1 additions and 31 deletions
|
@ -1 +0,0 @@
|
|||
disabled: we don't support extensions and these tests are flaking
|
|
@ -1,5 +0,0 @@
|
|||
[angle-instanced-arrays-out-of-bounds.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "mac": CRASH
|
||||
if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH
|
|
@ -1,5 +0,0 @@
|
|||
[angle-instanced-arrays.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "mac": CRASH
|
||||
if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH
|
|
@ -1,7 +1,5 @@
|
|||
[ext-blend-minmax.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "mac": CRASH
|
||||
[WebGL test #1: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquation(MIN_EXT)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[ext-frag-depth.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "mac": CRASH
|
||||
[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[ext-sRGB.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "mac": CRASH
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
[ext-shader-texture-lod.html]
|
||||
type: testharness
|
||||
expected:
|
||||
if os == "mac": CRASH
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[ext-texture-filter-anisotropic.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
expected: ERROR
|
||||
[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[get-extension.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
|
@ -1,3 +0,0 @@
|
|||
[oes-element-index-uint.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
|
@ -1,6 +1,5 @@
|
|||
[oes-standard-derivatives.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[WebGL test #3: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[oes-texture-float-linear.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[oes-texture-float-with-canvas.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[oes-texture-float-with-image-data.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[oes-texture-float-with-image.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||
expected:
|
||||
if os == "linux": FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue