Bug 93645

Summary: [EFL][WK2] Add Skipped file for EFL WK2
Product: WebKit Reporter: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Component: WebKit EFLAssignee: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, gyuyoung.kim, kenneth, lucas.de.marchi, naginenis, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 61838, 93353    
Attachments:
Description Flags
patch
kenneth: commit-queue-
patch v2 none

Description Mikhail Pozdnyakov 2012-08-09 13:12:55 PDT
EFL WK2 needs a separate Skipped file located at LayoutTests/platform/efl-wk2/Skipped so that it will be possible to keep EFL WK2 bot green.
Comment 1 Mikhail Pozdnyakov 2012-08-10 03:24:33 PDT
Created attachment 157697 [details]
patch
Comment 2 Kenneth Rohde Christiansen 2012-08-10 04:20:12 PDT
Comment on attachment 157697 [details]
patch

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

> LayoutTests/ChangeLog:6
> +        Uneviewed gardening.

Unreviewed
Comment 3 Mikhail Pozdnyakov 2012-08-10 04:23:38 PDT
Created attachment 157701 [details]
patch v2
Comment 4 Mikhail Pozdnyakov 2012-08-10 04:24:19 PDT
(In reply to comment #2)
> (From update of attachment 157697 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=157697&action=review
> 
> > LayoutTests/ChangeLog:6
> > +        Uneviewed gardening.
> 
> Unreviewed

Ouch..
Comment 5 WebKit Review Bot 2012-08-10 06:29:59 PDT
Comment on attachment 157701 [details]
patch v2

Clearing flags on attachment: 157701

Committed r125273: <http://trac.webkit.org/changeset/125273>
Comment 6 WebKit Review Bot 2012-08-10 06:30:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Chris Dumez 2012-08-12 23:39:27 PDT
Why would we add a Skipped list? We have been trying to get rid of the one for WebKit1-EFL for several months now. Adding one for WebKit2-EFL really seems like a step backwards. Is there a technical reason not to use a TestExpectations file?
Comment 8 Mikhail Pozdnyakov 2012-08-13 00:06:04 PDT
(In reply to comment #7)
> Why would we add a Skipped list? We have been trying to get rid of the one for WebKit1-EFL for several months now. Adding one for WebKit2-EFL really seems like a step backwards. Is there a technical reason not to use a TestExpectations file?

I have tried TestExpectations first and it did not work for me, then I noticed that neither mac nor GTK (which does not have Skipped list for WK1 at all) use TestExpectations for WK2. I understand that TestExpectations is better but we need first to provide a fix in scripts to make it work.
Comment 9 Chris Dumez 2012-08-13 00:16:00 PDT
(In reply to comment #8)
> (In reply to comment #7)
> > Why would we add a Skipped list? We have been trying to get rid of the one for WebKit1-EFL for several months now. Adding one for WebKit2-EFL really seems like a step backwards. Is there a technical reason not to use a TestExpectations file?
> 
> I have tried TestExpectations first and it did not work for me, then I noticed that neither mac nor GTK (which does not have Skipped list for WK1 at all) use TestExpectations for WK2. I understand that TestExpectations is better but we need first to provide a fix in scripts to make it work.

Ok, thanks for the explanation. I will try to fix the scripts and use TestExpectations instead in Bug 93796. Qt port is using TestExpectations for WK2 so it is possible.