Bug 229052

Summary: [GTK][WPE] test webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos.html fails
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, dino, kbr, kkinnunen
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=228821

Description Carlos Alberto Lopez Perez 2021-08-12 14:18:41 PDT
r280963 fixed the test webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos.html for platform Cocoa.
However the test still fails on platforms GTK and WPE.
The text failure is:

--- /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos-expected.txt
+++ /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos-actual.txt
@@ -1,4 +1,21 @@
 This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
 
 Test: ../../../../resources/webgl_test_files/conformance/textures/misc/texture-corner-case-videos.html
-[ PASS ] All tests passed
+
+[ 1: PASS ] shouldBe 0,255,0
+[ 2: PASS ] shouldBe 255,0,0
+[ 3: PASS ] getError was expected value: NO_ERROR : should be no errors
+[ 4: FAIL ] shouldBe 255,0,0 at (4, 4) expected: 255,0,0 was 0,0,255
+[ 5: PASS ] shouldBe 0,255,0
+[ 6: PASS ] getError was expected value: NO_ERROR : should be no errors
+[ 7: PASS ] shouldBe 0,255,0
+[ 8: PASS ] shouldBe 255,0,0
+[ 9: PASS ] getError was expected value: NO_ERROR : should be no errors
+[ 10: PASS ] shouldBe 255,0,0
+[ 11: PASS ] shouldBe 0,255,0
+[ 12: PASS ] getError was expected value: NO_ERROR : should be no errors
+[ 13: PASS ] shouldBe 0,255,0
+[ 14: PASS ] shouldBe 255,0,0
+[ 15: PASS ] getError was expected value: NO_ERROR : should be no errors
+[ 16: PASS ] successfullyParsed is true
+[ FAIL ] 1 failures reported


Note that the test webgl/2.0.y/conformance/textures/misc/texture-corner-case-videos.html also fixed on r280963 is expected to fail because GTK and WPE still don't support WebGL 2.0. See bug 166536 and bug 208188
Comment 1 Carlos Alberto Lopez Perez 2021-08-12 18:28:53 PDT
Expectations updated on r281002