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:
authorAleksey Kliger (λgeek) <alklig@microsoft.com>2019-10-11 20:54:19 +0300
committerGitHub <noreply@github.com>2019-10-11 20:54:19 +0300
commit7f95f57c43ac7ecba13c0ba6cec80e52a9086263 (patch)
tree59013fe88005be95602cc0893e716b806ef1c778 /mcs/class/Mono.Debugger.Soft
parent481b3005c63daa38d163e46ef5bb43288b1403b7 (diff)
[sdks] Android runner: properly shutdown runtime for Mono.Debugger.Soft test app (#17261)
* [sdks] properly shutdown runtime for Mono.Debugger.Soft test app mini_jit_cleanup will cause mono_runtime_try_shutdown to be called before mono_runtime_quit which will set the shutting down flags in the runtime. * [test] Re-enable disabled tests
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Test/dtest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
index ef7e594fdbf..a624b9b8a84 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -504,7 +504,6 @@ public class DebuggerTests
}
[Test]
- [Category ("AndroidSdksNotWorking")]
public void IsDynamicAssembly () {
vm.Detach ();
@@ -3788,7 +3787,6 @@ public class DebuggerTests
}
[Test]
- [Category ("AndroidSdksNotWorking")]
public void RefEmit () {
vm.Detach ();