TL;DR - If you want to run Windows XP tests on try, you need to specify [Windows XP] after the suite name; they are not longer run by default.
As most people are aware, our Windows test capacity is considerably overloaded. However, we need to start turning on e10s tests on Windows, so the e10s team can ship this feature and ensure it's adequately tested in automation. In order to prevent this from causing even worse overloading, we're making a few changes, and one of those is to turn Windows XP tests off by default on try. This will allow us to shift some Windows XP test machines to the Windows 7 pool, so we can start turning on e10s tests there. Windows XP tests are no longer run when specifying only -p all or -p win32. Instead, you need to put [Windows XP] after suite names you want run on that platform, for example: try: -b o -p win32 -u mochitests[Windows XP],reftest -t none This will run mochitests on all win32 platforms including XP; reftest will be run on all win32 platforms except for XP. Trychooser has been updated accordingly. See https://bugzilla.mozilla.org/show_bug.cgi?id=1219434 for more details. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform