Skip to content

Commit

Permalink
MIPS: Register known crasher/hanging tests in a new category, NotWork…
Browse files Browse the repository at this point in the history
…ingOnMIPS
  • Loading branch information
ztzg committed Apr 17, 2011
1 parent 3678c1b commit e30621f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ public static void VarargMethod (string headline, __arglist) {
Console.WriteLine ();
}

[Category ("NotWorkingOnMIPS")]
[Test]//bug #626441
public void CanCallVarargMethods ()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public void FromAsyncWithDirectAsyncResultTest ()
Assert.AreEqual (4, task.Result);
}

[Category ("NotWorkingOnMIPS")]
[Test]
public void FromAsyncWithBeginAndExceptionTest ()
{
Expand Down
4 changes: 4 additions & 0 deletions mcs/class/corlib/Test/System/DelegateTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ static object Target (Closure c)
return c;
}

[Category ("NotWorkingOnMIPS")]
[Test]
public void NullFirstArgumentOnStaticMethod ()
{
Expand All @@ -934,6 +935,7 @@ public void NullFirstArgumentOnStaticMethod ()
Assert.IsNull (call ());
}

[Category ("NotWorkingOnMIPS")]
[Test]
public void Virtual ()
{
Expand Down Expand Up @@ -1024,6 +1026,7 @@ public void HasTarget_Static ()
return 5;
}

[Category ("NotWorkingOnMIPS")]
[Test] // #617161
public void ClosedOverNullReferenceStaticMethod ()
{
Expand Down Expand Up @@ -1197,6 +1200,7 @@ public interface Iface
string retarg (string s);
}

[Category ("NotWorkingOnMIPS")]
[Test]
public void CreateDelegateWithLdFtnAndAbstractMethod ()
{
Expand Down

0 comments on commit e30621f

Please sign in to comment.