You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@ -146,7 +146,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
bool otResult;
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestSynchronization ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (FirstSyncThread));
|
||||
@ -170,7 +169,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestSupported ()
|
||||
{
|
||||
SincroRequiresNew ob = new SincroRequiresNew ();
|
||||
@ -183,7 +181,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestRequired ()
|
||||
{
|
||||
SincroRequiresNew ob = new SincroRequiresNew ();
|
||||
@ -196,7 +193,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestRequiresNew ()
|
||||
{
|
||||
SincroRequiresNew ob = new SincroRequiresNew ();
|
||||
@ -209,7 +205,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestNotSupported ()
|
||||
{
|
||||
SincroRequiresNew ob = new SincroRequiresNew ();
|
||||
@ -222,7 +217,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestLocked1 ()
|
||||
{
|
||||
sincob.Lock (false);
|
||||
@ -237,7 +231,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestLocked2 ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (FirstNotSyncThread));
|
||||
@ -261,7 +254,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestLocked3 ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (Lock1Thread));
|
||||
@ -281,7 +273,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestReentry ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (FirstReentryThread));
|
||||
@ -305,7 +296,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestNoReentry ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (FirstNoReentryThread));
|
||||
@ -329,7 +319,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestCallback ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (CallbackThread));
|
||||
@ -344,7 +333,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestSynchronizationReleasedOnMultipleAcquire ()
|
||||
{
|
||||
|
||||
@ -367,7 +355,6 @@ namespace MonoTests.System.Runtime.Remoting
|
||||
[Test]
|
||||
[Category("NotDotNet")]
|
||||
[Category ("MobileNotWorking")]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void TestMonitorWait ()
|
||||
{
|
||||
Thread tr = new Thread (new ThreadStart (DoMonitorPulse));
|
||||
|
Reference in New Issue
Block a user