|
@@ -146,7 +146,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
bool otResult;
|
|
bool otResult;
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestSynchronization ()
|
|
public void TestSynchronization ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (FirstSyncThread));
|
|
Thread tr = new Thread (new ThreadStart (FirstSyncThread));
|
|
@@ -170,7 +170,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestSupported ()
|
|
public void TestSupported ()
|
|
|
{
|
|
{
|
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
@@ -183,7 +183,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestRequired ()
|
|
public void TestRequired ()
|
|
|
{
|
|
{
|
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
@@ -196,7 +196,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestRequiresNew ()
|
|
public void TestRequiresNew ()
|
|
|
{
|
|
{
|
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
@@ -209,7 +209,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestNotSupported ()
|
|
public void TestNotSupported ()
|
|
|
{
|
|
{
|
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
SincroRequiresNew ob = new SincroRequiresNew ();
|
|
@@ -222,7 +222,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestLocked1 ()
|
|
public void TestLocked1 ()
|
|
|
{
|
|
{
|
|
|
sincob.Lock (false);
|
|
sincob.Lock (false);
|
|
@@ -237,7 +237,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestLocked2 ()
|
|
public void TestLocked2 ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (FirstNotSyncThread));
|
|
Thread tr = new Thread (new ThreadStart (FirstNotSyncThread));
|
|
@@ -261,7 +261,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestLocked3 ()
|
|
public void TestLocked3 ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (Lock1Thread));
|
|
Thread tr = new Thread (new ThreadStart (Lock1Thread));
|
|
@@ -281,7 +281,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestReentry ()
|
|
public void TestReentry ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (FirstReentryThread));
|
|
Thread tr = new Thread (new ThreadStart (FirstReentryThread));
|
|
@@ -305,7 +305,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestNoReentry ()
|
|
public void TestNoReentry ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (FirstNoReentryThread));
|
|
Thread tr = new Thread (new ThreadStart (FirstNoReentryThread));
|
|
@@ -329,7 +329,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestCallback ()
|
|
public void TestCallback ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (CallbackThread));
|
|
Thread tr = new Thread (new ThreadStart (CallbackThread));
|
|
@@ -344,7 +344,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[Test]
|
|
[Test]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestSynchronizationReleasedOnMultipleAcquire ()
|
|
public void TestSynchronizationReleasedOnMultipleAcquire ()
|
|
|
{
|
|
{
|
|
|
|
|
|
|
@@ -367,7 +367,7 @@ namespace MonoTests.System.Runtime.Remoting
|
|
|
[Test]
|
|
[Test]
|
|
|
[Category("NotDotNet")]
|
|
[Category("NotDotNet")]
|
|
|
[Category ("MobileNotWorking")]
|
|
[Category ("MobileNotWorking")]
|
|
|
- [Category ("InterpreterNotWorking")]
|
|
|
|
|
|
|
+ [Category ("NotWorkingRuntimeInterpreter")]
|
|
|
public void TestMonitorWait ()
|
|
public void TestMonitorWait ()
|
|
|
{
|
|
{
|
|
|
Thread tr = new Thread (new ThreadStart (DoMonitorPulse));
|
|
Thread tr = new Thread (new ThreadStart (DoMonitorPulse));
|