Title: [276130] trunk/JSTests
Revision
276130
Author
[email protected]
Date
2021-04-16 03:13:22 -0700 (Fri, 16 Apr 2021)

Log Message

[JSC][ARMv7] Unskip stress/put-direct-index-broken-2.js
https://bugs.webkit.org/show_bug.cgi?id=224661

Unreviewed test gardening.

Patch by Xan Lopez <[email protected]> on 2021-04-16

* stress/put-direct-index-broken-2.js: unskip on ARMv7, could not
reproduce locally the crash we saw earlier.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (276129 => 276130)


--- trunk/JSTests/ChangeLog	2021-04-16 09:43:04 UTC (rev 276129)
+++ trunk/JSTests/ChangeLog	2021-04-16 10:13:22 UTC (rev 276130)
@@ -1,3 +1,13 @@
+2021-04-16  Xan Lopez  <[email protected]>
+
+        [JSC][ARMv7] Unskip stress/put-direct-index-broken-2.js
+        https://bugs.webkit.org/show_bug.cgi?id=224661
+
+        Unreviewed test gardening.
+
+        * stress/put-direct-index-broken-2.js: unskip on ARMv7, could not
+        reproduce locally the crash we saw earlier.
+
 2021-04-15  Mark Lam  <[email protected]>
 
         HashMapImpl::rehash() should use a version of jsMapHash that cannot throw.

Modified: trunk/JSTests/stress/put-direct-index-broken-2.js (276129 => 276130)


--- trunk/JSTests/stress/put-direct-index-broken-2.js	2021-04-16 09:43:04 UTC (rev 276129)
+++ trunk/JSTests/stress/put-direct-index-broken-2.js	2021-04-16 10:13:22 UTC (rev 276130)
@@ -1,4 +1,4 @@
-//@ skip if $architecture == "x86" or $architecture == "arm"
+//@ skip if $architecture == "x86"
 function assert(b) {
     if (!b)
         throw new Error("Bad assertion");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to