Bug 86283
Summary: | [Qt][EFL][GTK]REGRESSION (r116828): fast/dom/collection-null-like-arguments.html, fast/dom/CSSStyleDeclaration/empty-string-property.html fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | barraclough, ggaren, ossy, tmpsantos |
Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r116829%20(23599)/results.html | ||
Bug Depends on: | |||
Bug Blocks: | 79666, 86241 |
Zan Dobersek
fast/dom/collection-null-like-arguments.html and fast/dom/CSSStyleDeclaration/empty-string-property.html started failing on GTK Linux 64-bit Release between r116826 and r116829 (inclusive).
http://trac.webkit.org/log/trunk?rev=116829&stop_rev=116826&limit=5
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r116825%20(23598)/results.html passed
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Release/r116829%20(23599)/results.html failed
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zan Dobersek
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fdom%2FCSSStyleDeclaration%2Fempty-string-property.html%2Cfast%2Fdom%2Fcollection-null-like-arguments.html
The test fails on builders for the ports that use JSC and were able to test this regression range.
I think r116828[1] is to blame, CC-ing author and reviewer.
1: http://trac.webkit.org/changeset/116828/trunk
Thiago Marcos P. Santos
Same here for the EFL port. 64-bit debug bot is now red.
Csaba Osztrogonác
r116828 is the culprit, these tests fail on Qt too, and they passed on r116827.
Gavin Barraclough
Ooops, sorry – investigating.
Csaba Osztrogonác
I skipped the new failing tests on Qt - https://trac.webkit.org/changeset/116923/trunk/LayoutTests/platform/qt/Skipped
Please unskip it with the proper fix.
Gavin Barraclough
Apologies for the breakage, I think this should be fixed by r116926.
Csaba Osztrogonác
Thanks for the fix. I unskipped the tests on Qt - https://trac.webkit.org/changeset/116929. Tests pass on GTK too.