Bug 192015
Summary: | REGRESSION (r238494-238514): 175 JSC tests timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jlewis3, saam, tsavell, tzagallo |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
175 JSC tests are timing out on the debug JSC bot:
https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20JSC%20%28Tests%29/builds/1812
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
The regression range based on bot history contains these JSC changes:
ASSERTION FAILED: m_outOfLineJumpTargets.contains(bytecodeOffset)
https://trac.webkit.org/changeset/238499/webkit
NaNs read from Wasm code needs to be be purified.
https://trac.webkit.org/changeset/238509/webkit
Object allocation sinking phase needs to iterate each scope offset instead of just iterating the symbol table's hashmap when handling an activation
https://trac.webkit.org/changeset/238510/webkit
InPlaceAbstractState::endBasicBlock rule for SetLocal should filter the value based on the flush format
https://trac.webkit.org/changeset/238511/webkit
Ryan Haddad
Saam or Tadeu, could you take a look at this? I think it was one of your changes.
Ryan Haddad
I think this was fixed by https://bugs.webkit.org/show_bug.cgi?id=192033
*** This bug has been marked as a duplicate of bug 192033 ***