Bug 84792 - [EFL][DRT] Clear added user style sheets before a new testcase execution.
Summary: [EFL][DRT] Clear added user style sheets before a new testcase execution.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail Pozdnyakov
URL:
Keywords:
Depends on: 84718
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-24 15:48 PDT by Mikhail Pozdnyakov
Modified: 2012-05-22 11:12 PDT (History)
6 users (show)

See Also:


Attachments
Clear added user style sheets before a new testcase execution (5.38 KB, patch)
2012-04-24 16:29 PDT, Mikhail Pozdnyakov
no flags Details | Formatted Diff | Diff
Clear added user style sheets before a new testcase execution (5.38 KB, patch)
2012-04-25 01:39 PDT, Mikhail Pozdnyakov
gustavo: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
to be landed. (5.62 KB, patch)
2012-05-10 00:55 PDT, Mikhail Pozdnyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pozdnyakov 2012-04-24 15:48:22 PDT
The added user style sheets from the previous testcases are not cleared for the next one => have 
flaky results.
For example in bug84718 this issue causes flakiness of userscripts/user-style-top-frame-only.html.
Comment 1 Mikhail Pozdnyakov 2012-04-24 16:29:08 PDT
Created attachment 138681 [details]
Clear added user style sheets before a new testcase execution

The patch is unskipping userscripts/user-script-top-frame-only.html so it may be applied after the fix for bug84718 is in place.
Comment 2 Gyuyoung Kim 2012-04-24 19:46:01 PDT
Comment on attachment 138681 [details]
Clear added user style sheets before a new testcase execution

View in context: https://bugs.webkit.org/attachment.cgi?id=138681&action=review

> LayoutTests/ChangeLog:6
> +        Unskip userscripts/user-style-top-frame-only.html

Generally, patch description is placed below "Reviewed by NOBODY (OOPS!)."
Comment 3 Mikhail Pozdnyakov 2012-04-25 01:39:33 PDT
Created attachment 138759 [details]
Clear added user style sheets before a new testcase execution
Comment 4 Mikhail Pozdnyakov 2012-04-25 01:41:51 PDT
(In reply to comment #2)
> (From update of attachment 138681 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=138681&action=review
> 
> > LayoutTests/ChangeLog:6
> > +        Unskip userscripts/user-style-top-frame-only.html
> 
> Generally, patch description is placed below "Reviewed by NOBODY (OOPS!)."

Thanks for review! Changelog is fixed here: https://bugs.webkit.org/attachment.cgi?id=138759
Comment 5 Raphael Kubo da Costa (:rakuco) 2012-04-25 07:37:33 PDT
Comment on attachment 138759 [details]
Clear added user style sheets before a new testcase execution

Looks good, thanks.
Comment 6 Gustavo Noronha (kov) 2012-05-09 08:22:56 PDT
Comment on attachment 138759 [details]
Clear added user style sheets before a new testcase execution

OK, looks right to me.
Comment 7 WebKit Review Bot 2012-05-09 08:28:35 PDT
Comment on attachment 138759 [details]
Clear added user style sheets before a new testcase execution

Rejecting attachment 138759 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
jects to file Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.h.rej
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp
Hunk #1 FAILED at 213.
1 out of 1 hunk FAILED -- saving rejects to file Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Gustavo No..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/12656672
Comment 8 Gyuyoung Kim 2012-05-09 22:02:14 PDT
Needs to rebase.
Comment 9 Mikhail Pozdnyakov 2012-05-10 00:55:42 PDT
Created attachment 141103 [details]
to be landed.
Comment 10 WebKit Review Bot 2012-05-10 03:55:17 PDT
Comment on attachment 141103 [details]
to be landed.

Clearing flags on attachment: 141103

Committed r116625: <http://trac.webkit.org/changeset/116625>
Comment 11 WebKit Review Bot 2012-05-10 03:55:33 PDT
All reviewed patches have been landed.  Closing bug.