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:
authorZoltan Varga <vargaz@gmail.com>2016-12-01 23:26:30 +0300
committerZoltan Varga <vargaz@gmail.com>2016-12-01 23:26:30 +0300
commit2d203b2a7718dd8aaf8a3a0fabf816e7dbf331d7 (patch)
treec7dcc8b6d0875b60da7afaeaa8aab43899aafe1d /mcs/class/Mono.Debugger.Soft
parentc1acb2cee8dc0e504c6b4d830c74656f4a3f1772 (diff)
[sdb] Execute the 'assembly_load' test earlier to avoid races when the finalizer thread would load another assembly.
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs
index 16e35d301e1..61ed822f2e1 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest-app.cs
@@ -318,6 +318,7 @@ public class Tests : TestsBase, ITest2
threadpool_io ();
return 0;
}
+ assembly_load ();
breakpoints ();
single_stepping ();
arguments ();
@@ -327,7 +328,6 @@ public class Tests : TestsBase, ITest2
locals ();
line_numbers ();
type_info ();
- assembly_load ();
invoke ();
exceptions ();
exception_filter ();