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 219219 <ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\LibraryMode_AOT_LLVM\Android.Device_Emulator.LibraryMode_Aot_Llvm.Test.csproj" />
220220 </ItemGroup >
221221
222- <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'Mono' and '$(RunDisablediOSTests )' != 'true'" >
222+ <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'Mono' and '$(RunDisabledAndroidTests )' != 'true'" >
223223 <ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\JIT\Android.Device_Emulator.JIT.Test.csproj" />
224224 <ProjectExclusions Include =" $(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\JIT\Android.Device_Emulator.JIT.Static.Test.csproj" />
225225 </ItemGroup >
226226
227- <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'CoreCLR' and '$(RunDisablediOSTests )' != 'true'" >
227+ <ItemGroup Condition =" '$(TargetOS)' == 'android' and '$(RuntimeFlavor)' == 'CoreCLR' and '$(RunDisabledAndroidTests )' != 'true'" >
228228 <!-- https://github.com/dotnet/runtime/issues/117045 -->
229229 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
230230 <!-- https://github.com/dotnet/runtime/issues/114951 -->
Original file line number Diff line number Diff line change 33 <!-- Needed for mechanical merging of all remaining tests, this particular project may not actually need process isolation -->
44 <RequiresProcessIsolation >true</RequiresProcessIsolation >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/116937 -->
7+ <MonoAotIncompatible >true</MonoAotIncompatible >
8+ <DisableProjectBuild Condition =" '$(RuntimeFlavor)' == 'mono'" >true</DisableProjectBuild >
69 </PropertyGroup >
710 <ItemGroup >
811 <Compile Include =" UnsafeAccessorsTests.cs" />
You can’t perform that action at this time.
0 commit comments