Title: [244937] trunk/JSTests
Revision
244937
Author
msab...@apple.com
Date
2019-05-03 16:34:52 -0700 (Fri, 03 May 2019)

Log Message

iOS JSC tests frequently exiting with execption after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases
https://bugs.webkit.org/show_bug.cgi?id=197586

Reviewed by Keith Miller.

We should only run one config of this test and only when we think we'll have the memory.

* stress/json-stringify-string-builder-overflow.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (244936 => 244937)


--- trunk/JSTests/ChangeLog	2019-05-03 23:23:55 UTC (rev 244936)
+++ trunk/JSTests/ChangeLog	2019-05-03 23:34:52 UTC (rev 244937)
@@ -1,3 +1,14 @@
+2019-05-03  Michael Saboff  <msab...@apple.com>
+
+        iOS JSC tests frequently exiting with execption after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases
+        https://bugs.webkit.org/show_bug.cgi?id=197586
+
+        Reviewed by Keith Miller.
+
+        We should only run one config of this test and only when we think we'll have the memory.
+
+        * stress/json-stringify-string-builder-overflow.js:
+
 2019-05-03  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Generator CodeBlock generation should be idempotent

Modified: trunk/JSTests/stress/json-stringify-string-builder-overflow.js (244936 => 244937)


--- trunk/JSTests/stress/json-stringify-string-builder-overflow.js	2019-05-03 23:23:55 UTC (rev 244936)
+++ trunk/JSTests/stress/json-stringify-string-builder-overflow.js	2019-05-03 23:34:52 UTC (rev 244937)
@@ -1,5 +1,7 @@
 //@ slow!
+//@ skip if $memoryLimited
 //@ skip if $architecture != "arm64" and $architecture != "x86-64"
+//@ runDefault if !$memoryLimited
 
 var exception;
 try {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to