http://bugs.winehq.org/show_bug.cgi?id=16395
Summary: winetest should recover if it somehow brings down the OS Product: Wine Version: 1.1.10 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
It seems the ddraw:d3d tests cause my machine to reboot. While it would be nice to fix them or skip that test somehow, this shouldn't stop me from running the test suite. Winetest should be able to resume the tests where it left off when the machine starts again and make a note that a particular test apparently brought down the system.
Windows has an API for this sort of thing: http://msdn.microsoft.com/en-us/library/cc948909(VS.85).aspx