Avoid deadlock on NamedPipeTest.Specific on UWP (dotnet/corefx#24348)
authorPaulo Janotti <pauloja@microsoft.com>
Sat, 30 Sep 2017 04:06:02 +0000 (21:06 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2017 04:06:02 +0000 (21:06 -0700)
commit167752fa670e97857c72d24538e2b55bf6ef6751
treea814431ac34335f1ff19f123c7a2c8425fcaa617
parenta9c25ba7f1890a3948b8cc38475b6f82f6d0ac41
Avoid deadlock on NamedPipeTest.Specific on UWP (dotnet/corefx#24348)

* Avoid deadlock on NamedPipeTest.Specific on UWP

For now this test is not running in UWP but this change prevents the
test from deadlocking if some of the blocking steps fail.

* Fix typo on method names

Commit migrated from https://github.com/dotnet/corefx/commit/1525832151f05d790d7cd311ec87597e77fbf9fd
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.Specific.cs