Skip to content

Commit 0b71788

Browse files
[mono] Disable UnitTest_GVM_TypeLoadException on fullAOT (#111394)
Co-authored-by: Matous Kozak <[email protected]>
1 parent 9efd46e commit 0b71788

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
@@ -2464,6 +2464,10 @@
24642464
<ExcludeList Include = "$(XunitTestBinBase)/reflection/RefEmit/EmittingIgnoresAccessChecksToAttributeIsRespected/**">
24652465
<Issue>Reflection.Emit is not supported on fullaot</Issue>
24662466
</ExcludeList>
2467+
2468+
<ExcludeList Include="$(XunitTestBinBase)/Loader\classloader\MethodImpl\CovariantReturns\UnitTest\UnitTest_GVM_TypeLoadException\*">
2469+
<Issue>Attempting to JIT compile method 'void CMain:RunInvalidTest1 ()' while running in aot-only mode.</Issue>
2470+
</ExcludeList>
24672471
</ItemGroup>
24682472

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

0 commit comments

Comments
 (0)