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

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladyslavKostin <vertyozzzvk@gmail.com>2020-03-31 19:46:06 +0300
committerVladyslavKostin <vertyozzzvk@gmail.com>2020-03-31 19:46:06 +0300
commitd5613db3e79caf659a4e09f93d170124036db48c (patch)
tree2fd4a140e66421dfdcfa572eea13cef83fb6420b /UnitTests
parent06e3fe1f8db5d4a8dc2bcbeee6633264a6a090eb (diff)
[Mono.Debugging.Tests] Updated links to new bug
Diffstat (limited to 'UnitTests')
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbAdvancedEvaluationTests.cs4
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbBreakpointsAndSteppingTests.cs2
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbCodeCompletionTests.cs2
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbEvaluationTests.cs4
-rw-r--r--UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbStackFrameTests.cs4
5 files changed, 8 insertions, 8 deletions
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbAdvancedEvaluationTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbAdvancedEvaluationTests.cs
index f6a3c0d..c7b0427 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbAdvancedEvaluationTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbAdvancedEvaluationTests.cs
@@ -29,7 +29,7 @@ using NUnit.Framework;
namespace Mono.Debugging.Tests.Soft
{
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbAdvancedEvaluationAllowTargetInvokesTests : AdvancedEvaluationTests
{
public SdbAdvancedEvaluationAllowTargetInvokesTests () : base ("Mono.Debugger.Soft", true)
@@ -38,7 +38,7 @@ namespace Mono.Debugging.Tests.Soft
}
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbAdvancedEvaluationNoTargetInvokesTests : AdvancedEvaluationTests
{
public SdbAdvancedEvaluationNoTargetInvokesTests () : base ("Mono.Debugger.Soft", false)
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbBreakpointsAndSteppingTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbBreakpointsAndSteppingTests.cs
index 7681bf4..ef3bde2 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbBreakpointsAndSteppingTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbBreakpointsAndSteppingTests.cs
@@ -29,7 +29,7 @@ using NUnit.Framework;
namespace Mono.Debugging.Tests.Soft
{
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbBreakpointsAndSteppingTests: BreakpointsAndSteppingTests
{
public SdbBreakpointsAndSteppingTests () : base ("Mono.Debugger.Soft")
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbCodeCompletionTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbCodeCompletionTests.cs
index 288659f..c4e680e 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbCodeCompletionTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbCodeCompletionTests.cs
@@ -29,7 +29,7 @@ using NUnit.Framework;
namespace Mono.Debugging.Tests.Soft
{
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbCodeCompletionTests : CodeCompletionTests
{
public SdbCodeCompletionTests () : base ("Mono.Debugger.Soft")
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbEvaluationTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbEvaluationTests.cs
index 869cdec..a243735 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbEvaluationTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbEvaluationTests.cs
@@ -29,7 +29,7 @@ using NUnit.Framework;
namespace Mono.Debugging.Tests.Soft
{
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbEvaluationAllowTargetInvokesTests: EvaluationTests
{
public SdbEvaluationAllowTargetInvokesTests (): base ("Mono.Debugger.Soft", true)
@@ -38,7 +38,7 @@ namespace Mono.Debugging.Tests.Soft
}
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbEvaluationNoTargetInvokesTests: EvaluationTests
{
public SdbEvaluationNoTargetInvokesTests (): base ("Mono.Debugger.Soft", false)
diff --git a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbStackFrameTests.cs b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbStackFrameTests.cs
index c88857e..63b49c5 100644
--- a/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbStackFrameTests.cs
+++ b/UnitTests/Mono.Debugging.Tests/Shared/Sdb/SdbStackFrameTests.cs
@@ -29,7 +29,7 @@ using NUnit.Framework;
namespace Mono.Debugging.Tests.Soft
{
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbStackFrameAllowTargetInvokesTests : StackFrameTests
{
public SdbStackFrameAllowTargetInvokesTests (): base ("Mono.Debugger.Soft", true)
@@ -38,7 +38,7 @@ namespace Mono.Debugging.Tests.Soft
}
[TestFixture]
- [Ignore("Skipped due to issue https://work.azdo.io/1090662")]
+ [Ignore("Skipped due to issue https://work.azdo.io/1090747")]
public class SdbStackFrameNoTargetInvokesTests : StackFrameTests
{
public SdbStackFrameNoTargetInvokesTests (): base ("Mono.Debugger.Soft", false)