WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 81606
[WK2][WTR] Set waitUntilDone watchdog timer value equal to WK1.
https://bugs.webkit.org/show_bug.cgi?id=81606
Summary
[WK2][WTR] Set waitUntilDone watchdog timer value equal to WK1.
Jessie Berlin
Reported
2012-03-19 18:12:02 PDT
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r111273%20(5061)/jquery/core-pretty-diff.html
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r111273%20(5061)/jquery/event-pretty-diff.html
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r111273%20(5061)/jquery/manipulation-pretty-diff.html
http://build.webkit.org/results/Lion%20Intel%20Debug%20(WebKit2%20Tests)/r111273%20(5061)/jquery/traversing-pretty-diff.html
Unfortunately, due to the state of the tests, I am not sure when this started.
Attachments
patch
(2.57 KB, patch)
2012-09-12 06:31 PDT
,
Kangil Han
thorton
: review+
Details
Formatted Diff
Diff
patch
(2.56 KB, patch)
2012-09-12 18:25 PDT
,
Kangil Han
kangil.han
: review+
Details
Formatted Diff
Diff
patch
(2.56 KB, patch)
2012-09-12 18:26 PDT
,
Kangil Han
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
patch
(2.56 KB, patch)
2012-09-12 18:28 PDT
,
Kangil Han
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2012-03-19 18:12:18 PDT
<
rdar://problem/11078649
>
Jessie Berlin
Comment 2
2012-03-19 19:35:09 PDT
Added them to the Skipped list in
http://trac.webkit.org/changeset/111286
Kangil Han
Comment 3
2012-09-12 06:31:50 PDT
Created
attachment 163614
[details]
patch
Tim Horton
Comment 4
2012-09-12 18:08:32 PDT
Comment on
attachment 163614
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=163614&action=review
> LayoutTests/ChangeLog:9 > + 6 seconds is harsh for some jquery test cases. > + Therefore, adjusted the value same as WK1 does.
This does not describe the change you are making to LayoutTests. This should read something like "Unskip jQuery tests which will now consistently pass due to the increased waitUntilDone timeout", or some such.
> Tools/ChangeLog:9 > + 6 seconds is harsh for some jquery test cases. > + Therefore, adjusted the value same as WK1 does.
I think it's unfortunate that we have single tests that take six seconds, but since they're imported I guess there's not much we can do. jQuery is capitalized like so. The second line should read "Therefore, adjust the value to match DumpRenderTree".
> Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:58 > +const double TestRunner::waitToDumpWatchdogTimerInterval = 30;
Fine with me.
Kangil Han
Comment 5
2012-09-12 18:24:14 PDT
(In reply to
comment #4
)
> (From update of
attachment 163614
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=163614&action=review
> > > LayoutTests/ChangeLog:9 > > + 6 seconds is harsh for some jquery test cases. > > + Therefore, adjusted the value same as WK1 does. > > This does not describe the change you are making to LayoutTests. This should read something like "Unskip jQuery tests which will now consistently pass due to the increased waitUntilDone timeout", or some such. > > > Tools/ChangeLog:9 > > + 6 seconds is harsh for some jquery test cases. > > + Therefore, adjusted the value same as WK1 does. > > I think it's unfortunate that we have single tests that take six seconds, but since they're imported I guess there's not much we can do. > > jQuery is capitalized like so. > > The second line should read "Therefore, adjust the value to match DumpRenderTree". > > > Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:58 > > +const double TestRunner::waitToDumpWatchdogTimerInterval = 30; > > Fine with me.
Thx for the review!!
Kangil Han
Comment 6
2012-09-12 18:25:35 PDT
Created
attachment 163754
[details]
patch Done!
Kangil Han
Comment 7
2012-09-12 18:26:52 PDT
Created
attachment 163755
[details]
patch My name besides 'review : +' looks weird so try again!
WebKit Review Bot
Comment 8
2012-09-12 18:27:21 PDT
Comment on
attachment 163755
[details]
patch Rejecting
attachment 163755
[details]
from commit-queue.
kangil.han@samsung.com
does not have committer permissions according to
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py
. - If you do not have committer rights please read
http://webkit.org/coding/contributing.html
for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
Kangil Han
Comment 9
2012-09-12 18:28:05 PDT
(In reply to
comment #8
)
> (From update of
attachment 163755
[details]
) > Rejecting
attachment 163755
[details]
from commit-queue. > >
kangil.han@samsung.com
does not have committer permissions according to
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py
. > > - If you do not have committer rights please read
http://webkit.org/coding/contributing.html
for instructions on how to use bugzilla flags. > > - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
Oh.. my mistake again.. Will get back with '?'. :-(
Kangil Han
Comment 10
2012-09-12 18:28:33 PDT
Created
attachment 163757
[details]
patch Try again!
Tim Horton
Comment 11
2012-09-12 18:32:34 PDT
Comment on
attachment 163757
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=163757&action=review
> Tools/ChangeLog:6 > + Reviewed by Tim Horton.
The bot would have Done The Right Thing(TM) (and put whoever r+'d this patch's name in here). Just notes for next time!
Kangil Han
Comment 12
2012-09-12 18:36:10 PDT
(In reply to
comment #11
)
> (From update of
attachment 163757
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=163757&action=review
> > > Tools/ChangeLog:6 > > + Reviewed by Tim Horton. > > The bot would have Done The Right Thing(TM) (and put whoever r+'d this patch's name in here). Just notes for next time!
Oh, I see. Thx! I rushed off. ;-)
WebKit Review Bot
Comment 13
2012-09-12 19:12:43 PDT
Comment on
attachment 163757
[details]
patch Clearing flags on attachment: 163757 Committed
r128395
: <
http://trac.webkit.org/changeset/128395
>
WebKit Review Bot
Comment 14
2012-09-12 19:12:48 PDT
All reviewed patches have been landed. Closing bug.
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