Title: [219065] trunk/JSTests
Revision
219065
Author
utatane....@gmail.com
Date
2017-07-03 01:42:59 -0700 (Mon, 03 Jul 2017)

Log Message

Unreviewed, annotate dont--reserve-huge-capacity-lexer.js with $memoryLimited

It requires too much memory.

* stress/dont-reserve-huge-capacity-lexer.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (219064 => 219065)


--- trunk/JSTests/ChangeLog	2017-07-03 07:46:09 UTC (rev 219064)
+++ trunk/JSTests/ChangeLog	2017-07-03 08:42:59 UTC (rev 219065)
@@ -1,3 +1,11 @@
+2017-07-03  Yusuke Suzuki  <utatane....@gmail.com>
+
+        Unreviewed, annotate dont--reserve-huge-capacity-lexer.js with $memoryLimited
+
+        It requires too much memory.
+
+        * stress/dont-reserve-huge-capacity-lexer.js:
+
 2017-06-30  Michael Saboff  <msab...@apple.com>
 
         Skip a test on ARM64 platform since we run out of address space.

Modified: trunk/JSTests/stress/dont-reserve-huge-capacity-lexer.js (219064 => 219065)


--- trunk/JSTests/stress/dont-reserve-huge-capacity-lexer.js	2017-07-03 07:46:09 UTC (rev 219064)
+++ trunk/JSTests/stress/dont-reserve-huge-capacity-lexer.js	2017-07-03 08:42:59 UTC (rev 219065)
@@ -1,4 +1,4 @@
-//@ skip if ($architecture != "x86-64")
+//@ skip if ($architecture != "x86-64") or $memoryLimited
 
 var fe="f";                                                                         
 try
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to