X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FBinaryReaderTest.cs;h=211c07d520de94967b3d9004b942aff8dad056d1;hb=3d693eeb90339833968d66c3dc9fde2fa3ba2cef;hp=5661fef921c013a803e89db9488664bc29e9e3eb;hpb=04d1b4116331e3813b8f75304f714a5d61ba1214;p=mono.git diff --git a/mcs/class/corlib/Test/System.IO/BinaryReaderTest.cs b/mcs/class/corlib/Test/System.IO/BinaryReaderTest.cs index 5661fef921c..211c07d520d 100644 --- a/mcs/class/corlib/Test/System.IO/BinaryReaderTest.cs +++ b/mcs/class/corlib/Test/System.IO/BinaryReaderTest.cs @@ -1063,6 +1063,9 @@ namespace MonoTests.System.IO [Test] [ExpectedException(typeof(EndOfStreamException))] +#if TARGET_JVM + [Category("NotWorking")] +#endif public void ReadDecimalException () { MemoryStream stream = new MemoryStream (new byte [] {0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0 ,87, 98, 0, 0, 0, 0, 0}); @@ -1231,6 +1234,9 @@ namespace MonoTests.System.IO } [Test] +#if TARGET_JVM + [Category("NotWorking")] +#endif public void ReadSingle () { MemoryStream stream = new MemoryStream (new byte [] {65, 200, 0, 0, 0, 1, 2, 3, 4});