Title: [209724] trunk/JSTests
- Revision
- 209724
- Author
- [email protected]
- Date
- 2016-12-12 13:26:23 -0800 (Mon, 12 Dec 2016)
Log Message
Debug JSC test timeout: stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js.ftl-no-cjit.
https://bugs.webkit.org/show_bug.cgi?id=164630
Reviewed by Keith Miller.
Speculative fix for timeout issue. It looks like this test just runs a bit
slower on debug builds. So, we'll give it a little more time to run.
* stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (209723 => 209724)
--- trunk/JSTests/ChangeLog 2016-12-12 21:03:49 UTC (rev 209723)
+++ trunk/JSTests/ChangeLog 2016-12-12 21:26:23 UTC (rev 209724)
@@ -1,3 +1,15 @@
+2016-12-12 Mark Lam <[email protected]>
+
+ Debug JSC test timeout: stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js.ftl-no-cjit.
+ https://bugs.webkit.org/show_bug.cgi?id=164630
+
+ Reviewed by Keith Miller.
+
+ Speculative fix for timeout issue. It looks like this test just runs a bit
+ slower on debug builds. So, we'll give it a little more time to run.
+
+ * stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js:
+
2016-12-11 Saam Barati <[email protected]>
We should be able to throw exceptions from Wasm code and when Wasm frames are on the stack
Modified: trunk/JSTests/stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js (209723 => 209724)
--- trunk/JSTests/stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js 2016-12-12 21:03:49 UTC (rev 209723)
+++ trunk/JSTests/stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js 2016-12-12 21:26:23 UTC (rev 209724)
@@ -1,5 +1,5 @@
//@ largeHeap
-//@ runFTLNoCJIT if !$memoryLimited
+//@ runFTLNoCJIT("--timeoutMultiplier=1.5") if !$memoryLimited
//@ slow!
// This test should not crash or fail any assertions.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes