Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow
https://bugs.webkit.org/show_bug.cgi?id=209974

* stress/typed-array-subarray-can-throw-oom-error.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@259535 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog
index ca96938..c33624b 100644
--- a/JSTests/ChangeLog
+++ b/JSTests/ChangeLog
@@ -1,3 +1,10 @@
+2020-04-04  Yusuke Suzuki  <ysuzuki@apple.com>
+
+        Unreviewed, skip stress/typed-array-subarray-can-throw-oom-error.js on memory-limited archs, and mark it slow
+        https://bugs.webkit.org/show_bug.cgi?id=209974
+
+        * stress/typed-array-subarray-can-throw-oom-error.js:
+
 2020-04-04  Mark Lam  <mark.lam@apple.com>
 
         Gardening: skip test for ARMv7 and MIPS to green the bots until the failure can be investigated.
diff --git a/JSTests/stress/typed-array-subarray-can-throw-oom-error.js b/JSTests/stress/typed-array-subarray-can-throw-oom-error.js
index 565a17f..63f812a 100644
--- a/JSTests/stress/typed-array-subarray-can-throw-oom-error.js
+++ b/JSTests/stress/typed-array-subarray-can-throw-oom-error.js
@@ -1,4 +1,5 @@
-//@ skip if ["arm", "mips"].include?($architecture)
+//@ skip if $memoryLimited
+//@ slow!
 
 function foo() {
   Object.freeze(arguments);