Alexandre Julliard wrote:
Paul Vriens <[EMAIL PROTECTED]> writes:
yesterday a patch of mine was committed to test more profile stuff
from kernel32. When I have a look now at test.winehq.org I see that
some test(s) crash on win98 but not on others.
Although I could use a if(0) construction (as is done in several other
tests), I'm wondering if we should just not run specific tests on
specific Windows versions. It's a shame that one OS version blocks the
running of several other tests.
In general, if a feature crashes on Windows it's unlikely that an app
would depend on it, so it's not a problem to disable or remove the
test.
But in this case we're dealing with win98 which new apps will not support
anymore!
I'll create a new patch to disable (with comments) the failing tests.
Cheers,
Paul.