Title: [285489] trunk/JSTests
Revision
285489
Author
ange...@igalia.com
Date
2021-11-09 03:48:32 -0800 (Tue, 09 Nov 2021)

Log Message

Unskip microbenchmarks/memcpy-typed-loop.js on arm/mips
https://bugs.webkit.org/show_bug.cgi?id=232813

Unreviewed gardening.

Can't reproduce this any more.

* microbenchmarks/memcpy-typed-loop.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (285488 => 285489)


--- trunk/JSTests/ChangeLog	2021-11-09 10:49:32 UTC (rev 285488)
+++ trunk/JSTests/ChangeLog	2021-11-09 11:48:32 UTC (rev 285489)
@@ -1,3 +1,13 @@
+2021-11-09  Angelos Oikonomopoulos  <ange...@igalia.com>
+
+        Unskip microbenchmarks/memcpy-typed-loop.js on arm/mips
+        https://bugs.webkit.org/show_bug.cgi?id=232813
+
+        Unreviewed gardening.
+
+        Can't reproduce this any more.
+        * microbenchmarks/memcpy-typed-loop.js:
+
 2021-11-08  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Implement IntlNumberFormat v3

Modified: trunk/JSTests/microbenchmarks/memcpy-typed-loop.js (285488 => 285489)


--- trunk/JSTests/microbenchmarks/memcpy-typed-loop.js	2021-11-09 10:49:32 UTC (rev 285488)
+++ trunk/JSTests/microbenchmarks/memcpy-typed-loop.js	2021-11-09 11:48:32 UTC (rev 285489)
@@ -1,7 +1,4 @@
 //@ skip if $model == "Apple Watch Series 3" or $model == "Apple Watch Series 4" # added by mark-jsc-stress-test.py
-// 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" or $architecture == "mips"
 //@ skip if $buildType == "debug"
 function doTest(arr1, arr2) {
     if (arr1.length != arr2.length)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to