Sweden-Number/dlls/kernel32/tests
Nikolay Sivov 7b7d8374a4 ntdll: NtWaitForMultipleObjects()'s third arguments means 'wait_any', not 'wait_all'. 2014-09-01 13:03:07 +02:00
..
Makefile.in kernel32/tests: Move allocation tests into heap.c. 2014-03-27 16:16:04 +01:00
actctx.c
atom.c
change.c
codepage.c
comm.c
console.c kernel32: Add a workaround for broken apps that pass negative values to ReadConsole. 2014-04-16 10:54:15 +02:00
debugger.c kernel32/tests: Add missing HeapFree() in doChildren(). (Valgrind). 2014-06-23 10:12:18 +02:00
directory.c
drive.c
environ.c
fiber.c kernel32: Don't allocate FLS index 0. 2014-03-28 17:46:03 +01:00
file.c kernel32/tests: Add a test for CreateFile called with TRUNCATE_EXISTING/FILE_WRITE_DATA parameters. 2014-03-06 13:36:04 +01:00
format_msg.c
generated.c
heap.c kernel32/tests: Fix test for win8 heap layout. 2014-05-02 13:45:00 +02:00
loader.c ntdll: Fix LdrLockLoaderLock()/LdrUnlockLoaderLock() on 64bit. 2014-06-11 13:05:39 +02:00
locale.c kernel32/tests: Skip working tests properly. 2014-07-18 19:13:39 +02:00
mailslot.c
module.c
path.c
pipe.c kernel32/tests: Always allow only one correct test result, add todo_wine where necessary. 2014-08-21 18:02:30 +02:00
process.c
profile.c
resource.c kernel32: Update VirtualAddress of resource section in write_raw_resources. 2014-06-17 09:04:15 +02:00
resource.rc
sync.c ntdll: NtWaitForMultipleObjects()'s third arguments means 'wait_any', not 'wait_all'. 2014-09-01 13:03:07 +02:00
thread.c kernel32/tests: Add missing ReleaseActCtx() calls. (Valgrind). 2014-06-23 10:18:13 +02:00
time.c kernel32: Return correct buffer size when returning DBCS characters. 2014-06-12 18:25:06 +02:00
timer.c
toolhelp.c kernel32/tests: Added missing comma (Coverity). 2014-04-15 09:45:18 +02:00
version.c
virtual.c ntdll: Use MAP_PRIVATE for copy on write mappings. 2014-05-13 12:27:32 +02:00
volume.c