Michael Stefaniuc : crypt32/tests: Add a win_skip().
Module: wine Branch: master Commit: b4448d9b7727ecd165c940bb367571274d4c23be URL: http://source.winehq.org/git/wine.git/?a=commit;h=b4448d9b7727ecd165c940bb36... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Tue Jan 19 22:47:19 2010 +0100 crypt32/tests: Add a win_skip(). --- dlls/crypt32/tests/msg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/crypt32/tests/msg.c b/dlls/crypt32/tests/msg.c index 8ab5625..39662eb 100644 --- a/dlls/crypt32/tests/msg.c +++ b/dlls/crypt32/tests/msg.c @@ -2572,8 +2572,8 @@ static void test_decode_msg_get_param(void) sizeof(signedKeyIdEmptyContent), TRUE); if (!ret && GetLastError() == OSS_DATA_ERROR) { - /* Subsequent tests crashes on some Win9x, so bail out */ CryptMsgClose(msg); + win_skip("Subsequent tests crash on some Win9x\n"); return; } ok(ret, "CryptMsgUpdate failed: %08x\n", GetLastError());
participants (1)
-
Alexandre Julliard