Title: [263191] trunk/JSTests
Revision
263191
Author
sbar...@apple.com
Date
2020-06-17 16:53:37 -0700 (Wed, 17 Jun 2020)

Log Message

Skip JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js on memory limited devices
https://bugs.webkit.org/show_bug.cgi?id=213321

Reviewed by Mark Lam.

It uses ~1GB of memory and jetsams on iOS devices.

* stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (263190 => 263191)


--- trunk/JSTests/ChangeLog	2020-06-17 23:03:21 UTC (rev 263190)
+++ trunk/JSTests/ChangeLog	2020-06-17 23:53:37 UTC (rev 263191)
@@ -1,3 +1,14 @@
+2020-06-17  Saam Barati  <sbar...@apple.com>
+
+        Skip JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js on memory limited devices
+        https://bugs.webkit.org/show_bug.cgi?id=213321
+
+        Reviewed by Mark Lam.
+
+        It uses ~1GB of memory and jetsams on iOS devices.
+
+        * stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js:
+
 2020-06-17  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Freeze JSBigInt when setting it as a constant in AI

Modified: trunk/JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js (263190 => 263191)


--- trunk/JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js	2020-06-17 23:03:21 UTC (rev 263190)
+++ trunk/JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js	2020-06-17 23:53:37 UTC (rev 263191)
@@ -1,4 +1,4 @@
-//@ skip if ["arm", "mips"].include?($architecture)
+//@ skip if $memoryLimited
 
 function foo() {
   function bar(a0) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to