Title: [239968] trunk/JSTests
Revision
239968
Author
[email protected]
Date
2019-01-14 18:37:33 -0800 (Mon, 14 Jan 2019)

Log Message

Skip type-check-hoisting-phase-hoist... with no jit
https://bugs.webkit.org/show_bug.cgi?id=193421

Reviewed by Mark Lam.

It's timing out the 32-bit bots and takes 330 seconds
on my machine when run by itself.

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239967 => 239968)


--- trunk/JSTests/ChangeLog	2019-01-15 02:14:16 UTC (rev 239967)
+++ trunk/JSTests/ChangeLog	2019-01-15 02:37:33 UTC (rev 239968)
@@ -1,3 +1,15 @@
+2019-01-14  Keith Miller  <[email protected]>
+
+        Skip type-check-hoisting-phase-hoist... with no jit
+        https://bugs.webkit.org/show_bug.cgi?id=193421
+
+        Reviewed by Mark Lam.
+
+        It's timing out the 32-bit bots and takes 330 seconds
+        on my machine when run by itself.
+
+        * stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js:
+
 2019-01-14  Yusuke Suzuki  <[email protected]>
 
         [JSC] AI should check the given constant's array type when folding GetByVal into constant

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


--- trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js	2019-01-15 02:14:16 UTC (rev 239967)
+++ trunk/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js	2019-01-15 02:37:33 UTC (rev 239968)
@@ -1,3 +1,5 @@
+//@ skip if not $jitTests
+
 function __isPropertyOfType(obj, name, type) {
     desc = Object.getOwnPropertyDescriptor(obj, name)
     return typeof type === 'undefined' || typeof desc.value === type;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to