Bug 210848
| Summary: | REGRESSION(r260442?): [GTK][WPE] fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, lmoura |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
The test started failing at:
r260441 NOERROR
[r260442-r260446] UNKNOWN
r260447 TEXT (Expected: PASS)
Without bisecting the failure, I cannot spot a likely cause for the regression. There are WebGL or Canvas patches within the range. I think perhaps r260442 ([GStreamer][JHBuild] Update to 1.16.2) has something to do.
ee: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r260447%20(13426)/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-diff.txt
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-actual.txt
@@ -9,7 +9,8 @@
PASS shouldBe 255,0,0
Testing texImage2D with flipY=false
Checking lower left corner
-PASS shouldBe 255,0,0
+FAIL shouldBe 255,0,0
+at (0, 0) expected: 255,0,0 was 0,0,255
Checking upper left corner
PASS shouldBe 0,255,0
Testing texSubImage2D with flipY=true
@@ -24,6 +25,7 @@
PASS shouldBe 0,255,0
PASS getError was expected value: NO_ERROR : should be no errors
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
compositing/video/video-border-radius-clipping.html [ ImageOnlyFailure ]
The test has also been failing since the same revision (r260442). The test only fails in the GTK test bot. It works well in buildbox or in the GTK build bot.
Lauro Moura
(In reply to Diego Pino from comment #1)
> compositing/video/video-border-radius-clipping.html [ ImageOnlyFailure ]
>
> The test has also been failing since the same revision (r260442). The test
> only fails in the GTK test bot. It works well in buildbox or in the GTK
> build bot.
It is also working fine in Wayland since r260557.
Lauro Moura
(In reply to Lauro Moura from comment #2)
> (In reply to Diego Pino from comment #1)
> > compositing/video/video-border-radius-clipping.html [ ImageOnlyFailure ]
> >
> > The test has also been failing since the same revision (r260442). The test
> > only fails in the GTK test bot. It works well in buildbox or in the GTK
> > build bot.
>
> It is also working fine in Wayland since r260557.
My bad, it has been working fine in Wayland before. Just marked as unexpected pass due to inheriting the expectation from the main GTK expectation file. Will update it accordingly.
Diego Pino
compositing/video/video-border-radius-clipping.html is passing since r261341.
Diego Pino
Consistently passing since r263332. Closing bug.