Parcourir la source

[corlib] rename NotWorkingInterpreter and InterpreterNotWorking categories (#6225)

Bernhard Urban il y a 8 ans
Parent
commit
746a3d0214
30 fichiers modifiés avec 68 ajouts et 68 suppressions
  1. 1 1
      mcs/build/tests.make
  2. 1 1
      mcs/class/System.Core/Makefile
  3. 1 1
      mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs
  4. 1 1
      mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs
  5. 1 1
      mcs/class/System.Core/Test/System.Linq/EnumerableAsQueryableTest.cs
  6. 1 1
      mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs
  7. 2 2
      mcs/class/corlib/Test/System.Collections.Concurrent/PartitionerTests.cs
  8. 1 1
      mcs/class/corlib/Test/System.IO/DriveInfoTest.cs
  9. 4 4
      mcs/class/corlib/Test/System.Reflection.Emit/DynamicMethodTest.cs
  10. 1 1
      mcs/class/corlib/Test/System.Reflection.Emit/MethodBuilderTest.cs
  11. 1 1
      mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs
  12. 5 5
      mcs/class/corlib/Test/System.Runtime.ExceptionServices/ExceptionDispatchInfoTest.cs
  13. 1 1
      mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
  14. 1 1
      mcs/class/corlib/Test/System.Runtime.Remoting.Proxies/RealProxyTest.cs
  15. 2 2
      mcs/class/corlib/Test/System.Runtime.Remoting/ContextTest.cs
  16. 13 13
      mcs/class/corlib/Test/System.Runtime.Remoting/SynchronizationAttributeTest.cs
  17. 1 1
      mcs/class/corlib/Test/System.Runtime.Serialization/SerializationTest.cs
  18. 1 1
      mcs/class/corlib/Test/System.Threading/InterlockedTest.cs
  19. 2 2
      mcs/class/corlib/Test/System.Threading/ThreadTest.cs
  20. 4 4
      mcs/class/corlib/Test/System/ConvertTest.cs
  21. 2 2
      mcs/class/corlib/Test/System/DecimalTest-Microsoft.cs
  22. 6 6
      mcs/class/corlib/Test/System/DecimalTest.cs
  23. 7 7
      mcs/class/corlib/Test/System/DelegateTest.cs
  24. 2 2
      mcs/class/corlib/Test/System/ExceptionTest.cs
  25. 1 1
      mcs/class/corlib/Test/System/GCTest.cs
  26. 1 1
      mcs/class/corlib/Test/System/TimeZoneTest.cs
  27. 1 1
      mcs/class/corlib/Test/System/TypedReferenceCas.cs
  28. 1 1
      mcs/class/corlib/Test/System/TypedReferenceTest.cs
  29. 1 1
      mcs/class/corlib/Test/System/ValueTypeTest.cs
  30. 1 1
      sdks/ios/Makefile

+ 1 - 1
mcs/build/tests.make

@@ -108,7 +108,7 @@ run-test-local: run-test-lib
 run-test-ondotnet-local: run-test-ondotnet-lib
 run-test-ondotnet-local: run-test-ondotnet-lib
 
 
 ifdef TEST_WITH_INTERPRETER
 ifdef TEST_WITH_INTERPRETER
-TEST_HARNESS_EXCLUDES = -exclude=$(PLATFORM_TEST_HARNESS_EXCLUDES)$(PROFILE_TEST_HARNESS_EXCLUDES)NotWorking,InterpreterNotWorking,CAS
+TEST_HARNESS_EXCLUDES = -exclude=$(PLATFORM_TEST_HARNESS_EXCLUDES)$(PROFILE_TEST_HARNESS_EXCLUDES)NotWorking,NotWorkingRuntimeInterpreter,CAS
 else
 else
 TEST_HARNESS_EXCLUDES = -exclude=$(PLATFORM_TEST_HARNESS_EXCLUDES)$(PROFILE_TEST_HARNESS_EXCLUDES)NotWorking,CAS
 TEST_HARNESS_EXCLUDES = -exclude=$(PLATFORM_TEST_HARNESS_EXCLUDES)$(PROFILE_TEST_HARNESS_EXCLUDES)NotWorking,CAS
 endif
 endif

+ 1 - 1
mcs/class/System.Core/Makefile

@@ -25,7 +25,7 @@ LIB_MCS_FLAGS += -d:NET_3_5
 endif
 endif
 
 
 ifdef AOT_FRIENDLY_PROFILE
 ifdef AOT_FRIENDLY_PROFILE
-extra_test_flags := -exclude:NotWorkingInterpreter
+extra_test_flags := -exclude:NotWorkingLinqInterpreter
 LIB_MCS_FLAGS += -d:NO_FEATURE_STATIC_DELEGATE,FEATURE_MAKE_RUN_METHODS
 LIB_MCS_FLAGS += -d:NO_FEATURE_STATIC_DELEGATE,FEATURE_MAKE_RUN_METHODS
 else
 else
 LIB_MCS_FLAGS += -d:FEATURE_COMPILE,FEATURE_COMPILE_TO_METHODBUILDER,FEATURE_PDB_GENERATOR
 LIB_MCS_FLAGS += -d:FEATURE_COMPILE,FEATURE_COMPILE_TO_METHODBUILDER,FEATURE_PDB_GENERATOR

+ 1 - 1
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Call.cs

@@ -403,7 +403,7 @@ namespace MonoTests.System.Linq.Expressions {
 
 
 		[Test]
 		[Test]
 		[Category ("NotDotNet")] // https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319190
 		[Category ("NotDotNet")] // https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=319190
-		[Category ("NotWorkingInterpreter")]
+		[Category ("NotWorkingLinqInterpreter")]
 		public void Connect319190 ()
 		public void Connect319190 ()
 		{
 		{
 			var lambda = Expression.Lambda<Func<bool>> (
 			var lambda = Expression.Lambda<Func<bool>> (

+ 1 - 1
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Equal.cs

@@ -472,7 +472,7 @@ namespace MonoTests.System.Linq.Expressions
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("NotWorkingInterpreter")]
+		[Category ("NotWorkingLinqInterpreter")]
 		public void NullableNullEqual ()
 		public void NullableNullEqual ()
 		{
 		{
 			var param = Expression.Parameter (typeof (DateTime?), "x");
 			var param = Expression.Parameter (typeof (DateTime?), "x");

+ 1 - 1
mcs/class/System.Core/Test/System.Linq/EnumerableAsQueryableTest.cs

@@ -324,7 +324,7 @@ namespace MonoTests.System.Linq {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("NotWorkingInterpreter")]
+		[Category ("NotWorkingLinqInterpreter")]
 		public void UserExtensionMethod ()
 		public void UserExtensionMethod ()
 		{
 		{
 			BindingFlags extensionFlags = BindingFlags.Static | BindingFlags.Public;
 			BindingFlags extensionFlags = BindingFlags.Static | BindingFlags.Public;

+ 1 - 1
mcs/class/corlib/Test/Microsoft.Win32/RegistryKeyTest.cs

@@ -3189,7 +3189,7 @@ namespace MonoTests.Microsoft.Win32
 
 
 		// Bug Xamarin 3632
 		// Bug Xamarin 3632
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TypeCastTests ()
 		public void TypeCastTests ()
 		{
 		{
 			string subKeyName = Guid.NewGuid ().ToString ();
 			string subKeyName = Guid.NewGuid ().ToString ();

+ 2 - 2
mcs/class/corlib/Test/System.Collections.Concurrent/PartitionerTests.cs

@@ -37,7 +37,7 @@ namespace MonoTests.System.Collections.Concurrent
 	public class PartitionerTests
 	public class PartitionerTests
 	{
 	{
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void PartitionerCreateIntegerWithExplicitRange ()
 		public void PartitionerCreateIntegerWithExplicitRange ()
 		{
 		{
 			OrderablePartitioner<Tuple<int, int>> partitioner = Partitioner.Create (1, 20, 5);
 			OrderablePartitioner<Tuple<int, int>> partitioner = Partitioner.Create (1, 20, 5);
@@ -59,7 +59,7 @@ namespace MonoTests.System.Collections.Concurrent
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void PartitionerCreateLongWithExplicitRange ()
 		public void PartitionerCreateLongWithExplicitRange ()
 		{
 		{
 			OrderablePartitioner<Tuple<long, long>> partitioner = Partitioner.Create ((long)1, (long)20, (long)5);
 			OrderablePartitioner<Tuple<long, long>> partitioner = Partitioner.Create ((long)1, (long)20, (long)5);

+ 1 - 1
mcs/class/corlib/Test/System.IO/DriveInfoTest.cs

@@ -65,7 +65,7 @@ namespace MonoTests.System.IO
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void GetDrivesValidInfo ()
 		public void GetDrivesValidInfo ()
 		{
 		{
 			var drives = DriveInfo.GetDrives ();
 			var drives = DriveInfo.GetDrives ();

+ 4 - 4
mcs/class/corlib/Test/System.Reflection.Emit/DynamicMethodTest.cs

@@ -470,7 +470,7 @@ namespace MonoTests.System.Reflection.Emit
 
 
 	public delegate object RetObj();
 	public delegate object RetObj();
 		[Test] //#640702
 		[Test] //#640702
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void GetCurrentMethodWorksWithDynamicMethods ()
 		public void GetCurrentMethodWorksWithDynamicMethods ()
 		{
 		{
 	        DynamicMethod dm = new DynamicMethod("Foo", typeof(object), null);
 	        DynamicMethod dm = new DynamicMethod("Foo", typeof(object), null);
@@ -527,7 +527,7 @@ namespace MonoTests.System.Reflection.Emit
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ExceptionHandling ()
 		public void ExceptionHandling ()
 		{
 		{
 			var method = new DynamicMethod ("", typeof(void), new[] { typeof(int) }, typeof (DynamicMethodTest));
 			var method = new DynamicMethod ("", typeof(void), new[] { typeof(int) }, typeof (DynamicMethodTest));
@@ -594,7 +594,7 @@ namespace MonoTests.System.Reflection.Emit
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ExceptionHandlingWithExceptionDispatchInfo ()
 		public void ExceptionHandlingWithExceptionDispatchInfo ()
 		{
 		{
 			var method = new DynamicMethod ("", typeof(void), new[] { typeof(int) }, typeof (DynamicMethodTest));
 			var method = new DynamicMethod ("", typeof(void), new[] { typeof(int) }, typeof (DynamicMethodTest));
@@ -652,7 +652,7 @@ namespace MonoTests.System.Reflection.Emit
 		}
 		}
 
 
 		[Test] //see bxc #59334
 		[Test] //see bxc #59334
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ExceptionWrapping ()
 		public void ExceptionWrapping ()
 		{
 		{
 			AssemblyBuilder ab = AppDomain.CurrentDomain.DefineDynamicAssembly (new AssemblyName ("ehatevfheiw"), AssemblyBuilderAccess.Run);
 			AssemblyBuilder ab = AppDomain.CurrentDomain.DefineDynamicAssembly (new AssemblyName ("ehatevfheiw"), AssemblyBuilderAccess.Run);

+ 1 - 1
mcs/class/corlib/Test/System.Reflection.Emit/MethodBuilderTest.cs

@@ -1024,7 +1024,7 @@ namespace MonoTests.System.Reflection.Emit
 	    }
 	    }
 
 
 		[Test]//bug #626441
 		[Test]//bug #626441
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void CanCallVarargMethods ()
 		public void CanCallVarargMethods ()
 		{
 		{
 			var tb = module.DefineType ("foo");
 			var tb = module.DefineType ("foo");

+ 1 - 1
mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs

@@ -1212,7 +1212,7 @@ namespace MonoTests.System.Reflection.Emit
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void DefineDefaultConstructor_Parent_DefaultCtorInaccessible ()
 		public void DefineDefaultConstructor_Parent_DefaultCtorInaccessible ()
 		{
 		{
 			TypeBuilder tb;
 			TypeBuilder tb;

+ 5 - 5
mcs/class/corlib/Test/System.Runtime.ExceptionServices/ExceptionDispatchInfoTest.cs

@@ -66,7 +66,7 @@ namespace MonoTests.System.Runtime.ExceptionServices
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void Throw ()
 		public void Throw ()
 		{
 		{
 			Exception orig = null;
 			Exception orig = null;
@@ -93,7 +93,7 @@ namespace MonoTests.System.Runtime.ExceptionServices
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ThrowWithEmptyFrames ()
 		public void ThrowWithEmptyFrames ()
 		{
 		{
 			var edi = ExceptionDispatchInfo.Capture (new OperationCanceledException ());
 			var edi = ExceptionDispatchInfo.Capture (new OperationCanceledException ());
@@ -108,7 +108,7 @@ namespace MonoTests.System.Runtime.ExceptionServices
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void LastThrowWins ()
 		public void LastThrowWins ()
 		{
 		{
 			Exception e;
 			Exception e;
@@ -140,7 +140,7 @@ namespace MonoTests.System.Runtime.ExceptionServices
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ThrowMultipleCaptures ()
 		public void ThrowMultipleCaptures ()
 		{
 		{
 			Exception e;
 			Exception e;
@@ -169,7 +169,7 @@ namespace MonoTests.System.Runtime.ExceptionServices
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void StackTraceUserCopy ()
 		public void StackTraceUserCopy ()
 		{
 		{
 			try {
 			try {

+ 1 - 1
mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs

@@ -963,7 +963,7 @@ namespace MonoTests.System.Runtime.InteropServices
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void CheckPtrToStructureWithFixedArrayAndBaseClassFields()
 		public void CheckPtrToStructureWithFixedArrayAndBaseClassFields()
 		{
 		{
 			const int arraySize = 6;
 			const int arraySize = 6;

+ 1 - 1
mcs/class/corlib/Test/System.Runtime.Remoting.Proxies/RealProxyTest.cs

@@ -28,7 +28,7 @@ namespace MonoTests.System.Runtime.Remoting.Proxies {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void InterfaceProxyGetTypeOkay ()
 		public void InterfaceProxyGetTypeOkay ()
 		{
 		{
 			// Regression test for #17325
 			// Regression test for #17325

+ 2 - 2
mcs/class/corlib/Test/System.Runtime.Remoting/ContextTest.cs

@@ -40,7 +40,7 @@ namespace MonoTests.System.Runtime.Remoting
 		LocalDataStoreSlot slot;
 		LocalDataStoreSlot slot;
 		
 		
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestDoCallback ()
 		public void TestDoCallback ()
 		{
 		{
 			otherCtx = cbo.GetContext ();
 			otherCtx = cbo.GetContext ();
@@ -55,7 +55,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 		
 		
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestDatastore ()
 		public void TestDatastore ()
 		{
 		{
 			otherCtx = cbo.GetContext ();
 			otherCtx = cbo.GetContext ();

+ 13 - 13
mcs/class/corlib/Test/System.Runtime.Remoting/SynchronizationAttributeTest.cs

@@ -146,7 +146,7 @@ namespace MonoTests.System.Runtime.Remoting
 		bool otResult;
 		bool otResult;
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestSynchronization ()
 		public void TestSynchronization ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (FirstSyncThread));
 			Thread tr = new Thread (new ThreadStart (FirstSyncThread));
@@ -170,7 +170,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestSupported ()
 		public void TestSupported ()
 		{
 		{
 			SincroRequiresNew ob = new SincroRequiresNew ();
 			SincroRequiresNew ob = new SincroRequiresNew ();
@@ -183,7 +183,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestRequired ()
 		public void TestRequired ()
 		{
 		{
 			SincroRequiresNew ob = new SincroRequiresNew ();
 			SincroRequiresNew ob = new SincroRequiresNew ();
@@ -196,7 +196,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestRequiresNew ()
 		public void TestRequiresNew ()
 		{
 		{
 			SincroRequiresNew ob = new SincroRequiresNew ();
 			SincroRequiresNew ob = new SincroRequiresNew ();
@@ -209,7 +209,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestNotSupported ()
 		public void TestNotSupported ()
 		{
 		{
 			SincroRequiresNew ob = new SincroRequiresNew ();
 			SincroRequiresNew ob = new SincroRequiresNew ();
@@ -222,7 +222,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestLocked1 ()
 		public void TestLocked1 ()
 		{
 		{
 			sincob.Lock (false);
 			sincob.Lock (false);
@@ -237,7 +237,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestLocked2 ()
 		public void TestLocked2 ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (FirstNotSyncThread));
 			Thread tr = new Thread (new ThreadStart (FirstNotSyncThread));
@@ -261,7 +261,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestLocked3 ()
 		public void TestLocked3 ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (Lock1Thread));
 			Thread tr = new Thread (new ThreadStart (Lock1Thread));
@@ -281,7 +281,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestReentry ()
 		public void TestReentry ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (FirstReentryThread));
 			Thread tr = new Thread (new ThreadStart (FirstReentryThread));
@@ -305,7 +305,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestNoReentry ()
 		public void TestNoReentry ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (FirstNoReentryThread));
 			Thread tr = new Thread (new ThreadStart (FirstNoReentryThread));
@@ -329,7 +329,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestCallback ()
 		public void TestCallback ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (CallbackThread));
 			Thread tr = new Thread (new ThreadStart (CallbackThread));
@@ -344,7 +344,7 @@ namespace MonoTests.System.Runtime.Remoting
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestSynchronizationReleasedOnMultipleAcquire ()
 		public void TestSynchronizationReleasedOnMultipleAcquire ()
 		{
 		{
 
 
@@ -367,7 +367,7 @@ namespace MonoTests.System.Runtime.Remoting
 		[Test]
 		[Test]
 		[Category("NotDotNet")]
 		[Category("NotDotNet")]
 		[Category ("MobileNotWorking")]
 		[Category ("MobileNotWorking")]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestMonitorWait ()
 		public void TestMonitorWait ()
 		{
 		{
 			Thread tr = new Thread (new ThreadStart (DoMonitorPulse));
 			Thread tr = new Thread (new ThreadStart (DoMonitorPulse));

+ 1 - 1
mcs/class/corlib/Test/System.Runtime.Serialization/SerializationTest.cs

@@ -30,7 +30,7 @@ namespace MonoTests.System.Runtime.Serialization
 
 
 #if FEATURE_REMOTING
 #if FEATURE_REMOTING
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestSerialization ()
 		public void TestSerialization ()
 		{
 		{
 			MethodTester mt = new MethodTester();
 			MethodTester mt = new MethodTester();

+ 1 - 1
mcs/class/corlib/Test/System.Threading/InterlockedTest.cs

@@ -99,7 +99,7 @@ namespace MonoTests.System.Threading
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")] /* crashes on linux/armv7 */
+		[Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/armv7 */
 		public void TestCompareExchange_Flt ()
 		public void TestCompareExchange_Flt ()
 		{
 		{
 			flt = flt_1;
 			flt = flt_1;

+ 2 - 2
mcs/class/corlib/Test/System.Threading/ThreadTest.cs

@@ -307,7 +307,7 @@ namespace MonoTests.System.Threading
 
 
 		[Test]
 		[Test]
 		[Category ("NotDotNet")] // it hangs.
 		[Category ("NotDotNet")] // it hangs.
-		[Category ("InterpreterNotWorking")] /* crashes on linux/arm64 */
+		[Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/arm64 */
 		public void TestStart()
 		public void TestStart()
 		{
 		{
 		{
 		{
@@ -450,7 +450,7 @@ namespace MonoTests.System.Threading
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestUndivisibleByPageSizeMaxStackSize ()
 		public void TestUndivisibleByPageSizeMaxStackSize ()
 		{
 		{
 			const int undivisible_stacksize = 1048573;
 			const int undivisible_stacksize = 1048573;

+ 4 - 4
mcs/class/corlib/Test/System/ConvertTest.cs

@@ -1295,7 +1295,7 @@ namespace MonoTests.System {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestToInt32() {
 		public void TestToInt32() {
 			long tryMax = long.MaxValue;
 			long tryMax = long.MaxValue;
 			long tryMin = long.MinValue;
 			long tryMin = long.MinValue;
@@ -1474,7 +1474,7 @@ namespace MonoTests.System {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestToInt64() {
 		public void TestToInt64() {
 			decimal longMax = long.MaxValue;
 			decimal longMax = long.MaxValue;
 			longMax += 1000000;
 			longMax += 1000000;
@@ -1869,7 +1869,7 @@ namespace MonoTests.System {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestToSingle() {
 		public void TestToSingle() {
 			int iTest = 1;
 			int iTest = 1;
 			try {
 			try {
@@ -4919,7 +4919,7 @@ namespace MonoTests.System {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ChangeTypeFromInvalidDouble ()
 		public void ChangeTypeFromInvalidDouble ()
 		{
 		{
 			// types which should generate OverflowException from double.NaN, etc.
 			// types which should generate OverflowException from double.NaN, etc.

+ 2 - 2
mcs/class/corlib/Test/System/DecimalTest-Microsoft.cs

@@ -708,7 +708,7 @@ namespace MonoTests.System
 		}
 		}
 		
 		
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestToSingle()
 		public void TestToSingle()
 		{
 		{
 		    // Single Decimal.ToSingle(Decimal)
 		    // Single Decimal.ToSingle(Decimal)
@@ -726,7 +726,7 @@ namespace MonoTests.System
 		}
 		}
 		
 		
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestToDouble()
 		public void TestToDouble()
 		{
 		{
 		    Double d = Decimal.ToDouble(new Decimal(0, 0, 1, false, 0));
 		    Double d = Decimal.ToDouble(new Decimal(0, 0, 1, false, 0));

+ 6 - 6
mcs/class/corlib/Test/System/DecimalTest.cs

@@ -507,7 +507,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestConstructSingle ()
 		public void TestConstructSingle ()
 		{
 		{
 			Decimal d;
 			Decimal d;
@@ -630,7 +630,7 @@ namespace MonoTests.System
 
 
 		[Test]
 		[Test]
 		[SetCulture("en-US")]
 		[SetCulture("en-US")]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestConstructDouble ()
 		public void TestConstructDouble ()
 		{
 		{
 			Decimal d;
 			Decimal d;
@@ -729,7 +729,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestConstructDoubleRound ()
 		public void TestConstructDoubleRound ()
 		{
 		{
 			decimal d;
 			decimal d;
@@ -982,7 +982,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ToInt32 ()
 		public void ToInt32 ()
 		{
 		{
 			Decimal d = 254.9m;
 			Decimal d = 254.9m;
@@ -1045,7 +1045,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ToSingle ()
 		public void ToSingle ()
 		{
 		{
 			Decimal d = 254.9m;
 			Decimal d = 254.9m;
@@ -1059,7 +1059,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ToDouble ()
 		public void ToDouble ()
 		{
 		{
 			Decimal d = 254.9m;
 			Decimal d = 254.9m;

+ 7 - 7
mcs/class/corlib/Test/System/DelegateTest.cs

@@ -851,7 +851,7 @@ namespace MonoTests.System
 		delegate object Boxer ();
 		delegate object Boxer ();
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void BoxingCovariance ()
 		public void BoxingCovariance ()
 		{
 		{
 			var boxer = (Boxer) Delegate.CreateDelegate (
 			var boxer = (Boxer) Delegate.CreateDelegate (
@@ -913,7 +913,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void NullFirstArgumentOnStaticMethod ()
 		public void NullFirstArgumentOnStaticMethod ()
 		{
 		{
 			CallTarget call = (CallTarget) Delegate.CreateDelegate (
 			CallTarget call = (CallTarget) Delegate.CreateDelegate (
@@ -927,7 +927,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 #if MONOTOUCH || FULL_AOT_RUNTIME
 #if MONOTOUCH || FULL_AOT_RUNTIME
 		[Category ("NotWorking")] // #10539
 		[Category ("NotWorking")] // #10539
 #endif
 #endif
@@ -1027,7 +1027,7 @@ namespace MonoTests.System
 #if MONOTOUCH || FULL_AOT_RUNTIME
 #if MONOTOUCH || FULL_AOT_RUNTIME
 		[Category ("NotWorking")] // #10539
 		[Category ("NotWorking")] // #10539
 #endif
 #endif
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ClosedOverNullReferenceStaticMethod ()
 		public void ClosedOverNullReferenceStaticMethod ()
 		{
 		{
 			var del = (Func<long?,long?>) Delegate.CreateDelegate (
 			var del = (Func<long?,long?>) Delegate.CreateDelegate (
@@ -1105,7 +1105,7 @@ namespace MonoTests.System
 		event Action bar_handler;
 		event Action bar_handler;
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		[ExpectedException (typeof (ArgumentException))] // #635349, #605936
 		[ExpectedException (typeof (ArgumentException))] // #635349, #605936
 		public void NewDelegateClosedOverNullReferenceInstanceMethod ()
 		public void NewDelegateClosedOverNullReferenceInstanceMethod ()
 		{
 		{
@@ -1149,7 +1149,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void DynamicInvokeOpenInstanceDelegate ()
 		public void DynamicInvokeOpenInstanceDelegate ()
 		{
 		{
 			var d1 = Delegate.CreateDelegate (typeof (Func<DelegateTest, int>), typeof(DelegateTest).GetMethod ("DynamicInvokeOpenInstanceDelegate_CB"));
 			var d1 = Delegate.CreateDelegate (typeof (Func<DelegateTest, int>), typeof(DelegateTest).GetMethod ("DynamicInvokeOpenInstanceDelegate_CB"));
@@ -1287,7 +1287,7 @@ namespace MonoTests.System
 		}
 		}
 #if !MONOTOUCH && !FULL_AOT_RUNTIME
 #if !MONOTOUCH && !FULL_AOT_RUNTIME
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void CreateDelegateWithLdFtnAndAbstractMethod ()
 		public void CreateDelegateWithLdFtnAndAbstractMethod ()
 		{
 		{
 			AssemblyName assemblyName = new AssemblyName ();
 			AssemblyName assemblyName = new AssemblyName ();

+ 2 - 2
mcs/class/corlib/Test/System/ExceptionTest.cs

@@ -262,7 +262,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void GetObjectData ()
 		public void GetObjectData ()
 		{
 		{
 			string msg = "MESSAGE";
 			string msg = "MESSAGE";
@@ -380,7 +380,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void Source ()
 		public void Source ()
 		{
 		{
 			Exception ex1 = new Exception ("MSG");
 			Exception ex1 = new Exception ("MSG");

+ 1 - 1
mcs/class/corlib/Test/System/GCTest.cs

@@ -56,7 +56,7 @@ namespace MonoTests.System {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void ReRegisterForFinalizeTest ()
 		public void ReRegisterForFinalizeTest ()
 		{
 		{
 			var thread =  new Thread (Run_ReRegisterForFinalizeTest);
 			var thread =  new Thread (Run_ReRegisterForFinalizeTest);

+ 1 - 1
mcs/class/corlib/Test/System/TimeZoneTest.cs

@@ -313,7 +313,7 @@ public class TimeZoneTest {
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void GetUtcOffsetAtDSTBoundary ()
 		public void GetUtcOffsetAtDSTBoundary ()
 		{
 		{
 			/*
 			/*

+ 1 - 1
mcs/class/corlib/Test/System/TypedReferenceCas.cs

@@ -51,7 +51,7 @@ namespace MonoCasTests.System {
 		// when reflection is used (i.e. it gets testable).
 		// when reflection is used (i.e. it gets testable).
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		[ReflectionPermission (SecurityAction.Deny, MemberAccess = true)]
 		[ReflectionPermission (SecurityAction.Deny, MemberAccess = true)]
 		[ExpectedException (typeof (SecurityException))]
 		[ExpectedException (typeof (SecurityException))]
 		public void MakeTypedReference ()
 		public void MakeTypedReference ()

+ 1 - 1
mcs/class/corlib/Test/System/TypedReferenceTest.cs

@@ -59,7 +59,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void MakeTypedReference ()
 		public void MakeTypedReference ()
 		{
 		{
 			var o = new CClass () { a = new AStruct () { b = "5" }};
 			var o = new CClass () { a = new AStruct () { b = "5" }};

+ 1 - 1
mcs/class/corlib/Test/System/ValueTypeTest.cs

@@ -52,7 +52,7 @@ namespace MonoTests.System
 		}
 		}
 
 
 		[Test]
 		[Test]
-		[Category ("InterpreterNotWorking")]
+		[Category ("NotWorkingRuntimeInterpreter")]
 		public void TestEquals_Nullable ()
 		public void TestEquals_Nullable ()
 		{
 		{
 			NullableStruct f1 = new NullableStruct { f = 5 };
 			NullableStruct f1 = new NullableStruct { f = 5 };

+ 1 - 1
sdks/ios/Makefile

@@ -47,7 +47,7 @@ start-sim:
 stop-sim:
 stop-sim:
 	xcrun simctl shutdown booted
 	xcrun simctl shutdown booted
 
 
-NUNIT = nunit-lite-console.exe -exclude:MobileNotWorking,NotOnMac,NotWorking,ValueAdd,CAS,InetAccess,NotWorkingInterpreter -labels
+NUNIT = nunit-lite-console.exe -exclude:MobileNotWorking,NotOnMac,NotWorking,ValueAdd,CAS,InetAccess,NotWorkingLinqInterpreter -labels
 TESTDIR = $(BCL_DIR)/tests
 TESTDIR = $(BCL_DIR)/tests
 
 
 # Options for each test
 # Options for each test