RESOLVED FIXED 153752
LayoutTest http/tests/plugins/visible_plugins.html failing on Yosemite WK1
https://bugs.webkit.org/show_bug.cgi?id=153752
Summary LayoutTest http/tests/plugins/visible_plugins.html failing on Yosemite WK1
Ryan Haddad
Reported 2016-02-01 10:29:58 PST
LayoutTest http/tests/plugins/visible_plugins.html failing on Yosemite WK1 Started after r195950. <https://build.webkit.org/results/Apple%20Yosemite%20Release%20WK1%20(Tests)/r195950%20(11677)/results.html> <http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fplugins%2Fvisible_plugins.html> --- /Volumes/Data/slave/yosemite-release-tests-wk1/build/layout-test-results/http/tests/plugins/visible_plugins-expected.txt +++ /Volumes/Data/slave/yosemite-release-tests-wk1/build/layout-test-results/http/tests/plugins/visible_plugins-actual.txt @@ -1,3 +1,3 @@ Check we only display the valid set of "public" plugins. -None +Java Applet Plug-in
Attachments
Patch (2.54 KB, patch)
2016-02-03 10:36 PST, Brent Fulgham
ap: review+
Radar WebKit Bug Importer
Comment 1 2016-02-01 17:20:09 PST
Ryan Haddad
Comment 2 2016-02-01 17:39:55 PST
Skipped this test on Yosemite to get the bots back to green during investigation <https://trac.webkit.org/r195996>
Brent Fulgham
Comment 3 2016-02-01 19:49:46 PST
This result is inconsistent on our various test machines because they seem to have a different set of plugins installed: * Some have Java installed * Some have Quicktime installed * Some have neither We need to decide on a consistent set of plugins and deploy them on all the test machines.
Alexey Proskuryakov
Comment 4 2016-02-01 21:59:38 PST
I don;t think that this would be the correct response. Tests need to pass on engineers' machines too, so they should pass regardless of installed plug-ins.
Brent Fulgham
Comment 5 2016-02-03 10:36:26 PST
Darin Adler
Comment 6 2016-02-03 13:11:42 PST
Comment on attachment 270588 [details] Patch Normally it’s better to do something to make it clear that the test ran and we didn’t just hit a JavaScript exception. Could just use "PASS" or "FAIL: Unexpected ..." and then we’d notice that the PASS was missing if the test didn't even run.
Alexey Proskuryakov
Comment 7 2016-02-03 14:24:59 PST
Comment on attachment 270588 [details] Patch I agree with Darin's comment, please do address it. That seems straightforward enough to not require additional review, so r=me.
Brent Fulgham
Comment 8 2016-02-03 15:01:25 PST
Brent Fulgham
Comment 9 2016-02-03 15:02:20 PST
(In reply to comment #6) > Comment on attachment 270588 [details] > Patch > > Normally it’s better to do something to make it clear that the test ran and > we didn’t just hit a JavaScript exception. Could just use "PASS" or "FAIL: > Unexpected ..." and then we’d notice that the PASS was missing if the test > didn't even run. Understood -- I'll revise to address that.
Note You need to log in before you can comment on or make changes to this bug.