Title: [267990] trunk/LayoutTests
Revision
267990
Author
dp...@igalia.com
Date
2020-10-05 12:13:05 -0700 (Mon, 05 Oct 2020)

Log Message

[GLIB] Remove two WebGL tests crashing that are passing since r266809.

Unreviewed test gardening.

Also emit GLIB baseline for webgl/1.0.3/conformance/context/context-lost-restored.html.

* platform/glib/TestExpectations:
* platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (267989 => 267990)


--- trunk/LayoutTests/ChangeLog	2020-10-05 19:01:31 UTC (rev 267989)
+++ trunk/LayoutTests/ChangeLog	2020-10-05 19:13:05 UTC (rev 267990)
@@ -1,3 +1,14 @@
+2020-10-05  Diego Pino Garcia  <dp...@igalia.com>
+
+        [GLIB] Remove two WebGL tests crashing that are passing since r266809.
+
+        Unreviewed test gardening.
+
+        Also emit GLIB baseline for webgl/1.0.3/conformance/context/context-lost-restored.html.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt:
+
 2020-10-05  Aditya Keerthi  <akeer...@apple.com>
 
         [Contact Picker API] Introduce bindings for the Contact Picker API

Modified: trunk/LayoutTests/platform/glib/TestExpectations (267989 => 267990)


--- trunk/LayoutTests/platform/glib/TestExpectations	2020-10-05 19:01:31 UTC (rev 267989)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2020-10-05 19:13:05 UTC (rev 267990)
@@ -658,10 +658,6 @@
 webkit.org/b/211887 [ Debug ] webgl/1.0.3/conformance/textures/tex-sub-image-2d-bad-args.html [ Crash ]
 webkit.org/b/211887 [ Debug ] webgl/1.0.3/conformance/more/functions/texSubImage2DHTMLBadArgs.html [ Crash ]
 
-webkit.org/b/215725 fast/canvas/webgl/webgl-compressed-texture-astc.html [ Crash ]
-webkit.org/b/215725 webgl/1.0.3/conformance/extensions/get-extension.html [ Crash ]
-webkit.org/b/215725 webgl/1.0.3/conformance/context/context-lost-restored.html [ Failure ]
-
 webkit.org/b/216071 fast/canvas/webgl/move-canvas-in-document-while-clean.html [ ImageOnlyFailure ]
 
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt (267989 => 267990)


--- trunk/LayoutTests/platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt	2020-10-05 19:01:31 UTC (rev 267989)
+++ trunk/LayoutTests/platform/glib/webgl/1.0.3/conformance/context/context-lost-restored-expected.txt	2020-10-05 19:13:05 UTC (rev 267990)
@@ -41,17 +41,17 @@
 [ 38: PASS ] getError was expected value: NO_ERROR : after evaluating: gl.bindTexture(gl.TEXTURE_2D, texture)
 [ 39: PASS ] getError was expected value: NO_ERROR : after evaluating: gl.useProgram(program)
 [ 40: PASS ] getError was expected value: NO_ERROR : after evaluating: gl.bindBuffer(gl.ARRAY_BUFFER, bufferObjects[0])
-[ 41: FAIL ] getError expected: INVALID_ENUM. Was NO_ERROR : after evaluating: gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 1, 1, 0, gl.RGBA, gl.FLOAT, null)
-[ 42: PASS ] newExtension != null is true
-[ 43: FAIL ] newExtension.webglTestProperty === undefined should be true. Was false.
-[ 44: PASS ] getError was expected value: NO_ERROR : after evaluating: gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 1, 1, 0, gl.RGBA, gl.FLOAT, null)
-[ 45: FAIL ] OES_vertex_array_object.createVertexArrayOES() should be null. Was [object WebGLVertexArrayObjectOES].
-[ 46: PASS ] newExtension != null is true
-[ 47: FAIL ] newExtension.webglTestProperty === undefined should be true. Was false.
-[ 48: PASS ] OES_vertex_array_object.createVertexArrayOES() != null is true
-[ 49: FAIL ] old_OES_vertex_array_object.createVertexArrayOES() == null should be true. Was false.
+[ 41: PASS ] getError was expected value: INVALID_ENUM : after evaluating: gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 1, 1, 0, gl.RGBA, gl.FLOAT, null)
+[ 42: FAIL ] newExtension != null should be true. Was false.
+[ 43: FAIL ] newExtension.webglTestProperty === undefined should be true. Threw exception TypeError: undefined is not an object (evaluating 'newExtension.webglTestProperty')
+[ 44: FAIL ] getError expected: NO_ERROR. Was INVALID_ENUM : after evaluating: gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 1, 1, 0, gl.RGBA, gl.FLOAT, null)
+[ 45: PASS ] OES_vertex_array_object.createVertexArrayOES() is null
+[ 46: FAIL ] newExtension != null should be true. Was false.
+[ 47: FAIL ] newExtension.webglTestProperty === undefined should be true. Threw exception TypeError: undefined is not an object (evaluating 'newExtension.webglTestProperty')
+[ 48: FAIL ] OES_vertex_array_object.createVertexArrayOES() != null should be true. Threw exception TypeError: undefined is not an object (evaluating 'OES_vertex_array_object.createVertexArrayOES')
+[ 49: PASS ] old_OES_vertex_array_object.createVertexArrayOES() == null is true
 [ 50: PASS ] newExtension != null is true
 [ 51: PASS ] newExtension.webglTestProperty === true is true
 [ 52: PASS ] successfullyParsed is true
-[ FAIL ] 5 failures reported
+[ FAIL ] 6 failures reported
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to