Bug 92948 - Layout Test fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html is failing
Summary: Layout Test fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html is f...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-01 23:32 PDT by Alexander Pavlov (apavlov)
Modified: 2012-08-02 00:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-08-01 23:32:56 PDT
The following layout test is timing out on Chromium Linux Debug canaries:

fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html

Probable cause: http://trac.webkit.org/changeset/124404
(see http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fjs%2Fdfg-osr-entry-hoisted-clobbered-structure-check.html for the reference).

I'm suppressing the failure for now.
Comment 1 Alexander Pavlov (apavlov) 2012-08-01 23:34:38 PDT
...and on SnowLeopard, too.
Comment 2 Filip Pizlo 2012-08-01 23:35:06 PDT
(In reply to comment #0)
> The following layout test is timing out on Chromium Linux Debug canaries:
> 
> fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html
> 
> Probable cause: http://trac.webkit.org/changeset/124404
> (see http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fjs%2Fdfg-osr-entry-hoisted-clobbered-structure-check.html for the reference).
> 
> I'm suppressing the failure for now.

This is a test whose run-time crosses just above the timeout threshold that Chromium sets, but it's within the timeout threshold that other WebKit ports use (30 sec).

Suppressing the failure on Chromium but leaving it alone for other platforms is likely to be the right solution here.  It would be hard to make the test run faster while still covering the specific case that it's meant to cover.
Comment 3 Filip Pizlo 2012-08-01 23:35:19 PDT
(In reply to comment #1)
> ...and on SnowLeopard, too.

SL Chromium or SL something else?
Comment 4 Filip Pizlo 2012-08-01 23:37:17 PDT
Assigning back to Alexander.  Chromium timeouts are not my domain.
Comment 5 Alexander Pavlov (apavlov) 2012-08-01 23:43:54 PDT
I'm not sure about the right resolution. Perhaps we might want to leave it as is.
Comment 6 Peter Kasting 2012-08-02 00:16:41 PDT
The test was marked DEBUG SLOW in r124415.  Per conversation on IRC and comment 2, it's not really possible to make the test faster.  So it doesn't look like there's more to be done here.