Bug 212349
| Summary: | [WPE] fast/canvas/webgl/readPixels-float.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
fast/canvas/webgl/readPixels-float.html [ Failure ]
The test started failing in r260908 which updated general test expectations for this test.
Diff: https://build.webkit.org/results/WPE%20Linux%2064-bit%20Release%20(Tests)/r262119%20(18320)/fast/canvas/webgl/readPixels-float-diff.txt
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/readPixels-float-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/readPixels-float-actual.txt
@@ -3,5 +3,5 @@
Create a floating point texture
Create and bind framebuffer
Clear framebuffer to red
-PASS: Framebuffer is floating-point red.
+FAIL: Framebuffer is not floating-point red.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
This is now passing:
https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=fast%2Fcanvas%2Fwebgl%2FreadPixels-float.html&
Closing bug.