Title: [239560] trunk/JSTests
Revision
239560
Author
[email protected]
Date
2018-12-30 12:53:48 -0800 (Sun, 30 Dec 2018)

Log Message

Unreviewed, JSTests gardening with memoryLimited

* stress/string-overflow-createError.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239559 => 239560)


--- trunk/JSTests/ChangeLog	2018-12-30 17:38:56 UTC (rev 239559)
+++ trunk/JSTests/ChangeLog	2018-12-30 20:53:48 UTC (rev 239560)
@@ -1,3 +1,9 @@
+2018-12-30  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, JSTests gardening with memoryLimited
+
+        * stress/string-overflow-createError.js:
+
 2018-12-30  Ross Kirsling  <[email protected]>
 
         [JSC] Identifier validity should be based on ID_Start / ID_Continue properties

Modified: trunk/JSTests/stress/string-overflow-createError.js (239559 => 239560)


--- trunk/JSTests/stress/string-overflow-createError.js	2018-12-30 17:38:56 UTC (rev 239559)
+++ trunk/JSTests/stress/string-overflow-createError.js	2018-12-30 20:53:48 UTC (rev 239560)
@@ -1,3 +1,4 @@
+//@ skip if $memoryLimited
 var exception;
 try {
     bar = '2.3023e-320'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to