Bug 96333 - JSC: Investigate interpreter only failures
Summary: JSC: Investigate interpreter only failures
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-09-10 15:31 PDT by Mark Lam
Modified: 2012-09-10 15:36 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2012-09-10 15:31:32 PDT
The layout test has failures when run with only interpreted modes.  Need to investigate the root cause of these to check:
1. if they are specific to interpreter only.
2. if they are specific to a specific interpreter implementation (C++ llint, ASM llint, and/or Classic interpreter) only.
3. if the test itself is bad.

See comment <https://bugs.webkit.org/show_bug.cgi?id=91052#c33> and attachment <https://bug-91052-attachments.webkit.org/attachment.cgi?id=163231> for details.
Comment 1 Mark Lam 2012-09-10 15:36:11 PDT
<rdar://problem/12271163>