On Thu, Jun 10, 2010 at 3:49 PM, Peter Davies ultratwo@gmail.com wrote:
Some tests crash for me (eg. http://bugs.winehq.org/show_bug.cgi?id=22903 segfaults). This means I can't run the entire test suite with "make test", what should I do?
Assuming the tests that are crashing are not caused by a patch you added to wine, either use 'make -k' to ignore the failure, or do, for example: $ touch dlls/d3d8/tests/visual.ok to have make test skip that particular test.