Title: [272833] trunk/JSTests
Revision
272833
Author
commit-qu...@webkit.org
Date
2021-02-13 10:18:59 -0800 (Sat, 13 Feb 2021)

Log Message

JSC stress test stress/copy-data-properties-fast-path.js.default fails on s390x and ppc64le
https://bugs.webkit.org/show_bug.cgi?id=221557

Patch by Michael Catanzaro <mcatanz...@gnome.org> on 2021-02-13
Reviewed by Saam Barati.

Skip the test on these architectures. I don't know what else to do with it.

* stress/copy-data-properties-fast-path.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (272832 => 272833)


--- trunk/JSTests/ChangeLog	2021-02-13 10:59:07 UTC (rev 272832)
+++ trunk/JSTests/ChangeLog	2021-02-13 18:18:59 UTC (rev 272833)
@@ -1,3 +1,14 @@
+2021-02-13  Michael Catanzaro  <mcatanz...@gnome.org>
+
+        JSC stress test stress/copy-data-properties-fast-path.js.default fails on s390x and ppc64le
+        https://bugs.webkit.org/show_bug.cgi?id=221557
+
+        Reviewed by Saam Barati.
+
+        Skip the test on these architectures. I don't know what else to do with it.
+
+        * stress/copy-data-properties-fast-path.js:
+
 2021-02-13  Yusuke Suzuki  <ysuz...@apple.com>
 
         Unreviewed, fix stress/copy-data-properties-fast-path.js occasional failure

Modified: trunk/JSTests/stress/copy-data-properties-fast-path.js (272832 => 272833)


--- trunk/JSTests/stress/copy-data-properties-fast-path.js	2021-02-13 10:59:07 UTC (rev 272832)
+++ trunk/JSTests/stress/copy-data-properties-fast-path.js	2021-02-13 18:18:59 UTC (rev 272833)
@@ -1,3 +1,4 @@
+//@ skip if ["powerpc64", "s390"].include?($architecture)
 //@ runDefault("--slowPathAllocsBetweenGCs=4", "--watchdog=100", "--watchdog-exception-ok")
 
 function foo() {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to