Sweden-Number/dlls/kernel/tests
Eric Pouech 412d37f6e6 - adapted kernel32 so that it no longer (directly) manages console
handles as wineserver handles
- console input handle object is no longer waitable (input record
  synchronisation is now implemented as a simple semaphore), and removed
  FD_TYPE_CONSOLE from fd types in wineserver
- console handles now always have their two lower bit set so one can
  distinguish a console handle from a kernel object handle
- implemented some undocumented kernel32 console related APIs
  (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
  VerifyConsoleIoHandle, DuplicateConsoleHandle)
- allowed a few kernel32 APIs to take console pseudo-handles
  (FlushFileBuffer, GetFileType, WaitFor*Object*)
- simplified the console inheritance at process creation
- in console tests, no longer create a console if one already exists
2003-06-21 02:07:10 +00:00
..
.cvsignore Added a set of tests for the console API. 2003-05-13 04:46:54 +00:00
Makefile.in Added a set of tests for the console API. 2003-05-13 04:46:54 +00:00
alloc.c Declare LocalDiscard and GlobalDiscard (used by kernel/tests/alloc.c) 2002-12-19 01:03:48 +00:00
atom.c Use strlen or lstrlenA as appropriate to avoid signed/unsigned 2002-12-18 02:22:51 +00:00
codepage.c The Win9x platforms support WideCharToMultiByte and 2002-12-12 02:16:29 +00:00
console.c - adapted kernel32 so that it no longer (directly) manages console 2003-06-21 02:07:10 +00:00
directory.c Use strlen or lstrlenA as appropriate to avoid signed/unsigned 2002-12-18 02:22:51 +00:00
drive.c GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. 2002-11-30 19:02:53 +00:00
environ.c - kernel32's environment tests: a few more tests now succeed 2003-06-18 03:24:20 +00:00
file.c New _lcreat tests for filename ending in a slash and volume label 2003-05-19 21:50:32 +00:00
format_msg.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
generated.c Updated the generated tests. 2002-11-12 01:13:10 +00:00
locale.c Correct GetDateFormat handling of uninitialised fields: only the year, 2003-01-16 00:18:34 +00:00
path.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
pipe.c Avoid "might be used uninitialized" warning in exercizeServer(). 2003-05-21 18:23:20 +00:00
process.c - kernel32's environment tests: a few more tests now succeed 2003-06-18 03:24:20 +00:00
profile.c Warning fixes. 2003-03-14 04:02:28 +00:00
thread.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00