You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@ -342,6 +342,8 @@ public class Tests : TestsBase, ITest2
|
||||
frames_in_native ();
|
||||
if (args.Length > 0 && args [0] == "invoke-single-threaded")
|
||||
new Tests ().invoke_single_threaded ();
|
||||
if (args.Length > 0 && args [0] == "invoke-abort")
|
||||
new Tests ().invoke_abort ();
|
||||
new Tests ().evaluate_method ();
|
||||
return 3;
|
||||
}
|
||||
@ -944,6 +946,15 @@ public class Tests : TestsBase, ITest2
|
||||
public void invoke_single_threaded_2 () {
|
||||
}
|
||||
|
||||
[MethodImplAttribute (MethodImplOptions.NoInlining)]
|
||||
public void invoke_abort () {
|
||||
}
|
||||
|
||||
[MethodImplAttribute (MethodImplOptions.NoInlining)]
|
||||
public void invoke_abort_2 () {
|
||||
Thread.Sleep (1000000);
|
||||
}
|
||||
|
||||
public void invoke_return_void () {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user