Bug 192015 - REGRESSION (r238494-238514): 175 JSC tests timing out
Summary: REGRESSION (r238494-238514): 175 JSC tests timing out
Status: RESOLVED DUPLICATE of bug 192033
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-27 10:56 PST by Ryan Haddad
Modified: 2018-11-28 08:54 PST (History)
4 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 2018-11-27 10:56:26 PST
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
Comment 1 Ryan Haddad 2018-11-27 10:57:45 PST
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
Comment 2 Ryan Haddad 2018-11-27 17:35:53 PST
Saam or Tadeu, could you take a look at this? I think it was one of your changes.
Comment 3 Ryan Haddad 2018-11-28 08:54:41 PST
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 ***