Skip to content

Commit 2023122

Browse files
MichalStrehovskypull[bot]
authored andcommitted
Baseline failing JIT tests (#102944)
1 parent 240f96a commit 2023122

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+122
-0
lines changed

src/tests/JIT/Directed/PREFIX/unaligned/1/arglist_Target_32BIT_unaligned_1.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'arm' or '$(TargetArchitecture)' == 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglist.il" />

src/tests/JIT/Directed/PREFIX/unaligned/1/arglist_Target_64BIT_unaligned_1.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<CLRTestTargetUnsupported Condition="'$(TargetBits)' != '64'">true</CLRTestTargetUnsupported>
88
<DebugType>PdbOnly</DebugType>
99
<Optimize>True</Optimize>
10+
<!-- Test uses varargs -->
11+
<NativeAotIncompatible>true</NativeAotIncompatible>
1012
</PropertyGroup>
1113
<ItemGroup>
1214
<Compile Include="arglist64.il" />

src/tests/JIT/Directed/PREFIX/unaligned/1/arglist_Target_ARM_unaligned_1.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglistARM.il" />

src/tests/JIT/Directed/PREFIX/unaligned/2/arglist_Target_32BIT_unaligned_2.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'arm' or '$(TargetArchitecture)' == 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglist.il" />

src/tests/JIT/Directed/PREFIX/unaligned/2/arglist_Target_64BIT_unaligned_2.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<CLRTestTargetUnsupported Condition="'$(TargetBits)' != '64'">true</CLRTestTargetUnsupported>
88
<DebugType>PdbOnly</DebugType>
99
<Optimize>True</Optimize>
10+
<!-- Test uses varargs -->
11+
<NativeAotIncompatible>true</NativeAotIncompatible>
1012
</PropertyGroup>
1113
<ItemGroup>
1214
<Compile Include="arglist64.il" />

src/tests/JIT/Directed/PREFIX/unaligned/2/arglist_Target_ARM_unaligned_2.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglistARM.il" />

src/tests/JIT/Directed/PREFIX/unaligned/4/arglist_Target_32BIT_unaligned_4.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'arm' or '$(TargetArchitecture)' == 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglist.il" />

src/tests/JIT/Directed/PREFIX/unaligned/4/arglist_Target_64BIT_unaligned_4.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<CLRTestTargetUnsupported Condition="'$(TargetBits)' != '64'">true</CLRTestTargetUnsupported>
88
<DebugType>PdbOnly</DebugType>
99
<Optimize>True</Optimize>
10+
<!-- Test uses varargs -->
11+
<NativeAotIncompatible>true</NativeAotIncompatible>
1012
</PropertyGroup>
1113
<ItemGroup>
1214
<Compile Include="arglist64.il" />

src/tests/JIT/Directed/PREFIX/unaligned/4/arglist_Target_ARM_unaligned_4.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglistARM.il" />

src/tests/JIT/Directed/PREFIX/volatile/1/arglist_Target_32BIT_volatile.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'arm' or '$(TargetArchitecture)' == 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglist.il" />

src/tests/JIT/Directed/PREFIX/volatile/1/arglist_Target_64BIT_volatile.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<CLRTestTargetUnsupported Condition="'$(TargetBits)' != '64'">true</CLRTestTargetUnsupported>
88
<DebugType>PdbOnly</DebugType>
99
<Optimize>True</Optimize>
10+
<!-- Test uses varargs -->
11+
<NativeAotIncompatible>true</NativeAotIncompatible>
1012
</PropertyGroup>
1113
<ItemGroup>
1214
<Compile Include="arglist64.il" />

src/tests/JIT/Directed/PREFIX/volatile/1/arglist_Target_ARM_volatile.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'armel'">true</CLRTestTargetUnsupported>
99
<DebugType>PdbOnly</DebugType>
1010
<Optimize>True</Optimize>
11+
<!-- Test uses varargs -->
12+
<NativeAotIncompatible>true</NativeAotIncompatible>
1113
</PropertyGroup>
1214
<ItemGroup>
1315
<Compile Include="arglistARM.il" />

src/tests/JIT/IL_Conformance/Convert/TestConvertFromIntegral.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<PropertyGroup>
66
<DebugType>None</DebugType>
77
<Optimize>True</Optimize>
8+
<!-- Test uses Reflection.Emit -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<ItemGroup>
1012
<Compile Include="$(MSBuildProjectName).cs" />

src/tests/JIT/Methodical/Coverage/arglist_pos.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>None</DebugType>

src/tests/JIT/Methodical/refany/seq_d.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>Full</DebugType>

src/tests/JIT/Methodical/refany/seq_r.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Test uses varargs -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

src/tests/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<CLRTestPriority>1</CLRTestPriority>
4+
<!-- Hits CodeView implementation limitations -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/gc/misc/funclet.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i00.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<!-- Needed for CMakeProjectReference -->
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
55
<CLRTestPriority>1</CLRTestPriority>
6+
<!-- Test uses varargs -->
7+
<NativeAotIncompatible>true</NativeAotIncompatible>
68
</PropertyGroup>
79
<PropertyGroup>
810
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i01.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i02.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i03.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i10.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i11.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i12.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i13.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i30.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i31.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i32.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i33.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i50.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i51.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i52.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i53.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

src/tests/JIT/jit64/mcc/interop/mcc_i60.ilproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
<!-- Test unsupported outside of windows uses native varargs -->
77
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
8+
<!-- Test uses varargs -->
9+
<NativeAotIncompatible>true</NativeAotIncompatible>
810
</PropertyGroup>
911
<PropertyGroup>
1012
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)