Bug 45291

Summary: Web Inspector: inspector/debugger-pause-on-breakpoint.html is flaky on GTK
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Tools / TestsAssignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Enable the test (fixed by r76129) eric: review+

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>