Bug 26011 - Fix flaky origin-follows-lexical-scope test
Summary: Fix flaky origin-follows-lexical-scope test
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 11:35 PDT by Adam Barth
Modified: 2010-06-10 17:28 PDT (History)
3 users (show)

See Also:


Attachments
patch (4.18 KB, patch)
2009-05-25 11:39 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2009-05-25 11:35:16 PDT
I added a test last night that appears to be flaky.  I don't really understand why it's flaky, but here's an attempt to fix it.
Comment 1 Adam Barth 2009-05-25 11:39:18 PDT
Created attachment 30655 [details]
patch
Comment 2 Adam Barth 2009-05-25 14:56:04 PDT
Comment on attachment 30655 [details]
patch

This patch didn't seem to fix the problem...  :(
Comment 3 Adam Barth 2009-05-26 07:37:29 PDT
I'm not sure what to do about this test.  I can't reproduce the issue locally, which makes it hard to debug.  Options in include:

1) Disabling / deleting the test and losing its coverage.
2) Debugging it by checking in diagnostics / attempted fixes late at night.
Comment 4 Mark Rowe (bdash) 2009-05-26 11:41:18 PDT
We need to do something about it.  We can't leave it failing on the buildbot for days at a time.
Comment 5 Sam Weinig 2009-05-26 13:51:16 PDT
Please disable it for now.  It is much more helpful for the bot to be green.
Comment 6 Adam Barth 2009-05-26 14:19:42 PDT
(In reply to comment #5)
> Please disable it for now.  It is much more helpful for the bot to be green.

Disabled in r44159.