| Summary: | JSC::createError needs to check for OOM in errorDescriptionForValue | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Tadeu Zagallo <tzagallo> | ||||
| Component: | JavaScriptCore | Assignee: | Tadeu Zagallo <tzagallo> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, dwfault, ews-watchlist, keith_miller, mark.lam, msaboff, rmorisset, ryanhaddad, saam, sroberts, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=196089 | ||||||
| Attachments: |
|
||||||
|
Description
Tadeu Zagallo
2019-03-20 13:56:51 PDT
Created attachment 365396 [details]
Patch
Comment on attachment 365396 [details]
Patch
r=me
Comment on attachment 365396 [details] Patch Clearing flags on attachment: 365396 Committed r243246: <https://trac.webkit.org/changeset/243246> All reviewed patches have been landed. Closing bug. stress/create-error-out-of-memory-rope-string.js is failing on the Release JSC bot: https://build.webkit.org/builders/Apple%20High%20Sierra%20Release%20JSC%20%28Tests%29/builds/8582/steps/jscore-test/logs/stdio Committed r243265: <https://trac.webkit.org/changeset/243265> stress/create-error-out-of-memory-rope-string.js.bytecode-cache stress/create-error-out-of-memory-rope-string.js.default stress/create-error-out-of-memory-rope-string.js.dfg-eager stress/create-error-out-of-memory-rope-string.js.dfg-eager-no-cjit-validate stress/create-error-out-of-memory-rope-string.js.dfg-maximal-flush-validate-no-cjit stress/create-error-out-of-memory-rope-string.js.ftl-eager stress/create-error-out-of-memory-rope-string.js.ftl-eager-no-cjit stress/create-error-out-of-memory-rope-string.js.ftl-eager-no-cjit-b3o1 stress/create-error-out-of-memory-rope-string.js.ftl-no-cjit-b3o0 stress/create-error-out-of-memory-rope-string.js.ftl-no-cjit-no-inline-validate stress/create-error-out-of-memory-rope-string.js.ftl-no-cjit-no-put-stack-validate stress/create-error-out-of-memory-rope-string.js.ftl-no-cjit-small-pool stress/create-error-out-of-memory-rope-string.js.ftl-no-cjit-validate-sampling-profiler stress/create-error-out-of-memory-rope-string.js.no-cjit-validate-phases stress/create-error-out-of-memory-rope-string.js.no-ftl stress/create-error-out-of-memory-rope-string.js.no-llint New test is causing 15 Failures on JSC Debug queue's. https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20JSC%20(Tests)/builds/2394/steps/jscore-test/logs/stdio (In reply to Shawn Roberts from comment #8) > New test is causing 15 Failures on JSC Debug queue's. I'm fixing it in https://bugs.webkit.org/show_bug.cgi?id=196089 *** Bug 195875 has been marked as a duplicate of this bug. *** |