Title: [277851] trunk/JSTests
Revision
277851
Author
[email protected]
Date
2021-05-21 02:31:51 -0700 (Fri, 21 May 2021)

Log Message

Unskip type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value on MIPS
https://bugs.webkit.org/show_bug.cgi?id=226011

Unreviewed gardening.

Appears to no longer be flaky.


* stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (277850 => 277851)


--- trunk/JSTests/ChangeLog	2021-05-21 06:35:06 UTC (rev 277850)
+++ trunk/JSTests/ChangeLog	2021-05-21 09:31:51 UTC (rev 277851)
@@ -1,3 +1,14 @@
+2021-05-21  Angelos Oikonomopoulos  <[email protected]>
+
+        Unskip type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value on MIPS
+        https://bugs.webkit.org/show_bug.cgi?id=226011
+
+        Unreviewed gardening.
+
+        Appears to no longer be flaky.
+
+        * stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js:
+
 2021-05-20  Saam Barati  <[email protected]>
 
         [ Catalina Release JSC] A large number of JSC test appear to be flaky failing

Modified: trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js (277850 => 277851)


--- trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js	2021-05-21 06:35:06 UTC (rev 277850)
+++ trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js	2021-05-21 09:31:51 UTC (rev 277851)
@@ -1,4 +1,4 @@
-//@ skip if not $jitTests or ["mips"].include?($architecture)
+//@ skip if not $jitTests
 
 function __isPropertyOfType(obj, name, type) {
     desc = Object.getOwnPropertyDescriptor(obj, name)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to