Skip to content

Commit

Permalink
2009-01-21 Rodrigo Kumpera <rkumpera@novell.com>
Browse files Browse the repository at this point in the history
	Backport of r124059.

	* appdomain-unload-callback.cs: New test for the AppDomain::DomainUnload
	deadlock.

	* Makefile.am: Test added.


svn path=/branches/mono-2-2/mono/; revision=124078
  • Loading branch information
kumpera committed Jan 21, 2009
1 parent 7074826 commit 6696bf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions mono/tests/ChangeLog
@@ -1,3 +1,12 @@
2009-01-21 Rodrigo Kumpera <rkumpera@novell.com>

Backport of r124059.

* appdomain-unload-callback.cs: New test for the AppDomain::DomainUnload
deadlock.

* Makefile.am: Test added.

2009-01-21 Mark Probst <mark.probst@gmail.com>

Backport of r124028.
Expand Down
3 changes: 2 additions & 1 deletion mono/tests/Makefile.am
Expand Up @@ -333,7 +333,8 @@ BASE_TEST_CS_SRC= \
bug-459094.cs \
generic-unloading.2.cs \
generic-unloading-sub.2.cs \
bug-467456.cs
bug-467456.cs \
appdomain-unload-callback.cs

if AMD64
TEST_CS_SRC = $(BASE_TEST_CS_SRC) async-exc-compilation.cs
Expand Down

0 comments on commit 6696bf3

Please sign in to comment.