.. |
.gitignore
|
kernel32: Added some tests for toolhelp functions.
|
2006-04-12 12:43:44 +02:00 |
alloc.c
|
Do not check for non NULL pointer before HeapFree'ing it. It's
|
2004-12-23 17:06:43 +00:00 |
atom.c
|
kernel: Fixed regression in atom handling.
|
2006-02-06 11:26:57 +01:00 |
change.c
|
kernel: Avoid infinite waits in directory change tests.
|
2006-03-20 12:26:14 +01:00 |
codepage.c
|
Test passing NULL source to WideCharToMultiByte.
|
2005-08-18 10:50:46 +00:00 |
comm.c
|
kernel32: ClearCommError.
|
2006-02-27 13:54:43 +01:00 |
console.c
|
kernel/tests: Check that we successfully open the console.
|
2005-12-22 13:55:03 +01:00 |
directory.c
|
Test the behavior of CreateDirectory() when it has one or two trailing
|
2005-06-30 18:08:44 +00:00 |
drive.c
|
kernel: Fix a GetDiskFreeSpaceExA test for cd/dvd drives.
|
2006-02-10 14:52:40 +01:00 |
environ.c
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
file.c
|
kernel32: Add a short test for GetOverlappedResult.
|
2006-02-21 11:13:30 +01:00 |
format_msg.c
|
Some warning fixes for the regression tests.
|
2005-05-31 09:30:45 +00:00 |
generated.c
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
heap.c
|
kernel: Add some tests for Lock/Unlock memory handles.
|
2006-04-14 19:43:05 +02:00 |
locale.c
|
Added a few more Unicode digits from Unicode version 4.1.
|
2005-11-18 12:15:59 +00:00 |
mailslot.c
|
Remove the 'L' suffix on a number of constants to avoid comparison
|
2005-09-13 15:00:32 +00:00 |
Makefile.in
|
kernel32: Added some tests for toolhelp functions.
|
2006-04-12 12:43:44 +02:00 |
module.c
|
LoadLibrary should ignore trailing spaces in the library name.
|
2005-10-18 14:10:56 +00:00 |
path.c
|
prefix can be NULL for GetTempFileNameW.
|
2005-11-12 19:09:06 +00:00 |
pipe.c
|
ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
|
2005-12-14 11:14:02 +01:00 |
process.c
|
kernel: Error out of CreateProcess if the specified current directory
|
2006-03-27 11:54:32 +02:00 |
profile.c
|
- Fix regression in GetPrivateProfileString16 for key=NULL.
|
2005-08-10 12:59:38 +00:00 |
sync.c
|
kernel: WaitForMultipleObjectsEx should accept up to MAXIMUM_WAIT_OBJECTS.
|
2006-03-22 11:19:09 +01:00 |
thread.c
|
kernel: Load QueueUserWorkItem function dynamically.
|
2006-03-23 17:06:55 +01:00 |
time.c
|
Fix declaration warnings in the test cases.
|
2005-06-14 11:40:04 +00:00 |
timer.c
|
Fix declaration warnings in the test cases.
|
2005-06-14 11:40:04 +00:00 |
toolhelp.c
|
kernel: Fix CreateToolhelp32Snapshot tests on win2k.
|
2006-05-11 12:21:24 +02:00 |
virtual.c
|
Converted the memory views list to use the standard functions from
|
2004-05-21 20:58:44 +00:00 |
volume.c
|
kernel: Added a test for QueryDosDeviceA.
|
2006-02-06 11:57:02 +01:00 |