Skip to content

Commit 21253ac

Browse files
committed
revert functiona test changes
1 parent ba59568 commit 21253ac

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

src/tests/FunctionalTests/iOS/Device/AOT/iOS.Device.Aot.Test.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
<SelfContained>true</SelfContained>
1111
<UseConsoleUITemplate>true</UseConsoleUITemplate>
1212
<Optimized Condition="'$(Configuration)' == 'Release'">true</Optimized>
13-
<MonoForceInterpreter>true</MonoForceInterpreter>
1413
</PropertyGroup>
1514

16-
<!-- <PropertyGroup Condition="'$(RunAOTCompilation)' == 'true'">
15+
<PropertyGroup Condition="'$(RunAOTCompilation)' == 'true'">
1716
<MonoEnableLLVM>true</MonoEnableLLVM>
1817
<MainLibraryFileName>iOS.Device.Aot.Test.dll</MainLibraryFileName>
1918
<MonoForceInterpreter>false</MonoForceInterpreter>
20-
</PropertyGroup> -->
19+
</PropertyGroup>
2120

2221
<ItemGroup>
2322
<!-- Preserves the UnmanagedCallersOnly method -->

src/tests/FunctionalTests/iOS/Device/ExportManagedSymbols/iOS.Device.ExportManagedSymbols.Test.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010
<UseConsoleUITemplate>true</UseConsoleUITemplate>
1111
<Optimized Condition="'$(Configuration)' == 'Release'">true</Optimized>
1212
<NativeMainSource>$(MSBuildProjectDirectory)/main.m</NativeMainSource>
13-
<MonoForceInterpreter>true</MonoForceInterpreter>
1413
</PropertyGroup>
1514

16-
<!-- <PropertyGroup Condition="'$(RunAOTCompilation)' == 'true'">
15+
<PropertyGroup Condition="'$(RunAOTCompilation)' == 'true'">
1716
<MonoEnableLLVM>true</MonoEnableLLVM>
1817
<MainLibraryFileName>iOS.Device.ExportManagedSymbols.Test.dll</MainLibraryFileName>
1918
<MonoForceInterpreter>false</MonoForceInterpreter>
20-
</PropertyGroup> -->
19+
</PropertyGroup>
2120

2221
<ItemGroup>
2322
<!-- Prevent trimming of the exposed managed method via ILLinker -->

src/tests/FunctionalTests/iOS/Device/LibraryMode/iOS.Device.LibraryMode.Test.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="'$(RuntimeFlavor)' == 'Mono'">
20-
<!-- <RunAOTCompilation>true</RunAOTCompilation>
21-
<MonoEnableLLVM>true</MonoEnableLLVM> -->
20+
<RunAOTCompilation>true</RunAOTCompilation>
21+
<MonoEnableLLVM>true</MonoEnableLLVM>
2222
<MainLibraryFileName>iOS.Device.LibraryMode.Test.dll</MainLibraryFileName>
23-
<MonoForceInterpreter>true</MonoForceInterpreter>
23+
<MonoForceInterpreter>false</MonoForceInterpreter>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)