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
path: root/mcs
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2002-10-15 19:28:24 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2002-10-15 19:28:24 +0400
commit453eacd09397ac505f1e9c8369d3c732464e1638 (patch)
tree286be406d8f023c6ca01dd85eaabcfcb2c39a791 /mcs
parent544c75429d1d2c9cf9c6783dbd552ef6f9612e15 (diff)
2002-10-16 Nick Drochak <ndrochak@gol.com>
* corlib_test.build: Fix build. Exclude tests that depend on components we are not building into corlib yet. svn path=/trunk/mcs/; revision=8289
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/Test/ChangeLog5
-rw-r--r--mcs/class/corlib/Test/corlib_test.build4
2 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/corlib/Test/ChangeLog b/mcs/class/corlib/Test/ChangeLog
index f0773fb695f..ba94d0117a3 100644
--- a/mcs/class/corlib/Test/ChangeLog
+++ b/mcs/class/corlib/Test/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-16 Nick Drochak <ndrochak@gol.com>
+
+ * corlib_test.build: Fix build. Exclude tests that depend on
+ components we are not building into corlib yet.
+
2002-10-05 Andrew Birkett <andy@nobugs.org>
* corlib_linux_test.args: Added RC2Test
diff --git a/mcs/class/corlib/Test/corlib_test.build b/mcs/class/corlib/Test/corlib_test.build
index d0840a32f72..c7e91daa2b4 100644
--- a/mcs/class/corlib/Test/corlib_test.build
+++ b/mcs/class/corlib/Test/corlib_test.build
@@ -16,6 +16,9 @@
<sources>
<includes name="**/*.cs"/>
<excludes name="System.Security.Policy/*.cs"/>
+ <excludes name="System.Security.Cryptography/DSATest.cs"/>
+ <excludes name="System.Security.Cryptography/RSATest.cs"/>
+ <excludes name="System.Security.Cryptography/AsymmetricAlgorithmTest.cs"/>
</sources>
<references basedir="..\..\..\nunit">
<includes name="NUnitCore_mono.dll"/>
@@ -41,6 +44,7 @@
<csc target="library" output="corlib_reference.dll" debug="${debug}">
<sources>
<includes name="**/*.cs"/>
+ <excludes name="System.Security.Cryptography/DSATest.cs"/>
</sources>
<references basedir="..\..\..\nunit">
<includes name="NUnitCore.dll"/>