Title: [270226] trunk/JSTests
Revision
270226
Author
[email protected]
Date
2020-11-28 22:47:37 -0800 (Sat, 28 Nov 2020)

Log Message

Unreviewd, annotate stress/bounds-checking-in-cold-loop.js with memoryLimited

* stress/bounds-checking-in-cold-loop.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (270225 => 270226)


--- trunk/JSTests/ChangeLog	2020-11-29 06:32:40 UTC (rev 270225)
+++ trunk/JSTests/ChangeLog	2020-11-29 06:47:37 UTC (rev 270226)
@@ -1,3 +1,9 @@
+2020-11-28  Yusuke Suzuki  <[email protected]>
+
+        Unreviewd, annotate stress/bounds-checking-in-cold-loop.js with memoryLimited
+
+        * stress/bounds-checking-in-cold-loop.js:
+
 2020-11-27  Yusuke Suzuki  <[email protected]>
 
         [JSC] Use ARM atomic ops in wasm

Modified: trunk/JSTests/stress/bounds-checking-in-cold-loop.js (270225 => 270226)


--- trunk/JSTests/stress/bounds-checking-in-cold-loop.js	2020-11-29 06:32:40 UTC (rev 270225)
+++ trunk/JSTests/stress/bounds-checking-in-cold-loop.js	2020-11-29 06:47:37 UTC (rev 270226)
@@ -1,3 +1,4 @@
+//@ skip if $memoryLimited
 //@ runFTLEager("--watchdog=1000", "--watchdog-exception-ok")
 let a = [];
 a[0] = undefined;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to