Bug 124935
Summary: | webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html is slow | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michal Pakula vel Rutka <mpakulavelrutka> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bdakin, lucas.de.marchi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Michal Pakula vel Rutka
Layout test webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html is flaky since it was introduced in r157888 <http://trac.webkit.org/changeset/157888>
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=webgl%2F1.0.2%2Fconformance%2Fglsl%2Fmisc%2Fshader-with-non-reserved-words.html
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words-actual.txt
@@ -1,5 +1,2 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
+FAIL: Timed out waiting for notifyDone to be called
-Test: ../../../resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html
-PASS
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michal Pakula vel Rutka
webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access.html is flaky too:
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=webgl%2F1.0.2%2Fconformance%2Funiforms%2Fout-of-bounds-uniform-array-access.html
output:
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access-actual.txt
@@ -1,5 +1,2 @@
-This test runs the WebGL Test listed below in an iframe and reports PASS or FAIL.
+FAIL: Timed out waiting for notifyDone to be called
-Test: ../../resources/webgl_test_files/conformance/uniforms/out-of-bounds-uniform-array-access.html
-PASS
-
Beth Dakin
Marked this as flaky: http://trac.webkit.org/changeset/174134
Alexey Proskuryakov
These two tests seem to be different. One is just very slow in debug builds, another is usually fast, but sometimes times out.
Alexey Proskuryakov
webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access.html works well now.