.. |
Makefile.in
|
kernel32/tests: Test the debugger startup and crashed processes exit code.
|
2007-08-10 12:58:17 +02:00 |
actctx.c
|
kernel32/tests: Avoid using size_t in traces.
|
2008-01-07 17:18:35 +01:00 |
alloc.c
|
kernel32/tests: Remove extraneous check.
|
2007-12-31 19:21:25 +01:00 |
atom.c
|
kernel32/tests: In multiline strings there is no need for '\' at the end of the lines.
|
2006-12-27 13:10:03 +01:00 |
change.c
|
kernel32: Fix two test failures on Win98 due to missing GetTempPathW.
|
2008-01-07 12:02:19 +01:00 |
codepage.c
|
kernel32: Add an overflow test for MultiByteToWideChar.
|
2007-05-18 14:12:20 +02:00 |
comm.c
|
kernel32: Skip the comm test if the found com port doesn't respond.
|
2007-09-12 11:33:11 +02:00 |
console.c
|
kernel32/tests: Test for functions should be or-ed.
|
2007-12-06 12:05:37 +01:00 |
debugger.c
|
kernel32/tests: Add tests for DebugActiveProcessStop() and DebugSetProcessKillOnExit().
|
2007-08-31 12:08:58 +02:00 |
directory.c
|
kernel32/tests: Win64 printf format warning fixes.
|
2006-10-10 16:11:27 +02:00 |
drive.c
|
Assorted spelling fixes.
|
2007-12-08 19:55:39 +01:00 |
environ.c
|
kernel32/tests: Despite the MSDN claims, GetComputerName() does not return the required buffer size... except on Vista. So update the tests accordingly.
|
2008-01-11 12:25:39 +01:00 |
file.c
|
kernel32/tests: Get the test to run on Windows 95.
|
2007-12-10 12:06:01 +01:00 |
format_msg.c
|
kernel32/tests: Skip not implemented functions.
|
2008-01-10 12:15:30 +01:00 |
generated.c
|
winapi_test: Regenerate tests.
|
2006-10-11 12:12:21 +02:00 |
heap.c
|
kernel32: Don't crash accessing an invalid handle in GlobalSize.
|
2007-09-20 14:27:13 +02:00 |
loader.c
|
Assorted spelling fixes.
|
2007-11-09 13:07:12 +01:00 |
locale.c
|
kernel32/tests: Boundary test cases for SystemTimeToFileTime and GetDateFormat.
|
2007-05-04 13:39:09 +02:00 |
mailslot.c
|
ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets.
|
2007-04-09 12:21:24 +02:00 |
module.c
|
kernel32/tests: Use '%d' to print GetLastError().
|
2007-01-04 11:26:22 +01:00 |
path.c
|
kernel32/tests: Skip not implemented functions.
|
2008-01-10 12:15:39 +01:00 |
pipe.c
|
kernel32/tests: Fix memory leaks (found by Smatch).
|
2007-10-22 15:58:29 +02:00 |
process.c
|
kernel32/tests: Replace a couple of macros by a function to avoid compiler warnings.
|
2007-10-17 14:15:40 +02:00 |
profile.c
|
kernel32/tests: Add a forgotten if statement.
|
2007-07-09 11:46:22 +02:00 |
resource.c
|
kernel32/tests: Resource functions are not implemented on win98.
|
2007-04-26 14:25:04 +02:00 |
sync.c
|
ntdll: Implement BindIoCompletionCallback.
|
2007-12-21 13:52:34 +01:00 |
thread.c
|
kernel32: Add tests for RegisterWaitForSingleObject and UnregisterWait.
|
2008-01-02 14:30:14 +01:00 |
time.c
|
kernel32/tests: Skip not implemented functions.
|
2008-01-10 12:15:44 +01:00 |
timer.c
|
kernel32: Renamed the kernel directory to kernel32.
|
2006-09-12 13:34:06 +02:00 |
toolhelp.c
|
kernel32: Remove duplicate includes.
|
2007-11-19 13:54:14 +01:00 |
version.c
|
kernel32: Add some simple tests for GetVersionExA.
|
2007-12-03 11:52:01 +01:00 |
virtual.c
|
kernel32: Add a test for calling VirtualAlloc on a view of a SEC_RESERVE file mapping.
|
2007-12-21 12:41:24 +01:00 |
volume.c
|
kernel32/tests: Added tests for FindFirstVolume/FindNextVolume.
|
2008-01-04 14:31:55 +01:00 |