Skip to content

Commit

Permalink
Update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Oct 31, 2017
1 parent 4989f00 commit 7d42d7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
@@ -1,5 +1,5 @@
[context-attributes-alpha-depth-stencil-antialias.html]
type: testharness
[WebGL test #95: pixel_1[0\] != 255 && pixel_1[0\] != 0 || pixel_1[0\] == 0 && pixel_2[0\] != 255 && pixel_2[0\] != 0 should be true. Was false.]
[WebGL test #96: redChannels[0\] != 255 && redChannels[0\] != 0 should be true. Was false.]
expected: FAIL

This file was deleted.

@@ -1,14 +1,14 @@
[get-active-test.html]
type: testharness
[WebGL test #33: context2.getActiveAttrib(program, 0) should be null. Was [object WebGLActiveInfo\].]
[WebGL test #31: context2.getActiveAttrib(program, 0) should be null. Was [object WebGLActiveInfo\].]
expected: FAIL

[WebGL test #34: getError expected: INVALID_OPERATION. Was NO_ERROR : ]
[WebGL test #32: getError expected: INVALID_OPERATION. Was NO_ERROR : ]
expected: FAIL

[WebGL test #35: context2.getActiveUniform(program, 0) should be null. Was [object WebGLActiveInfo\].]
[WebGL test #33: context2.getActiveUniform(program, 0) should be null. Was [object WebGLActiveInfo\].]
expected: FAIL

[WebGL test #36: getError expected: INVALID_OPERATION. Was NO_ERROR : ]
[WebGL test #34: getError expected: INVALID_OPERATION. Was NO_ERROR : ]
expected: FAIL

0 comments on commit 7d42d7a

Please sign in to comment.