Title: [206330] trunk/JSTests
Revision
206330
Author
[email protected]
Date
2016-09-23 14:01:40 -0700 (Fri, 23 Sep 2016)

Log Message

Unreviewed, rolling out r206317.

This change caused timeouts on El Capitan Release JSC tests

Reverted changeset:

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (206329 => 206330)


--- trunk/JSTests/ChangeLog	2016-09-23 20:58:03 UTC (rev 206329)
+++ trunk/JSTests/ChangeLog	2016-09-23 21:01:40 UTC (rev 206330)
@@ -1,3 +1,16 @@
+2016-09-23  Ryan Haddad  <[email protected]>
+
+        Unreviewed, rolling out r206317.
+
+        This change caused timeouts on El Capitan Release JSC tests
+
+        Reverted changeset:
+
+        "Skip stress/string-joining-long-strings-should-not-crash.js
+        on memory limited devices"
+        https://bugs.webkit.org/show_bug.cgi?id=162386
+        http://trac.webkit.org/changeset/206317
+
 2016-09-23  Csaba Osztrogonác  <[email protected]>
 
         Skip mozilla-tests.yaml/js1_5/Array/regress-157652 on memory limited devices

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


--- trunk/JSTests/stress/string-joining-long-strings-should-not-crash.js	2016-09-23 20:58:03 UTC (rev 206329)
+++ trunk/JSTests/stress/string-joining-long-strings-should-not-crash.js	2016-09-23 21:01:40 UTC (rev 206330)
@@ -1,5 +1,4 @@
-//@largeHeap
-// @runDefault if !$memoryLimited
+//@ runDefault
 // 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