Skip to content

Commit cae9e30

Browse files
Baseline failing JIT/Regression tests (#103046)
Mostly known things. I considered filing a bug on b32879 but I don't know if we really need to be bug-for-bug compatible.
1 parent 43a5e4a commit cae9e30

File tree

14 files changed

+28
-0
lines changed

14 files changed

+28
-0
lines changed

src/tests/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b16423/b16423.csproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b26324/b26324a.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b26324/b26324b.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b28901/b28901.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b28927/b28927.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b30838/b30838.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b30864/b30864.ilproj

Lines changed: 2 additions & 0 deletions
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-M09.5-PDC/b32374/b32374.ilproj

Lines changed: 2 additions & 0 deletions
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>

src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj

Lines changed: 2 additions & 0 deletions
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+
<!-- The test has a static field of unresolvable type on the class that defines Main() and native AOT makes Main() uncallable -->
5+
<NativeAotIncompatible>true</NativeAotIncompatible>
46
</PropertyGroup>
57
<PropertyGroup>
68
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)