From f77270c633c1e5a1703207cb96f1934a7354c0bc Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 4 Oct 2017 19:18:32 +0200 Subject: [PATCH] [monodroid] Fix Mono.Posix tests build (#5697) TestHelper was previously excluded because the XA tests weren't built as part of Mono but rather as part of XA test suite which included its own version of the helper. Now, however (https://github.com/xamarin/xamarin-android/commit/e9daf5ea35709ce1bc6ba81c7c37d72d385bace2), XA uses BCL+friends test assemblies built by Mono itself and so we need to restore TestHelper in the build. --- .../Mono.Posix/monodroid_Mono.Posix_test.dll.exclude.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/mcs/class/Mono.Posix/monodroid_Mono.Posix_test.dll.exclude.sources b/mcs/class/Mono.Posix/monodroid_Mono.Posix_test.dll.exclude.sources index 0facffb101d..20a037866e3 100644 --- a/mcs/class/Mono.Posix/monodroid_Mono.Posix_test.dll.exclude.sources +++ b/mcs/class/Mono.Posix/monodroid_Mono.Posix_test.dll.exclude.sources @@ -1,2 +1 @@ #include monodroid_Mono.Posix_test.dll.new-exclude.sources -Mono.Unix.Android/TestHelper.cs -- 2.25.1