mirror of
https://github.com/reactos/wine.git
synced 2025-02-25 07:22:28 +00:00
ntdll/tests: Use skip instead of trace.
This commit is contained in:
parent
9783ce360e
commit
d1b5f309f5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user