Skip to content

Commit

Permalink
[wasm] Disable function pointer tests on browser (#82285)
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf authored Feb 17, 2023
1 parent 65f5ad0 commit d32b27a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/System.Reflection/tests/MethodInfoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ private static void SecondCall(MethodInfo mi)

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/71883", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/82272", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser))]
private static unsafe void TestFunctionPointers()
{
void* fn = FunctionPointerMethods.GetFunctionPointer();
Expand Down

0 comments on commit d32b27a

Please sign in to comment.