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 173485
DRT fails to reset page visibility between tests
https://bugs.webkit.org/show_bug.cgi?id=173485
Summary
DRT fails to reset page visibility between tests
Chris Dumez
Reported
2017-06-16 11:31:13 PDT
DRT fails to reset page visibility between tests and relies on tests calling testRunner.resetPageVisibility(). Fix this to address flakiness.
Attachments
Patch
(1.86 KB, patch)
2017-06-16 11:36 PDT
,
Chris Dumez
ap
: review+
simon.fraser
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2017-06-16 11:36:36 PDT
Created
attachment 313098
[details]
Patch
Simon Fraser (smfr)
Comment 2
2017-06-16 13:07:49 PDT
Comment on
attachment 313098
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=313098&action=review
> Tools/DumpRenderTree/mac/DumpRenderTree.mm:1830 > + if (gTestRunner) > + gTestRunner->resetPageVisibility(); > + > if (gTestRunner) {
Can't you just have the if (gTestRunner) once?
Chris Dumez
Comment 3
2017-06-16 13:09:28 PDT
Committed
r218406
: <
http://trac.webkit.org/changeset/218406
>
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