WebKit Bugzilla
Attachment 369015 Details for
Bug 197586
: iOS JSC tests frequently exiting with exception after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
197586.patch (text/plain), 1.19 KB, created by
Michael Saboff
on 2019-05-03 16:22:34 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Saboff
Created:
2019-05-03 16:22:34 PDT
Size:
1.19 KB
patch
obsolete
>Index: JSTests/ChangeLog >=================================================================== >--- JSTests/ChangeLog (revision 244935) >+++ JSTests/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-03 Michael Saboff <msaboff@apple.com> >+ >+ iOS JSC tests frequently exiting with execption after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases >+ https://bugs.webkit.org/show_bug.cgi?id=197586 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ We should only run one config of this test and only when we think we'll have the memory. >+ >+ * stress/json-stringify-string-builder-overflow.js: >+ > 2019-05-03 Yusuke Suzuki <ysuzuki@apple.com> > > [JSC] Generator CodeBlock generation should be idempotent >Index: JSTests/stress/json-stringify-string-builder-overflow.js >=================================================================== >--- JSTests/stress/json-stringify-string-builder-overflow.js (revision 244914) >+++ JSTests/stress/json-stringify-string-builder-overflow.js (working copy) >@@ -1,4 +1,6 @@ > //@ slow! >+//@ skip if $memoryLimited >+//@ runDefault if !$memoryLimited > //@ skip if $architecture != "arm64" and $architecture != "x86-64" > > var exception;
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
Flags:
keith_miller
:
review+
keith_miller
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197586
: 369015