Web Inspector: inspector/debugger-pause-on-breakpoint.html and inspector/debugger-pause-on-debugger-statement.html are failing on GTK
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.
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.
Created attachment 79439 [details] Enable the test (fixed by r76129)
*** Bug 46977 has been marked as a duplicate of this bug. ***
Comment on attachment 79439 [details] Enable the test (fixed by r76129) OK.
I really appreciate you working on fixing the flaky inspector tests. Thank you!
Committed r76225: <http://trac.webkit.org/changeset/76225>