Disable function pointer test for crossgen due to a bug (#81286)
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>
Mon, 30 Jan 2023 01:22:46 +0000 (20:22 -0500)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 01:22:46 +0000 (20:22 -0500)
src/tests/issues.targets

index 5ea0e18..adea692 100644 (file)
         <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 -->