WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
52086
Make WebKitTestRunner rest between loads more robust to avoid test crashes
https://bugs.webkit.org/show_bug.cgi?id=52086
Summary
Make WebKitTestRunner rest between loads more robust to avoid test crashes
Maciej Stachowiak
Reported
2011-01-07 15:05:28 PST
Make WebKitTestRunner rest between loads more robust to avoid test crashes
Attachments
Patch
(4.16 KB, patch)
2011-01-07 15:07 PST
,
Maciej Stachowiak
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2011-01-07 15:07:02 PST
Created
attachment 78278
[details]
Patch
Sam Weinig
Comment 2
2011-01-07 15:50:33 PST
Comment on
attachment 78278
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=78278&action=review
If you remove the debug code, this looks fine. r=me
> Tools/WebKitTestRunner/TestController.cpp:40 > -static const double defaultShortTimeout = 5; > +static const double defaultShortTimeout = 30;
You should revert this.
> Tools/WebKitTestRunner/TestController.cpp:364 > + platformRunUntil(done, timeoutDuration == (TimeoutDuration)(-15) ? 3600 : timeoutDuration == ShortTimeout ? m_shortTimeout : m_longTimeout);
This too.
> Tools/WebKitTestRunner/TestInvocation.cpp:135 > + TestController::shared().runUntil(m_gotFinalMessage, (TestController::TimeoutDuration)(-13));
Here too.
Maciej Stachowiak
Comment 3
2011-01-07 16:22:00 PST
Committed
r75291
: <
http://trac.webkit.org/changeset/75291
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug