Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2019-05-16 19:23:13 +0300
committerGitHub <noreply@github.com>2019-05-16 19:23:13 +0300
commit7082845114f603b3e174c26d9e8fb7f667bc2a51 (patch)
treec6ecf98a23f412924948e9592da2c72fc870d9fc /mcs/class/System.Security
parentda6cb6c685efd62e0b8e36dc932d72eff3425ddd (diff)
[monodroid] Introduce 'win32 host' BCL build (#14424)
* [monodroid] Introduce 'win32 host' BCL build * [sdks] Add _bcl_$(1)_BUILD_FLAGS variable to BclTemplate build step Allows Android SDK on Windows to pass PROFILE_PLATFORM=win32 * [sdks] Pass _bcl_$(1)_BUILD_FLAGS when building the tests, too * Copy test source exclusion files from the general monodroid profile Apparently we don't fall back to the general exclusion sources for tests if the platorm-specific exclusion file does not exist. * Also add win32 copies of the nunit exclude files: files=$(find . -name "monodroid*_test*exclude.sources") for file in $files do name=$(basename $file) pushd $(dirname $file) cp $name win32_$name git add win32_$name popd done * [csproj] Update project files
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/win32_monodroid_System.Security_test.dll.exclude.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Security/win32_monodroid_System.Security_test.dll.exclude.sources b/mcs/class/System.Security/win32_monodroid_System.Security_test.dll.exclude.sources
new file mode 100644
index 00000000000..e2b06dcf138
--- /dev/null
+++ b/mcs/class/System.Security/win32_monodroid_System.Security_test.dll.exclude.sources
@@ -0,0 +1 @@
+System.Security.Permissions/DataProtectionPermissionAttributeTest.cs