From a7ad518339330c448d6b4eb9b61a838bbccd7433 Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Mon, 10 May 2021 20:10:56 -0400 Subject: [PATCH] [iOS][tvOS] Remove AOT functional test projects --- src/libraries/tests.proj | 7 ------ .../iOS/Simulator/AOT/Program.cs | 22 ------------------- .../AOT/iOS.Simulator.Aot.Test.csproj | 18 --------------- .../tvOS/Simulator/AOT/Program.cs | 22 ------------------- .../AOT/tvOS.Simulator.Aot.Test.csproj | 17 -------------- 5 files changed, 86 deletions(-) delete mode 100644 src/tests/FunctionalTests/iOS/Simulator/AOT/Program.cs delete mode 100644 src/tests/FunctionalTests/iOS/Simulator/AOT/iOS.Simulator.Aot.Test.csproj delete mode 100644 src/tests/FunctionalTests/tvOS/Simulator/AOT/Program.cs delete mode 100644 src/tests/FunctionalTests/tvOS/Simulator/AOT/tvOS.Simulator.Aot.Test.csproj diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 444428bdf79707..44beae465ff819 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -212,10 +212,6 @@ - - - @@ -247,8 +243,6 @@ - - @@ -430,7 +424,6 @@ - diff --git a/src/tests/FunctionalTests/iOS/Simulator/AOT/Program.cs b/src/tests/FunctionalTests/iOS/Simulator/AOT/Program.cs deleted file mode 100644 index f5895690226b71..00000000000000 --- a/src/tests/FunctionalTests/iOS/Simulator/AOT/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -using System; -using System.Threading; -using System.Threading.Tasks; -using System.Runtime.InteropServices; - -public static class Program -{ - [DllImport("__Internal")] - public static extern void mono_ios_set_summary (string value); - - public static async Task Main(string[] args) - { - mono_ios_set_summary($"Starting functional test"); - Console.WriteLine("Done!"); - await Task.Delay(5000); - - return 42; - } -} diff --git a/src/tests/FunctionalTests/iOS/Simulator/AOT/iOS.Simulator.Aot.Test.csproj b/src/tests/FunctionalTests/iOS/Simulator/AOT/iOS.Simulator.Aot.Test.csproj deleted file mode 100644 index c2df960184d6d5..00000000000000 --- a/src/tests/FunctionalTests/iOS/Simulator/AOT/iOS.Simulator.Aot.Test.csproj +++ /dev/null @@ -1,18 +0,0 @@ - - - - Exe - false - true - true - $(NetCoreAppCurrent) - iOSSimulator - iOS.Simulator.Aot.Test.dll - false - 42 - - - - - - diff --git a/src/tests/FunctionalTests/tvOS/Simulator/AOT/Program.cs b/src/tests/FunctionalTests/tvOS/Simulator/AOT/Program.cs deleted file mode 100644 index f5895690226b71..00000000000000 --- a/src/tests/FunctionalTests/tvOS/Simulator/AOT/Program.cs +++ /dev/null @@ -1,22 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. - -using System; -using System.Threading; -using System.Threading.Tasks; -using System.Runtime.InteropServices; - -public static class Program -{ - [DllImport("__Internal")] - public static extern void mono_ios_set_summary (string value); - - public static async Task Main(string[] args) - { - mono_ios_set_summary($"Starting functional test"); - Console.WriteLine("Done!"); - await Task.Delay(5000); - - return 42; - } -} diff --git a/src/tests/FunctionalTests/tvOS/Simulator/AOT/tvOS.Simulator.Aot.Test.csproj b/src/tests/FunctionalTests/tvOS/Simulator/AOT/tvOS.Simulator.Aot.Test.csproj deleted file mode 100644 index 66d83fd77151ae..00000000000000 --- a/src/tests/FunctionalTests/tvOS/Simulator/AOT/tvOS.Simulator.Aot.Test.csproj +++ /dev/null @@ -1,17 +0,0 @@ - - - - Exe - false - true - true - $(NetCoreAppCurrent) - tvOS.Simulator.Aot.Test.dll - false - 42 - - - - - -