Bug 148927 - [EFL] Many of the css3/device-adapt/* tests failed after r188548.
Summary: [EFL] Many of the css3/device-adapt/* tests failed after r188548.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks: 148093
  Show dependency treegraph
 
Reported: 2015-09-07 04:07 PDT by Hunseop Jeong
Modified: 2015-09-07 05:34 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.39 KB, patch)
2015-09-07 04:28 PDT, Hunseop Jeong
no flags Details | Formatted Diff | Diff
Patch (2.39 KB, patch)
2015-09-07 04:39 PDT, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-09-07 04:07:19 PDT
https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/24260/steps/layout-test/logs/stdio
  css3/device-adapt/opera/cascading-002.xhtml [ Failure ]
  css3/device-adapt/opera/cascading-003.xhtml [ Failure ]
  css3/device-adapt/opera/cascading-004.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-001.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-004.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-005.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-006.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-007.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-008.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-010.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-011.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-013.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-014.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-015.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-016.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-017.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-018.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-019.xhtml [ Failure ]
  css3/device-adapt/opera/constrain-020.xhtml [ Failure ]
  css3/device-adapt/opera/syntax-001.xhtml [ Failure ]
  css3/device-adapt/opera/syntax-002.xhtml [ Failure ]
  css3/device-adapt/opera/syntax-003.xhtml [ Failure ]
  css3/device-adapt/viewport-width-check-window-innerwidth-correct.html [ Failure ]
Comment 1 Hunseop Jeong 2015-09-07 04:28:35 PDT
Created attachment 260732 [details]
Patch
Comment 2 Hunseop Jeong 2015-09-07 04:35:13 PDT
This patch is twice checking the 'if (test.urlContains("device-adapt/") || test.urlContains("device-adapt\\"))' in TestController and TestControllerEfl.
Do I move the check logic to TestController to remove the duplicated code?
Comment 3 Csaba Osztrogonác 2015-09-07 04:35:31 PDT
Comment on attachment 260732 [details]
Patch

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

r=me

> Tools/ChangeLog:9
> +        overwritted by updatePlatformSpecificViewOptionsForTest after r188548.

typo: overwritten

> Tools/ChangeLog:14
> +        (WTR::shouldUseFixedLayout): Return the true if the test is related with 'device-adapt'.

nit: Please remove "the" before landing the patch. --> Return true ...
Comment 4 Hunseop Jeong 2015-09-07 04:39:59 PDT
Created attachment 260733 [details]
Patch
Comment 5 Hunseop Jeong 2015-09-07 04:42:05 PDT
(In reply to comment #3)
> Comment on attachment 260732 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=260732&action=review
> 
> r=me
> 
> > Tools/ChangeLog:9
> > +        overwritted by updatePlatformSpecificViewOptionsForTest after r188548.
> 
> typo: overwritten
> 
> > Tools/ChangeLog:14
> > +        (WTR::shouldUseFixedLayout): Return the true if the test is related with 'device-adapt'.
> 
> nit: Please remove "the" before landing the patch. --> Return true ...

Oops... I fix the typo..
Comment 6 Hunseop Jeong 2015-09-07 04:46:27 PDT
Your name looks like "Csaba Osztrogonác." in changeLog.
Do I make the new patch?
Comment 7 Csaba Osztrogonác 2015-09-07 04:48:47 PDT
(In reply to comment #6)
> Your name looks like "Csaba Osztrogonác." in changeLog.
> Do I make the new patch?

No problem, it is a bug of the review tool, it will be 
good in the commit log and the change log after landing.
Comment 8 WebKit Commit Bot 2015-09-07 05:34:50 PDT
Comment on attachment 260733 [details]
Patch

Clearing flags on attachment: 260733

Committed r189464: <http://trac.webkit.org/changeset/189464>
Comment 9 WebKit Commit Bot 2015-09-07 05:34:55 PDT
All reviewed patches have been landed.  Closing bug.