On Tue, 18 Nov 2003, Hans Leidekker wrote:
On Monday 17 November 2003 18:47, Hans Leidekker wrote:
Which conformance tests fail currently? I don't see any problems with the kernel DLL tests right at the moment, which is somewhat disconcerting.
[sorry for those repeated mails, I received an error message from my mailclient and concluded that the mail hadn't been sent]
I have looked into this a bit more and I think your confusion stems from the fact that you run 'make test', which doesn't run tests marked 'todo_wine'.
This is incorrect. 'make test' runs all tests. It expects normal tests to succeed and todo_wine tests to fail. It will complain if a normal test fails or if a todo_wine succeeds.
This may still explain the confusion.