Title: [265132] trunk/JSTests
Revision
265132
Author
sbar...@apple.com
Date
2020-07-30 22:51:38 -0700 (Thu, 30 Jul 2020)

Log Message

Skip stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js
https://bugs.webkit.org/show_bug.cgi?id=215001

Reviewed by Darin Adler.

The test takes > 4 minutes when run on an idle machine. That's too long.

* stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (265131 => 265132)


--- trunk/JSTests/ChangeLog	2020-07-31 04:49:30 UTC (rev 265131)
+++ trunk/JSTests/ChangeLog	2020-07-31 05:51:38 UTC (rev 265132)
@@ -1,3 +1,14 @@
+2020-07-30  Saam Barati  <sbar...@apple.com>
+
+        Skip stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js
+        https://bugs.webkit.org/show_bug.cgi?id=215001
+
+        Reviewed by Darin Adler.
+
+        The test takes > 4 minutes when run on an idle machine. That's too long.
+
+        * stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js:
+
 2020-07-30  Caio Lima  <ticaiol...@gmail.com>
 
         [JSC][32-bits] interator_next should check for EmptyValue instead of undefined to execute LLInt fast path

Modified: trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js (265131 => 265132)


--- trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js	2020-07-31 04:49:30 UTC (rev 265131)
+++ trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js	2020-07-31 05:51:38 UTC (rev 265132)
@@ -1,4 +1,4 @@
-//@ skip if $buildType == "debug" or ["arm", "mips"].include?($architecture)
+//@ skip
 //@ runDefault("--useConcurrentJIT=0", "--jitPolicyScale=0")
 const a = [];
 a.length = 65532;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to