From 449a6a086290d38d430e33d96bb597906470653a Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Fri, 8 Apr 2022 16:08:46 -0400 Subject: [PATCH] [Xamarin.Android.Build.Tests] Ignore NoSymbolsArgShouldReduceAppSize (#6907) Temporarily ignore this test to reduce noise on PR builds while it is being fixed. The test has seemingly been partially invalidated by commit 5efda9d69, however it is still passing against Classic Xamarin.Android on Windows. More investigation is required as to why we see different stripping results when using a combination of the `-s`, `no-write-symbols`, and `nodebug` flags with different toolchains. --- .../Tests/Xamarin.Android.Build.Tests/AotTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs index 8bda821084c..5b7e29ce5e2 100644 --- a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs +++ b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs @@ -441,6 +441,7 @@ public static void Foo () { } [Test] + [Ignore ("Ignore while investigating/fixing.")] [Category ("LLVM")] public void NoSymbolsArgShouldReduceAppSize ([Values ("", "Hybrid")] string androidAotMode, [Values (false, true)] bool skipDebugSymbols) {