[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / netcore / CoreFX.issues.rsp
blob3634ca4698a812d135ea767c4ece56a9a11583b7
1 -notrait category=OuterLoop 
2 -notrait category=RequiresElevation
3 -notrait category=nonnetcoreapptests
4 -notrait category=nonmonotests
5 -notrait category=failing
6 -notrait category=IgnoreForCI
8 ####################################################################
9 ##  Microsoft.VisualBasic.Core.Tests
10 ####################################################################
12 # https://github.com/mono/mono/issues/14854
13 -nomethod Microsoft.VisualBasic.Tests.ErrObjectTests.Clear
15 # Windows-only tests, incorrect platform guards (https://github.com/dotnet/corefx/pull/40365)
16 -nomethod Microsoft.VisualBasic.Tests.InteractionTests.SaveSetting
17 -nomethod Microsoft.VisualBasic.Tests.InteractionTests.DeleteSetting
18 -nomethod Microsoft.VisualBasic.Tests.InteractionTests.GetAllSettings
19 -nomethod Microsoft.VisualBasic.Tests.InteractionTests.GetSetting
21 ####################################################################
22 ##  System.CodeDom.Tests
23 ####################################################################
25 # TODO: Hangs
26 -noclass System.CodeDom.Compiler.Tests.ExecutorTests
28 ####################################################################
29 ##  System.Collections.Specialized.Tests
30 ####################################################################
32 # TODO: Wrong exception
33 # https://github.com/mono/mono/issues/14858
34 -nomethod System.Collections.Specialized.Tests.NameValueCollectionCtorTests.Ctor_NegativeCapacity_ThrowsArgumentOutOfRangeException
36 ####################################################################
37 ##  System.Diagnostics.Process.Tests
38 ####################################################################
40 # test process hangs
41 -nomethod System.Diagnostics.Tests.ProcessTests.Kill_EntireProcessTree_True_CalledOnTreeContainingCallingProcess_ThrowsInvalidOperationException
43 # times out waiting for remote process. Would it require system wide dotnet?
44 # https://github.com/mono/mono/issues/14903
45 -nomethod System.Diagnostics.Tests.ProcessTests.ProcessStart_UseShellExecute_ExecuteOrder
47 ####################################################################
48 ##  System.Diagnostics.TraceSource.Tests
49 ####################################################################
51 # Object reference not set to an instance of an object on DefaultTraceListenerClassTests.MakeAssemblyGetEntryAssemblyReturnNull
52 # https://github.com/mono/mono/issues/14905
53 -nomethod System.Diagnostics.TraceSourceTests.DefaultTraceListenerClassTests.EntryAssemblyName_Null_NotIncludedInTrace
55 ####################################################################
56 ##  System.Diagnostics.Tracing.Tests
57 ####################################################################
59 # System.SR needs implemented.
60 # https://github.com/mono/mono/issues/14907
61 -nomethod BasicEventSourceTests.TestsManifestNegative.Test_GenerateManifest_InvalidEventSources
63 ####################################################################
64 ##  System.Dynamic.Runtime.Tests
65 ####################################################################
67 # ambigous methods
68 # https://github.com/mono/mono/issues/14906
69 -nomethod ManagedTests.DynamicCSharp.Conformance.dynamic.overloadResolution.Methods.Oneclass2methods.twoprms004.twoprms004.Test.DynamicCSharpRunTest
71 ####################################################################
72 ##  System.IO.Tests
73 ####################################################################
75 # TODO: Hangs
76 -nomethod System.IO.Tests.Directory_SetCurrentDirectory+Directory_SetCurrentDirectory_SymLink.SetToPathContainingSymLink
78 # flaky test (The process cannot access the file ...)
79 -nomethod System.IO.Tests.*.CopyFileWithData_MemberData
81 ####################################################################
82 ##  System.Linq.Expressions.Tests
83 ####################################################################
85 # OOM Exception gets thrown for the 68 (currently) tests that fail.
86 # https://github.com/mono/mono/issues/14912
87 -nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.NewArrayBounds*
89 # Exceptions are different.
90 # https://github.com/mono/mono/issues/14918
91 -nomethod System.Linq.Expressions.Tests.BindTests.ConstantField
93 # System.Reflection.Emit type load / init exception https://github.com/mono/mono/issues/14919
94 -nomethod System.Linq.Expressions.Tests.Return.TailCallThenReturn
95 -nomethod System.Linq.Expressions.Tests.UnaryArithmeticNegateCheckedNullableTests.VerifyIL_NullableShortNegateChecked
96 -noclass System.Linq.Expressions.Tests.StackSpillerTests
97 -noclass System.Linq.Expressions.Tests.LambdaTests
98 -nomethod System.Linq.Expressions.Tests.BinaryCoalesceTests.VerifyIL_NullableIntCoalesceToNullableInt
99 -nomethod System.Linq.Expressions.Tests.UnaryArithmeticNegateCheckedTests.VerifyIL_ShortNegateChecked
100 -nomethod System.Linq.Expressions.Tests.BlockTests.InsignificantBlock
101 -nomethod System.Linq.Expressions.Tests.CompilerTests.VerifyIL_*
103 # InvalidOperationException - Sequence contains no matching element
104 # https://github.com/mono/mono/issues/14920
105 -nomethod System.Linq.Expressions.Tests.ArrayAccessTests.ArrayAccess_MultiDimensionalOf1
106 -nomethod System.Linq.Expressions.Tests.ArrayAccessTests.ArrayIndex_MultiDimensionalOf1
107 -nomethod System.Linq.Expressions.Tests.MemberAccessTests.Property_NoGetOrSetAccessors_ThrowsArgumentException
108 -nomethod System.Linq.Expressions.Tests.IndexExpressionTests.NoAccessorIndexedProperty
110 # IndexOutOfRangeException
111 # https://github.com/mono/mono/issues/14921
112 -nomethod System.Linq.Expressions.Tests.ArrayAccessTests.NonZeroBasedOneDimensionalArrayAccess
114 # System.InvalidOperationException : Operation is not valid due to the current state of the object.
115 # https://github.com/mono/mono/issues/14924
116 -nomethod System.Linq.Expressions.Tests.ExceptionHandlingExpressions.ExceptionThrownInFilter
118 # legit test failure... Expected 4 / actual 0
119 # https://github.com/mono/mono/issues/14925
120 -nomethod System.Linq.Expressions.Tests.ExceptionHandlingExpressions.ExpressionsUnwrapeExternallyThrownRuntimeWrappedException
122 # Expected exception but none was thrown
123 # https://github.com/mono/mono/issues/14927
124 -nomethod System.Linq.Expressions.Tests.IndexExpressionTests.IndexedPropertySetterValueTypeNotMatchPropertyType
125 -nomethod System.Linq.Expressions.Tests.IndexExpressionTests.IndexedPropertyGetReturnsWrongType
127 # Expected ArgumentException got IndexOutOfRangeException https://github.com/mono/mono/issues/14930
128 -nomethod System.Linq.Expressions.Tests.ArrayIndexTests.NonZeroBasedOneDimensionalArrayIndex
129 -nomethod System.Linq.Expressions.Tests.ArrayIndexTests.NonZeroBasedOneDimensionalArrayIndexMethod
131 # OOM Exception.  Weird
132 # https://github.com/mono/mono/issues/14933
133 -nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.SingleNegativeBoundErrorMessage
135 # Arithmetic operation resulted in an overflow.
136 # https://github.com/mono/mono/issues/14934
137 -nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.MultipleNegativeBoundErrorMessage
139 ####################################################################
140 ##  System.Linq.Parallel.Tests
141 ####################################################################
143 # fails w/ an ArgumentException: Arg_ObjObjEx https://github.com/mono/mono/issues/14956
144 -nomethod System.Linq.Parallel.Tests.PlinqModesTests.WithExecutionMode_Multiple
146 ####################################################################
147 ##  System.Memory.Tests
148 ####################################################################
150 # Reflection TargetException: Non-static method requires a target. 
151 # https://github.com/mono/mono/issues/14962
152 -nomethod System.SpanTests.SpanTests.ReadOnlyMemory_PropertyReturningReadOnlySpan
154 # Should throw NotSupportedException, but we do not. 
155 # https://github.com/mono/mono/issues/14993
156 -nomethod System.SpanTests.SpanTests.ReadOnlySpan_Constructor
157 -nomethod System.SpanTests.SpanTests.Span_Constructor
159 # Should throw NotSupportedException - Non static method requires a target
160 # https://github.com/mono/mono/issues/14998
161 -nomethod System.SpanTests.SpanTests.Span_InstanceMethod
162 -nomethod System.SpanTests.SpanTests.Memory_PropertyReturningSpan
163 -nomethod System.SpanTests.SpanTests.ReadOnlySpan_InstanceMethod
165 # Should throw OutOfMemory Exception, but does not throw
166 # https://github.com/mono/mono/issues/15002
167 -nomethod System.Buffers.Tests.ArrayBufferWriterTests_String.Invalid_Ctor
168 -nomethod System.Buffers.Tests.ArrayBufferWriterTests_Char.Invalid_Ctor
169 -nomethod System.Buffers.Tests.ArrayBufferWriterTests_Byte.Invalid_Ctor
171 ####################################################################
172 ##  System.Net.Http.Functional.Tests
173 ####################################################################
175 # TODO: Crashes runtime inside Interop.Http.MultiPerform (marshalling issue?)
176 # https://github.com/mono/mono/issues/15005
177 -nomethod *PlatformHandler*
179 # TODO: Hangs
180 # https://github.com/mono/mono/issues/15006
181 -nomethod *ExpectedDiagnosticSourceActivityLogging*
183 # Works, but may trigger UI!
184 # NOTE: KEEPING THIS HERE BUT COMMENTED OUT - in the event the UI is shown (wasn't for me)
185 #-nomethod System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_DangerousAcceptAllCertificatesValidator_Test.SetDelegate_ConnectionSucceeds
187 # When test is run, xunit claims it's not a part of the test suite 
188 #-nomethod System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_ClientCertificates_Test.AutomaticOrManual_DoesntFailRegardlessOfWhetherClientCertsAreAvailable
190 ####################################################################
191 ##  System.Net.Sockets.Tests
192 ####################################################################
194 # TODO: Hangs and fails.
195 # https://github.com/mono/mono/issues/15010
196 -nomethod System.Net.Sockets.Tests.CreateSocket.CtorAndAccept_SocketNotKeptAliveViaInheritance
198 # flaky test
199 -nomethod System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_AnyInterface_Succeeds
201 ####################################################################
202 ##  System.Reflection.Emit.ILGeneration.Tests
203 ####################################################################
205 # System.Reflection implementation to do.
206 -noclass System.Reflection.Emit.Tests.CustomAttributeBuilderTests
207 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArgument.*
208 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetPropertySigHelper.*
209 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit3.Emit_OpCodes_LocalBuilder_TooManyLocals_ThrowsInvalidOperationException
210 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit3.Emit_OpCodes_LocalBuilder_LocalFromDifferentMethod_ThrowsArgumentException
211 -nomethod System.Reflection.Emit.Tests.ILGeneratorDeclareLocal.DeclareLocal_TypeCreated_ThrowsInvalidOperationException
212 -nomethod System.Reflection.Emit.Tests.ILGeneratorDeclareLocal.DeclareLocal_GlobalFunctionsCreated_ThrowsInvalidOperationException
213 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_Module_CallingConventions_Type_Length_ReturnsThree
214 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_Module_Type_TypeArray
215 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_CallingConventions_Type_Length_ReturnsThree
216 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_Module_Type_TypeArray_NullObjectInParameterType_ThrowsArgumentNullException
217 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit2.Emit_OpCodes_LocalBuilder_TooManyLocals_ThrowsInvalidOperationException
218 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit2.Emit_OpCodes_LocalBuilder_LocalFromDifferentMethod_ThrowsArgumentException
219 -nomethod System.Reflection.Emit.Tests.SetCustomAttributeTests.SetCustomAttribute_NullArgument_ThrowsArgumentNullException
220 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit4.TestEmitCalliNonBlittable
221 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArgument_NullObjectInRequiredCustomModifiers_ThrowsArgumentNullException
222 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArgument_NullObjectInOptionalCustomModifiers_ThrowsArgumentNullException
223 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArgument_DifferentCountsForCustomModifiers_ThrowsArgumentException
224 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArguments_SignatureFinished_ThrowsArgumentException
225 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArguments
227 ####################################################################
228 ##  System.Reflection.Emit.Tests
229 ####################################################################
231 # Mono behaves like coreclr but the test doesn't detect it
232 -nomethod System.Reflection.Emit.Tests.AssemblyTests.DefineDynamicModule
234 -nomethod System.Reflection.Emit.Tests.MethodBuilderEquals.Equals
235 -nomethod System.Reflection.Emit.Tests.ConstructorBuilderToString.ToString_NullRequiredOptionalCustomModifiers
236 -nomethod System.Reflection.Emit.Tests.ConstructorBuilderToString.ToString_NoRequiredOptionalCustomModifiers
237 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.DefineLiteral
238 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.DefineLiteral_InvalidLiteralValue_ThrowsArgumentException
239 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.SetCustomAttribute_ConstructorInfo_ByteArray
240 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.SetCustomAttribute_CustomAttributeBuilder
241 -nomethod System.Reflection.Emit.Tests.EnumBuilderPropertyTests.Guid_TypeCreated
242 -nomethod System.Reflection.Emit.Tests.FieldBuilderSetConstant.SetConstant_InvalidType_ThrowsArgumentException
243 -nomethod System.Reflection.Emit.Tests.GenericTypeParameterBuilderSetInterfaceConstraints.SetInterfaceConstraints_OneCustomInterface
244 -nomethod System.Reflection.Emit.Tests.GenericTypeParameterBuilderSetInterfaceConstraints.SetInterfaceConstraints_MultipleCustomInterfaces
245 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_SingleTypeParameter_SetImplementationFlagsCalled_ThrowsInvalidOperationException
246 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_TwoTypeParameters_SetImplementationFlagsCalled_ThrowsInvalidOperationException
247 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_SingleTypeParameter_AlreadyDefined_ThrowsInvalidOperationException
248 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_TwoTypeParameters_AlreadyDefined_ThrowsInvalidOperationException
249 -nomethod System.Reflection.Emit.Tests.MethodBuilderGetILGenerator.GetILGenerator_NoMethodBody_ThrowsInvalidOperationException
250 -nomethod System.Reflection.Emit.Tests.MethodBuilderMakeGenericMethod.TestNotThrowsExceptionOnNull
251 -nomethod System.Reflection.Emit.Tests.MethodBuilderMakeGenericMethod.TestNotThrowsExceptionOnEmptyArray1
252 -nomethod System.Reflection.Emit.Tests.MethodBuilderMakeGenericMethod.TestNotThrowsExceptionOnEmptyArray2
253 -nomethod System.Reflection.Emit.Tests.MethodBuilderReturnParameter.ReturnParameter_NoBody_ThrowsInvalidOperationException
254 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetParameters.SetParameters
255 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetParameters.SetParameters_NullParameter_ThrowsArgumentNullException
256 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_AllFieldsSet
257 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_NameAndAttributeSet
258 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_NameAttributeAndSignatureSetSet
259 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_NonGenericMethod
260 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_GenericMethod
261 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineEnum.DefineEnum
262 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineEnum.DefineEnum_DynamicUnderlyingType_Works
263 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineEnum.DefineEnum_ByRefUnderlyingType_ThrowsCOMExceptionOnCreation
264 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineType.DefineType
265 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_VoidReturnType
266 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ValueReturnType
267 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ReferenceReturnType
268 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ValueParameterType
269 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ReferenceParameterType
270 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_JaggedArray
271 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_MultiDimensionalArray
272 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_NullParameters
273 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ArrayClassNotArray_ThrowsArgumentException
274 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_InvalidArgument_ThrowsArgumentException
275 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest2.AddOtherMethod
276 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest11.SetConstant
277 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest11.SetConstant_TypeNotConstant_ThrowsArgumentException
278 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest12.SetCustomAttribute_CustomAttributeBuilder_TypeNotCreated_ThrowsInvalidOperationException
279 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest12.SetCustomAttribute_ConstructorInfo_ByteArray_TypeAlreadyCreated_ThrowsInvalidOperationException
280 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest15.TestThrowsExceptionForCreateTypeCalled
281 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest16.SetValue_ThrowsNotSupportedException
282 -nomethod System.Reflection.Emit.Tests.TypeBuilderAddInterfaceImplementation.AddInterfaceImplementation_TypeNotInterface_ThrowsTypeLoadExceptionOnCreation
283 -nomethod System.Reflection.Emit.Tests.TypeBuilderAddInterfaceImplementation.AddInterfaceImplementation_TypeDoesntImplementInterface_ThrowsTypeLoadExceptionOnCreation
284 -nomethod System.Reflection.Emit.Tests.TypeBuilderAssemblyQualifiedName.AssemblyQualifiedName
285 -nomethod System.Reflection.Emit.Tests.TypeBuilderCreateType.CreateType_BadAttributes
286 -nomethod System.Reflection.Emit.Tests.TypeBuilderCreateTypeInfo.CreateType_InvalidTypeAttributes_Throws
288 # Extra RTSpecialName attribute
289 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineConstructor.DefineConstructor
290 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineConstructor.DefineConstructor_NullRequiredAndOptionalCustomModifiers
291 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineDefaultConstructor.DefineDefaultConstructor
292 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineTypeInitializer.DefineTypeInitializer
294 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineMethodTests.DefineMethod
295 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineFieldTests.DefineField
296 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineFieldTests.DefineField_InvalidFieldAttributes_ThrowsTypeLoadExceptionOnCreation
297 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineFieldTests.DefineField_DynamicFieldTypeNotCreated_ThrowsTypeLoadException
298 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineGenericParameters.DefineGenericParameters_AlreadyDefinedGenericParameters_ThrowsInvalidOperationException
299 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineEvent.DefineEvent
300 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineEvent.DefineProperty_InvalidUnicodeChars
301 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_NothingToOverride_ThrowsTypeLoadExceptionOnCreation
302 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_ClassDoesNotImplementOrInheritMethod_ThrowsTypeLoadExceptionOnCreation
303 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_BodyAndDeclarationTheSame_ThrowsTypeLoadExceptionOnCreation
304 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_CalledTwiceWithDifferentBodies_ThrowsTypeLoadExceptionOnCreation
305 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_BodyAndDeclarationHaveDifferentSignatures_ThrowsTypeLoadExceptionOnCreation
306 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType
307 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_LongName_ThrowsArgumentException
308 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_InvalidAttributes_ThrowsArgumentException
309 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_InvalidParent_ThrowsArgumentException
310 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_InvalidInterfaceType_ThrowsTypeLoadExceptionOnCreation
311 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty
312 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_OpenGenericReturnType_ThrowsBadImageFormatExceptionGettingCreatedPropertyType
313 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_NullParameterType_ThrowsArgumentNullException
314 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_OpenGenericParameterType_ThrowsBadImageFormatExceptionGettingCreatedPropertyType
315 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_DynamicPropertyTypeNotCreated_ThrowsTypeLoadException
316 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_DynamicParameterTypeNotCreated_ThrowsTypeLoadException
317 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_CalledMultipleTimes_Works
318 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetConstructor.GetConstructor_TypeNotTypeBuilder_ThrowsArgumentException
319 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetConstructor.GetConstructor_DeclaringTypeOfConstructorNotGenericTypeDefinitionOfType_ThrowsArgumentException
320 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetConstructor.GetConstructor_TypeNotGeneric_ThrowsArgumentException
321 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetField.GetField_TypeNotTypeBuilder_ThrowsArgumentException
322 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetField.GetField_DeclaringTypeOfFieldNotGenericTypeDefinitionOfType_ThrowsArgumentException
323 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetField.GetField_TypeNotGeneric_ThrowsArgumentException
324 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_TypeNotTypeBuilder_ThrowsArgumentException
325 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_MethodDefinitionNotInTypeGenericDefinition_ThrowsArgumentException
326 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_MethodNotGenericTypeDefinition_ThrowsArgumentException
327 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_TypeIsNotGeneric_ThrowsArgumentException
328 -nomethod System.Reflection.Emit.Tests.TypeBuilderGUID.Guid_TypeCreated_NotEmpty
330 -nomethod System.Reflection.Emit.Tests.AssemblyTests.DefineDynamicAssembly_AssemblyName_AssemblyBuilderAccess
331 -nomethod System.Reflection.Emit.Tests.AssemblyTests.DefineDynamicAssembly_AssemblyName_AssemblyBuilderAccess_CustomAttributeBuilder
333 # need to reflect https://github.com/dotnet/coreclr/pull/24937 changes
334 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetSignature.SetSignature_AllParametersNull
335 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetReturnType.SetReturnType_NullReturnType_ReturnsVoid
336 -nomethod System.Reflection.Emit.Tests.MethodBuilderGetGenericArguments.GetGenericArguments_NonGenericMethod_ReturnsEmptyArray
337 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetSignature.SetSignature_NullReturnType_CustomModifiersSetToWrongTypes
339 ####################################################################
340 ##  System.Reflection.Tests
341 ####################################################################
343 # Expected ArgumentException, but none was thrown
344 # https://github.com/mono/mono/issues/15024
345 -nomethod System.Reflection.Tests.MethodInfoTests.Invoke_OptionalParameterUnassingableFromMissing_WithMissingValue_ThrowsArgumentException
347 # Static ctors cannot be invoke with one Invoke overload
348 # https://github.com/mono/mono/issues/15025
349 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_StaticConstructor_ThrowsMemberAccessException
351 # Expected MemberAccessException, but we're throwing TargetException
352 # https://github.com/mono/mono/issues/15026
353 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_AbstractClass_ThrowsMemberAccessException
355 # Expected TargetParameterCountException, but we have ArgumentException
356 # https://github.com/mono/mono/issues/15027
357 -nomethod System.Reflection.Tests.PropertyInfoTests.GetValue_Invalid
359 # Expected empty string, but got enumType instead 
360 # https://github.com/mono/mono/issues/15028
361 -nomethod System.Reflection.Tests.TypeInfoTests.IsEnumDefined_Invalid
363 # Fails because our Object class has extra instance methods
364 # https://github.com/mono/mono/issues/15029
365 -nomethod System.Reflection.Tests.TypeInfoTests.FindMembers
366 -nomethod System.Reflection.Tests.TypeInfoTests.GetMethods
367 -nomethod System.Reflection.Tests.TypeInfoTests.GetMembers
368 -nomethod System.Reflection.Tests.TypeInfoTests.GetMethod
370 # CustomConstantAttribute not supported
371 # https://github.com/mono/mono/issues/15037
372 -nomethod System.Reflection.Tests.ParameterInfoTests.RawDefaultValueFromAttribute
374 # SKIPPED
375 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs__CornerCase_HasElementTypes
377 # Assertion failed... Not sure why 
378 # https://github.com/mono/mono/issues/15069
379 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs_GenericTypeParameters
381 ####################################################################
382 ##  System.Runtime.InteropServices.Tests
383 ####################################################################
385 # Marshal Methods WILL NOT BE Implemented in MonoVM
386 # https://github.com/mono/mono/issues/15085 
387 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_NotReadable_ThrowsArgumentException
388 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_BlittableObject_Roundtrips
389 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_StructWithReferenceTypes_ReturnsExpected
390 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_StructWithReferenceTypes_ReturnsExpected
391 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_BlittableObject_ReturnsExpected
392 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_NullObject_ThrowsAccessViolationException
393 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_NotReadable_ThrowsArgumentException
394 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_NotReadable_ThrowsArgumentException
395 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_BlittableObject_Roundtrips
396 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_StructWithReferenceTypes_ReturnsExpected
397 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_NullObject_ThrowsAccessViolationException
398 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_BlittableObject_ReturnsExpected
399 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_StructWithReferenceTypes_ReturnsExpected
400 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_BlittableObject_ReturnsExpected
401 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_NotReadable_ThrowsArgumentException
402 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_BlittableObject_Roundtrips
403 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_NullObject_ThrowsAccessViolationException
404 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_NotReadable_ThrowsArgumentException
405 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_NullObject_ThrowsAccessViolationException
406 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_NullObject_ThrowsAccessViolationException
407 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_BlittableObject_Roundtrips
408 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_NotReadable_ThrowsArgumentException
409 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_StructWithReferenceTypes_ReturnsExpected
410 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_StructWithReferenceTypes_ReturnsExpected
411 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_NotReadable_ThrowsArgumentException
412 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_BlittableObject_ReturnsExpected
413 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_NullObject_ThrowsAccessViolationException
414 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_NullObject_ThrowsAccessViolationException
415 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_NotReadable_ThrowsArgumentException
416 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_StructWithReferenceTypes_ReturnsExpected
417 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_BlittableObject_ReturnsExpected
418 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_NullObject_ThrowsAccessViolationException
419 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_StructWithReferenceTypes_ReturnsExpected
420 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_StructWithReferenceTypes_ReturnsExpected
421 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_BlittableObject_Roundtrips
422 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_NotReadable_ThrowsArgumentException
423 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_NullObject_ThrowsAccessViolationException
424 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_NotReadable_ThrowsArgumentException
425 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_NullObject_ThrowsAccessViolationException
426 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_StructWithReferenceTypes_ReturnsExpected
427 -nomethod System.Runtime.InteropServices.Tests.GetExceptionCodeTests.*
428 -nomethod System.Runtime.InteropServices.Tests.GetExceptionPointersTests.GetExceptionPointers_ReturnsExpected
431 # Not sure what to check
432 # Expected ArgumentException to be thrown, but none was
433 # https://github.com/mono/mono/issues/15087
434 -nomethod System.Runtime.InteropServices.Tests.DestroyStructureTests.DestroyStructure_NonRuntimeType_ThrowsArgumentException
435 -nomethod System.Runtime.InteropServices.Tests.OffsetOfTests.OffsetOf_NotMarshallable_ThrowsArgumentException
436 -nomethod System.Runtime.InteropServices.Tests.SizeOfTests.SizeOf_InvalidType_ThrowsArgumentException
438 # Wants exception messages to be non-empty
439 # https://github.com/mono/mono/issues/15093
440 -nomethod System.Runtime.InteropServices.Tests.GetExceptionForHRTests.GetExceptionForHR_ErrorInfo_ReturnsValidException
441 -nomethod System.Runtime.InteropServices.Tests.GetExceptionForHRTests.GetExceptionForHR_NoErrorInfo_ReturnsValidException
442 -nomethod System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_NoErrorInfo_ReturnsValidException
443 -nomethod System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_ErrorInfo_ReturnsValidException
445 # Supported on Mono
446 # Expected ArgumentException
447 # https://github.com/mono/mono/issues/15097
448 -nomethod System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointer_GenericDelegate_ThrowsArgumentException
450 # AE with The structure must not be a value class;
451 # https://github.com/mono/mono/issues/15101
452 -nomethod System.Runtime.InteropServices.Tests.PtrToStructureTests.PtrToStructure_ZeroPointer_ThrowsArgumentNullException
454 # Expected 255 / Actual 1
455 # https://github.com/mono/mono/issues/15102
456 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_ByValBoolArray_Success
458 # MarshalDirectiveException
459 # https://github.com/mono/mono/issues/15103
460 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_ByValDateArray_Success
462 # Expects AE but none was thrown
463 # https://github.com/mono/mono/issues/15104
464 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_InvalidLengthByValArrayInStruct_ThrowsArgumentException
466 ####################################################################
467 ##  System.Runtime.Numerics.Tests
468 ####################################################################
470 # Expected vs Actual are pretty different
471 # https://github.com/mono/mono/issues/15106
472 -nomethod System.Numerics.Tests.ComplexTests.Sin_Advanced
474 # Same as above
475 # https://github.com/mono/mono/issues/15107
476 -nomethod System.Numerics.Tests.ComplexTests.Sinh_Advanced
478 # Same as above
479 # https://github.com/mono/mono/issues/15108
480 -nomethod System.Numerics.Tests.ComplexTests.Cos_Advanced
482 # Same as above
483 # https://github.com/mono/mono/issues/15109
484 -nomethod System.Numerics.Tests.ComplexTests.Cosh_Advanced
486 # Same as above
487 # https://github.com/mono/mono/issues/15110
488 -nomethod System.Numerics.Tests.ComplexTests.Exp
490 ####################################################################
491 ##  System.Runtime.Serialization.Formatters.Tests
492 ####################################################################
494 # Expected MemberAccessException but none was thrown
495 # https://github.com/mono/mono/issues/15111
496 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException
498 # NotNull Assertion failure
499 # https://github.com/mono/mono/issues/15112
500 -nomethod System.Runtime.Serialization.Formatters.Tests.SerializationGuardTests.BlockReflectionDodging
502 # Expected AE but none thrown
503 # https://github.com/mono/mono/issues/15113
504 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_NotSupportedType_ThrowsArgumentException
506 # Expected TypeInitializationException but none thrown 
507 # https://github.com/mono/mono/issues/15114
508 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_StaticConstructorThrows_ThrowsTypeInitializationException
510 # Object reference not set to an instance of an object error
511 # https://github.com/mono/mono/issues/15115
512 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateAgainstBlobs
513 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream
514 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip
516 ####################################################################
517 ##  System.Runtime.Tests
518 ####################################################################
520 # https://github.com/mono/mono/issues/14291 incorrect line numbers
521 # See https://github.com/mono/mono/issues/15140 and https://github.com/mono/mono/issues/15141
522 -nomethod System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineSameMethod
523 -nomethod System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineOtherMethod
525 # RuntimeAssembly.IsCollectible is not implemented yet
526 # Implementation task https://github.com/mono/mono/issues/15142
527 -nomethod System.Reflection.Tests.IsCollectibleTests.*
529 # Mono ignores [Optional] attribute defined on parameters in delegates
530 # https://github.com/mono/mono/issues/15148
531 -nomethod System.Tests.DelegateTests.DynamicInvoke_OptionalParameterUnassingableFromMissing_WithMissingValue
532 -nomethod System.Tests.DelegateTests.DynamicInvoke_OptionalParameter_WithMissingValue
533 -nomethod System.Tests.DelegateTests.DynamicInvoke_ParameterSpecification_ArrayOfMissing
535 # mono doesn't support termination signals, the test kills a process via libc's kill(pid)
536 # and expects it to trigger domain.ProcessExit event
537 -nomethod System.Tests.ExitCodeTests.SigTermExitCode
539 # error: Invalid IL code in (wrapper dynamic-method) object:<xsl:apply-templates> (System.Xml.Xsl.Runtime.XmlQueryRuntime,System.Xml.XPath.XPathNavigator,double): IL_0179: ret
540 -nomethod System.Tests.Types.VoidTests.IsByRef_Get_ReturnsExpected
542 # throws ArgumentException
543 # https://github.com/mono/mono/issues/15152
544 -nomethod System.Reflection.Tests.PointerTests.PointerPropertyGetValue
546 # GC.GetTotalAllocatedBytes is not implemented
547 -nomethod System.Tests.GCTests.GetTotalAllocatedBytes
549 # GC.GetAllocatedBytesForCurrentThread is not implemented
550 -nomethod System.Tests.GCTests.GetAllocatedBytesForCurrentThread
552 # GCSettings.LatencyMode is not implemented
553 -nomethod System.Tests.GCTests.LatencyRoundtrips
555 # GC.GetGCMemoryInfo is not implemented
556 -nomethod System.Tests.GCTests.GetGCMemoryInfo
558 # Could not load type 'System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
559 # https://github.com/mono/mono/issues/15153
560 -nomethod System.Tests.ActivatorTests.TestingCreateInstanceObjectHandleFullSignature
562 # flaky test, System.ArgumentNullException : Key cannot be null. Parameter name: key
563 -nomethod System.Tests.GetEnvironmentVariable.EnvironmentVariablesAreHashtable
565 ####################################################################
566 ##  System.Threading.Tests
567 ####################################################################
569 # Monitor.LockContentionCount is not implemented
570 # Implementation https://github.com/mono/mono/issues/15155
571 # https://github.com/mono/mono/issues/15156
572 -nomethod System.Threading.Tests.MonitorTests.Enter_HasToWait_LockContentionCountTest
574 # Process hangs and test fails with [ERROR] FATAL UNHANDLED EXCEPTION: System.Threading.WaitHandleCannotBeOpenedException: No handle of the given name exists.
575 # https://github.com/mono/mono/issues/15157
576 -nomethod System.Threading.Tests.MutexTests.CrossProcess_NamedMutex_ProtectedFileAccessAtomic
578 # Fails with typeof(System.Threading.WaitHandleCannotBeOpenedException): A WaitHandle with system-wide name '' cannot be created. A WaitHandle of a different type might have the same name.
579 # Expects an ArgumentException
580 # https://github.com/mono/mono/issues/15158
581 -nomethod System.Threading.Tests.MutexTests.OpenExisting_InvalidNames
583 # Expects ArgumentException but none is thrown
584 # https://github.com/mono/mono/issues/15159
585 -nomethod System.Threading.Tests.MutexTests.Ctor_InvalidNames_Unix
587 # Expects PlatformNotSupportedException, but we give an ArgumentNullException
588 # https://github.com/mono/mono/issues/15160
589 -nomethod System.Threading.Tests.SemaphoreTests.OpenExisting_NotSupported_Unix
591 # Expects PlatformNotSupportedException but none thrown
592 # https://github.com/mono/mono/issues/15161
593 -nomethod System.Threading.Tests.SemaphoreTests.Ctor_NamesArentSupported_Unix
595 ####################################################################
596 ##  System.Threading.Tests
597 ####################################################################
599 # Requires precise GC (should be ignored in dotnet/corefx for mono)
600 -nomethod System.Threading.Tasks.Tests.ExecutionContextFlowTest.TaskCompletionSourceDoesntCaptureExecutionContext
602 ####################################################################
603 ##  System.Threading.ThreadPool.Tests
604 ####################################################################
606 # Tests for ThreadPool.SetMaxThreads(-1, -1) == true, which only happens to work on CoreCLR because
607 # the managed SetMaxThreadsNative prototype uses "int"s while the unmanaged code uses "DWORD"s and
608 # thus it interprets it as large positive numbers.
610 # https://github.com/mono/mono/issues/15164
611 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest
613 # TODO: Differences in behaviour between NetFX and CoreFX
614 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinThreadsTo0Test
616 # Explicitly skipped if it's MonoVM (SkipOnTargetFramework)
617 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest_ChangedInDotNetCore
619 ####################################################################
620 ##  System.ComponentModel.Composition.Tests
621 ####################################################################
623 -nomethod System.ComponentModel.Composition.CompositionServicesTests.GetDefaultContractNameTest
624 -nomethod System.ComponentModel.Composition.MetadataViewProviderTests.GetMetadataView_InterfaceWithIndexer_ShouldThrowNotSupportedException
625 -nomethod Tests.Integration.ExportFactoryTests.ExportFactoryStandardImports_ShouldWorkProperly
627 # flaky test - System.TypeLoadException : Could not load type '_proxy_System.ComponentModel.Composition.IStronglyTypedStructure_3b7f133d-79c7-449e-8f68-22aa093dbb8d' from assembly ''.
628 -nomethod System.ComponentModel.Composition.MetadataAttributeTests.StronglyTypedStructureTest
629 -nomethod System.ComponentModel.Composition.MetadataAttributeTests.StronglyTypedStructureTestWithTransparentViews
630 -nomethod System.ComponentModel.Composition.MetadataViewProviderTests.GetMetadataView_IMetadataViewWithDefaultedInt64
631 -nomethod System.ComponentModel.Composition.ExportCollectionTests.ImportCollectionsFromContainerOnly
632 # disable the whole namespace, https://github.com/mono/mono/issues/16417
633 -nonamespace System.ComponentModel.Composition
634 # same issue (only System.ComponentModel.Composition uses this namespace)
635 -nonamespace Tests.Integration
637 ####################################################################
638 ##  System.Composition.TypedParts.Tests
639 ####################################################################
641 # Missing assembly Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
642 # https://github.com/mono/mono/issues/15170
643 -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssemblies_Assemblies_ThrowsCompositionFailedExceptionOnCreation
644 -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssembly_Assembly_ThrowsCompositionFailedExceptionOnCreation
646 ####################################################################
647 ##  System.Data.Common.Tests
648 ####################################################################
650 # Invalid IL - IL_00bc: castclass 0x0100000d
651 -nomethod System.Data.Tests.SqlTypes.SqlCharsTest.ReadWriteXmlTest
653 # Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt32:Read1_int (): IL_00bc: castclass 0x0100000d
654 # https://github.com/mono/mono/issues/15174
655 -nomethod System.Data.Tests.SqlTypes.SqlInt32Test.ReadWriteXmlTest
657 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt64:Read1_long (): IL_00bc: castclass 0x0100000d
658 # https://github.com/mono/mono/issues/15175
659 -nomethod System.Data.Tests.SqlTypes.SqlInt64Test.ReadWriteXmlTest
661 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlDouble:Read1_double (): IL_00bc: castclass 0x0100000d
662 # https://github.com/mono/mono/issues/15176
663 -nomethod System.Data.Tests.SqlTypes.SqlDoubleTest.ReadWriteXmlTest
665 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt16:Read1_short (): IL_00bc: castclass 0x0100000d
666 # https://github.com/mono/mono/issues/15177
667 -nomethod System.Data.Tests.SqlTypes.SqlInt16Test.ReadWriteXmlTest
669 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlDecimal:Read1_decimal (): IL_00bc: castclass 0x0100000d
670 # https://github.com/mono/mono/issues/15178
671 -nomethod System.Data.Tests.SqlTypes.SqlDecimalTest.ReadWriteXmlTest
673 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlString:Read1_string (): IL_00bc: castclass 0x0100000d
674 # https://github.com/mono/mono/issues/15179
675 -nomethod System.Data.Tests.SqlTypes.SqlStringTest.ReadWriteXmlTest
677 # Assert IsNotNull failure
678 # https://github.com/mono/mono/issues/15180
679 -nomethod System.Data.Common.Tests.DbConnectionTests.ProviderFactoryTest
681 ####################################################################
682 ##  System.Data.SqlClient.Tests
683 ####################################################################
685 # Hangs and then fails... All async tests display the same failure
686 # https://github.com/mono/mono/issues/15181
687 -nomethod System.Data.SqlClient.Tests.DiagnosticTest.ExecuteNonQueryAsyncTest
688 -nomethod System.Data.SqlClient.Tests.DiagnosticTest.ExecuteReaderAsyncTest
689 -nomethod System.Data.SqlClient.Tests.DiagnosticTest.ExecuteNonQueryAsyncErrorTest
690 -nomethod System.Data.SqlClient.Tests.DiagnosticTest.ExecuteScalarAsyncErrorTest
691 -nomethod System.Data.SqlClient.Tests.DiagnosticTest.ExecuteScalarAsyncTest
693 ####################################################################
694 ##  System.Diagnostics.StackTrace.Tests
695 ####################################################################
697 # Expected -1, but got 0
698 # https://github.com/mono/mono/issues/15183
699 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames
701 # Assertion differences 
702 # https://github.com/mono/mono/issues/15184
703 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_Filename_LineNumber_ColNumber
705 # A little off 
706 # Assert.Equal() Failure
707 #                ↓ (pos 0)
708 #      Expected: MoveNext at offset 90 in file:line:column···
709 #      Actual:   .ctor at offset 90 in file:line:column Fi···
710 # https://github.com/mono/mono/issues/15186
711 -nomethod System.Diagnostics.Tests.StackFrameTests.ToString_Invoke_ReturnsExpected
713 # Assertion differences.  Expects -1, got 0
714 # https://github.com/mono/mono/issues/15187
715 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo
717 # JIT should not inline custom throw helpers
718 -nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_SkipFrames
719 -nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_SkipFrames_FNeedFileInfo
721 ####################################################################
722 ##  System.Numerics.Vectors.Tests
723 ####################################################################
725 # Expects NotSupportedException, but actual was TypeInitializationException
726 # https://github.com/mono/mono/issues/15190
727 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_DateTime
728 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_Char
729 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_Guid
731 ####################################################################
732 ##  System.Reflection.Context.Tests
733 ####################################################################
735 # System.ArgumentNullException : Value cannot be null.
736 # Parameter name: attributeType
737 # https://github.com/mono/mono/issues/15191
738 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_MemberAttributes_Success
739 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_ParameterAttributes_Success
740 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_Interface_Throws
742 ####################################################################
743 ##  System.Reflection.Metadata.Tests
744 ####################################################################
746 # Assertion... Expected true, got false
747 # https://github.com/mono/mono/issues/15194
748 -nomethod System.Reflection.Tests.MetadataTokenTests.SuccessImpliesNonNilWithCorrectTable
749 # Test broken on Mono, added in https://github.com/dotnet/corefx/pull/40581
750 -nomethod System.Reflection.Tests.MetadataLoadContextTests.RelocatableAssembly
752 ####################################################################
753 ##  System.Runtime.Loader.DefaultContext.Tests
754 ####################################################################
756 # Expected FileNotFoundException, got none
757 # https://github.com/mono/mono/issues/15195
758 -nomethod System.Runtime.Loader.Tests.DefaultLoadContextTests.LoadInDefaultContext
760 ####################################################################
761 ##  System.Runtime.Loader.RefEmitLoadContext.Tests
762 ####################################################################
764 # Relies on AssemblyLoadContext.GetLoadContext, which is not implemented
765 -nomethod System.Runtime.Loader.Tests.RefEmitLoadContextTests.LoadRefEmitAssembly
767 ####################################################################
768 ##  System.Threading.Overlapped.Tests
769 ####################################################################
771 # Overflow Exception
772 # https://github.com/mono/mono/issues/15197
773 # https://github.com/mono/mono/issues/15311
774 # These tests should be ignored on x64 in dotnet/corefx
775 -nomethod OverlappedTests.PropertyTest2
776 -nomethod OverlappedTests.PropertyTest3
778 # NRE
779 # https://github.com/mono/mono/issues/15312
780 -nomethod ThreadPoolBoundHandleTests.BindHandle_MinusOneAsHandle_ThrowsArgumentException
782 # No Exception thrown
783 # https://github.com/mono/mono/issues/15313 
784 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_NonBlittableTypeAsPinData_Throws
785 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_ObjectArrayWithNonBlittableTypeAsPinData_Throws
786 -nomethod ThreadPoolBoundHandleTests.GetNativeOverlappedState_NullAsNativeOverlapped_ThrowsArgumentNullException
788 # NRE on BindHandle 
789 # https://github.com/mono/mono/issues/15314
790 -nomethod ThreadPoolBoundHandleTests.BindHandle_ZeroAsHandle_ThrowsArgumentException
791 -nomethod ThreadPoolBoundHandleTests.BindHandle_NullAsHandle_ThrowsArgumentNullException
792 -nomethod ThreadPoolBoundHandleTests.BindHandle_ValidHandle_ThrowsPlatformNotSupportedException
794 # Test not run
795 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_NullAsCallback_ThrowsArgumentNullException
797 ####################################################################
798 ##  System.Runtime.Extensions.Tests
799 ####################################################################
801 # GC.GetGCMemoryInfo is not implemented
802 # https://github.com/mono/mono/issues/15236
803 -nomethod System.Tests.AppDomainTests.MonitoringIsEnabled
805 # Mono expands generic Types in stacktraces unlike the .NET Core (sounds more like a feature: https://gist.github.com/EgorBo/3abb37d2ff4fc904bc7472c62498f933)
806 # https://github.com/mono/mono/issues/15315
807 -nomethod System.Tests.EnvironmentStackTrace.StackTraceTest
809 # These events are not wired up in mono
810 # https://github.com/mono/mono/issues/16246
811 -nomethod System.Tests.AppDomainTests.TypeResolve
812 -nomethod System.Tests.AppDomainTests.ResourceResolve
813 -nomethod System.Tests.AppDomainTests.AssemblyLoad
814 -nomethod System.Tests.AppDomainTests.FirstChanceException_Called
815 -nomethod System.Tests.AppDomainTests.AssemblyResolve_FirstChanceException
816 -nomethod System.Tests.AppDomainTests.AssemblyResolveInvalidAssemblyName
818 # AssemblyLoadContext.SetProfileOptimizationRoot is no-op (not implemented)
819 -nomethod System.Runtime.Tests.ProfileOptimizationTest.ProfileOptimization_CheckFileExists
821 ####################################################################
822 ##  System.Reflection.TypeExtensions.Tests
823 ####################################################################
825 # Assertion difference.  Expects 2, but got 1
826 # https://github.com/mono/mono/issues/15316
827 -nomethod System.Reflection.Tests.ConstructorInfoInvokeArrayTests.Invoke_1DArrayConstructor
829 # Exception difference
830 # https://github.com/mono/mono/issues/15317
831 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_Invalid
833 # Large Array support
834 # https://github.com/mono/mono/issues/15318
835 -nomethod System.Reflection.Tests.ConstructorInfoInvokeArrayTests.Invoke_LargeDimensionalArrayConstructor
837 # Throws a lot of different exceptions
838 # https://github.com/mono/mono/issues/15319
839 -nomethod System.Reflection.Tests.PropertyInfoTests.GetGetMethod_GetSetMethod
841 # Extra methods 
842 # https://github.com/mono/mono/issues/15320
843 -nomethod System.Reflection.Tests.TypeTests.GetMethods
845 ####################################################################
846 ##  System.Reflection.Emit.Lightweight.Tests
847 ####################################################################
849 # A different CreateDelegate issue
850 # https://github.com/mono/mono/issues/15321
851 -nomethod System.Reflection.Emit.Tests.DynamicMethodGetILGenerator1.GetILGenerator_Int_Module_CoreclrIgnoresSkipVisibility
852 -nomethod System.Reflection.Emit.Tests.DynamicMethodGetILGenerator1.GetILGenerator_Module_CoreclrIgnoresSkipVisibility
853 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_IntGenerics_Success
855 # Need to implement System.Reflection.Emit.DynamicILInfo.SetLocalSignature(Byte[] localSignature)
856 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_TwoDimTest
857 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_GenericMethod
858 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_CtorMethodAndField_Success
859 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_String_Success
860 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_StringGenerics_Success
861 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_CallGM
862 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_Exception_Success
863 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_DynamicMethod_Success
865 # Need to implement System.Reflection.Emit.DynamicILInfo.SetExceptions(Byte* exceptions, Int32 exceptionsSize)
866 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.SetX_NullInput_ThrowsArgumentNullException
867 -nomethod System.Reflection.Emit.Tests.DynamicMethodctor1.InvalidOwner_ThrowsArgumentException
869 # Exception string is different (Expect System.String vs actual String)
870 # https://github.com/mono/mono/issues/15323
871 -nomethod System.Reflection.Emit.Tests.DynamicMethodToString.ToStringTest
873 # Expected: typeof(System.ArgumentOutOfRangeException)
874 # Actual:   typeof(System.OverflowException): Arithmetic operation resulted in an overflow.
875 # https://github.com/mono/mono/issues/15334
876 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.SetX_NegativeInputSize_ThrowsArgumentOutOfRangeException
878 ####################################################################
879 ##  System.Runtime.Loader.Tests
880 ####################################################################
882 # NOTE: Not run (relies on collectible ALCs)
883 -nomethod System.Runtime.Loader.Tests.ContextualReflectionTest.*
885 # relies on collectible AssemblyLoadContext
886 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unload_*
887 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Finalizer_CollectibleWithNoAssemblyLoaded
888 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.PublicConstructor_Theory
889 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_FixedAddressValueType
891 ####################################################################
892 ##  System.Reflection.MetadataLoadContext.Tests
893 ####################################################################
895 # https://github.com/mono/mono/issues/15340
896 -nomethod System.Reflection.Tests.CustomAttributeTests.TestDllImportPseudoCustomAttribute
897 -nomethod System.Reflection.Tests.CustomAttributeTests.TestMarshalAsPseudoCustomAttribute
898 -nomethod System.Reflection.Tests.ParameterTests.TestPseudoCustomAttributes
899 -nomethod System.Reflection.Tests.TypeTests.TestExplicitOffsetPseudoCustomAttribute
901 # Assertion failure: Expected: true, Actual: false
902 # https://github.com/mono/mono/issues/15344
903 -nomethod System.Reflection.Tests.TypeInvariants.TestInvariantCode
905 # flaky tests
906 -nomethod System.Reflection.Tests.TypeInfoDeclaredImplementedInterfacesTests.*
908 ####################################################################
909 ##  System.Utf8String.Experimental.Tests
910 ####################################################################
912 # Experimental feature 
913 # Will be removed and we can skip for now.
914 -nomethod System.Tests.MemoryTests.*
915 -nomethod System.Tests.Utf8StringTests.*
916 -nomethod System.Tests.Utf8ExtensionsTests.*
917 -nomethod System.Tests.ReflectionTests.*
918 -nomethod System.Net.Http.Tests.Utf8StringContentTests.*
920 ####################################################################
921 ##  System.ComponentModel.Composition.Registration.Tests
922 ####################################################################
924 # System.ComponentModel.Composition.Registration APIs are not supported on this platform.
925 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderTests.*
926 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderUnitTests.*
927 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderOfTInheritanceTests.*
928 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportBuilderUnitTests.*
929 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderAttributedOverrideUnitTests.*
930 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderOfTTests.*
931 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderTests.*
932 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportBuilderTests.*
933 -nomethod System.ComponentModel.Composition.Registration.Tests.ImportBuilderTests.*
934 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderUnitTests.*
935 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderExportFuncUnitTests.*
936 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderInterfaceTests.*
937 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportInterfacesContractExclusionTests.*
939 ####################################################################
940 ##  System.Xml.Xsl.XslTransformApi.Tests
941 ####################################################################
943 # Xml differences... Looks like the parsing isn't working
944 # https://github.com/mono/mono/issues/15353
945 -nomethod System.Xml.Tests.CXmlResolverTest.TC_AbsolutePath_Transform
946 -nomethod System.Xml.Tests.CTransformResolverTest.TC_AbsolutePath_Transform
948 ####################################################################
949 ##  System.Net.Requests.Tests
950 ####################################################################
952 # hangs:
953 -nomethod System.Net.Tests.HttpWebRequestTest.HttpWebRequest_SetHostHeader_ContainsPortNumber
955 ####################################################################
956 ##  System.Security.Cryptography.X509Certificates.Tests
957 ####################################################################
959 # Passes local, but leaving here because it may be flaky 
960 -nomethod System.Security.Cryptography.X509Certificates.Tests.DynamicChainTests.TestInvalidAia
962 # disabled in CoreCLR too
963 -noclass System.Security.Cryptography.X509Certificates.Tests.X509Certificate2UITests
965 -nomethod System.IO.Tests.File_Move_Tests.File_Move_From_Unwatched_To_Watched
967 # unxpected non-breaking space in strings (char(160) - char(32))
968 -nomethod DataContractJsonSerializerTests.DCJS_VerifyDateTimeForDateTimeFormat
969 -nomethod DataContractJsonSerializerTests.DCJS_VerifyDateTimeForFormatStringDCJsonSerSettings
971 # GetCustomAttribute should ignore NullableContextAttribute?
972 -nomethod System.Reflection.Tests.GetCustomAttributes_MemberInfo.GetCustomAttributeAll
973 -nomethod System.Tests.AttributeGetCustomAttributes.MultipleAttributesTest
975 # Unexpected IntPtr.Zero from Interop.Mmap
976 -nomethod System.IO.MemoryMappedFiles.Tests.MemoryMappedViewAccessorTests.ValidAccessLevelCombinations
977 -nomethod System.IO.MemoryMappedFiles.Tests.MemoryMappedViewStreamTests.ValidAccessLevelCombinations
979 # requires precise gc (to be ignored in dotnet/corefx, e.g. https://github.com/dotnet/corefx/pull/39176)
980 -nomethod System.IO.Tests.FileStream_Dispose.Dispose_CallsVirtualDispose_TrueArg
981 -nomethod System.Net.Sockets.Tests.DisposedSocket.NonDisposedSocket_SafeHandlesCollected
982 -nomethod System.Diagnostics.TraceSourceTests.SwitchClassTests.PruneTest
984 # Flaky test (FileSystemWatcher)
985 -nomethod System.IO.Tests.Directory_NotifyFilter_Tests.FileSystemWatcher_Directory_NotifyFilter_LastWriteTime
987 # Flaky test
988 -nomethod System.Security.Cryptography.Rsa.Tests.RSAKeyFileTests.ReadEncryptedRsa16384
990 ####################################################################
991 ##  System.Security.Cryptography.Encoding.Tests
992 ####################################################################
994 # Broken array copying (https://github.com/mono/mono/issues/16686)
995 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Method_InverseCase
996 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByValue_Ctor
997 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.Oid_StringString_NullFriendlyName
998 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Ctor