Title: [261604] trunk/JSTests
Revision
261604
Author
[email protected]
Date
2020-05-13 01:11:18 -0700 (Wed, 13 May 2020)

Log Message

Skip on MIPS test stress/has-own-property-name-cache-symbols-and-strings.js

Unreviewed Gardening.
Test started to fail unpredictably with segfault in bots -
requires further investigation.

Patch by Paulo Matos <[email protected]> on 2020-05-13

* stress/has-own-property-name-cache-symbols-and-strings.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (261603 => 261604)


--- trunk/JSTests/ChangeLog	2020-05-13 07:24:13 UTC (rev 261603)
+++ trunk/JSTests/ChangeLog	2020-05-13 08:11:18 UTC (rev 261604)
@@ -1,3 +1,13 @@
+2020-05-13  Paulo Matos  <[email protected]>
+
+        Skip on MIPS test stress/has-own-property-name-cache-symbols-and-strings.js
+
+        Unreviewed Gardening.
+        Test started to fail unpredictably with segfault in bots -
+        requires further investigation.
+
+        * stress/has-own-property-name-cache-symbols-and-strings.js:
+
 2020-05-13  Saam Barati  <[email protected]>
 
         MovHint can see an arguments object be MovHinted to a Tmp

Modified: trunk/JSTests/stress/has-own-property-name-cache-symbols-and-strings.js (261603 => 261604)


--- trunk/JSTests/stress/has-own-property-name-cache-symbols-and-strings.js	2020-05-13 07:24:13 UTC (rev 261603)
+++ trunk/JSTests/stress/has-own-property-name-cache-symbols-and-strings.js	2020-05-13 08:11:18 UTC (rev 261604)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "mips"
 
 function assert(b) {
     if (!b)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to