File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
tests/baseservices/compilerservices/UnsafeAccessors Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 219
219
<ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\LibraryMode_AOT_LLVM\Android.Device_Emulator.LibraryMode_Aot_Llvm.Test.csproj" />
220
220
</ItemGroup >
221
221
222
- <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'Mono' and '$(RunDisablediOSTests )' != 'true'" >
222
+ <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'Mono' and '$(RunDisabledAndroidTests )' != 'true'" >
223
223
<ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\JIT\Android.Device_Emulator.JIT.Test.csproj" />
224
224
<ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\JIT\Android.Device_Emulator.JIT.Static.Test.csproj" />
225
225
</ItemGroup >
226
226
227
- <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'CoreCLR' and '$(RunDisablediOSTests )' != 'true'" >
227
+ <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'CoreCLR' and '$(RunDisabledAndroidTests )' != 'true'" >
228
228
<!-- https://github.com/dotnet/runtime/issues/117045 -->
229
229
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
230
230
<!-- https://github.com/dotnet/runtime/issues/114951 -->
Original file line number Diff line number Diff line change 3
3
<!-- Needed for mechanical merging of all remaining tests, this particular project may not actually need process isolation -->
4
4
<RequiresProcessIsolation >true</RequiresProcessIsolation >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/116937 -->
7
+ <MonoAotIncompatible >true</MonoAotIncompatible >
8
+ <DisableProjectBuild Condition =" '$(RuntimeFlavor)' == 'mono'" >true</DisableProjectBuild >
6
9
</PropertyGroup >
7
10
<ItemGroup >
8
11
<Compile Include =" UnsafeAccessorsTests.cs" />
You can’t perform that action at this time.
0 commit comments