[Webkit-unassigned] [Bug 211313] REGRESSION: stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js fails on ARM (thumb2 only?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 14:04:25 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=211313

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org
            Summary|Check regression on ARM     |REGRESSION:
                   |stress/array-buffer-view-wa |stress/array-buffer-view-wa
                   |tchpoint-can-be-fired-in-re |tchpoint-can-be-fired-in-re
                   |ally-add-in-dfg.js added    |ally-add-in-dfg.js fails on
                   |after r260990               |ARM (thumb2 only?)

--- Comment #5 from Alexey Proskuryakov <ap at webkit.org> ---
The test was skipped in https://trac.webkit.org/r261010. It was skipped for all ARM, which seems wrong, as we never had evidence of this affecting iOS.

Index: /trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js
===================================================================
--- /trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js     (revision 261009)
+++ /trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js     (revision 261010)
@@ -1,2 +1,3 @@
+//@ skip if ["arm"].include?($architecture)
 //@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
 //@ runDefault("--jitPolicyScale=0")

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200506/a2550c73/attachment-0001.htm>


More information about the webkit-unassigned mailing list