[tests] Regression test for #56694
authorAleksey Kliger <aleksey@xamarin.com>
Wed, 24 May 2017 15:18:36 +0000 (11:18 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Wed, 24 May 2017 18:09:50 +0000 (14:09 -0400)
commita957ab18a332d284b086aee622c8a0f05014e697
tree7512ad1773c83d2e1555ef26aa6712fa985e9ff1
parentbde8ce85e0c834bde67ff446d461042c7d3b8567
[tests] Regression test for #56694

When an AssemblyLoad event fires in a domain, a System.Reflection.Assembly
object is created in that domain for the assembly being loaded.  The bug left
this object alive after the domain was unloaded, which lead to a GC crash.
mono/tests/Makefile.am
mono/tests/appdomain-unload-asmload.cs [new file with mode: 0644]