Title: [261010] trunk/JSTests
Revision
261010
Author
[email protected]
Date
2020-05-01 12:12:47 -0700 (Fri, 01 May 2020)

Log Message

Skip on ARM and MIPS stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js added after r260990
https://bugs.webkit.org/show_bug.cgi?id=211304

Unreviewed Gardening.


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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (261009 => 261010)


--- trunk/JSTests/ChangeLog	2020-05-01 19:09:01 UTC (rev 261009)
+++ trunk/JSTests/ChangeLog	2020-05-01 19:12:47 UTC (rev 261010)
@@ -1,3 +1,12 @@
+2020-05-01  Pablo Saavedra  <[email protected]>
+
+        Skip on ARM and MIPS stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js added after r260990
+        https://bugs.webkit.org/show_bug.cgi?id=211304
+
+        Unreviewed Gardening.
+
+        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
+
 2020-05-01  Saam Barati  <[email protected]>
 
         We can't cast toLength result to unsigned

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


--- trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-05-01 19:09:01 UTC (rev 261009)
+++ trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-05-01 19:12:47 UTC (rev 261010)
@@ -1,3 +1,4 @@
+//@ skip if ["arm"].include?($architecture)
 //@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
 //@ runDefault("--jitPolicyScale=0")
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to