Title: [268142] trunk/JSTests
Revision
268142
Author
ticaiol...@gmail.com
Date
2020-10-07 13:08:28 -0700 (Wed, 07 Oct 2020)

Log Message

[MIPS] Flaky test stress/array-species-create-should-handle-masquerader.js
https://bugs.webkit.org/show_bug.cgi?id=217433

Unreviewed test gardening.


* stress/array-species-create-should-handle-masquerader.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (268141 => 268142)


--- trunk/JSTests/ChangeLog	2020-10-07 19:58:25 UTC (rev 268141)
+++ trunk/JSTests/ChangeLog	2020-10-07 20:08:28 UTC (rev 268142)
@@ -1,3 +1,12 @@
+2020-10-07  Caio Lima  <ticaiol...@gmail.com>
+
+        [MIPS] Flaky test stress/array-species-create-should-handle-masquerader.js
+        https://bugs.webkit.org/show_bug.cgi?id=217433
+
+        Unreviewed test gardening.
+
+        * stress/array-species-create-should-handle-masquerader.js:
+
 2020-10-05  Ross Kirsling  <ross.kirsl...@sony.com>
 
         %TypedArray%.from must do mapping and putting in lockstep

Modified: trunk/JSTests/stress/array-species-create-should-handle-masquerader.js (268141 => 268142)


--- trunk/JSTests/stress/array-species-create-should-handle-masquerader.js	2020-10-07 19:58:25 UTC (rev 268141)
+++ trunk/JSTests/stress/array-species-create-should-handle-masquerader.js	2020-10-07 20:08:28 UTC (rev 268142)
@@ -1,3 +1,5 @@
+//@ skip if $architecture == "mips"
+
 function shouldThrow(func, errorMessage) {
     var errorThrown = false;
     var error = null;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to