Bug 229052 - [GTK][WPE] test webgl/1.0.x/conformance/textures/misc/texture-corner-case-videos.html fails
Summary: [GTK][WPE] test webgl/1.0.x/conformance/textures/misc/texture-corner-case-vid...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-12 14:18 PDT by Carlos Alberto Lopez Perez
Modified: 2024-01-17 02:03 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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