Title: [264336] trunk/JSTests
Revision
264336
Author
[email protected]
Date
2020-07-14 04:26:31 -0700 (Tue, 14 Jul 2020)

Log Message

Skip intermittently failing type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value on mips
https://bugs.webkit.org/show_bug.cgi?id=214254

Patch by Angelos Oikonomopoulos <[email protected]> on 2020-07-14
Reviewed by Carlos Alberto Lopez Perez.

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (264335 => 264336)


--- trunk/JSTests/ChangeLog	2020-07-14 10:30:32 UTC (rev 264335)
+++ trunk/JSTests/ChangeLog	2020-07-14 11:26:31 UTC (rev 264336)
@@ -1,3 +1,12 @@
+2020-07-14  Angelos Oikonomopoulos  <[email protected]>
+
+        Skip intermittently failing type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value on mips
+        https://bugs.webkit.org/show_bug.cgi?id=214254
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        * stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js:
+
 2020-07-13  Saam Barati  <[email protected]>
 
         returnEarlyFromInfiniteLoopsForFuzzing and validateDoesGC may fail when used together in the FTL

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


--- trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js	2020-07-14 10:30:32 UTC (rev 264335)
+++ trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js	2020-07-14 11:26:31 UTC (rev 264336)
@@ -1,4 +1,4 @@
-//@ skip if not $jitTests
+//@ skip if not $jitTests or ["mips"].include?($architecture)
 
 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