Bug 240005 - Skip test currently failing on ARM
Summary: Skip test currently failing on ARM
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Angelos Oikonomopoulos
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-03 05:16 PDT by Angelos Oikonomopoulos
Modified: 2022-05-12 07:53 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.15 KB, patch)
2022-05-03 05:17 PDT, Angelos Oikonomopoulos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Angelos Oikonomopoulos 2022-05-03 05:16:54 PDT
Skip test currently failing on ARM
Comment 1 Angelos Oikonomopoulos 2022-05-03 05:17:27 PDT
Created attachment 458734 [details]
Patch
Comment 2 EWS 2022-05-03 06:43:23 PDT
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].
Comment 3 Angelos Oikonomopoulos 2022-05-12 07:53:34 PDT
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
Comment 4 Radar WebKit Bug Importer 2022-05-12 07:53:45 PDT
<rdar://problem/93174100>