Title: [264173] trunk/JSTests
Revision
264173
Author
ticaiol...@gmail.com
Date
2020-07-09 09:00:16 -0700 (Thu, 09 Jul 2020)

Log Message

[JSC][32-bits] Test gardening July 9th
https://bugs.webkit.org/show_bug.cgi?id=214138

Unreviewed Gardening.


* stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
* stress/butterfly-zero-unused-butterfly-properties.js:
* stress/check-stack-overflow-before-value-profiling-arguments.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (264172 => 264173)


--- trunk/JSTests/ChangeLog	2020-07-09 15:55:32 UTC (rev 264172)
+++ trunk/JSTests/ChangeLog	2020-07-09 16:00:16 UTC (rev 264173)
@@ -1,3 +1,14 @@
+2020-07-09  Caio Lima  <ticaiol...@gmail.com>
+
+        [JSC][32-bits] Test gardening July 9th
+        https://bugs.webkit.org/show_bug.cgi?id=214138
+
+        Unreviewed Gardening.
+
+        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
+        * stress/butterfly-zero-unused-butterfly-properties.js:
+        * stress/check-stack-overflow-before-value-profiling-arguments.js:
+
 2020-07-09  Alexey Shvayka  <shvaikal...@gmail.com>
 
         ErrorInstance::finishCreation() puts "message" twice, with different attributes

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


--- trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-07-09 15:55:32 UTC (rev 264172)
+++ trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js	2020-07-09 16:00:16 UTC (rev 264173)
@@ -1,4 +1,4 @@
-//@ skip if $memoryLimited
+//@ skip if $memoryLimited and not ["mips"].include?($architecture)
 //@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
 //@ runDefault("--jitPolicyScale=0")
 

Modified: trunk/JSTests/stress/butterfly-zero-unused-butterfly-properties.js (264172 => 264173)


--- trunk/JSTests/stress/butterfly-zero-unused-butterfly-properties.js	2020-07-09 15:55:32 UTC (rev 264172)
+++ trunk/JSTests/stress/butterfly-zero-unused-butterfly-properties.js	2020-07-09 16:00:16 UTC (rev 264173)
@@ -1,4 +1,3 @@
-//@ skip if $architecture == "mips"
 //@ runDefault("--jitPolicyScale=0", "--gcMaxHeapSize=2000")
 
 // This test happened to catch a case where we failed to zero the space in the butterfly before m_lastOffset when reallocating.

Modified: trunk/JSTests/stress/check-stack-overflow-before-value-profiling-arguments.js (264172 => 264173)


--- trunk/JSTests/stress/check-stack-overflow-before-value-profiling-arguments.js	2020-07-09 15:55:32 UTC (rev 264172)
+++ trunk/JSTests/stress/check-stack-overflow-before-value-profiling-arguments.js	2020-07-09 16:00:16 UTC (rev 264173)
@@ -1,4 +1,4 @@
-//@ skip if ["arm"].include?($architecture)
+//@ skip if ["arm", "mips"].include?($architecture)
 //@ runDefault("--useConcurrentJIT=0", "--thresholdForJITAfterWarmUp=10", "--slowPathAllocsBetweenGCs=10", "--useConcurrentGC=0")
 
 function fullGC() {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to