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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Karlaš <david.karlas@xamarin.com>2017-02-06 12:47:48 +0300
committerDavid Karlaš <david.karlas@xamarin.com>2017-02-06 12:47:48 +0300
commit146f56603e486f9102832de9bdac0773ab09d651 (patch)
treedc68d71636fab379acd3af862a911c9f908363c6 /main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests
parent089c2264ac39a49d099b1f88a1fe22b862773992 (diff)
Bug 36712 - Disabled SdbEvaluationAllowTargetInvokesTests.FormatArray unit test
Re-enabling unit test which was disabled in past because it randomly failed(only on Wrench), hopefully whatever was causing failure was fixed otherwise I will take a deeper look at cause of this
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/EvaluationTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/EvaluationTests.cs b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/EvaluationTests.cs
index 76a29b61c2..730d1bb9c2 100644
--- a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/EvaluationTests.cs
+++ b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests/EvaluationTests.cs
@@ -1721,7 +1721,6 @@ namespace MonoDevelop.Debugger.Tests
Assert.AreEqual ("int[,,]", val.TypeName);
Assert.IsFalse (val.IsNull);
- IgnoreSoftDebugger ("Randomly fails, tracked as Bug 36712");
val = Eval ("nulledByteArray");
Assert.AreEqual ("(null)", val.Value);
Assert.AreEqual ("byte[]", val.TypeName);