Title: [263335] trunk/JSTests
Revision
263335
Author
commit-qu...@webkit.org
Date
2020-06-21 15:58:17 -0700 (Sun, 21 Jun 2020)

Log Message

Attempt to unskip stress test array-buffer-view-watchpoint-can-be-fired-really-add-in-dfg.js on most architectures
https://bugs.webkit.org/show_bug.cgi?id=213433

Patch by Michael Catanzaro <mcatanz...@gnome.org> on 2020-06-21
Reviewed by Darin Adler.

* stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (263334 => 263335)


--- trunk/JSTests/ChangeLog	2020-06-21 22:47:09 UTC (rev 263334)
+++ trunk/JSTests/ChangeLog	2020-06-21 22:58:17 UTC (rev 263335)
@@ -1,3 +1,12 @@
+2020-06-21  Michael Catanzaro  <mcatanz...@gnome.org>
+
+        Attempt to unskip stress test array-buffer-view-watchpoint-can-be-fired-really-add-in-dfg.js on most architectures
+        https://bugs.webkit.org/show_bug.cgi?id=213433
+
+        Reviewed by Darin Adler.
+
+        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
+
 2020-06-19  Yusuke Suzuki  <ysuz...@apple.com>
 
         [JSC] Check Gigacage usage before launching VM

Modified: trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js (263334 => 263335)


--- trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-06-21 22:47:09 UTC (rev 263334)
+++ trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-06-21 22:58:17 UTC (rev 263335)
@@ -1,5 +1,4 @@
 //@ skip if $memoryLimited
-//@ skip if ["arm", "powerpc", "powerpc64", "s390"].include?($architecture) and $hostOS == "linux"
 //@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
 //@ runDefault("--jitPolicyScale=0")
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to