Title: [267561] trunk/JSTests
Revision
267561
Author
shvaikal...@gmail.com
Date
2020-09-25 01:57:44 -0700 (Fri, 25 Sep 2020)

Log Message

REGRESSION (r267514): mozilla-tests.yaml/js1_5/Array/regress-157652.js.mozilla* timing out
https://bugs.webkit.org/show_bug.cgi?id=216955

Unreviewed test gardening: skip mozilla/regress-157652.js in --debug.

r267514 removed special handling of sparse arrays, causing the timeout.

* mozilla/mozilla-tests.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (267560 => 267561)


--- trunk/JSTests/ChangeLog	2020-09-25 08:52:05 UTC (rev 267560)
+++ trunk/JSTests/ChangeLog	2020-09-25 08:57:44 UTC (rev 267561)
@@ -1,3 +1,14 @@
+2020-09-25  Alexey Shvayka  <shvaikal...@gmail.com>
+
+        REGRESSION (r267514): mozilla-tests.yaml/js1_5/Array/regress-157652.js.mozilla* timing out
+        https://bugs.webkit.org/show_bug.cgi?id=216955
+
+        Unreviewed test gardening: skip mozilla/regress-157652.js in --debug.
+
+        r267514 removed special handling of sparse arrays, causing the timeout.
+
+        * mozilla/mozilla-tests.yaml:
+
 2020-09-24  Ross Kirsling  <ross.kirsl...@sony.com>
 
         %TypedArray%.prototype.toLocaleString must make conscious use of @toString

Modified: trunk/JSTests/mozilla/mozilla-tests.yaml (267560 => 267561)


--- trunk/JSTests/mozilla/mozilla-tests.yaml	2020-09-25 08:52:05 UTC (rev 267560)
+++ trunk/JSTests/mozilla/mozilla-tests.yaml	2020-09-25 08:57:44 UTC (rev 267561)
@@ -2037,7 +2037,7 @@
   cmd: defaultRunMozillaTest :normal, "../shell.js"
 - path: js1_5/Array/regress-157652.js
   cmd: |
-      if $memoryLimited
+      if ($memoryLimited || $buildType == "debug")
           skip
       else
           defaultRunMozillaTest :normal, "../shell.js"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to