Skip to content

Commit

Permalink
Mark a few corlib tests as LLVMNotWorking.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Nov 15, 2013
1 parent d115725 commit 689adf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcs/class/corlib/Test/System.Diagnostics/StackFrameTest.cs
Expand Up @@ -154,6 +154,7 @@ public void TestGetFileName1 ()
}

[Test]
[Category ("LLVMNotWorking")]
public void TestGetFileName2 ()
{
Assert.IsNotNull (frame2.GetFileName (), "File name not null");
Expand All @@ -166,6 +167,7 @@ public void TestGetFileName2 ()
/// Tests whether getting file line number works.
/// </summary>
[Test]
[Category ("LLVMNotWorking")]
public void TestGetFileLineNumber ()
{
Assert.AreEqual (0,
Expand Down Expand Up @@ -282,6 +284,7 @@ public void TearDown ()
/// Tests whether getting file name works.
/// </summary>
[Test]
[Category ("LLVMNotWorking")]
public void TestGetFileName ()
{
Assert.IsNull (frame1.GetFileName (),
Expand All @@ -301,6 +304,7 @@ public void TestGetFileName ()
#if ONLY_1_1
[Category ("NotDotNet")] // .NET 1.1 is off by one
#endif
[Category ("LLVMNotWorking")]
public void TestGetFileLineNumber ()
{
Assert.AreEqual (0,
Expand Down

0 comments on commit 689adf3

Please sign in to comment.