ObjectDisposedException handled in test wrapper.
authorkrk <keremkat@gmail.com>
Fri, 5 Jun 2015 20:56:49 +0000 (23:56 +0300)
committerkrk <keremkat@gmail.com>
Sat, 6 Jun 2015 09:51:25 +0000 (12:51 +0300)
commit2b004ddb42a8826cd974860c0d2a64d4243b9bad
tree587c75c0ca31a115173997fbe0a63810ff583e70
parent79aa1e8993050e6c3c445abb67aa6947efba9890
ObjectDisposedException handled in test wrapper.

Process output and error event handlers are being called after a
timeout has expired but the process has not exited.

* ObjectDisposedException is handled around AutoResetEvent.Set() method
  calls in CoreclrTestWrapperLib class.

Fix #1039
tests/src/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs