Re: kernel32/tests: check return value of alarmThread in test_NamedPipe_2() (try 2)

2010-05-22 Thread Andrew Nguyen
On Sat, May 22, 2010 at 5:02 AM, Austin English austinengl...@gmail.com wrote: Changes from try 1: Fix another typo. Set LastError before checking it Print LastError as a decimal Don't check for INVALID_HANDLE_VALUE as a return value of CreateThread, instead make sure serverThread is not

Re: kernel32/tests: check return value of alarmThread in test_NamedPipe_2() (try 2)

2010-05-22 Thread Austin English
On Sat, May 22, 2010 at 9:44 AM, Andrew Nguyen arethus...@gmail.com wrote: On Sat, May 22, 2010 at 5:02 AM, Austin English austinengl...@gmail.com wrote: Changes from try 1: Fix another typo. Set LastError before checking it Print LastError as a decimal Don't check for INVALID_HANDLE_VALUE