Bug 124935 - webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html is slow
Summary: webgl/1.0.2/conformance/glsl/misc/shader-with-non-reserved-words.html is slow
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-27 06:03 PST by Michal Pakula vel Rutka
Modified: 2015-08-29 21:55 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Pakula vel Rutka 2013-11-27 06:03:26 PST
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
-
Comment 1 Michal Pakula vel Rutka 2013-11-27 06:11:47 PST
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
-
Comment 2 Beth Dakin 2014-09-30 16:33:08 PDT
Marked this as flaky: http://trac.webkit.org/changeset/174134
Comment 3 Alexey Proskuryakov 2014-12-21 14:09:20 PST
These two tests seem to be different. One is just very slow in debug builds, another is usually fast, but sometimes times out.
Comment 4 Alexey Proskuryakov 2015-08-29 21:55:03 PDT
webgl/1.0.2/conformance/uniforms/out-of-bounds-uniform-array-access.html works well now.