My very tentative $.02: If there are tests we care about on Win9x (for old apps), wouldn't it be easier to move them to their own file/folder, and only run those and only those on 9x?
If the regular tests are going to lose all their broken() calls and become meaningless on 9x, we still will want to test specific features on old versions of Windows (for old apps as Dan mentioned). That way, tests are still easier to write, but we don't lose that ability.
JL
On Thu, Dec 2, 2010 at 1:30 PM, Alexandre Julliard julliard@winehq.org wrote:
Joerg-Cyril.Hoehle@t-systems.com writes:
However, this only allows to run one test at a time, i.e. the big picture is missing. Therefore I'd suggest running winetest.exe on all testbot machines once a week or some such, e.g. only for releases.
That's not useful. The whole point is that we don't want to spend the effort required to keep the tests error-free on platforms that we don't care about. That makes it easier to write tests for platforms that actually matter, which is a more productive use of everybody's time.
-- Alexandre Julliard julliard@winehq.org