Title: [255355] trunk/JSTests
Revision
255355
Author
commit-qu...@webkit.org
Date
2020-01-29 06:40:02 -0800 (Wed, 29 Jan 2020)

Log Message

Skip slow test operand-should-fit-in-abstract-heap-encoded-payload-format.js on mips and arm
https://bugs.webkit.org/show_bug.cgi?id=206926

Unreviewed test gardening.

This test has quadratic behaviour with the size of a, and on mips and arm it just takes too
long to run with such high value of a. Therefore we skip.

Patch by Paulo Matos <pma...@igalia.com> on 2020-01-29

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (255354 => 255355)


--- trunk/JSTests/ChangeLog	2020-01-29 13:48:21 UTC (rev 255354)
+++ trunk/JSTests/ChangeLog	2020-01-29 14:40:02 UTC (rev 255355)
@@ -1,3 +1,15 @@
+2020-01-29  Paulo Matos  <pma...@igalia.com>
+
+        Skip slow test operand-should-fit-in-abstract-heap-encoded-payload-format.js on mips and arm
+        https://bugs.webkit.org/show_bug.cgi?id=206926
+
+        Unreviewed test gardening.
+
+        This test has quadratic behaviour with the size of a, and on mips and arm it just takes too
+        long to run with such high value of a. Therefore we skip.
+
+        * stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js:
+
 2020-01-28  Paulo Matos  <pma...@igalia.com>
 
         Skip test numberingSystemsForLocale-cached-strings-should-be-immortal-and-safe-for-concurrent-access.js in arm and mips

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


--- trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js	2020-01-29 13:48:21 UTC (rev 255354)
+++ trunk/JSTests/stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js	2020-01-29 14:40:02 UTC (rev 255355)
@@ -1,4 +1,4 @@
-//@ skip if $buildType == "debug"
+//@ skip if $buildType == "debug" or ["arm", "mips"].include?($architecture)
 //@ 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