[interp] fix for ldflda unsafe corner case
[mono.git] / mono / mini / exceptions.cs
index 98c6046e61a5cdea5dab273ee1b289d63c26a7b5..d13385e35bb09348a29b3760622749223b02fbba 100644 (file)
@@ -2230,6 +2230,7 @@ class Tests
                }
        }
 
+       [Category ("!INTERPRETER")]
        public static int test_0_exception_in_cctor () {
                try {
                        Broken.DoSomething ();
@@ -2318,6 +2319,7 @@ class Tests
                Console.WriteLine ();
        }
 
+       [Category ("!INTERPRETER")]
        [Category ("!BITCODE")]
        public static int test_0_rethrow_stacktrace () {
                // Check that rethrowing an exception preserves the original stack trace