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:
authorMarek Safar <marek.safar@gmail.com>2017-10-18 11:59:50 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-27 00:33:17 +0300
commitc14b08013cebe06c60f7c894f0a2e5bce3de91cf (patch)
treebd73ba7a1c348beae94525620b783b67855980ef /mcs/class/Microsoft.CSharp
parentb0919d93f90b0c7156c57e59500cc5772557c3ee (diff)
[Microsoft.CSharp] Adds more tests
Diffstat (limited to 'mcs/class/Microsoft.CSharp')
-rw-r--r--mcs/class/Microsoft.CSharp/Makefile3
-rw-r--r--mcs/class/Microsoft.CSharp/Microsoft.CSharp_xtest.dll.sources16
2 files changed, 19 insertions, 0 deletions
diff --git a/mcs/class/Microsoft.CSharp/Makefile b/mcs/class/Microsoft.CSharp/Makefile
index cb754267a9d..436a89179c5 100644
--- a/mcs/class/Microsoft.CSharp/Makefile
+++ b/mcs/class/Microsoft.CSharp/Makefile
@@ -8,6 +8,9 @@ LIB_REFS = System.Core System
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS =
+XTEST_LIB_REFS = Microsoft.CSharp System.Core Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation
+
+
RESX_RESOURCE_STRING = ../../../external/corefx/src/Microsoft.CSharp/src/Resources/Strings.resx
include ../../build/library.make
diff --git a/mcs/class/Microsoft.CSharp/Microsoft.CSharp_xtest.dll.sources b/mcs/class/Microsoft.CSharp/Microsoft.CSharp_xtest.dll.sources
new file mode 100644
index 00000000000..422c37462c0
--- /dev/null
+++ b/mcs/class/Microsoft.CSharp/Microsoft.CSharp_xtest.dll.sources
@@ -0,0 +1,16 @@
+../../../external/corefx/src/Common/tests/System/Runtime/Serialization/Formatters/BinaryFormatterHelpers.cs
+../../../external/corefx/src/CoreFx.Private.TestUtilities/src/System/AssertExtensions.cs
+
+#../../../external/corefx/src/Microsoft.CSharp/tests/*.cs
+
+../../../external/corefx/src/Microsoft.CSharp/tests/ArrayHandling.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/BindingErrors.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/CSharpArgumentInfoTests.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/EnumArithmeticTests.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/IndexingTests.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/IntegerBinaryOperationTests.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/IntegerUnaryOperationTests.cs
+#../../../external/corefx/src/Microsoft.CSharp/tests/RuntimeBinderExceptionTests.cs
+#../../../external/corefx/src/Microsoft.CSharp/tests/RuntimeBinderInternalCompilerExceptionTests.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/RuntimeBinderTests.cs
+../../../external/corefx/src/Microsoft.CSharp/tests/UserDefinedShortCircuitOperators.cs