File tree 3 files changed +5
-0
lines changed
Regressions/coreclr/GitHub_89834
reflection/Tier1Collectible
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 123
123
<_WillCLRTestProjectBuild Condition =" '$(NativeAotIncompatible)' == 'true' and '$(TestBuildMode)' == 'nativeaot'" >false</_WillCLRTestProjectBuild >
124
124
<_WillCLRTestProjectBuild Condition =" '$(RuntimeFlavor)' == 'mono' And '$(AlwaysUseCrossgen2)' == 'true'" >false</_WillCLRTestProjectBuild >
125
125
<_WillCLRTestProjectBuild Condition =" '$(EnableNativeSanitizers)' != '' And '$(AlwaysUseCrossgen2)' == 'true'" >false</_WillCLRTestProjectBuild >
126
+ <_WillCLRTestProjectBuild Condition =" '$(TestBuildMode)' == 'nativeaot' And '$(AlwaysUseCrossgen2)' == 'true'" >false</_WillCLRTestProjectBuild >
126
127
</PropertyGroup >
127
128
<PropertyGroup >
128
129
<_CopyNativeProjectBinaries Condition =" '$(__CopyNativeTestBinaries)' != '1'" >$(__CopyNativeProjectsAfterCombinedTestBuild)</_CopyNativeProjectBinaries >
Original file line number Diff line number Diff line change 6
6
7
7
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
8
<CLRTestPriority >1</CLRTestPriority >
9
+ <!-- Relies on StackFrame.GetMethod that is not trim-compatible -->
10
+ <NativeAotIncompatible >true</NativeAotIncompatible >
9
11
</PropertyGroup >
10
12
<ItemGroup >
11
13
<Compile Include =" test89834.cs" />
Original file line number Diff line number Diff line change 4
4
<RequiresProcessIsolation >true</RequiresProcessIsolation >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
6
<CLRTestPriority >1</CLRTestPriority >
7
+ <!-- Reflection.Emit -->
8
+ <NativeAotIncompatible >true</NativeAotIncompatible >
7
9
</PropertyGroup >
8
10
<ItemGroup >
9
11
<Compile Include =" $(MSBuildProjectName).cs" />
You can’t perform that action at this time.
0 commit comments