Add bug links to some WebGL expectations

This commit is contained in:
Anthony Ramine 2018-07-30 18:31:26 +02:00
parent d6673d1eaf
commit 1adfc0badb
18 changed files with 23 additions and 0 deletions

View file

@ -1,4 +1,5 @@
[buffer-offscreen-test.html] [buffer-offscreen-test.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness type: testharness
[WebGL test #5: at (0, 0) expected: 0,0,0,0 was 255,0,0,255] [WebGL test #5: at (0, 0) expected: 0,0,0,0 was 255,0,0,255]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[buffer-preserve-test.html] [buffer-preserve-test.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness type: testharness
[WebGL test #3: at (0, 0) expected: 0,0,0,0 was 255,0,0,255] [WebGL test #3: at (0, 0) expected: 0,0,0,0 was 255,0,0,255]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[context-attribute-preserve-drawing-buffer.html] [context-attribute-preserve-drawing-buffer.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness type: testharness
expected: ERROR expected: ERROR
[Overall test] [Overall test]

View file

@ -1,4 +1,5 @@
[context-attributes-alpha-depth-stencil-antialias.html] [context-attributes-alpha-depth-stencil-antialias.html]
bug: https://github.com/servo/servo/issues/21285
type: testharness type: testharness
[WebGL test #96: redChannels[0\] != 255 && redChannels[0\] != 0 should be true. Was false.] [WebGL test #96: redChannels[0\] != 255 && redChannels[0\] != 0 should be true. Was false.]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[context-lost.html] [context-lost.html]
bug: https://github.com/servo/servo/issues/15266
type: testharness type: testharness
[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

@ -1,4 +1,5 @@
[methods.html] [methods.html]
bug: https://github.com/servo/servo/issues/15266
[WebGL test #0: Property either does not exist or is not a function: isContextLost] [WebGL test #0: Property either does not exist or is not a function: isContextLost]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[premultiplyalpha-test.html] [premultiplyalpha-test.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness type: testharness
expected: ERROR expected: ERROR
[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,4 +1,5 @@
[shader-varying-packing-restrictions.html] [shader-varying-packing-restrictions.html]
bug: https://github.com/servo/servo/issues/20601
[WebGL test #2: [unexpected link status\] shaders with varying array of float with 33 elements (one past maximum) accessing last element should fail] [WebGL test #2: [unexpected link status\] shaders with varying array of float with 33 elements (one past maximum) accessing last element should fail]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[shader-with-define-line-continuation.frag.html] [shader-with-define-line-continuation.frag.html]
bug: https://github.com/servo/servo/issues/20601
type: testharness type: testharness
[WebGL test #0: [unexpected link status\] fragment shader that uses line continuation macro should fail] [WebGL test #0: [unexpected link status\] fragment shader that uses line continuation macro should fail]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[shader-with-global-variable-precision-mismatch.html] [shader-with-global-variable-precision-mismatch.html]
bug: https://github.com/servo/servo/issues/20601
type: testharness type: testharness
[WebGL test #0: [unexpected link status\] mismatching precision for uniforms causes link error (as expected)] [WebGL test #0: [unexpected link status\] mismatching precision for uniforms causes link error (as expected)]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[shaders-with-invariance.html] [shaders-with-invariance.html]
bug: https://github.com/servo/servo/issues/20601
type: testharness type: testharness
[WebGL test #0: [unexpected fragment shader compile status\] (expected: true) vertex shader with variant varying and fragment shader with invariant varying must fail] [WebGL test #0: [unexpected fragment shader compile status\] (expected: true) vertex shader with variant varying and fragment shader with invariant varying must fail]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[shaders-with-uniform-structs.html] [shaders-with-uniform-structs.html]
bug: https://github.com/servo/servo/issues/20601
type: testharness type: testharness
[WebGL test #5: [unexpected link status\] Structures must have the same type definitions (including precision) to be considered the same type.] [WebGL test #5: [unexpected link status\] Structures must have the same type definitions (including precision) to be considered the same type.]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[shaders-with-varyings.html] [shaders-with-varyings.html]
bug: https://github.com/servo/servo/issues/20601
type: testharness type: testharness
[WebGL test #3: [unexpected link status\] vertex shader with unused varying and fragment shader with used varying must succeed] [WebGL test #3: [unexpected link status\] vertex shader with unused varying and fragment shader with used varying must succeed]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[type-conversion-test.html] [type-conversion-test.html]
bug: https://github.com/servo/servo/issues/20513
type: testharness type: testharness
[WebGL test #340: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView] [WebGL test #340: context.bufferData(context.ARRAY_BUFFER, argument, context.STATIC_DRAW) should be undefined. Threw exception TypeError: Not an ArrayBufferView]
expected: FAIL expected: FAIL

View file

@ -1,20 +1,26 @@
[webgl-specific.html] [webgl-specific.html]
type: testharness type: testharness
[WebGL test #21: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: gl.drawArrays(gl.TRIANGLES, 0, 0)] [WebGL test #21: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: gl.drawArrays(gl.TRIANGLES, 0, 0)]
bug: https://github.com/servo/servo/issues/20555
expected: FAIL expected: FAIL
[WebGL test #27: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: gl.drawArrays(gl.TRIANGLES, 0, 0)] [WebGL test #27: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: gl.drawArrays(gl.TRIANGLES, 0, 0)]
bug: https://github.com/servo/servo/issues/20555
expected: FAIL expected: FAIL
[WebGL test #31: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: gl.drawArrays(gl.TRIANGLES, 0, 0)] [WebGL test #31: getError expected: INVALID_OPERATION. Was NO_ERROR : after evaluating: gl.drawArrays(gl.TRIANGLES, 0, 0)]
bug: https://github.com/servo/servo/issues/20555
expected: FAIL expected: FAIL
[WebGL test #39: gl.getParameter(gl.UNPACK_COLORSPACE_CONVERSION_WEBGL) should be 37444 (of type number). Was null (of type object).] [WebGL test #39: gl.getParameter(gl.UNPACK_COLORSPACE_CONVERSION_WEBGL) should be 37444 (of type number). Was null (of type object).]
bug: https://github.com/servo/servo/issues/20552
expected: FAIL expected: FAIL
[WebGL test #40: gl.getParameter(gl.UNPACK_COLORSPACE_CONVERSION_WEBGL) should be 0 (of type number). Was null (of type object).] [WebGL test #40: gl.getParameter(gl.UNPACK_COLORSPACE_CONVERSION_WEBGL) should be 0 (of type number). Was null (of type object).]
bug: https://github.com/servo/servo/issues/20552
expected: FAIL expected: FAIL
[WebGL test #41: getError expected: NO_ERROR. Was INVALID_ENUM : set/get UNPACK_COLORSPACE_CONVERSION_WEBGL should generate no error] [WebGL test #41: getError expected: NO_ERROR. Was INVALID_ENUM : set/get UNPACK_COLORSPACE_CONVERSION_WEBGL should generate no error]
bug: https://github.com/servo/servo/issues/20552
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[feedback-loop.html] [feedback-loop.html]
bug: https://github.com/servo/servo/issues/21288
type: testharness type: testharness
[WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after draw with invalid feedback loop] [WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after draw with invalid feedback loop]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,5 @@
[multisample-corruption.html] [multisample-corruption.html]
bug: https://github.com/servo/servo/issues/21132
type: testharness type: testharness
expected: ERROR expected: ERROR
[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,4 +1,5 @@
[texture-copying-feedback-loops.html] [texture-copying-feedback-loops.html]
bug: https://github.com/servo/servo/issues/21288
type: testharness type: testharness
[WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexImage2D to same texture same level, invalid feedback loop] [WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexImage2D to same texture same level, invalid feedback loop]
expected: FAIL expected: FAIL