Bug 99389

Summary: inspector/debugger/xhr-breakpoints.html is flaky
Product: WebKit Reporter: Dana Jansens <danakj>
Component: Layout and RenderingAssignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: jamesr, pfeldman, vsevik
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Dana Jansens
Reported 2012-10-15 17:13:02 PDT
Attachments
Dana Jansens
Comment 1 2012-10-15 17:18:54 PDT
James Robinson
Comment 2 2013-03-11 15:42:20 PDT
*** This bug has been marked as a duplicate of bug 94002 ***
Vsevolod Vlasov
Comment 3 2013-03-11 23:49:56 PDT
I don't think it's a duplicate. This one is about one particular test on different bots while the other is about one particular bot (win debug) with several tests (inspector/debugger) Copying over your diff here. --- /mnt/data/b/build/slave/WebKit_Linux_32/build/layout-test-results/inspector/debugger/xhr-breakpoints-expected.txt +++ /mnt/data/b/build/slave/WebKit_Linux_32/build/layout-test-results/inspector/debugger/xhr-breakpoints-actual.txt @@ -1,22 +1,12 @@ Tests XHR breakpoints. -Debugger was enabled. +error: Exception during test execution: TypeError: Cannot read property 'sidebarPanes' of undefined,TypeError: Cannot read property 'sidebarPanes' of undefined + at test (evaluateInWebInspector1.js:17:43) + at runTestInFrontend (evaluateInWebInspector1.js:10:13) + at eval (evaluateInWebInspector1.js:15:7) + at eval (native) + at Object.invokeMethod (file:///mnt/data/b/build/slave/WebKit_Linux_32/build/src/out/Release/resources/inspector/DevTools.js:48165:21) + at Object.InspectorBackendClass.runAfterPendingDispatches (file:///mnt/data/b/build/slave/WebKit_Linux_32/build/src/out/Release/resources/inspector/DevTools.js:5073:13) + at Object.InspectorBackendClass.dispatch (file:///mnt/data/b/build/slave/WebKit_Linux_32/build/src/out/Release/resources/inspector/DevTools.js:5015:6) + at Object.InspectorFrontendAPI.dispatchMessage (file:///mnt/data/b/build/slave/WebKit_Linux_32/build/src/out/Release/resources/inspector/DevTools.js:5782:18) -Running: testXHRBreakpoint -Script execution paused. -Call stack: - 0) sendRequest (xhr-breakpoints.html:11) - 1) (:1) -Script execution resumed. - -Running: testPauseOnAnyXHR -Script execution paused. -Script execution resumed. -Script execution paused. -Script execution resumed. - -Running: testDisableBreakpoint -Script execution paused. -Script execution resumed. -Debugger was disabled. -
Vsevolod Vlasov
Comment 4 2013-03-11 23:55:16 PDT
Note You need to log in before you can comment on or make changes to this bug.