--- /home/igalia/clopez/webkit/webkit/layout-test-results/fast/canvas/webgl/lose-context-on-status-failure-expected.txt +++ /home/igalia/clopez/webkit/webkit/layout-test-results/fast/canvas/webgl/lose-context-on-status-failure-actual.txt @@ -1,7 +1,3 @@ -CONSOLE MESSAGE: line 67: WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost -CONSOLE MESSAGE: line 98: WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost -CONSOLE MESSAGE: line 124: WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost -CONSOLE MESSAGE: line 156: WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost Checks that a GPU status check failure will lose the context. NOTE: This only passes in the test harness because it requires Internals. @@ -20,8 +16,8 @@ PASS gl.isContextLost() is false PASS gl.getError() is gl.NO_ERROR Now force failure after the next drawArrays. -PASS gl.isContextLost() is true -PASS gl.getError() is gl.CONTEXT_LOST_WEBGL +FAIL gl.isContextLost() should be true. Was false. +FAIL gl.getError() should be 37442. Was 0. Test drawElements. @@ -31,8 +27,8 @@ PASS gl.isContextLost() is false PASS gl.getError() is gl.NO_ERROR Now force failure after the next drawElements. -PASS gl.isContextLost() is true -PASS gl.getError() is gl.CONTEXT_LOST_WEBGL +FAIL gl.isContextLost() should be true. Was false. +FAIL gl.getError() should be 37442. Was 0. Test drawArraysInstanced. @@ -46,8 +42,8 @@ PASS gl.isContextLost() is false PASS gl.getError() is gl.NO_ERROR Now force failure after the next drawArraysInstancedANGLE. -PASS gl.isContextLost() is true -PASS gl.getError() is gl.CONTEXT_LOST_WEBGL +FAIL gl.isContextLost() should be true. Was false. +FAIL gl.getError() should be 37442. Was 0. Test drawElementsInstanced. @@ -67,9 +63,10 @@ PASS gl.isContextLost() is false PASS gl.getError() is gl.NO_ERROR Now force failure after the next drawElementsInstancedANGLE. -PASS gl.isContextLost() is true -PASS gl.getError() is gl.CONTEXT_LOST_WEBGL +FAIL gl.isContextLost() should be true. Was false. +FAIL gl.getError() should be 37442. Was 0. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE