Bug 45291 - Web Inspector: inspector/debugger-pause-on-breakpoint.html is flaky on GTK
Summary: Web Inspector: inspector/debugger-pause-on-breakpoint.html is flaky on GTK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
: 46977 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-07 05:57 PDT by Pavel Podivilov
Modified: 2011-01-20 04:32 PST (History)
4 users (show)

See Also:


Attachments
Enable the test (fixed by r76129) (4.82 KB, patch)
2011-01-19 09:53 PST, Pavel Podivilov
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2010-09-07 05:57:07 PDT
Web Inspector: inspector/debugger-pause-on-breakpoint.html and inspector/debugger-pause-on-debugger-statement.html are failing on GTK
Comment 1 Pavel Podivilov 2010-09-09 01:20:09 PDT
Web Inspector: inspector/debugger-pause-on-breakpoint.html is flaky on GTK

All inlined scripts has starting line 1, which causes breakpoint to be set in a random script.
Comment 2 Eric Seidel (no email) 2010-09-16 03:16:19 PDT
This is failing on my Snow Leopard Machine as well.

/tmp/layout-test-results/inspector/debugger-pause-on-breakpoint-actual.txt

 + FAIL: Timed out waiting for notifyDone to be called
   Tests that debugger will stop on breakpoint.
   
   Debugger was enabled.
   Script source was shown.
   Set timer for test function.
-  Script execution paused.
-  Call stack:
-      0) testFunction (debugger-pause-on-breakpoint.html:9)
-  Script execution resumed.
-  Debugger was disabled.

http://trac.webkit.org/browser/trunk/LayoutTests/inspector/debugger-pause-on-breakpoint.html

Looks like this was added 9 days ago.  Looks like we should probably remove it again, or skip it if its going to be flaky.
Comment 3 Pavel Podivilov 2011-01-19 09:53:27 PST
Created attachment 79439 [details]
Enable the test (fixed by r76129)
Comment 4 Pavel Podivilov 2011-01-19 09:54:37 PST
*** Bug 46977 has been marked as a duplicate of this bug. ***
Comment 5 Eric Seidel (no email) 2011-01-20 03:12:36 PST
Comment on attachment 79439 [details]
Enable the test (fixed by r76129)

OK.
Comment 6 Eric Seidel (no email) 2011-01-20 03:13:13 PST
I really appreciate you working on fixing the flaky inspector tests.  Thank you!
Comment 7 Pavel Podivilov 2011-01-20 04:32:26 PST
Committed r76225: <http://trac.webkit.org/changeset/76225>