http://bugs.winehq.org/show_bug.cgi?id=27168
--- Comment #47 from Ilya Konovalov aragaer@gmail.com 2011-12-07 12:03:18 CST --- (In reply to comment #46)
How'd you run the test? Maybe you ran it without setting WINETEST_PLATFORM? "make test" uses tools/runtests, which does export WINETEST_PLATFORM=wine Without that, todo_wine doesn't know what platform it's on, so it doesn't work as expected.
That's how: $ ../../../wine ./secur32_test.exe.so schannel
With WINETEST_PLATFORM=wine I've got the expected result indeed. Thanks.