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:
authorJonathan Pobst <monkey@jpobst.com>2010-02-11 23:25:36 +0300
committerJonathan Pobst <monkey@jpobst.com>2010-02-11 23:25:36 +0300
commit5b5a2c49940e0b0ea25e8983058907cf5c7d7d61 (patch)
tree7788eb2b329632354bdd268375b5848f02a5d519 /mcs/class/System.Runtime.Remoting
parent8a834a19aab0a4d416cdb5484e318c2fe79cc5d9 (diff)
2010-02-11 Jonathan Pobst <monkey@jpobst.com>
* ActivationTests.cs: Disable TestCreateHttpWkoSingleCall and TestCreateHttpWkoSingleton due to sporadic failures. Filed as bug #579277. svn path=/trunk/mcs/; revision=151549
Diffstat (limited to 'mcs/class/System.Runtime.Remoting')
-rw-r--r--mcs/class/System.Runtime.Remoting/Test/ActivationTests.cs2
-rw-r--r--mcs/class/System.Runtime.Remoting/Test/ChangeLog6
2 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Runtime.Remoting/Test/ActivationTests.cs b/mcs/class/System.Runtime.Remoting/Test/ActivationTests.cs
index e6295fea7fe..b70409344f9 100644
--- a/mcs/class/System.Runtime.Remoting/Test/ActivationTests.cs
+++ b/mcs/class/System.Runtime.Remoting/Test/ActivationTests.cs
@@ -105,6 +105,7 @@ namespace MonoTests.Remoting
}
[Test]
+ [Category ("NotWorking")]
public void TestCreateHttpWkoSingleCall ()
{
WkObjectSinglecall2 ca = new WkObjectSinglecall2 ();
@@ -114,6 +115,7 @@ namespace MonoTests.Remoting
}
[Test]
+ [Category ("NotWorking")]
public void TestCreateHttpWkoSingleton ()
{
WkObjectSingleton2 ca = new WkObjectSingleton2 ();
diff --git a/mcs/class/System.Runtime.Remoting/Test/ChangeLog b/mcs/class/System.Runtime.Remoting/Test/ChangeLog
index fecdff60bdc..7a12c0c55cb 100644
--- a/mcs/class/System.Runtime.Remoting/Test/ChangeLog
+++ b/mcs/class/System.Runtime.Remoting/Test/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-11 Jonathan Pobst <monkey@jpobst.com>
+
+ * ActivationTests.cs: Disable TestCreateHttpWkoSingleCall and
+ TestCreateHttpWkoSingleton due to sporadic failures.
+ Filed as bug #579277.
+
2010-02-03 Jonathan Pobst <monkey@jpobst.com>
* HttpCalls.cs: Disable all tests here due to excessive