[profiles] Fix MOBILE assemblies and tests compilation + Rename MOBILE to AOT_HYBRID
authorLudovic Henry <ludovic@xamarin.com>
Fri, 18 Nov 2016 20:58:03 +0000 (15:58 -0500)
committerLudovic Henry <ludovic@xamarin.com>
Tue, 22 Nov 2016 15:32:15 +0000 (10:32 -0500)
commitd8693e0c73388503c06ebc009b753ef1488924af
tree0041a26e12d03e47b79a59d8bd2ad62f1bad93c8
parentf1decc325fedc338edc64ed87b860cedb91d3ad8
[profiles] Fix MOBILE assemblies and tests compilation + Rename MOBILE to AOT_HYBRID

This only fixes the compilation of the assemblies and the tests. This doesn't fix the failing tests or the crashes.
36 files changed:
configure.ac
mcs/Makefile
mcs/build/profiles/aot_hybrid.make [new file with mode: 0644]
mcs/build/profiles/mobile.make [deleted file]
mcs/class/Makefile
mcs/class/Mono.Security/aot_hybrid_Mono.Security.dll.sources [new file with mode: 0644]
mcs/class/System.Core/aot_hybrid_System.Core.dll.sources [new file with mode: 0644]
mcs/class/System.Core/mobile_System.Core.dll.sources [deleted file]
mcs/class/System.Data/aot_hybrid_System.Data.dll.sources [new file with mode: 0644]
mcs/class/System.Data/aot_hybrid_System.Data_test.dll.exclude.sources [new file with mode: 0644]
mcs/class/System.Data/app_test_aot_hybrid.config [new file with mode: 0644]
mcs/class/System.IdentityModel/aot_hybrid_System.IdentityModel.dll.sources [new file with mode: 0644]
mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/DataContractResolverTest.cs
mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/XmlObjectSerializerTest.cs
mcs/class/System.Runtime.Serialization/aot_hybrid_System.Runtime.Serialization.dll.sources [new file with mode: 0644]
mcs/class/System.ServiceModel.Internals/aot_hybrid_System.ServiceModel.Internals.dll.sources [new file with mode: 0644]
mcs/class/System.ServiceModel.Web/aot_hybrid_System.ServiceModel.Web.dll.sources [new file with mode: 0644]
mcs/class/System.ServiceModel/aot_hybrid_System.ServiceModel.dll.sources [new file with mode: 0644]
mcs/class/System.ServiceModel/aot_hybrid_System.ServiceModel_test.dll.exclude.sources [new file with mode: 0644]
mcs/class/System.Web.Services/aot_hybrid_System.Web.Services.dll.sources [new file with mode: 0644]
mcs/class/System.Web.Services/aot_hybrid_System.Web.Services_test.dll.exclude.sources [new file with mode: 0644]
mcs/class/System.XML/aot_hybrid_System.Xml.dll.sources [new file with mode: 0644]
mcs/class/System/Mono.Net.Security/MonoTlsProviderFactory.cs
mcs/class/System/aot_hybrid_System.dll.sources [new file with mode: 0644]
mcs/class/System/aot_hybrid_System_test.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/Makefile
mcs/class/corlib/System/TimeZoneInfo.cs
mcs/class/corlib/Test/System.IO/DirectoryTest.cs
mcs/class/corlib/aot_hybrid_corlib_test.dll.exclude.sources [new file with mode: 0644]
mcs/class/referencesource/System/net/System/Net/NetworkInformation/IPGlobalProperties.cs
mono/tests/Makefile.am
mono/tests/cominterop.cs
mono/tests/test-runner.cs
runtime/Makefile.am
scripts/ci/run-test-aot_hybrid.sh [new file with mode: 0755]
scripts/ci/run-test-mobile.sh [deleted file]