Sweden-Number/dlls/ntdll/tests
Francois Gouget b2c89b1a41 ntdll/tests: Account for some timer resolution rounding.
With some time source drivers the requested timer resolution is
rounded to the nearest value supported by the hardware, and that is
then reported by NtSetTimerResolution(). So adjust the timer tests to
allow close values, including outside the max-min range!
Make sure the values given to NtQueryTimerResolution() are well outside
the range of what it could return.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-04 21:48:28 +02:00
..
Makefile.in ntdll/tests: Move Wow64 tests to a separate file. 2021-06-25 22:48:47 +02:00
atom.c
change.c ntdll: Fix iosb handling in NtCancelIoFile(). 2021-07-07 16:33:29 +02:00
directory.c ntdll/tests: Add some file system redirection tests. 2021-04-15 17:30:50 +02:00
env.c ntdll: Fill the Wow64 PEB and process parameters. 2021-05-25 21:13:00 +02:00
error.c ntdll: Update the STATUS_NO_SUCH_DEVICE error mapping. 2021-05-28 21:53:07 +02:00
exception.c winecrt0: Add missing members in _JUMP_BUFFER for SJLJ. 2021-07-19 20:09:58 +02:00
file.c server: Forbid deleting files with an open mapping. 2021-06-28 19:43:27 +02:00
generated.c
info.c ntdll: Update the MEMORY_INFORMATION_CLASS enumeration. 2021-08-03 23:41:05 +02:00
large_int.c
ntdll_test.h
om.c ntdll: Always clear the returned handle in Nt object functions. 2021-07-23 17:38:32 +02:00
path.c ntdll: Validate directory path when the path name ends with a dos device name. 2021-06-21 23:13:57 +02:00
pipe.c
port.c ntdll: Comment out stubs for Nt and Zw functions. 2021-07-20 12:17:16 +02:00
reg.c ntdll/tests: Add more tests for deleted keys. 2021-07-01 22:34:31 +02:00
rtl.c
rtlbitmap.c
rtlstr.c
string.c
threadpool.c ntdll: Manage TPIO object destruction based on the expected completions. 2021-07-28 22:07:04 +02:00
time.c ntdll/tests: Account for some timer resolution rounding. 2021-08-04 21:48:28 +02:00
virtual.c ntdll/tests: Fix the XState AllFeatureSize check on old CPUs. 2021-05-28 21:54:03 +02:00
wow64.c ntdll/tests: Add a test for a Wow64-only syscall. 2021-07-27 13:48:53 +02:00