Title: [261743] trunk/JSTests
Revision
261743
Author
[email protected]
Date
2020-05-15 07:27:44 -0700 (Fri, 15 May 2020)

Log Message

Skip tests in ARM and MIPS post r261667

Unreviewed Gardening.
These tests started failing on both ARMv7 and MIPS post r261667.
Skipping for now until an investigation takes place.

* stress/big-int-mod-memory-stress.js:
* stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (261742 => 261743)


--- trunk/JSTests/ChangeLog	2020-05-15 13:59:15 UTC (rev 261742)
+++ trunk/JSTests/ChangeLog	2020-05-15 14:27:44 UTC (rev 261743)
@@ -1,3 +1,14 @@
+2020-05-15  Paulo Matos  <[email protected]>
+
+        Skip tests in ARM and MIPS post r261667
+
+        Unreviewed Gardening.
+        These tests started failing on both ARMv7 and MIPS post r261667.
+        Skipping for now until an investigation takes place.
+
+        * stress/big-int-mod-memory-stress.js:
+        * stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js:
+
 2020-05-14  Saam Barati  <[email protected]>
 
         GetByVal and PutByVal runtime operations shouldn't fall off a performance cliff when the property is an integer boxed as a double

Modified: trunk/JSTests/stress/big-int-mod-memory-stress.js (261742 => 261743)


--- trunk/JSTests/stress/big-int-mod-memory-stress.js	2020-05-15 13:59:15 UTC (rev 261742)
+++ trunk/JSTests/stress/big-int-mod-memory-stress.js	2020-05-15 14:27:44 UTC (rev 261743)
@@ -1,3 +1,4 @@
+//@ skip if ["arm", "mips"].include?($architecture)
 //@ runBigIntEnabled
 
 function assert(a) {

Modified: trunk/JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js (261742 => 261743)


--- trunk/JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js	2020-05-15 13:59:15 UTC (rev 261742)
+++ trunk/JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js	2020-05-15 14:27:44 UTC (rev 261743)
@@ -1,3 +1,4 @@
+//@ skip if ["arm", "mips"].include?($architecture)
 //@ skip if $hostOS == "playstation"
 //@ runDefault("--gcIncrementScale=100", "--gcIncrementBytes=10", "--numberOfGCMarkers=1")
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to