accessibility/link-inside-button-accessible-text.html test introduced in r148136 is failing on EFL port. http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK2/r148741%20%287524%29/accessibility/link-inside-button-accessible-text-diff.txt --- /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/accessibility/link-inside-button-accessible-text-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/accessibility/link-inside-button-accessible-text-actual.txt @@ -3,8 +3,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS button1.title is 'AXTitle: foo1' -PASS button2.title is 'AXTitle: foo2' +FAIL button1.title should be AXTitle: foo1. Was AXTitle: . +FAIL button2.title should be AXTitle: foo2. Was AXTitle: . PASS successfullyParsed is true TEST COMPLETE
This test has been consistently passing now, and I believe that it's due to the SVN r155374, after looking at the dashboard: http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#revision=155393&tests=accessibility%2Flink-inside-button-accessible-text.html I'll unskip it and solve this bug then
Failure expectation removed: http://trac.webkit.org/changeset/155848