Skip to content

Commit

Permalink
2004-12-08 Zoltan Varga <vargaz@freemail.hu>
Browse files Browse the repository at this point in the history
	* appdomain-unload.cs: Disable nondeterministic async unloading test.

svn path=/trunk/mono/; revision=37351
  • Loading branch information
vargaz committed Dec 8, 2004
1 parent 9b6184c commit 5ff4506
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mono/tests/ChangeLog
@@ -1,3 +1,7 @@
2004-12-08 Zoltan Varga <vargaz@freemail.hu>

* appdomain-unload.cs: Disable nondeterministic async unloading test.

2004-12-04 Zoltan Varga <vargaz@freemail.hu>

* delegate.cs: Add test for unboxing and delegates.
Expand Down
7 changes: 7 additions & 0 deletions mono/tests/appdomain-unload.cs
Expand Up @@ -161,6 +161,12 @@ public class Tests
return 1;
}

/*
* This test is not very deterministic since the thread which enqueues
* the work item might or might not be inside the domain when the unload
* happens. So disable this for now.
*/
/*
public static void DoUnload (object state) {
AppDomain.Unload (AppDomain.CurrentDomain);
}
Expand All @@ -178,6 +184,7 @@ public class Tests
return 0;
}
*/

public static void SyncCallback () {
AppDomain.Unload (AppDomain.CurrentDomain);
Expand Down

0 comments on commit 5ff4506

Please sign in to comment.