WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119784
[EFL] fast/forms/datalist/input-list.html is failing
https://bugs.webkit.org/show_bug.cgi?id=119784
Summary
[EFL] fast/forms/datalist/input-list.html is failing
Ryuan Choi
Reported
2013-08-13 23:07:26 PDT
fast/forms/datalist/input-list.html is failing on all EFL platforms.
Attachments
Patch
(1.68 KB, patch)
2013-08-15 02:52 PDT
,
Santosh Mahto
no flags
Details
Formatted Diff
Diff
Patch
(3.71 KB, patch)
2013-08-16 03:33 PDT
,
Santosh Mahto
no flags
Details
Formatted Diff
Diff
Patch
(3.70 KB, patch)
2013-08-16 04:07 PDT
,
Santosh Mahto
no flags
Details
Formatted Diff
Diff
Patch
(3.76 KB, patch)
2013-08-16 05:06 PDT
,
Santosh Mahto
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Santosh Mahto
Comment 1
2013-08-15 02:52:35 PDT
Created
attachment 208800
[details]
Patch
Ryuan Choi
Comment 2
2013-08-15 03:03:25 PDT
Comment on
attachment 208800
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=208800&action=review
> LayoutTests/platform/efl/fast/forms/datalist/input-list-expected.txt:10 > -FAIL datalist.className should be former. Threw exception TypeError: 'null' is not an object (evaluating 'datalist.className') > +FAIL datalist.className should be former. Threw exception TypeError: null is not an object (evaluating 'datalist.className') > FAIL document.getElementById("text").list should be [object HTMLDataListElement]. Was null.
Chris, is this fine although result mentioned FAIL ?
Chris Dumez
Comment 3
2013-08-15 03:06:19 PDT
(In reply to
comment #2
)
> (From update of
attachment 208800
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=208800&action=review
> > > LayoutTests/platform/efl/fast/forms/datalist/input-list-expected.txt:10 > > -FAIL datalist.className should be former. Threw exception TypeError: 'null' is not an object (evaluating 'datalist.className') > > +FAIL datalist.className should be former. Threw exception TypeError: null is not an object (evaluating 'datalist.className') > > FAIL document.getElementById("text").list should be [object HTMLDataListElement]. Was null. > > Chris, is this fine although result mentioned FAIL ?
It was already FAIL before so it is not any worse IMO.
Chris Dumez
Comment 4
2013-08-15 03:16:38 PDT
Comment on
attachment 208800
[details]
Patch Ryuan wants to skip it, which is indeed the right approach IMO. So r-.
Santosh Mahto
Comment 5
2013-08-15 09:22:58 PDT
(In reply to
comment #4
)
> (From update of
attachment 208800
[details]
) > Ryuan wants to skip it, which is indeed the right approach IMO. So r-.
I doubt about skipping this test. This test has test cases for all input type="test/color/speech/email/range/search/url/date/time/week/..........." in efl datalist is supported only for input type="email/range/search/url" So this test is used as test for input type="email/range/search/url". for these type it succeeds.For other type we have FAIL as xx-expected.txt. WhenEver we implement datalist UI for new type we just need to change expected output from FAIL to PASS.
Chris Dumez
Comment 6
2013-08-15 09:32:33 PDT
(In reply to
comment #5
)
> (In reply to
comment #4
) > > (From update of
attachment 208800
[details]
[details]) > > Ryuan wants to skip it, which is indeed the right approach IMO. So r-. > > I doubt about skipping this test. > This test has test cases for all input type="test/color/speech/email/range/search/url/date/time/week/..........." > > in efl datalist is supported only for input type="email/range/search/url" > > So this test is used as test for input type="email/range/search/url". for these type it succeeds.For other type we have FAIL as xx-expected.txt. > > WhenEver we implement datalist UI for new type we just need to change expected output from FAIL to PASS.
Right, I overlooked that it was testing all the input types. Then, rebaselining makes sense since we can only improve the situation gradually. I say let's land this. BTW, this is a gardening patch so you don't need review. Just get rid of the "reviewed by" line in the Changelog and add "Unreviewed" to your Changelog.
Ryuan Choi
Comment 7
2013-08-15 16:43:45 PDT
(In reply to
comment #6
)
> (In reply to
comment #5
) > > (In reply to
comment #4
) > > > (From update of
attachment 208800
[details]
[details] [details]) > > > Ryuan wants to skip it, which is indeed the right approach IMO. So r-. > > > > I doubt about skipping this test. > > This test has test cases for all input type="test/color/speech/email/range/search/url/date/time/week/..........." > > > > in efl datalist is supported only for input type="email/range/search/url" > > > > So this test is used as test for input type="email/range/search/url". for these type it succeeds.For other type we have FAIL as xx-expected.txt. > > > > WhenEver we implement datalist UI for new type we just need to change expected output from FAIL to PASS. > > Right, I overlooked that it was testing all the input types. Then, rebaselining makes sense since we can only improve the situation gradually. I say let's land this. BTW, this is a gardening patch so you don't need review. Just get rid of the "reviewed by" line in the Changelog and add "Unreviewed" to your Changelog.
OK, I just focused "FAIL" and does not consider gradual improvement. I thought that skipped test is easier to find what is missing for EFL port.
Santosh Mahto
Comment 8
2013-08-16 03:33:11 PDT
Created
attachment 208903
[details]
Patch
Chris Dumez
Comment 9
2013-08-16 03:44:28 PDT
Comment on
attachment 208903
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=208903&action=review
> LayoutTests/ChangeLog:3 > + <
https://webkit.org/b/119784
> [EFL] fast/forms/datalist/input-list.html is failing
This does not look right. Please regenerate the Changelog.
> LayoutTests/ChangeLog:5 > + [EFL] Unreviwed gardening.
"Unreviewed"
Santosh Mahto
Comment 10
2013-08-16 04:07:30 PDT
Created
attachment 208909
[details]
Patch
Chris Dumez
Comment 11
2013-08-16 04:32:20 PDT
Comment on
attachment 208909
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=208909&action=review
> LayoutTests/ChangeLog:5 > + [EFL] Unreviewed gardening.
No "[EFL]" as this is not a bug title ("Unreviewed EFL gardening, blablabla." would be OK though). Also please add a quick description of your change. We cannot land changes without Changelog as per WK policy.
Santosh Mahto
Comment 12
2013-08-16 05:06:16 PDT
Created
attachment 208917
[details]
Patch
WebKit Commit Bot
Comment 13
2013-08-16 05:37:33 PDT
Comment on
attachment 208917
[details]
Patch Clearing flags on attachment: 208917 Committed
r154177
: <
http://trac.webkit.org/changeset/154177
>
WebKit Commit Bot
Comment 14
2013-08-16 05:37:36 PDT
All reviewed patches have been landed. Closing bug.
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