Title: [285491] trunk/JSTests
- Revision
- 285491
- Author
- [email protected]
- Date
- 2021-11-09 04:15:23 -0800 (Tue, 09 Nov 2021)
Log Message
Unskip array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg on ARM
https://bugs.webkit.org/show_bug.cgi?id=232811
Unreviewed gardening.
Gate the number of iterations adjustment on $memoryLimited instead of
the arch.
* stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (285490 => 285491)
--- trunk/JSTests/ChangeLog 2021-11-09 12:12:44 UTC (rev 285490)
+++ trunk/JSTests/ChangeLog 2021-11-09 12:15:23 UTC (rev 285491)
@@ -1,3 +1,15 @@
+2021-11-09 Angelos Oikonomopoulos <[email protected]>
+
+ Unskip array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg on ARM
+ https://bugs.webkit.org/show_bug.cgi?id=232811
+
+ Unreviewed gardening.
+
+ Gate the number of iterations adjustment on $memoryLimited instead of
+ the arch.
+
+ * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
+
2021-11-09 Mikhail R. Gadelha <[email protected]>
Unskip deltablue-for-of.js on arm and mips
Modified: trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js (285490 => 285491)
--- trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js 2021-11-09 12:12:44 UTC (rev 285490)
+++ trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js 2021-11-09 12:15:23 UTC (rev 285491)
@@ -1,5 +1,4 @@
-//@ skip if $memoryLimited and not ["mips"].include?($architecture)
-//@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
+//@ requireOptions("-e", "let iterations=40000") if $memoryLimited
//@ runDefault("--jitPolicyScale=0")
iterations = typeof(iterations) === 'undefined' ? 10000000 : iterations;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes