WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
80985
r110542
: New fast/forms/label/labelable-elements.html fails
https://bugs.webkit.org/show_bug.cgi?id=80985
Summary
r110542: New fast/forms/label/labelable-elements.html fails
Ádám Kallai
Reported
2012-03-13 06:56:28 PDT
This tests fails on Qt and SnowLeopard from revision #110542. --- /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/label/labelable-elements-expected.txt +++ /ramdisk/qt-linux-64-release/build/layout-test-results/fast/forms/label/labelable-elements-actual.txt @@ -7,7 +7,7 @@ Labelable: button [object HTMLButtonElement] PASS element.labels.length is 1 -Unsupported: datalist [object HTMLUnknownElement] +Not labelable: datalist [object HTMLDataListElement] PASS element.labels is undefined. PASS element.labels is not null @@ -45,7 +45,7 @@ PASS element.labels is not null Labelable: output [object HTMLOutputElement] -FAIL element.labels.length should be 1. Threw exception TypeError: Cannot read property 'length' of null +FAIL element.labels.length should be 1. Threw exception TypeError: 'null' is not an object (evaluating 'element.labels.length') Labelable: progress [object HTMLProgressElement] PASS element.labels.length is 1 I will skip it until it is fixed.
Attachments
Add attachment
proposed patch, testcase, etc.
Ádám Kallai
Comment 1
2012-03-13 07:26:56 PDT
I skipped this test.
http://trac.webkit.org/changeset/110558
Jessie Berlin
Comment 2
2012-03-13 11:44:36 PDT
Is there some reason why the test should be skipped? We usually land expected failing results unless this is: 1. A feature that is not turned on for your port. 2. DRT/WKTR support for the test doesn't exist for your port. 3. It is crashing or causing crashes in other tests. We should land mac-specific expected failing results for this test, since it is failing on Lion as well as SL:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r110576%20(38036)/fast/forms/label/labelable-elements-pretty-diff.html
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r110561%20(19017)/fast/forms/label/labelable-elements-pretty-diff.html
http://build.webkit.org/results/Lion%20Intel%20Debug%20(Tests)/r110578%20(4409)/fast/forms/label/labelable-elements-pretty-diff.html
Jessie Berlin
Comment 3
2012-03-13 11:47:16 PDT
Might be related to / fixed by the fix for
https://bugs.webkit.org/show_bug.cgi?id=80466
Jessie Berlin
Comment 4
2012-03-13 14:44:20 PDT
Committed the expected failing results for Mac in
http://trac.webkit.org/changeset/110614
Kent Tamura
Comment 5
2012-03-15 23:11:47 PDT
http://trac.webkit.org/changeset/110947
made: fast/forms/label/labelable-elements-expected.txt: Result for ENABLE_DATALIST platforms platform/chromium/fast/forms/label/labelable-elements-expected.txt: Result for !ENABLE_DATALIST Unskipped in platform/qt/Skipped and platform/gtk/Skipped.
Csaba Osztrogonác
Comment 6
2012-03-20 05:19:10 PDT
(In reply to
comment #2
)
> Is there some reason why the test should be skipped? We usually land expected failing results unless this is: > > 1. A feature that is not turned on for your port. > 2. DRT/WKTR support for the test doesn't exist for your port. > 3. It is crashing or causing crashes in other tests.
Historically we don't land expected failing results to platform/qt* automatically. It is better to skip it to paint the bot green and let the author check what happened. It think it is a good way to have a plain text list of failing tests instead of zillion never closed bugzilla bug reports.
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