From 8170e8fbd1616167b204c9be21296dff94a055c0 Mon Sep 17 00:00:00 2001 From: Matous Kozak Date: Sat, 7 Sep 2024 21:14:10 +0200 Subject: [PATCH] Disable UnitTest_GVM_TypeLoadException on fullAOT --- src/tests/issues.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 7a2cff6628af3..e03e2fe28bd38 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -2464,6 +2464,10 @@ Reflection.Emit is not supported on fullaot + + + Attempting to JIT compile method 'void CMain:RunInvalidTest1 ()' while running in aot-only mode. +