New functional test for sleep function.

This test allows to check sleep without qemu. Keep qemu version as
	well as functional test won't notice if all clocks are going too fast
	or too slow.
This commit is contained in:
Vladimir Serbinenko 2013-12-15 17:57:58 +01:00
parent 39711101fd
commit 04b0285701
4 changed files with 59 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
New functional test for sleep function.
This test allows to check sleep without qemu. Keep qemu version as
well as functional test won't notice if all clocks are going too fast
or too slow.
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
Add explicit sysv_abi on amd64 asm routines.