On Wednesday 29 June 2005 14:10, Saulius Krasuckas wrote:
Well, I think Wine tests are supposed to identify Windows behavior, and no version of Windows does what you propose for these functions AFAIK. We could fail to load mscms.dll if it was compiled without lcms support, but then your app (or test) would fail too and as a whole.
And "make test" will fail in such case too. Bad idea.
Windows 95/NT4 don't have mscms.dll IIRC, so we would have to catch this case anyway, and then we could simply skip the tests.
-Hans