Sweden-Number/dlls/kernel/tests
Francois Gouget d705b7c019 '"' is an illegal character on Win9x so we cannot test it.
GetShortPathNameA behaves differently on Win9x and NT: on NT it
succeeds even if not all path components exist, as long as they are
already in the 8.3 format.
Wine apparently implements the NT behavior thus many todo_wine went
away.
Fixed some error code checks to take into account all possible return
values.
GetTempFileNameA appears to only use the lower 16bits of the id on
Win95 (and never returns more than 16 bits on other platforms).
GetLongPathNameA is missing on some Windows versions.
Modified the GetTempPath tests to make sure they return the expected
value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo",
no need to test both).
The 'len_with_null - 1' case is not testable as the Windows behavior
varies too much between versions.
We cannot check whether Windows touches the buffer either as this
heavily depends on the Windows version and specific circumstances of
the call.
Finally NT4 sometimes exaggerates the required buffer size.
2002-12-11 00:16:31 +00:00
..
.cvsignore Added a prototype code page test. Fixed issue regarding negative 2002-10-04 17:42:27 +00:00
Makefile.in Added a prototype code page test. Fixed issue regarding negative 2002-10-04 17:42:27 +00:00
alloc.c Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
atom.c Spelling corrections. 2002-10-09 18:14:24 +00:00
codepage.c Added a prototype code page test. Fixed issue regarding negative 2002-10-04 17:42:27 +00:00
directory.c Added a bunch of new regression tests. 2002-08-27 01:56:08 +00:00
drive.c GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. 2002-11-30 19:02:53 +00:00
environ.c SetEnvironmentVariableA(NULL, NULL) crashes on Win98 -> removed. 2002-11-30 19:02:22 +00:00
file.c Add test for DeleteFileA with empty paths. 2002-11-12 02:11:52 +00:00
format_msg.c Added regression test for FormatMessage. 2002-08-20 00:32:48 +00:00
generated.c Updated the generated tests. 2002-11-12 01:13:10 +00:00
locale.c Correct GetNumberFormatA for zero decimals and for zero grouping. 2002-11-27 20:13:22 +00:00
path.c '"' is an illegal character on Win9x so we cannot test it. 2002-12-11 00:16:31 +00:00
process.c Added printf format checking to the ok() and trace() macros, and fixed 2002-06-22 00:08:10 +00:00
thread.c {Get,Set}ThreadPriorityBoost and SetThreadIdealProcessor are missing 2002-11-30 19:03:19 +00:00