author | Benoit Jacob <bjacob@mozilla.com> |
Mon, 22 Aug 2011 11:52:19 -0400 | |
changeset 75645 | dda19a1784be8a90dc87fa6fed8ea6068e4e0227 |
parent 75644 | 4a25f1be8038aa9e5abff13161e4cbdb13e9279f |
child 75646 | f75a4788bf96837384a2e19d882fbe19a6824a6d |
push id | 21044 |
push user | bjacob@mozilla.com |
push date | Mon, 22 Aug 2011 15:52:50 +0000 |
treeherder | mozilla-central@7a9079ac5718 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 679864 |
milestone | 9.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/canvas/test/webgl/conformance/more/00_test_list.txt +++ b/content/canvas/test/webgl/conformance/more/00_test_list.txt @@ -1,12 +1,15 @@ conformance/constants.html conformance/getContext.html conformance/methods.html -conformance/quickCheckAPI.html +#this test causes whichever comes after to intermittently time out. +#forcing a GC run doesn't solve this issue. Could be something about using a random amount of memory that +#can be too high, causing e.g. swapping. +#conformance/quickCheckAPI.html conformance/webGLArrays.html functions/bindBuffer.html functions/bindBufferBadArgs.html functions/bindFramebufferLeaveNonZero.html functions/bufferData.html functions/bufferDataBadArgs.html functions/bufferSubData.html functions/bufferSubDataBadArgs.html
new file mode 100644 --- /dev/null +++ b/content/canvas/test/webgl/disable-quickCheckAPI.patch @@ -0,0 +1,33 @@ +# HG changeset patch +# User Benoit Jacob <bjacob@mozilla.com> +# Date 1314028164 14400 +# Node ID ba3eb3b42f25f08c87088f4f132c2a7f68d5891a +# Parent 72ddbc2378a25651a0b833b078a0e309f62f6b24 +Bug 679864 - Upgrade WebGL conformance test suite to r15318 + +This patch disables the quickCheckAPI.html page, with this comment: + +this test causes whichever comes after to intermittently time out. +forcing a GC run doesn't solve this issue. Could be something about using a random amount of memory that +can be too high, causing e.g. swapping. + +diff --git a/content/canvas/test/webgl/conformance/more/00_test_list.txt b/content/canvas/test/webgl/conformance/more/00_test_list.txt +--- a/content/canvas/test/webgl/conformance/more/00_test_list.txt ++++ b/content/canvas/test/webgl/conformance/more/00_test_list.txt +@@ -1,12 +1,15 @@ + conformance/constants.html + conformance/getContext.html + conformance/methods.html +-conformance/quickCheckAPI.html ++#this test causes whichever comes after to intermittently time out. ++#forcing a GC run doesn't solve this issue. Could be something about using a random amount of memory that ++#can be too high, causing e.g. swapping. ++#conformance/quickCheckAPI.html + conformance/webGLArrays.html + functions/bindBuffer.html + functions/bindBufferBadArgs.html + functions/bindFramebufferLeaveNonZero.html + functions/bufferData.html + functions/bufferDataBadArgs.html + functions/bufferSubData.html + functions/bufferSubDataBadArgs.html