Bug 144803 - [EFL] viewport-percentage-lengths-foo.html tests have been failed
Summary: [EFL] viewport-percentage-lengths-foo.html tests have been failed
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-08 07:57 PDT by Gyuyoung Kim
Modified: 2015-06-17 15:00 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-05-08 07:57:56 PDT
It looks below tests have been failed after using xorgdriver on EFL port. 

  css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Timeout ]
  css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html [ Timeout ]
  css3/viewport-percentage-lengths/viewport-percentage-lengths-relative-font-size.html [ Timeout ]
  css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html [ Timeout ]
Comment 1 Przemyslaw Piorkowski 2015-06-13 15:02:38 PDT
Running listed tests with command 
run-webkit-tests --efl
ends with output "The test ran as expected.".

Does it means that this problem does not exist ?
Comment 2 Gyuyoung Kim 2015-06-14 22:27:24 PDT
(In reply to comment #1)
> Running listed tests with command 
> run-webkit-tests --efl
> ends with output "The test ran as expected.".
> 
> Does it means that this problem does not exist ?

No, actual test result is same with expectation result. If we mark A test to [ Timeout ] and actual test result is timeout, output is "The test ran as expected".
Comment 3 Ryuan Choi 2015-06-17 14:58:11 PDT
(In reply to comment #2)
> (In reply to comment #1)
> > Running listed tests with command 
> > run-webkit-tests --efl
> > ends with output "The test ran as expected.".
> > 
> > Does it means that this problem does not exist ?
> 
> No, actual test result is same with expectation result. If we mark A test to
> [ Timeout ] and actual test result is timeout, output is "The test ran as
> expected".

Gyuyoung,
You already unskipped this in r184981.

So, I think that this bug is invalid now.