Skip to content

Commit d54896e

Browse files
authored
Disable function pointer test for crossgen due to a bug (#81286)
1 parent 59eb4df commit d54896e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,9 @@
874874
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/*">
875875
<Issue>https://github.com/dotnet/runtime/issues/81103</Issue>
876876
</ExcludeList>
877+
<ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/Casting/Functionpointer/**">
878+
<Issue>https://github.com/dotnet/runtime/issues/81106</Issue>
879+
</ExcludeList>
877880
</ItemGroup>
878881

879882
<!-- Crossgen2 x86 specific excludes -->

0 commit comments

Comments
 (0)