Title: [261808] trunk
Revision
261808
Author
[email protected]
Date
2020-05-18 04:37:47 -0700 (Mon, 18 May 2020)

Log Message

JSTests:
Skip stress test array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js on MIPS

Unreviewed Gardening.

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

LayoutTests:
Skip layout test stack-overflow-regexp.js on MIPS

Unreviewed Gardening.

* js/script-tests/stack-overflow-regexp.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (261807 => 261808)


--- trunk/JSTests/ChangeLog	2020-05-18 11:25:52 UTC (rev 261807)
+++ trunk/JSTests/ChangeLog	2020-05-18 11:37:47 UTC (rev 261808)
@@ -1,3 +1,11 @@
+2020-05-18  Paulo Matos  <[email protected]>
+
+        Skip stress test array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js on MIPS
+
+        Unreviewed Gardening.
+
+        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
+
 2020-05-16  Keith Miller  <[email protected]>
 
         [test262] Update to master for May

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


--- trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-05-18 11:25:52 UTC (rev 261807)
+++ trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-05-18 11:37:47 UTC (rev 261808)
@@ -1,5 +1,4 @@
-//@ skip if ["arm", "powerpc", "s390"].include?($architecture) and $hostOS == "linux"
-//@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
+//@ skip if ["arm", "mips", "powerpc", "s390"].include?($architecture) and $hostOS == "linux"
 //@ runDefault("--jitPolicyScale=0")
 
 iterations = typeof(iterations) === 'undefined' ? 10000000 : iterations;

Modified: trunk/LayoutTests/ChangeLog (261807 => 261808)


--- trunk/LayoutTests/ChangeLog	2020-05-18 11:25:52 UTC (rev 261807)
+++ trunk/LayoutTests/ChangeLog	2020-05-18 11:37:47 UTC (rev 261808)
@@ -1,3 +1,11 @@
+2020-05-18  Paulo Matos  <[email protected]>
+
+        Skip layout test stack-overflow-regexp.js on MIPS
+
+        Unreviewed Gardening.
+
+        * js/script-tests/stack-overflow-regexp.js:
+
 2020-05-18  Alicia Boya GarcĂ­a  <[email protected]>
 
         [GStreamer] Remove orphaned tracks in updateTracks()

Modified: trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js (261807 => 261808)


--- trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js	2020-05-18 11:25:52 UTC (rev 261807)
+++ trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js	2020-05-18 11:37:47 UTC (rev 261808)
@@ -1,5 +1,5 @@
 // https://bugs.webkit.org/show_bug.cgi?id=190755
-//@ skip if $architecture == "arm" and $hostOS == "linux"
+//@ skip if ["arm", "mips"].include?($architecture) and $hostOS == "linux"
 //  &&&&
 description('Test that we do not overflow the stack while handling regular expressions');
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to