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

Log Message

PROGRESSION: webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html is failing
https://bugs.webkit.org/show_bug.cgi?id=205736

Unreviewed test expectation update.

* TestExpectations:
* webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats-expected.txt:

Modified Paths

Diff

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


--- trunk/LayoutTests/ChangeLog	2020-03-14 06:16:27 UTC (rev 258461)
+++ trunk/LayoutTests/ChangeLog	2020-03-14 06:43:46 UTC (rev 258462)
@@ -1,5 +1,15 @@
 2020-03-13  Justin Fan  <justin_...@apple.com>
 
+        PROGRESSION: webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=205736
+
+        Unreviewed test expectation update.
+
+        * TestExpectations:
+        * webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats-expected.txt:
+
+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
 

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


--- trunk/LayoutTests/TestExpectations	2020-03-14 06:16:27 UTC (rev 258461)
+++ trunk/LayoutTests/TestExpectations	2020-03-14 06:43:46 UTC (rev 258462)
@@ -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/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/webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats-expected.txt (258461 => 258462)


--- trunk/LayoutTests/webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats-expected.txt	2020-03-14 06:16:27 UTC (rev 258461)
+++ trunk/LayoutTests/webgl/1.0.3/conformance/textures/copy-tex-image-2d-formats-expected.txt	2020-03-14 06:43:46 UTC (rev 258462)
@@ -1,56 +1,5 @@
 This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
 
 Test: ../../resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html
-[ 1: PASS ] getError was expected value: NO_ERROR : During Initialization
-[ 2: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D ALPHA from RGBA
-[ 3: FAIL ] at (0, 0) expected: 0,0,0,127 was 0,0,0,0
-[ 4: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 5: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D LUMINANCE from RGBA
-[ 6: FAIL ] at (0, 0) expected: 64,64,64,255 was 0,0,0,255
-[ 7: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 8: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D LUMINANCE_ALPHA from RGBA
-[ 9: FAIL ] at (0, 0) expected: 64,64,64,127 was 0,0,0,0
-[ 10: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 11: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D RGB from RGBA
-[ 12: PASS ] should be 64,255,191,255
-[ 13: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 14: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D RGBA from RGBA
-[ 15: PASS ] should be 64,255,191,127
-[ 16: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 17: PASS ] getError was expected value: INVALID_OPERATION : should not be able to copyTexImage2D ALPHA from RGB
-[ 18: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D LUMINANCE from RGB
-[ 19: PASS ] should be 64,64,64,255
-[ 20: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 21: PASS ] getError was expected value: INVALID_OPERATION : should not be able to copyTexImage2D LUMINANCE_ALPHA from RGB
-[ 22: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D RGB from RGB
-[ 23: PASS ] should be 64,255,191,255
-[ 24: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 25: PASS ] getError was expected value: INVALID_OPERATION : should not be able to copyTexImage2D RGBA from RGB
-[ 26: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D ALPHA from RGBA
-[ 27: PASS ] should be 0,0,0,127
-[ 28: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 29: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D LUMINANCE from RGBA
-[ 30: PASS ] should be 64,64,64,255
-[ 31: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 32: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D LUMINANCE_ALPHA from RGBA
-[ 33: PASS ] should be 64,64,64,127
-[ 34: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 35: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D RGB from RGBA
-[ 36: PASS ] should be 64,255,191,255
-[ 37: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 38: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D RGBA from RGBA
-[ 39: PASS ] should be 64,255,191,127
-[ 40: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 41: PASS ] getError was expected value: NO_ERROR : During Initialization
-[ 42: PASS ] getError was expected value: INVALID_OPERATION : should not be able to copyTexImage2D ALPHA from RGB
-[ 43: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D LUMINANCE from RGB
-[ 44: FAIL ] at (0, 0) expected: 64,64,64,255 was 0,0,0,255
-[ 45: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 46: PASS ] getError was expected value: INVALID_OPERATION : should not be able to copyTexImage2D LUMINANCE_ALPHA from RGB
-[ 47: PASS ] getError was expected value: NO_ERROR : should be able to copyTexImage2D RGB from RGB
-[ 48: PASS ] should be 64,255,191,255
-[ 49: PASS ] getError was expected value: NO_ERROR : should be no errors
-[ 50: PASS ] getError was expected value: INVALID_OPERATION : should not be able to copyTexImage2D RGBA from RGB
-[ 51: PASS ] successfullyParsed is true
-[ FAIL ] 4 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