Skip to content

Commit

Permalink
Disable function pointer test for crossgen due to a bug (#81286)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang-mono committed Jan 30, 2023
1 parent 59eb4df commit d54896e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/*">
<Issue>https://github.com/dotnet/runtime/issues/81103</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/Casting/Functionpointer/**">
<Issue>https://github.com/dotnet/runtime/issues/81106</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 x86 specific excludes -->
Expand Down

0 comments on commit d54896e

Please sign in to comment.