Skip to content

Commit

Permalink
Enable positive Overlapped tests for UapAot (fix dotnet/corefx#20365). (
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLapounov authored Jun 15, 2017
1 parent b943dcc commit 2dbffdd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public static unsafe void UnPackTest()

[Fact]
[PlatformSpecific(TestPlatforms.Windows)] // ThreadPool.UnsafeQueueNativeOverlapped is not supported on Unix
[ActiveIssue("https://github.com/dotnet/corefx/issues/20365", TargetFrameworkMonikers.UapAot)]
public static unsafe void PackPosTest()
{
#pragma warning disable 618
Expand All @@ -172,7 +171,6 @@ public static unsafe void PackPosTest()

[Fact]
[PlatformSpecific(TestPlatforms.Windows)] // ThreadPool.UnsafeQueueNativeOverlapped is not supported on Unix
[ActiveIssue("https://github.com/dotnet/corefx/issues/20365", TargetFrameworkMonikers.UapAot)]
public static unsafe void PackPosTest1()
{
Overlapped ov = new Overlapped();
Expand Down

0 comments on commit 2dbffdd

Please sign in to comment.