| Summary: | Skip test currently failing on ARM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Angelos Oikonomopoulos <angelos> | ||||
| Component: | New Bugs | Assignee: | Angelos Oikonomopoulos <angelos> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Angelos Oikonomopoulos
2022-05-03 05:16:54 PDT
Created attachment 458734 [details]
Patch
Committed r293722 (250210@main): <https://commits.webkit.org/250210@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 458734 [details]. For future reference, the test: - started failing after https://commits.webkit.org/250194@main - in bytecode-cache mode When trying on a Debug build: stress/exception-in-to-property-key-should-be-handled-early.js.bytecode-cache: ASSERTION FAILED: m_isConstructed stress/exception-in-to-property-key-should-be-handled-early.js.bytecode-cache: WTF/Headers/wtf/NeverDestroyed.h(152) : typename std::remove_const<_Tp>::type* WTF::LazyNeverDestroyed< <template-parameter-1-1>, <template-parameter-1-2> >::storagePointerWithoutAccessCheck() const [wi th T = const WTF::AtomString; AccessTraits = WTF::AnyThreadsAccessTraits; WTF::LazyNeverDestroyed< <template-parameter-1-1>, <template-parameter-1-2> >::PointerType = WTF::AtomString*; typename std::remove_const<_Tp>::type = WTF::AtomString] stress/exception-in-to-property-key-should-be-handled-early.js.bytecode-cache: Aborted stress/exception-in-to-property-key-should-be-handled-early.js.bytecode-cache: Command '../../.vm/JavaScriptCore.framework/Helpers/jsc exception-in-to-property-key-should-be-handled-early.js --useFTLJIT=false --useFunctionDotArguments=true --validateExceptionChecks=true --useDolla rVM=true --maxPerThreadStackUsage=1572864 --useFTLJIT=true' failed stress/exception-in-to-property-key-should-be-handled-early.js.bytecode-cache: ERROR: Unexpected exit code: 134 FAIL: stress/exception-in-to-property-key-should-be-handled-early.js.bytecode-cache |