WebKit Bugzilla
Attachment 359113 Details for
Bug 193421
: Skip type-check-hoisting-phase-hoist... with no jit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193421-20190114181038.patch (text/plain), 1.45 KB, created by
Keith Miller
on 2019-01-14 18:10:40 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Miller
Created:
2019-01-14 18:10:40 PST
Size:
1.45 KB
patch
obsolete
>Subversion Revision: 239966 >diff --git a/JSTests/ChangeLog b/JSTests/ChangeLog >index a90df9a587369eb4f7d801d842183558c6e37b22..88e1cad1495b41bc908b68cecc19b18b037c7aef 100644 >--- a/JSTests/ChangeLog >+++ b/JSTests/ChangeLog >@@ -1,3 +1,15 @@ >+2019-01-14 Keith Miller <keith_miller@apple.com> >+ >+ Skip type-check-hoisting-phase-hoist... with no jit >+ https://bugs.webkit.org/show_bug.cgi?id=193421 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ 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 <yusukesuzuki@slowstart.org> > > [JSC] AI should check the given constant's array type when folding GetByVal into constant >diff --git a/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js b/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js >index 56f1bc7417919124790be4f9d1b3239f5f57314d..1765bc979bed61d65ac3faf50295023ce98d183a 100644 >--- a/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js >+++ b/JSTests/stress/type-check-hoisting-phase-hoist-check-structure-on-tdz-this-value.js >@@ -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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193421
:
359110
|
359111
| 359113