winpty/misc/buffer-tests
Ryan Prichard 955b5c61c3 Fix CreateProcess_UseStdHandles on Win8 and fix the spec.
* The NULL-to-new-handle conversion only happens when creating a new
   console, not when attaching to the parent's console.

 * Also, Windows reports that the handle value 0x7 is value, presumably
   because it ignores the lowest 2 bits.  It's better to just remove those
   values from this test.
2015-10-25 17:37:06 -05:00
..
HandleTests Fix CreateProcess_UseStdHandles on Win8 and fix the spec. 2015-10-25 17:37:06 -05:00
harness Fill out CreateProcess UseStdHandles testing. 2015-10-25 16:56:38 -05:00
.gitignore Windows 8.1 fixed the INVALID_HANDLE_VALUE --> process handle bug. 2015-10-24 02:31:46 -05:00
Makefile Fill out CreateProcess UseStdHandles testing. 2015-10-25 16:56:38 -05:00
manifest.xml Windows 8.1 fixed the INVALID_HANDLE_VALUE --> process handle bug. 2015-10-24 02:31:46 -05:00
Test_GetConsoleTitleW.cc Move more things from tests into the test harness. 2015-10-22 18:39:33 -05:00
TestHandleInheritance.cc Improve RemoteWorker and Event ctors. 2015-10-23 23:26:59 -05:00
tests.mk Reorganize buffer-tests/Makefile and permit tests that aren't checked in 2015-10-22 19:00:00 -05:00
Win7Bug_InheritHandles.cc Expand console handle testing for XP through Windows 7. 2015-10-21 19:56:06 -05:00
Win7Bug_RaceCondition.cc Add tests of screen buffer handles. 2015-10-19 23:32:08 -05:00