Skip to content

Commit 9e4878a

Browse files
authored
[mono][infra] Disable UnitTest_GVM_TypeLoadException on fullAOT (#107502)
1 parent 8981969 commit 9e4878a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/issues.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,6 +2417,10 @@
24172417
<ExcludeList Include = "$(XunitTestBinBase)/reflection/RefEmit/EmittingIgnoresAccessChecksToAttributeIsRespected/**">
24182418
<Issue>Reflection.Emit is not supported on fullaot</Issue>
24192419
</ExcludeList>
2420+
2421+
<ExcludeList Include="$(XunitTestBinBase)/Loader\classloader\MethodImpl\CovariantReturns\UnitTest\UnitTest_GVM_TypeLoadException\*">
2422+
<Issue>Attempting to JIT compile method 'void CMain:RunInvalidTest1 ()' while running in aot-only mode.</Issue>
2423+
</ExcludeList>
24202424
</ItemGroup>
24212425

24222426
<ItemGroup Condition="'$(RuntimeFlavor)' == 'mono' and ('$(RuntimeVariant)' == 'llvmfullaot' or '$(RuntimeVariant)' == 'llvmaot' or '$(RuntimeVariant)' == 'minifullaot' or '$(TargetsAppleMobile)' == 'true')">

0 commit comments

Comments
 (0)