[mono/mono] 689adf38: Mark a few corlib tests as LLVMNotWorking.

"Zoltan Varga ([email protected])" <[email protected]> Fri, 15 Nov 2013 08:24:34 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <000001425adc9417-391a5cee-54e0-473c-8760-c21789fb47af-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/d115725adef9...689adf38b593

   Commit: 689adf38b593476ed16c729c53492cdfa4e010a3
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-11-15 08:23:19 GMT
      URL: https://github.com/mono/mono/commit/689adf38b593476ed16c729c53492cdfa4e010a3

Mark a few corlib tests as LLVMNotWorking.

Changed paths:
  M mcs/class/corlib/Test/System.Diagnostics/StackFrameTest.cs

Modified: mcs/class/corlib/Test/System.Diagnostics/StackFrameTest.cs
===================================================================
@@ -154,6 +154,7 @@ public void TestGetFileName1 ()
 		}
 
 		[Test]
+		[Category ("LLVMNotWorking")]
 		public void TestGetFileName2 ()
 		{
 			Assert.IsNotNull (frame2.GetFileName (), "File name not null");
@@ -166,6 +167,7 @@ public void TestGetFileName2 ()
 		/// Tests whether getting file line number works.
 		/// </summary>
 		[Test]
+		[Category ("LLVMNotWorking")]
 		public void TestGetFileLineNumber ()
 		{
 			Assert.AreEqual (0,
@@ -282,6 +284,7 @@ public void TearDown ()
 		/// Tests whether getting file name works.
 		/// </summary>
 		[Test]
+		[Category ("LLVMNotWorking")]
 		public void TestGetFileName ()
 		{
 			Assert.IsNull (frame1.GetFileName (),
@@ -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,


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches