GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
commitf465a8d658f2b5ac0d9d5134812bdf7a7ec4f422
authorFrancois Gouget <fgouget@free.fr>
Sat, 30 Nov 2002 19:02:53 +0000 (30 19:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 30 Nov 2002 19:02:53 +0000 (30 19:02 +0000)
treec5cb8025c90b112eaee8503f66e957c570ebb08c
parent3475b9edc986ae27471e9a7d30ffd2c80a5bca73
GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
GetDiskFreeSpace("." | "..") fails on Win98 and NT4 but succeeds on XP
-> removed.
Skip the GetDiskFreeSpace tests on floppy drives because NT pops up a
MessageBox if no floppy is present.
Fix the error code checks to take into account the differences between
Win9x, NT4 and XP.
Skip the unicode tests if the first call returns
ERROR_CALL_NOT_IMPLEMENTED.
Whenever a test fails, print sufficient information (typically return
code and GetLastError()!) to let the developer figure out what is
wrong.
dlls/kernel/tests/drive.c