[tests] Disable on Android due to environment differences
authorMarek Habersack <grendel@twistedcode.net>
Tue, 7 Jul 2015 09:32:59 +0000 (11:32 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 15 Jul 2015 18:45:36 +0000 (20:45 +0200)
commit7a37a57bb5d2bf15ff34083eb9c301ef019d996e
tree09d01ddbae086d152351592bdfc45d6cec575d01
parenta53f6769ccbfbc884198f457991abaddd8b4ae34
[tests] Disable on Android due to environment differences

It's not possible to save the assembly in the current directory on Android and AssemblyBuilder.DefineDynamicModule will not
allow a full path to the assembly to be passed to it. Trying to change the current directory before saving will not work either as
FileStream will then prepend / to the file name (perhaps it's another bug) and write access to the filesystem root is, obviously, denied
mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs