On 08/23/2010 11:47 PM, Andrew Eikum wrote:
Just don't execute the code on that platforms that don't support it. How to check if the platform supports that codepath can be tricky, and there are a lot of ways to do it. Some examples are to use GetProcAddress; use a different function (if it's not the one being tested, obviously); or call the function in a certain way that can tip you off to platform differences.

If you have a specific problem in mind, people on the list might be able to help.

I read again the test file and in my case, there are some broken() /* NT4 */ so I'll declare a BOOL isNT4 and add a win_skip when appropriate.

Many thanks !


Reply via email to