You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
@ -91,6 +91,8 @@ namespace MonoTests.System.Diagnostics
|
||||
/// Tests whether getting method associated with frame works.
|
||||
/// </summary>
|
||||
[Test]
|
||||
[Category("StackWalks")]
|
||||
[Category("NotWasm")]
|
||||
public void TestGetMethod ()
|
||||
{
|
||||
Assert.IsTrue ((frame1.GetMethod () != null), "Method not null (1)");
|
||||
@ -182,7 +184,7 @@ namespace MonoTests.System.Diagnostics
|
||||
frame1.GetFileLineNumber (),
|
||||
"Line number (1)");
|
||||
|
||||
Assert.AreEqual (136,
|
||||
Assert.AreEqual (138,
|
||||
frame2.GetFileLineNumber (),
|
||||
"Line number (2)");
|
||||
|
||||
@ -215,6 +217,8 @@ namespace MonoTests.System.Diagnostics
|
||||
/// Tests whether getting method associated with frame works.
|
||||
/// </summary>
|
||||
[Test]
|
||||
[Category("StackWalks")]
|
||||
[Category("NotWasm")]
|
||||
public void TestGetMethod ()
|
||||
{
|
||||
Assert.IsNotNull (frame1.GetMethod (),
|
||||
@ -322,7 +326,7 @@ namespace MonoTests.System.Diagnostics
|
||||
frame1.GetFileLineNumber (),
|
||||
"Line number (1)");
|
||||
|
||||
Assert.AreEqual (272,
|
||||
Assert.AreEqual (276,
|
||||
frame2.GetFileLineNumber (),
|
||||
"Line number (2)");
|
||||
}
|
||||
@ -347,6 +351,7 @@ namespace MonoTests.System.Diagnostics
|
||||
/// Test whether GetFrames contains the frames for nested exceptions
|
||||
/// </summary>
|
||||
[Test]
|
||||
[Category("StackWalks")]
|
||||
public void GetFramesAndNestedExc ()
|
||||
{
|
||||
try
|
||||
@ -425,6 +430,8 @@ namespace MonoTests.System.Diagnostics
|
||||
/// Tests whether getting method associated with frame works.
|
||||
/// </summary>
|
||||
[Test]
|
||||
[Category("StackWalks")]
|
||||
[Category("NotWasm")]
|
||||
public void TestGetMethod ()
|
||||
{
|
||||
Assert.IsTrue ((frame1.GetMethod () != null), "Method not null (1)");
|
||||
|
Reference in New Issue
Block a user