Frank Richter
a89b9ca185
kernel: Add tests for GetPrivateProfileSectionNames. Make behaviour the same as observed on Windows XP.
2006-08-28 11:35:32 +02:00
Robert Reif
63d4bb7bae
kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer size (with test).
2006-08-21 12:08:21 +02:00
Paul Vriens
f2f44de6dc
kernel/tests: Wrong error code checked.
2006-08-15 19:26:07 +02:00
Tijl Coosemans
529bb1adff
kernel/tests: Increase requested file size in two tests to hit FreeBSD file size limit.
2006-08-10 16:34:51 +02:00
Andrew Talbot
cb1930cf79
kernel/tests: Write-strings warnings fix.
2006-08-02 11:41:09 +02:00
Robert Shearman
4a95b6ae0a
ntdll: Fix a return code from RtlVerifyVersionInfo and change the FIXME to a TRACE now that all of the tests pass.
2006-07-17 14:48:05 +02:00
Robert Shearman
1aabfabf65
kernel: Fix an incorrect version test.
2006-07-17 14:46:26 +02:00
Robert Shearman
a3ca06be2f
ntdll: Fix RtlVerifyVersionInfo handling of major, minor and service pack versions, which are tested in a hierarchical manner.
...
Add some new tests for the different condition values.
2006-07-17 14:46:26 +02:00
Robert Shearman
31d9341e8e
ntdll: Use a common condition value for the major, minor and service pack version numbers.
2006-07-17 14:46:26 +02:00
Alexandre Julliard
0fa8baafcb
make_dlls: Recursively ignore .ok files in all tests directories.
2006-07-10 21:26:50 +02:00
Alexandre Julliard
edd100b899
make_dlls: Recursively ignore testlist.c in all tests directories.
2006-07-10 21:19:42 +02:00
Alexandre Julliard
cc2b3b48e6
Take advantage of the recursive nature of .gitignore for Makefile entries.
...
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Saulius Krasuckas
05bdf67d2e
kernel/tests: More tests for OpenFile.
2006-07-06 16:08:31 +02:00
Saulius Krasuckas
fcc68659d4
kernel: Version test was using imports missing on WinME.
2006-06-29 14:39:39 +02:00
Juan Lang
91ac4b5534
kernel: Change failing to test to show it doesn't have anything to do
...
with embedded NULLs.
2006-06-23 10:46:22 +02:00
Juan Lang
22d7f14144
kernel: Use the WinXP method for comparing strings with embedded NULLs. Update tests.
2006-06-22 12:29:03 +02:00
Saulius Krasuckas
0012f56a61
kernel: Add tests for OpenFile.
2006-06-21 11:13:50 +02:00
Saulius Krasuckas
f1c3191b2c
kernel: Check for an exe which is always present in a system dir.
2006-06-21 11:13:43 +02:00
Robert Shearman
0173948300
kernel: Add a test for mutexes.
2006-06-15 12:14:23 +02:00
Robert Shearman
3fa7fa5bdf
kernel: Add some tests for VerifyVersionInfo.
2006-06-15 12:14:18 +02:00
Alexandre Julliard
c6b342d8ff
kernel32/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:31 +02:00
Alexandre Julliard
e2e6115193
kernel32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:57:12 +02:00
Andrew Talbot
0ba64e58e5
kernel/tests: Write-strings warnings fix.
2006-06-07 15:24:13 +02:00
Detlef Riekenberg
a99c9caa39
kernel/tests: Some tests for WideCharToMultiByte.
2006-06-05 21:06:52 +02:00
Karsten Elfenbein
99fa40e2bf
kernel/tests: More tests for FindFirstFile.
2006-06-05 21:00:44 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Andrew Ziem
8bed7bb61a
kernel: Fix path test to pass on 95 and 98.
2006-05-17 21:46:27 +02:00
Andrew Ziem
ac73b30f95
kernel: Properly delete a test file.
2006-05-16 20:19:54 +02:00
Francois Gouget
f7c24f37ad
Various trace fixes.
...
Add trailing '\n's to trace calls.
Remove spaces before '\n'.
2006-05-15 15:05:09 +02:00
Stefan Leichter
72a6d97679
kernel: Fix CreateToolhelp32Snapshot tests on win2k.
2006-05-11 12:21:24 +02:00
Detlef Riekenberg
d78a3eec41
kernel: Add some tests for Lock/Unlock memory handles.
2006-04-14 19:43:05 +02:00
Detlef Riekenberg
513c35a363
kernel: Load tests again on NT 3.51 (toolhelp API not present).
2006-04-14 10:53:11 +02:00
Eric Pouech
69804258ca
kernel32: Added some tests for toolhelp functions.
2006-04-12 12:43:44 +02:00
Detlef Riekenberg
839f00a967
kernel: Fix handling of invalid parameter in GlobalSize().
2006-03-31 17:38:49 +02:00
Detlef Riekenberg
1a81f4ff8a
kernel: Fix handling of invalid parameter in GlobalFlags().
2006-03-30 12:45:00 +02:00
James Hawkins
61c3bb03a0
kernel: Error out of CreateProcess if the specified current directory
...
doesn't exist.
2006-03-27 11:54:32 +02:00
Detlef Riekenberg
213cee62b5
kernel: Load QueueUserWorkItem function dynamically.
2006-03-23 17:06:55 +01:00
Bryan Mayland
98fd541de8
kernel: WaitForMultipleObjectsEx should accept up to MAXIMUM_WAIT_OBJECTS.
2006-03-22 11:19:09 +01:00
Robert Shearman
6f2b0fbf94
kernel: Add a test for QueueUserWorkItem.
2006-03-21 16:19:06 +01:00
Detlef Riekenberg
dcbfa1179d
kernel: Avoid heap corruption on invalid parameter in GlobalFree().
2006-03-20 12:26:53 +01:00
Alexandre Julliard
13c2f4742f
kernel: Avoid infinite waits in directory change tests.
2006-03-20 12:26:14 +01:00
Eric Pouech
6b95c0e4b4
kernel32: ClearCommError.
...
ClearCommError should only deal with *communication* errors (are being
seen on the serial interface) rather than API errors (which can be
reported to the caller by the API itself). I then removed all the
stuff related to storing the error status in the server object.
2006-02-27 13:54:43 +01:00
Mike McCormack
54dfdb9b00
kernel32: Add a simple test for recursive notification.
2006-02-21 11:14:00 +01:00
Mike McCormack
f4b447aee7
kernel32: Add a short test for GetOverlappedResult.
2006-02-21 11:13:30 +01:00
Mike McCormack
a2813f7c2e
server: Distinguish between a directory and a file changing in
...
ReadDirectoryChangesW.
Add a test for it.
2006-02-20 12:28:46 +01:00
Stefan Leichter
ba3fb48657
kernel: Fix a GetDiskFreeSpaceExA test for cd/dvd drives.
2006-02-10 14:52:40 +01:00
Jeremy White
4539658531
kernel: Fixed build with gcc 2.95.
2006-02-09 17:45:07 +01:00
Mike McCormack
7a61f086f1
kernel32: More test cases for ReadDirectoryChangesW.
2006-02-07 16:50:44 +01:00
Stefan Leichter
acb52e5272
kernel: Added a test for QueryDosDeviceA.
2006-02-06 11:57:02 +01:00
Eric Pouech
dccd41a88a
kernel: Fixed regression in atom handling.
...
Added proper tests (local & global functions).
2006-02-06 11:26:57 +01:00