Title: [266164] trunk/JSTests
Revision
266164
Author
[email protected]
Date
2020-08-26 00:53:09 -0700 (Wed, 26 Aug 2020)

Log Message

Skip stress/array-species-create-should-handle-masquerader.js on MIPS

Unreviewed Gardening.

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (266163 => 266164)


--- trunk/JSTests/ChangeLog	2020-08-26 07:51:42 UTC (rev 266163)
+++ trunk/JSTests/ChangeLog	2020-08-26 07:53:09 UTC (rev 266164)
@@ -1,3 +1,11 @@
+2020-08-26  Paulo Matos  <[email protected]>
+
+        Skip stress/array-species-create-should-handle-masquerader.js on MIPS
+
+        Unreviewed Gardening.
+
+        * stress/array-species-create-should-handle-masquerader.js:
+
 2020-08-25  Yusuke Suzuki  <[email protected]>
 
         [JSC] FTL should use m_origin instead of m_node->origin since m_node can be nullptr

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


--- trunk/JSTests/stress/array-species-create-should-handle-masquerader.js	2020-08-26 07:51:42 UTC (rev 266163)
+++ trunk/JSTests/stress/array-species-create-should-handle-masquerader.js	2020-08-26 07:53:09 UTC (rev 266164)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "mips"
 function shouldThrow(func, errorMessage) {
     var errorThrown = false;
     var error = null;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to