Auto merge of #11436 - nox:s-osx-mac, r=jgraham

Fix all the Mac-specific test expectations

It's "mac", not "osx".

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11436)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-05-26 19:10:12 -05:00
commit a01d44ea23
36 changed files with 32 additions and 36 deletions

View file

@ -1,7 +1,7 @@
[reflection-embedded.html] [reflection-embedded.html]
type: testharness type: testharness
disabled: disabled:
if os == "osx": https://github.com/servo/servo/issues/11100 if os == "mac": https://github.com/servo/servo/issues/11100
[img.dir: typeof IDL attribute] [img.dir: typeof IDL attribute]
expected: FAIL expected: FAIL

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,5 +1,5 @@
[constants-and-properties.html] [constants-and-properties.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,7 +1,7 @@
[context-attributes-alpha-depth-stencil-antialias.html] [context-attributes-alpha-depth-stencil-antialias.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,7 +1,7 @@
[context-eviction-with-garbage-collection.html] [context-eviction-with-garbage-collection.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,5 +1,5 @@
[context-hidden-alpha.html] [context-hidden-alpha.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,5 +1,5 @@
[context-lost-restored.html] [context-lost-restored.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,7 +1,7 @@
[context-lost.html] [context-lost.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,5 +1,5 @@
[context-type-test.html] [context-type-test.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,7 +1,7 @@
[incorrect-context-object-behaviour.html] [incorrect-context-object-behaviour.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[methods.html] [methods.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[premultiplyalpha-test.html] [premultiplyalpha-test.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[resource-sharing-test.html] [resource-sharing-test.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,5 +1,5 @@
[angle-instanced-arrays-out-of-bounds.html] [angle-instanced-arrays-out-of-bounds.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,5 +1,5 @@
[angle-instanced-arrays.html] [angle-instanced-arrays.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): CRASH

View file

@ -1,7 +1,7 @@
[ext-blend-minmax.html] [ext-blend-minmax.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[ext-frag-depth.html] [ext-frag-depth.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[ext-sRGB.html] [ext-sRGB.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[ext-shader-texture-lod.html] [ext-shader-texture-lod.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,7 @@
[ext-texture-filter-anisotropic.html] [ext-texture-filter-anisotropic.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 == "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 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).]

View file

@ -1,7 +1,7 @@
[oes-standard-derivatives.html] [oes-standard-derivatives.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 == "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 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).]

View file

@ -1,7 +1,7 @@
[oes-texture-float-linear.html] [oes-texture-float-linear.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 == "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 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]

View file

@ -1,7 +1,7 @@
[shader-with-ivec3-return-value.frag.html] [shader-with-ivec3-return-value.frag.html]
type: testharness type: testharness
expected: expected:
if os == "osx": CRASH if os == "mac": CRASH
[WebGL test #0: [unexpected fragment shader compile status\] (expected: true) Shader with ivec3 return value from function call should succeed] [WebGL test #0: [unexpected fragment shader compile status\] (expected: true) Shader with ivec3 return value from function call should succeed]
expected: FAIL expected: FAIL

View file

@ -1,7 +1,7 @@
[shader-with-long-line.html] [shader-with-long-line.html]
type: testharness type: testharness
expected: expected:
if os == "osx": CRASH if os == "mac": CRASH
[WebGL test #0: [unexpected vertex shader compile status\] (expected: true) shader that uses long lines should succeed] [WebGL test #0: [unexpected vertex shader compile status\] (expected: true) shader that uses long lines should succeed]
expected: FAIL expected: FAIL

View file

@ -2,7 +2,6 @@
type: testharness type: testharness
expected: expected:
if os == "linux": TIMEOUT if os == "linux": TIMEOUT
if os == "osx": CRASH
[WebGL test #9: gl.isShader(vertexShader) should be true. Threw exception TypeError: gl.isShader is not a function] [WebGL test #9: gl.isShader(vertexShader) should be true. Threw exception TypeError: gl.isShader is not a function]
expected: FAIL expected: FAIL

View file

@ -3,5 +3,5 @@
disabled: https://github.com/servo/servo/issues/10656 disabled: https://github.com/servo/servo/issues/10656
expected: expected:
if os == "linux": CRASH if os == "linux": CRASH
if os == "osx": 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"): 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

View file

@ -1,7 +1,6 @@
[gl-geterror.html] [gl-geterror.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 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

View file

@ -1,7 +1,6 @@
[tex-sub-image-2d-bad-args.html] [tex-sub-image-2d-bad-args.html]
type: testharness type: testharness
expected: expected:
if os == "osx": 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 == "linux") and (version == "Ubuntu 14.04") 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

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": CRASH if os == "linux": CRASH
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): TIMEOUT

View file

@ -2,4 +2,3 @@
type: testharness type: testharness
expected: expected:
if os == "linux": CRASH if os == "linux": CRASH
if os == "osx": TIMEOUT

View file

@ -2,5 +2,5 @@
type: testharness type: testharness
expected: expected:
if os == "linux": CRASH if os == "linux": CRASH
if os == "osx": 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 if not debug and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64) and (backend == "cpu"): TIMEOUT