Sweden-Number/dlls/kernel/tests
Francois Gouget f73e00873c Don't test whether Get{Currency,Date,Number,Time}FormatA writes as
much as possible in the buffer even if it is too small. This is
undocumented and does not match the Win9x behavior.
Skip Unicode tests on Win9x.
Fix usage of memset/sizeof/COUNTOF.
Fix signed/unsigned warnings (in MSVC) by using lstrlenA instead of
strlen.
2002-12-12 03:56:09 +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 The Win9x platforms support WideCharToMultiByte and 2002-12-12 02:16:29 +00:00
directory.c Skip the Unicode tests on Win9x. 2002-12-12 03:54:23 +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 Fix the error codes returned by DeleteFile{A,W} to match NT. 2002-12-12 03:54:01 +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 Don't test whether Get{Currency,Date,Number,Time}FormatA writes as 2002-12-12 03:56:09 +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