Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-24 04:33:29 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-11-24 19:40:54 +0300
commit9f5b8c4cf2b7980ea5dddef62b36bb1910b53ff9 (patch)
tree7db8aa9f98bd8a5c1242194d660ae84ee630bcce /mcs/class/System.Data
parent1d6abe9ecaa51d39c01a9e4070e8bdd15b61593f (diff)
Rename the mobile_static profile to aot_only
We decided it's a better name since we're using the profile to test FullAOT scenarios on desktop (as opposed to the mobile profiles). While doing the rename I saw that a lot of the #ifdefs were using MOBILE_STATIC even though the code should actually be included/excluded in all FullAOT scenarios, e.g. System.Reflection.Emit. I replaced those cases with FULL_AOT_RUNTIME instead. For cases where code is specific to this profile, I added a new AOT_ONLY_DESKTOP define.
Diffstat (limited to 'mcs/class/System.Data')
-rwxr-xr-xmcs/class/System.Data/Test/System.Data/DataTableTest.cs2
-rw-r--r--mcs/class/System.Data/aot_only_System.Data.dll.sources (renamed from mcs/class/System.Data/mobile_static_System.Data.dll.sources)0
-rw-r--r--mcs/class/System.Data/aot_only_System.Data_test.dll.exclude.sources (renamed from mcs/class/System.Data/mobile_static_System.Data_test.dll.exclude.sources)0
-rw-r--r--mcs/class/System.Data/aot_only_System.Data_test.dll.sources (renamed from mcs/class/System.Data/mobile_static_System.Data_test.dll.sources)0
4 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Test/System.Data/DataTableTest.cs b/mcs/class/System.Data/Test/System.Data/DataTableTest.cs
index 9d54c82ff9b..12aeaa4ad4d 100755
--- a/mcs/class/System.Data/Test/System.Data/DataTableTest.cs
+++ b/mcs/class/System.Data/Test/System.Data/DataTableTest.cs
@@ -4196,7 +4196,7 @@ namespace MonoTests.System.Data
Assert.AreEqual (5, n, "n");
}
-#if !MONOTOUCH && !MOBILE_STATIC
+#if !MONOTOUCH && !FULL_AOT_RUNTIME
[Test]
public void NFIFromBug55978 ()
{
diff --git a/mcs/class/System.Data/mobile_static_System.Data.dll.sources b/mcs/class/System.Data/aot_only_System.Data.dll.sources
index bbc860b8cd7..bbc860b8cd7 100644
--- a/mcs/class/System.Data/mobile_static_System.Data.dll.sources
+++ b/mcs/class/System.Data/aot_only_System.Data.dll.sources
diff --git a/mcs/class/System.Data/mobile_static_System.Data_test.dll.exclude.sources b/mcs/class/System.Data/aot_only_System.Data_test.dll.exclude.sources
index 0022a9e9f1b..0022a9e9f1b 100644
--- a/mcs/class/System.Data/mobile_static_System.Data_test.dll.exclude.sources
+++ b/mcs/class/System.Data/aot_only_System.Data_test.dll.exclude.sources
diff --git a/mcs/class/System.Data/mobile_static_System.Data_test.dll.sources b/mcs/class/System.Data/aot_only_System.Data_test.dll.sources
index 310b8c2fb3d..310b8c2fb3d 100644
--- a/mcs/class/System.Data/mobile_static_System.Data_test.dll.sources
+++ b/mcs/class/System.Data/aot_only_System.Data_test.dll.sources