On Thu, 27 May 2004 12:17:15 +0200, Stefan Leichter wrote:
Its not a fault of the tests that they fail on wine, its a fault of wine. For my understanding the test are created to show that either the behaviour of wine is correct (when the test succeeds) or that something left to do one wine (when a test fails)!?
That is what the todo_wine { } macro is for. Surround tests that you know will fail with todo_wine and the meaning of ok is inverted.