mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Simplify platform-specific test expectations.
This commit is contained in:
parent
4dcb05ca4f
commit
bd5ff90c38
19 changed files with 8 additions and 31 deletions
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: gl = getWebGL(1, 1, null, [ 0, 0, 0, 0 \], 1, 0) should be non-null. Was null]
|
[WebGL test #0: gl = getWebGL(1, 1, null, [ 0, 0, 0, 0 \], 1, 0) should be non-null. Was null]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: program != null should be true. Was false.]
|
[WebGL test #0: program != null should be true. Was false.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: gl.isContextLost() should be false. Threw exception TypeError: gl.isContextLost is not a function]
|
[WebGL test #0: gl.isContextLost() should be false. Threw exception TypeError: gl.isContextLost is not a function]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.compileShader(shaderB)]
|
[WebGL test #0: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: contextA.compileShader(shaderB)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: Property either does not exist or is not a function: checkFramebufferStatus]
|
[WebGL test #0: Property either does not exist or is not a function: checkFramebufferStatus]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #1: attempt to use a resource from the wrong context should fail with INVALID_OPERATION]
|
[WebGL test #1: attempt to use a resource from the wrong context should fail with INVALID_OPERATION]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #1: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquation(MIN_EXT)]
|
[WebGL test #1: getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.blendEquation(MIN_EXT)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[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
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if os == "mac": CRASH
|
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
|
|
||||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[ext-texture-filter-anisotropic.html]
|
[ext-texture-filter-anisotropic.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected: CRASH
|
||||||
if os == "mac": CRASH
|
|
||||||
if not debug and (os == "linux") and (version == "Ubuntu 14.04") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): 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
|
|
||||||
[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,9 +1,6 @@
|
||||||
[oes-standard-derivatives.html]
|
[oes-standard-derivatives.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected: CRASH
|
||||||
if os == "mac": CRASH
|
|
||||||
if not debug and (os == "linux") and (version == "Ubuntu 14.04") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): 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
|
|
||||||
[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
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
[oes-texture-float-linear.html]
|
[oes-texture-float-linear.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected: CRASH
|
||||||
if os == "mac": CRASH
|
|
||||||
if not debug and (os == "linux") and (version == "Ubuntu 14.04") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): 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
|
|
||||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
[quickCheckAPI-G_I.html]
|
[quickCheckAPI-G_I.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
disabled: https://github.com/servo/servo/issues/10656
|
disabled: https://github.com/servo/servo/issues/10656
|
||||||
expected:
|
|
||||||
if os == "linux": CRASH
|
|
||||||
if os == "mac": TIMEOUT
|
|
||||||
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,7 @@
|
||||||
[gl-geterror.html]
|
[gl-geterror.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH
|
if os == "mac": CRASH
|
||||||
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
[WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[tex-sub-image-2d-bad-args.html]
|
[tex-sub-image-2d-bad-args.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and (version == "Ubuntu 14.04") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH
|
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
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": CRASH
|
if os == "linux": CRASH
|
||||||
if os == "mac": TIMEOUT
|
if os == "mac": TIMEOUT
|
||||||
if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): TIMEOUT
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": CRASH
|
if os == "linux": CRASH
|
||||||
if os == "mac": TIMEOUT
|
if os == "mac": TIMEOUT
|
||||||
if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): TIMEOUT
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue