Bug 89056 - Web Inspector: The test case "inspector/debugger/xhr-breakpoints.html" failed due to timeout
Summary: Web Inspector: The test case "inspector/debugger/xhr-breakpoints.html" failed...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 20:18 PDT by Peter Wang
Modified: 2014-03-10 16:20 PDT (History)
10 users (show)

See Also:


Attachments
An example of test result (398 bytes, text/plain)
2012-06-13 20:18 PDT, Peter Wang
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wang 2012-06-13 20:18:05 PDT
Created attachment 147472 [details]
An example of test result

The test case "inspector/debugger/xhr-breakpoints.html" failed due to timeout.
The test result shows "FAIL: Timed out waiting for notifyDone to be called". There are three test suite in it, usually only one or two test suites can pass the test depending on the test environment.
At least in Qt Browser, after I assigned a larger value to "m_timeout" of "Tools/DumpRenderTree/qt/LayoutTestControllerQt.cpp", things are improved.
Or if we split it into three cases according the three test suites of it, every small case can pass the test.