Title: [261474] trunk/JSTests
Revision
261474
Author
pma...@igalia.com
Date
2020-05-11 05:50:38 -0700 (Mon, 11 May 2020)

Log Message

Skip on armv7/linux stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js
https://bugs.webkit.org/show_bug.cgi?id=211721

Unreviewed Gardening.
This test is failing on our linux armv7 bots on a flaky basis and requires investigation.


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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (261473 => 261474)


--- trunk/JSTests/ChangeLog	2020-05-11 09:47:59 UTC (rev 261473)
+++ trunk/JSTests/ChangeLog	2020-05-11 12:50:38 UTC (rev 261474)
@@ -1,3 +1,13 @@
+2020-05-11  Paulo Matos  <pma...@igalia.com>
+
+        Skip on armv7/linux stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js
+        https://bugs.webkit.org/show_bug.cgi?id=211721
+
+        Unreviewed Gardening.
+        This test is failing on our linux armv7 bots on a flaky basis and requires investigation.
+
+        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
+
 2020-05-08  Alexey Shvayka  <shvaikal...@gmail.com>
 
         Array.prototype.concat fast path checks should not be observable

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


--- trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-05-11 09:47:59 UTC (rev 261473)
+++ trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-05-11 12:50:38 UTC (rev 261474)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "arm" 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