Bug 214935 - REGRESSION (r264657-r264675?): [Catalina Release JSC] stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js is timing out
Summary: REGRESSION (r264657-r264675?): [Catalina Release JSC] stress/operand-should-f...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-29 14:29 PDT by Ryan Haddad
Modified: 2020-07-29 14:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2020-07-29 14:29:54 PDT
Seeing the following test timeout on the Catalina Release JSC bot:

stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js.default: HARD TIMEOUT after 300.000000 sec
stress/operand-should-fit-in-abstract-heap-encoded-payload-format.js.default: ERROR: Unexpected exit code: 1

https://build.webkit.org/builders/Apple-Catalina-Release-JSC-Tests/builds/3143/steps/jscore-test/logs/stdio

https://results.webkit.org/?suite=javascriptcore-tests&test=stress%2Foperand-should-fit-in-abstract-heap-encoded-payload-format.js.default
Comment 1 Radar WebKit Bug Importer 2020-07-29 14:30:44 PDT
<rdar://problem/66292750>
Comment 2 Ryan Haddad 2020-07-29 14:33:22 PDT
JSC changes in the regression range:

https://trac.webkit.org/changeset/264671/webkit (Linux build fix)
https://trac.webkit.org/changeset/264672/webkit (Disable NO_SMT by default)
https://trac.webkit.org/changeset/264673/webkit (Fix FinalizationRegistry GC finalizer interation) 
https://trac.webkit.org/changeset/264674/webkit (Use CatchScope in microtask execution)