Sweden-Number/dlls/ntdll/tests
Charles Davis e0311318fc ntdll: Add some more NTSTATUS->DOS error mappings.
Signed-off-by: Charles Davis <cdavis5x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-15 21:30:04 +09:00
..
Makefile.in ntdll/tests: Add tests for TpSimpleTryPost function. 2015-03-03 17:11:25 +09:00
atom.c ntdll/tests: Ensure 4-byte alignment for ATOM_BASIC_INFORMATION. 2015-04-22 14:00:48 +09:00
change.c ntdll: Fix handling of async cancellation for directory changes. 2015-05-07 16:02:26 +09:00
directory.c ntdll: Fix NtQueryDirectoryFile behavior on short file names on case insensitive file systems. 2015-12-21 20:26:48 +01:00
env.c ntdll/tests: Fix use of uninitialized value. 2015-10-15 13:27:34 +09:00
error.c ntdll: Add some more NTSTATUS->DOS error mappings. 2016-02-15 21:30:04 +09:00
exception.c ntdll/tests: Fix flags passed to VirtualFree in exception tests. 2016-02-14 12:39:03 +09:00
file.c ntdll: Add tests for the length of the object attributes structure. 2016-01-30 00:30:25 +09:00
generated.c include: Add IMAGE_LOAD_CONFIG_DIRECTORY64 definition. 2015-06-24 15:37:02 +09:00
info.c ntdll: Implement SystemRecommendedSharedDataAlignment class in NtQuerySystemInformation. 2016-02-12 23:06:54 +09:00
large_int.c
ntdll_test.h
om.c ntdll/tests: Add some tests for opening objects through symlinks. 2016-02-12 23:07:30 +09:00
path.c
pipe.c ntdll/tests: Use more reasonable timeouts and avoid long long constants. 2015-12-02 21:38:30 +09:00
port.c ntdll/tests: Fix incorrect prototype. 2015-05-15 21:58:06 +09:00
reg.c ntdll/tests: Fix a couple of test failures on limited user accounts. 2016-02-09 12:01:55 +09:00
rtl.c ntdll/tests: Fix build with PSDK headers. 2015-11-27 15:38:06 +09:00
rtlbitmap.c
rtlstr.c ntdll/tests: Add tests for RtlUTF8ToUnicodeN. 2014-04-09 17:31:03 +02:00
string.c ntdll/tests: Clarify ok() conditions (PVS-Studio). 2014-11-11 14:21:31 +09:00
threadpool.c ntdll: Wait_thread_proc should not terminate on user APC. 2015-10-09 20:56:27 +09:00
time.c