Skip memcpy-typed-loop timing out on ARMv7 pending investigation
https://bugs.webkit.org/show_bug.cgi?id=202923

Patch by Paulo Matos <pmatos@igalia.com> on 2019-10-14
Reviewed by Adrian Perez de Castro.

* microbenchmarks/memcpy-typed-loop.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251071 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog
index cc097b5..5dafd32 100644
--- a/JSTests/ChangeLog
+++ b/JSTests/ChangeLog
@@ -1,3 +1,12 @@
+2019-10-14  Paulo Matos  <pmatos@igalia.com>
+
+        Skip memcpy-typed-loop timing out on ARMv7 pending investigation
+        https://bugs.webkit.org/show_bug.cgi?id=202923
+
+        Reviewed by Adrian Perez de Castro.
+
+        * microbenchmarks/memcpy-typed-loop.js:
+
 2019-10-11  Keith Miller  <keith_miller@apple.com>
 
         Wasm B3IRGenerator should use arguments for control data.
diff --git a/JSTests/microbenchmarks/memcpy-typed-loop.js b/JSTests/microbenchmarks/memcpy-typed-loop.js
index f5f1bd4..97f881a 100644
--- a/JSTests/microbenchmarks/memcpy-typed-loop.js
+++ b/JSTests/microbenchmarks/memcpy-typed-loop.js
@@ -1,3 +1,6 @@
+// Skipped under https://bugs.webkit.org/show_bug.cgi?id=202923
+// due to timeout in ARMv7 that started between Oct 8 - Oct 10
+//@ skip if $architecture == "arm"
 //@ skip if $buildType == "debug"
 function doTest(arr1, arr2) {
     if (arr1.length != arr2.length)