Hi,
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.
I have no idea yet how to achieve this without building in GetVersion style things, as logic and return values don't always make a good distinction.
Any ideas, thoughts?
Cheers,
Paul.