Skip to content

Commit

Permalink
webgl: Drop expecteds for more calls to now-implemented functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
anholt committed Jan 6, 2017
1 parent 1b84e63 commit b5fa219
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
@@ -1,47 +1,11 @@
[bad-arguments-test.html]
type: testharness
[WebGL test #59: context.detachShader(program, argument) should be undefined. Threw exception TypeError: context.detachShader is not a function]
expected: FAIL

[WebGL test #60: context.detachShader(argument, shader) should be undefined. Threw exception TypeError: context.detachShader is not a function]
expected: FAIL

[WebGL test #70: context.uniform2fv(argument, new Float32Array([0.0, 0.0\])) should be undefined. Threw exception TypeError: context.uniform2fv is not a function]
expected: FAIL

[WebGL test #71: context.uniform2iv(argument, new Int32Array([0, 0\])) should be undefined. Threw exception TypeError: context.uniform2iv is not a function]
expected: FAIL

[WebGL test #72: context.uniformMatrix2fv(argument, false, new Float32Array([0.0, 0.0, 0.0, 0.0\])) should be undefined. Threw exception TypeError: context.uniformMatrix2fv is not a function]
expected: FAIL

[WebGL test #73: context.getProgramInfoLog(argument) should be null. Threw exception TypeError: context.getProgramInfoLog is not a function]
expected: FAIL

[WebGL test #78: context.getUniform(argument, loc) should be null. Threw exception TypeError: context.getUniform is not a function]
expected: FAIL

[WebGL test #79: context.getUniform(program, argument) should be null. Threw exception TypeError: context.getUniform is not a function]
expected: FAIL

[WebGL test #85: context.detachShader(program, argument) should be undefined. Threw exception TypeError: context.detachShader is not a function]
expected: FAIL

[WebGL test #86: context.detachShader(argument, shader) should be undefined. Threw exception TypeError: context.detachShader is not a function]
expected: FAIL

[WebGL test #96: context.uniform2fv(argument, new Float32Array([0.0, 0.0\])) should be undefined. Threw exception TypeError: context.uniform2fv is not a function]
expected: FAIL

[WebGL test #97: context.uniform2iv(argument, new Int32Array([0, 0\])) should be undefined. Threw exception TypeError: context.uniform2iv is not a function]
expected: FAIL

[WebGL test #98: context.uniformMatrix2fv(argument, false, new Float32Array([0.0, 0.0, 0.0, 0.0\])) should be undefined. Threw exception TypeError: context.uniformMatrix2fv is not a function]
expected: FAIL

[WebGL test #99: context.getProgramInfoLog(argument) should be null. Threw exception TypeError: context.getProgramInfoLog is not a function]
expected: FAIL

[WebGL test #104: context.getUniform(argument, loc) should be null. Threw exception TypeError: context.getUniform is not a function]
expected: FAIL

Expand Down
Expand Up @@ -12,9 +12,3 @@
[WebGL test #5: gl.getShaderInfoLog(fs) should return a string. Returns: "null"]
expected: FAIL

[WebGL test #8: gl.getProgramInfoLog(prog) should return a string. Threw exception TypeError: gl.getProgramInfoLog is not a function]
expected: FAIL

[WebGL test #9: gl.getProgramInfoLog(prog) should return a string. Threw exception TypeError: gl.getProgramInfoLog is not a function]
expected: FAIL

0 comments on commit b5fa219

Please sign in to comment.