RESOLVED FIXED Bug 58545
REGRESSION (r83764): webkitpy.layout_tests.port.chromium_win_unittest.ChromiumWinTest.test_default_worker_model fails on apple-windows-13
https://bugs.webkit.org/show_bug.cgi?id=58545
Summary REGRESSION (r83764): webkitpy.layout_tests.port.chromium_win_unittest.Chromiu...
Adam Roben (:aroben)
Reported 2011-04-14 08:21:38 PDT
webkitpy.layout_tests.port.chromium_win_unittest.ChromiumWinTest.test_default_worker_model has been failing on apple-windows-13 since somewhere between r83760 and r83769. It's not failing on any of our other Windows slaves. http://build.webkit.org/builders/Windows%20XP%20Debug%20%28Tests%29/builds/27554 did not fail http://build.webkit.org/builders/Windows%20XP%20Debug%20%28Tests%29/builds/27557 failed
Attachments
Patch (2.41 KB, patch)
2011-04-14 11:50 PDT, Dirk Pranke
aroben: review+
Adam Roben (:aroben)
Comment 1 2011-04-14 08:22:46 PDT
r83764 seems almost certainly to blame: http://trac.webkit.org/changeset/83764
Dirk Pranke
Comment 2 2011-04-14 09:12:09 PDT
Whoops. Yeah, that would do it. The fix is simple (to wrap the check in an 'if multiprocessing_is_available:' block) but I won't be able to get to it until later this morning.
Adam Roben (:aroben)
Comment 3 2011-04-14 10:44:46 PDT
I guess maybe apple-windows-13 has a different version of Python from the other bots?
Adam Roben (:aroben)
Comment 4 2011-04-14 10:46:27 PDT
Indeed, apple-windows-13 has 2.5.2, apple-windows-14 has 2.6.5. I really wish all slaves on a particular builder were clones of each other!
Dirk Pranke
Comment 5 2011-04-14 11:50:25 PDT
Dirk Pranke
Comment 6 2011-04-14 11:54:01 PDT
Note You need to log in before you can comment on or make changes to this bug.