Title: [286153] trunk/JSTests
Revision
286153
Author
[email protected]
Date
2021-11-24 14:36:47 -0800 (Wed, 24 Nov 2021)

Log Message

Skip new stress test get-array-length-reuse.js if memory-limited
https://bugs.webkit.org/show_bug.cgi?id=233299
rdar://85502079

Patch by Michael Catanzaro <[email protected]> on 2021-11-24
Reviewed by Yusuke Suzuki.

* stress/get-array-length-reuse.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (286152 => 286153)


--- trunk/JSTests/ChangeLog	2021-11-24 19:41:26 UTC (rev 286152)
+++ trunk/JSTests/ChangeLog	2021-11-24 22:36:47 UTC (rev 286153)
@@ -1,3 +1,13 @@
+2021-11-24  Michael Catanzaro  <[email protected]>
+
+        Skip new stress test get-array-length-reuse.js if memory-limited
+        https://bugs.webkit.org/show_bug.cgi?id=233299
+        rdar://85502079
+
+        Reviewed by Yusuke Suzuki.
+
+        * stress/get-array-length-reuse.js:
+
 2021-11-24  Aditi Singh  <[email protected]>
 
         [JSC] Implement Date.prototype.toTemporalInstant()

Modified: trunk/JSTests/stress/get-array-length-reuse.js (286152 => 286153)


--- trunk/JSTests/stress/get-array-length-reuse.js	2021-11-24 19:41:26 UTC (rev 286152)
+++ trunk/JSTests/stress/get-array-length-reuse.js	2021-11-24 22:36:47 UTC (rev 286153)
@@ -1,3 +1,5 @@
+//@ skip if $memoryLimited
+
 function foo(a) {
   arguments;
   a.length;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to