[tests] Assembly.Location doesn't work on XA
authorMarek Habersack <grendel@twistedcode.net>
Thu, 11 Jun 2015 18:11:14 +0000 (20:11 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:18 +0000 (20:45 +0200)
commitc70e55597079aa23c98585ff3b01a8eff713c001
tree8fb0aed7a84e61147500d86e0872fb94a59632f9
parent39e0b4b5077cf0ab47f657b070fadd8b01e0dd12
[tests] Assembly.Location doesn't work on XA

Xamarin.Android stores assemblies inside apk (or bundled, or AOT-ed) and
so Assembly.Location will not point to a real path on the
filesystem. It merely contains assembly name.
mcs/class/corlib/Test/System.Reflection/AssemblyNameTest.cs
mcs/class/corlib/Test/System/ActivatorTest.cs