Skip to content

Commit

Permalink
ActiveIssue dotnet#94253
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Nov 1, 2023
1 parent 830f2d9 commit a23c157
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ public static Task MarshalSynchronousTaskInt()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/94253", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
public static Task MarshalAsynchronousTaskInt()
{
return MarshalTaskReturningInt("AsynchronousTaskInt");
Expand All @@ -776,6 +777,7 @@ public static async Task MarshalFailedSynchronousTask()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/94253", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
public static async Task MarshalFailedAsynchronousTask()
{
bool success = await MarshalTask("FailedAsynchronousTask");
Expand Down

0 comments on commit a23c157

Please sign in to comment.