Title: [258461] trunk/LayoutTests
Revision
258461
Author
justin_...@apple.com
Date
2020-03-13 23:16:27 -0700 (Fri, 13 Mar 2020)

Log Message

PROGRESSION (r253926): webgl/1.0.3/conformance/renderbuffers/feedback-loop.html is failing
https://bugs.webkit.org/show_bug.cgi?id=205738

Unreviewed test expectation updates.

* TestExpectations:
* platform/ios/TestExpectations:
* webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258460 => 258461)


--- trunk/LayoutTests/ChangeLog	2020-03-14 04:11:44 UTC (rev 258460)
+++ trunk/LayoutTests/ChangeLog	2020-03-14 06:16:27 UTC (rev 258461)
@@ -1,3 +1,14 @@
+2020-03-13  Justin Fan  <justin_...@apple.com>
+
+        PROGRESSION (r253926): webgl/1.0.3/conformance/renderbuffers/feedback-loop.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=205738
+
+        Unreviewed test expectation updates.
+
+        * TestExpectations:
+        * platform/ios/TestExpectations:
+        * webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt:
+
 2020-03-13  Said Abou-Hallawa  <s...@apple.com>
 
         SVGMatrix should have the access right of its owner SVGTransform always

Modified: trunk/LayoutTests/TestExpectations (258460 => 258461)


--- trunk/LayoutTests/TestExpectations	2020-03-14 04:11:44 UTC (rev 258460)
+++ trunk/LayoutTests/TestExpectations	2020-03-14 06:16:27 UTC (rev 258461)
@@ -3288,7 +3288,6 @@
 
 # webkit.org/b/203908 Tests generate inconsistent results or time out
 webgl/1.0.3/conformance/textures/texture-npot-video.html [ Skip ]
-webgl/1.0.3/conformance/renderbuffers/feedback-loop.html [ Skip ]
 webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html [ Skip ]
 webgl/1.0.3/conformance/canvas/rapid-resizing.html [ Skip ]
 webgl/1.0.3/conformance/extensions/webgl-draw-buffers.html [ Skip ]

Modified: trunk/LayoutTests/platform/ios/TestExpectations (258460 => 258461)


--- trunk/LayoutTests/platform/ios/TestExpectations	2020-03-14 04:11:44 UTC (rev 258460)
+++ trunk/LayoutTests/platform/ios/TestExpectations	2020-03-14 06:16:27 UTC (rev 258461)
@@ -2703,7 +2703,6 @@
 webgl/1.0.3/conformance/context/context-attributes-alpha-depth-stencil-antialias.html [ Failure ]
 webgl/1.0.3/conformance/context/context-hidden-alpha.html [ Failure ]
 webgl/1.0.3/conformance/extensions/webgl-compressed-texture-pvrtc.html [ Failure ]
-webgl/1.0.3/conformance/renderbuffers/feedback-loop.html [ Failure ]
 fast/canvas/webgl/read-pixels-test.html [ Skip ]
 fast/canvas/webgl/webglcontextchangedevent.html [ Skip ]
 webgl/1.0.3/conformance/context/context-creation-and-destruction.html [ Skip ]

Modified: trunk/LayoutTests/webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt (258460 => 258461)


--- trunk/LayoutTests/webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt	2020-03-14 04:11:44 UTC (rev 258460)
+++ trunk/LayoutTests/webgl/1.0.3/conformance/renderbuffers/feedback-loop-expected.txt	2020-03-14 06:16:27 UTC (rev 258461)
@@ -1,14 +1,5 @@
 This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
 
 Test: ../../resources/webgl_test_files/conformance/renderbuffers/feedback-loop.html
-[ 1: PASS ] getError was expected value: NO_ERROR : after creating texture
-[ 2: PASS ] framebuffer should be FRAMEBUFFER_COMPLETE.
-[ 3: PASS ] getError was expected value: NO_ERROR : after initWebGL
-[ 4: FAIL ] getError expected: INVALID_OPERATION. Was NO_ERROR : after draw with invalid feedback loop
-[ 5: PASS ] getError was expected value: NO_ERROR : after drawing
-[ 6: PASS ] Should be blue.
-[ 7: PASS ] getError was expected value: NO_ERROR : after draw where framebuffer texture is bound to inactive texture unit
-[ 8: PASS ] Should be red.
-[ 9: PASS ] successfullyParsed is true
-[ FAIL ] 1 failures reported
+[ PASS ] All tests passed
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to