Title: [287622] branches/safari-612-branch/JSTests
Revision
287622
Author
repst...@apple.com
Date
2022-01-05 10:20:46 -0800 (Wed, 05 Jan 2022)

Log Message

Cherry-pick r286153. rdar://problem/87124911

    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 <mcatanz...@gnome.org> on 2021-11-24
    Reviewed by Yusuke Suzuki.

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

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286153 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/JSTests/ChangeLog (287621 => 287622)


--- branches/safari-612-branch/JSTests/ChangeLog	2022-01-05 18:20:44 UTC (rev 287621)
+++ branches/safari-612-branch/JSTests/ChangeLog	2022-01-05 18:20:46 UTC (rev 287622)
@@ -1,5 +1,30 @@
 2022-01-05  Russell Epstein  <repst...@apple.com>
 
+        Cherry-pick r286153. rdar://problem/87124911
+
+    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 <mcatanz...@gnome.org> on 2021-11-24
+    Reviewed by Yusuke Suzuki.
+    
+    * stress/get-array-length-reuse.js:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286153 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-11-24  Michael Catanzaro  <mcatanz...@gnome.org>
+
+            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:
+
+2022-01-05  Russell Epstein  <repst...@apple.com>
+
         Cherry-pick r285978. rdar://problem/87124911
 
     [JSC] TypedArray GetArrayLength should not use Reuse

Modified: branches/safari-612-branch/JSTests/stress/get-array-length-reuse.js (287621 => 287622)


--- branches/safari-612-branch/JSTests/stress/get-array-length-reuse.js	2022-01-05 18:20:44 UTC (rev 287621)
+++ branches/safari-612-branch/JSTests/stress/get-array-length-reuse.js	2022-01-05 18:20:46 UTC (rev 287622)
@@ -1,3 +1,5 @@
+//@ skip if $memoryLimited
+
 function foo(a) {
   arguments;
   a.length;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to