You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.184
Former-commit-id: 3b181b286f92f05a5d88f9385e652e347981a129
This commit is contained in:
parent
b716dc8d12
commit
581ec6ab46
@ -99,7 +99,6 @@ namespace MonoTests.System.Threading
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/armv7 */
|
||||
public void TestCompareExchange_Flt ()
|
||||
{
|
||||
flt = flt_1;
|
||||
|
@ -309,7 +309,6 @@ namespace MonoTests.System.Threading
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // it hangs.
|
||||
[Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/arm64 */
|
||||
public void TestStart()
|
||||
{
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
3ae30ec5879b05386b8c0d570a13a94f4a6667e2
|
||||
2391dbb65071a4f0a313703b9e3aac16d322de59
|
@ -56,7 +56,6 @@ namespace MonoTests.System {
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void ReRegisterForFinalizeTest ()
|
||||
{
|
||||
var thread = new Thread (Run_ReRegisterForFinalizeTest);
|
||||
|
Reference in New Issue
Block a user