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:
authorMartin Baulig <martin@novell.com>2004-09-06 21:14:30 +0400
committerMartin Baulig <martin@novell.com>2004-09-06 21:14:30 +0400
commit4f4d9f3885e2ea6d3afa44951aa10d06660d8389 (patch)
tree1ecc3f632584b3551004933dc479c5ac1dc889e4 /mcs
parent639a8d383c2f186427a2524fa05f55fd53f6c886 (diff)
2004-09-06 Martin Baulig <martin@ximian.com>
* Makefile: Enable gen-65.cs (bug #58306). svn path=/trunk/mcs/; revision=33432
Diffstat (limited to 'mcs')
-rwxr-xr-xmcs/tests/ChangeLog4
-rw-r--r--mcs/tests/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/tests/ChangeLog b/mcs/tests/ChangeLog
index f74bfe7ef60..1f182b4fb31 100755
--- a/mcs/tests/ChangeLog
+++ b/mcs/tests/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-06 Martin Baulig <martin@ximian.com>
+
+ * Makefile: Enable gen-65.cs (bug #58306).
+
2004-09-04 Marek Safar <marek.safar@seznam.cz>
* test-289.cs: New test for #63631.
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 2099723b2f2..c43055783b2 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -205,7 +205,7 @@ test-compiler-jit-multi:
done ; \
if test -z "$$failed"; then :; else echo "Failing tests: $$failed"; exit 1; fi
-GENERIC_KNOWN_FAILURES = test-55
+GENERIC_KNOWN_FAILURES = test-55 test-289
#
# Tests the generics compiler, and excludes GENERIC_KNOWN_FAILURES from the build