Title: [206317] trunk/JSTests
Revision
206317
Author
[email protected]
Date
2016-09-23 12:00:17 -0700 (Fri, 23 Sep 2016)

Log Message

Skip stress/string-joining-long-strings-should-not-crash.js on memory limited devices
https://bugs.webkit.org/show_bug.cgi?id=162386

Reviewed by Mark Lam.

* stress/string-joining-long-strings-should-not-crash.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (206316 => 206317)


--- trunk/JSTests/ChangeLog	2016-09-23 18:47:41 UTC (rev 206316)
+++ trunk/JSTests/ChangeLog	2016-09-23 19:00:17 UTC (rev 206317)
@@ -1,3 +1,12 @@
+2016-09-23  Csaba Osztrogonác  <[email protected]>
+
+        Skip stress/string-joining-long-strings-should-not-crash.js on memory limited devices
+        https://bugs.webkit.org/show_bug.cgi?id=162386
+
+        Reviewed by Mark Lam.
+
+        * stress/string-joining-long-strings-should-not-crash.js:
+
 2016-09-22  Benjamin Poulain  <[email protected]>
 
         [JSC] Use an inline cache to generate op_negate

Modified: trunk/JSTests/stress/string-joining-long-strings-should-not-crash.js (206316 => 206317)


--- trunk/JSTests/stress/string-joining-long-strings-should-not-crash.js	2016-09-23 18:47:41 UTC (rev 206316)
+++ trunk/JSTests/stress/string-joining-long-strings-should-not-crash.js	2016-09-23 19:00:17 UTC (rev 206317)
@@ -1,4 +1,5 @@
-//@ runDefault
+//@largeHeap
+// @runDefault if !$memoryLimited
 // This test should not crash.
 
 var error;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to