From 615698f44ed2b7aa146a1dcea499d13fcea8f4c6 Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Thu, 18 Apr 2019 20:57:05 -0400 Subject: [PATCH] [monodroid] Exclude System.IO.Tests.File_Copy_str_str CoreFX testsuite The test case CopyFileWithData_MemberData with input of size 1024 * 1024 * 10 causes the Xamarin.Android.Bcl_Tests to crash for some reason. Temporarily exclude this entire set of tests from running. Also disable System.IO.Tests.FileInfo_CopyTo_str because it derives from the above test class. --- mcs/class/corlib/monodroid_corlib_xtest.dll.exclude.sources | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mcs/class/corlib/monodroid_corlib_xtest.dll.exclude.sources diff --git a/mcs/class/corlib/monodroid_corlib_xtest.dll.exclude.sources b/mcs/class/corlib/monodroid_corlib_xtest.dll.exclude.sources new file mode 100644 index 00000000000..0173eb16a22 --- /dev/null +++ b/mcs/class/corlib/monodroid_corlib_xtest.dll.exclude.sources @@ -0,0 +1,2 @@ +../../../external/corefx/src/System.IO.FileSystem/tests/File/Copy.cs +../../../external/corefx/src/System.IO.FileSystem/tests/FileInfo/CopyTo.cs -- 2.11.4.GIT