Module: wine Branch: master Commit: d1b5f309f5a748026afcb3702b369e446c49259f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d1b5f309f5a748026afcb3702b...
Author: Paul Vriens paul.vriens.wine@gmail.com Date: Tue Aug 21 12:09:40 2007 +0200
ntdll/tests: Use skip instead of trace.
---
dlls/ntdll/tests/rtl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c index cdbf8d7..40d13fd 100644 --- a/dlls/ntdll/tests/rtl.c +++ b/dlls/ntdll/tests/rtl.c @@ -337,7 +337,7 @@ static void test_RtlUniform(void) */
if (result == 0x7fffff9f) { - trace("Most likely running on Windows Vista, skipping rest of tests\n"); + skip("Most likely running on Windows Vista which uses a different algorithm\n"); return; }
@@ -635,7 +635,7 @@ static void test_RtlRandom(void) */
if (seed == 0x3fc) { - trace("Most likely running on Windows Vista, skipping rest of tests\n"); + skip("Most likely running on Windows Vista which uses a different algorithm\n"); return; }