Relates :
|
|
Relates :
|
|
Relates :
|
jdk1.2.2T on Windows95 fails JCK1.2 test api/java_lang/Thread/sleep02/sleep0201/sleep0201.html (sleep0201.java 1.4 98/08/31 with bug 4166410 fixed). with following test output: test result: Failed. sleep(100,3162) actually sleeped only 100000000 nsec The test already assumes that clock accuracy on windows95 is 50 ms and adds 50 ms to the period of time before and after the call to sleep(,). So the diagnostics means that sleep(100,3162) actually sleeped some time which is strictly less than 100000000 nsec while it should sleep at least 100003162 ns.
|