Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Brezae <brezaevlad@gmail.com>2019-10-10 10:51:53 +0300
committerGitHub <noreply@github.com>2019-10-10 10:51:53 +0300
commitd4fbbed1064c187c08c63ff8d08e1b7e0cf640d0 (patch)
tree31df22625fe5f000c4f0b8245988901220c33412 /mcs/class/Mono.Debugger.Soft
parent8718b75b7a89f04e2423d11a009f11b37ef802df (diff)
[tests] Disable tests that crash on android sdks (#17255)
Running these tests makes the application crash, probably at shutdown. Even if the tests are reported as passing, check if disabling them fixes the suite timeout on android osx sdks.
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Test/dtest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
index a624b9b8a84..ef7e594fdbf 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -504,6 +504,7 @@ public class DebuggerTests
}
[Test]
+ [Category ("AndroidSdksNotWorking")]
public void IsDynamicAssembly () {
vm.Detach ();
@@ -3787,6 +3788,7 @@ public class DebuggerTests
}
[Test]
+ [Category ("AndroidSdksNotWorking")]
public void RefEmit () {
vm.Detach ();