Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

ObjectDisposedException handled in test wrapper. #1107

Merged
merged 1 commit into from
Jun 17, 2015
Merged

ObjectDisposedException handled in test wrapper. #1107

merged 1 commit into from
Jun 17, 2015

Conversation

krk
Copy link

@krk krk commented Jun 5, 2015

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

@ghost
Copy link

ghost commented Jun 6, 2015

FYI @AndyAyersMS

@krk krk changed the title Disposed object access eliminated in test wrapper. ObjectDisposedException handled in test wrapper. Jun 6, 2015
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
@AndyAyersMS
Copy link
Member

LGTM

@AndyAyersMS
Copy link
Member

@krk Can you merge this or do you want me to do it?

@krk
Copy link
Author

krk commented Jun 17, 2015

@AndyAyersMS I do not have write access.

AndyAyersMS added a commit that referenced this pull request Jun 17, 2015
ObjectDisposedException handled in test wrapper.
@AndyAyersMS AndyAyersMS merged commit dcc0795 into dotnet:master Jun 17, 2015
@AndyAyersMS
Copy link
Member

@krk, ok.

@krk
Copy link
Author

krk commented Jun 18, 2015

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants