Title: [294107] trunk/JSTests
Revision
294107
Author
ange...@igalia.com
Date
2022-05-12 10:39:05 -0700 (Thu, 12 May 2022)

Log Message

Unskip no longer failing test
https://bugs.webkit.org/show_bug.cgi?id=240346

Unreviewed gardening.

Test no longer fails on ARM. No good explanation for why it was only
failing in bytecode-cache mode. Also not sure which subsequent commit
fixed it.


* stress/exception-in-to-property-key-should-be-handled-early.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (294106 => 294107)


--- trunk/JSTests/ChangeLog	2022-05-12 17:37:47 UTC (rev 294106)
+++ trunk/JSTests/ChangeLog	2022-05-12 17:39:05 UTC (rev 294107)
@@ -1,3 +1,16 @@
+2022-05-12  Angelos Oikonomopoulos  <ange...@igalia.com>
+
+        Unskip no longer failing test
+        https://bugs.webkit.org/show_bug.cgi?id=240346
+
+        Unreviewed gardening.
+
+        Test no longer fails on ARM. No good explanation for why it was only
+        failing in bytecode-cache mode. Also not sure which subsequent commit
+        fixed it.
+
+        * stress/exception-in-to-property-key-should-be-handled-early.js:
+
 2022-05-10  Ross Kirsling  <ross.kirsl...@sony.com>
 
         [Temporal] Years 0-999 should be canonically represented with 4 digits, not 6

Modified: trunk/JSTests/stress/exception-in-to-property-key-should-be-handled-early.js (294106 => 294107)


--- trunk/JSTests/stress/exception-in-to-property-key-should-be-handled-early.js	2022-05-12 17:37:47 UTC (rev 294106)
+++ trunk/JSTests/stress/exception-in-to-property-key-should-be-handled-early.js	2022-05-12 17:39:05 UTC (rev 294107)
@@ -1,4 +1,3 @@
-//@ skip if $architecture == "arm"
 var propertyKey = {
     toString() {
         throw new Error("propertyKey.toString is called.");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to