remove GenericVectorTests from rsp (#17366)
[mono-project.git] / netcore / CoreFX.issues.rsp
blob84b484d2c68c9fdb19d0c3bcc81588a60fd1a2de
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.Collections.Specialized.Tests
23 ####################################################################
25 # TODO: Wrong exception
26 # https://github.com/mono/mono/issues/14858
27 -nomethod System.Collections.Specialized.Tests.NameValueCollectionCtorTests.Ctor_NegativeCapacity_ThrowsArgumentOutOfRangeException
29 ####################################################################
30 ##  System.Diagnostics.Process.Tests
31 ####################################################################
33 # times out waiting for remote process. Would it require system wide dotnet?
34 # https://github.com/mono/mono/issues/14903
35 -nomethod System.Diagnostics.Tests.ProcessTests.ProcessStart_UseShellExecute_ExecuteOrder
37 ####################################################################
38 ##  System.Diagnostics.TraceSource.Tests
39 ####################################################################
41 # Object reference not set to an instance of an object on DefaultTraceListenerClassTests.MakeAssemblyGetEntryAssemblyReturnNull
42 # https://github.com/mono/mono/issues/14905
43 -nomethod System.Diagnostics.TraceSourceTests.DefaultTraceListenerClassTests.EntryAssemblyName_Null_NotIncludedInTrace
45 ####################################################################
46 ##  System.Diagnostics.Tracing.Tests
47 ####################################################################
49 # System.SR needs implemented.
50 # https://github.com/mono/mono/issues/14907
51 -nomethod BasicEventSourceTests.TestsManifestNegative.Test_GenerateManifest_InvalidEventSources
53 ####################################################################
54 ##  System.Drawing.Common.Tests
55 ####################################################################
57 # System.ArgumentException Arg_ObjObjEx
58 -nomethod System.Drawing.Imaging.Tests.ImageAttributesTests.SetColorMatrix_InvalidFlags_ThrowsArgumentException
60 ####################################################################
61 ##  System.Dynamic.Runtime.Tests
62 ####################################################################
64 # ambigous methods
65 # https://github.com/mono/mono/issues/14906
66 -nomethod ManagedTests.DynamicCSharp.Conformance.dynamic.overloadResolution.Methods.Oneclass2methods.twoprms004.twoprms004.Test.DynamicCSharpRunTest
68 ####################################################################
69 ##  System.IO.Tests
70 ####################################################################
72 # flaky test (The process cannot access the file ...)
73 -nomethod System.IO.Tests.*.CopyFileWithData_MemberData
75 ####################################################################
76 ##  System.Linq.Expressions.Tests
77 ####################################################################
79 # OOM Exception gets thrown for the 68 (currently) tests that fail.
80 # https://github.com/mono/mono/issues/14912
81 -nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.NewArrayBounds*
83 # Exceptions are different.
84 # https://github.com/mono/mono/issues/14918
85 -nomethod System.Linq.Expressions.Tests.BindTests.ConstantField
87 # System.Reflection.Emit type load / init exception https://github.com/mono/mono/issues/14919
88 -nomethod System.Linq.Expressions.Tests.Return.TailCallThenReturn
89 -nomethod System.Linq.Expressions.Tests.UnaryArithmeticNegateCheckedNullableTests.VerifyIL_NullableShortNegateChecked
90 -noclass System.Linq.Expressions.Tests.StackSpillerTests
91 -noclass System.Linq.Expressions.Tests.LambdaTests
92 -nomethod System.Linq.Expressions.Tests.BinaryCoalesceTests.VerifyIL_NullableIntCoalesceToNullableInt
93 -nomethod System.Linq.Expressions.Tests.UnaryArithmeticNegateCheckedTests.VerifyIL_ShortNegateChecked
94 -nomethod System.Linq.Expressions.Tests.BlockTests.InsignificantBlock
95 -nomethod System.Linq.Expressions.Tests.CompilerTests.VerifyIL_*
97 # InvalidOperationException - Sequence contains no matching element
98 # https://github.com/mono/mono/issues/14920
99 -nomethod System.Linq.Expressions.Tests.ArrayAccessTests.ArrayAccess_MultiDimensionalOf1
100 -nomethod System.Linq.Expressions.Tests.ArrayAccessTests.ArrayIndex_MultiDimensionalOf1
101 -nomethod System.Linq.Expressions.Tests.MemberAccessTests.Property_NoGetOrSetAccessors_ThrowsArgumentException
102 -nomethod System.Linq.Expressions.Tests.IndexExpressionTests.NoAccessorIndexedProperty
104 # IndexOutOfRangeException
105 # https://github.com/mono/mono/issues/14921
106 -nomethod System.Linq.Expressions.Tests.ArrayAccessTests.NonZeroBasedOneDimensionalArrayAccess
108 # System.InvalidOperationException : Operation is not valid due to the current state of the object.
109 # https://github.com/mono/mono/issues/14924
110 -nomethod System.Linq.Expressions.Tests.ExceptionHandlingExpressions.ExceptionThrownInFilter
112 # legit test failure... Expected 4 / actual 0
113 # https://github.com/mono/mono/issues/14925
114 -nomethod System.Linq.Expressions.Tests.ExceptionHandlingExpressions.ExpressionsUnwrapeExternallyThrownRuntimeWrappedException
116 # Expected exception but none was thrown
117 # https://github.com/mono/mono/issues/14927
118 -nomethod System.Linq.Expressions.Tests.IndexExpressionTests.IndexedPropertySetterValueTypeNotMatchPropertyType
119 -nomethod System.Linq.Expressions.Tests.IndexExpressionTests.IndexedPropertyGetReturnsWrongType
121 # Expected ArgumentException got IndexOutOfRangeException https://github.com/mono/mono/issues/14930
122 -nomethod System.Linq.Expressions.Tests.ArrayIndexTests.NonZeroBasedOneDimensionalArrayIndex
123 -nomethod System.Linq.Expressions.Tests.ArrayIndexTests.NonZeroBasedOneDimensionalArrayIndexMethod
125 # OOM Exception.  Weird
126 # https://github.com/mono/mono/issues/14933
127 -nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.SingleNegativeBoundErrorMessage
129 # Arithmetic operation resulted in an overflow.
130 # https://github.com/mono/mono/issues/14934
131 -nomethod System.Linq.Expressions.Tests.ArrayBoundsTests.MultipleNegativeBoundErrorMessage
133 ####################################################################
134 ##  System.Linq.Parallel.Tests
135 ####################################################################
137 # fails w/ an ArgumentException: Arg_ObjObjEx https://github.com/mono/mono/issues/14956
138 -nomethod System.Linq.Parallel.Tests.PlinqModesTests.WithExecutionMode_Multiple
140 ####################################################################
141 ##  System.Memory.Tests
142 ####################################################################
144 # Reflection TargetException: Non-static method requires a target. 
145 # https://github.com/mono/mono/issues/14962
146 -nomethod System.SpanTests.SpanTests.ReadOnlyMemory_PropertyReturningReadOnlySpan
148 # Should throw NotSupportedException, but we do not. 
149 # https://github.com/mono/mono/issues/14993
150 -nomethod System.SpanTests.SpanTests.ReadOnlySpan_Constructor
151 -nomethod System.SpanTests.SpanTests.Span_Constructor
153 # Should throw NotSupportedException - Non static method requires a target
154 # https://github.com/mono/mono/issues/14998
155 -nomethod System.SpanTests.SpanTests.Span_InstanceMethod
156 -nomethod System.SpanTests.SpanTests.Memory_PropertyReturningSpan
157 -nomethod System.SpanTests.SpanTests.ReadOnlySpan_InstanceMethod
159 # Should throw OutOfMemory Exception, but does not throw
160 # https://github.com/mono/mono/issues/15002
161 -nomethod System.Buffers.Tests.ArrayBufferWriterTests_String.Invalid_Ctor
162 -nomethod System.Buffers.Tests.ArrayBufferWriterTests_Char.Invalid_Ctor
163 -nomethod System.Buffers.Tests.ArrayBufferWriterTests_Byte.Invalid_Ctor
165 ####################################################################
166 ##  System.Net.Http.Functional.Tests
167 ####################################################################
169 # TODO: Crashes runtime inside Interop.Http.MultiPerform (marshalling issue?)
170 # https://github.com/mono/mono/issues/15005
171 -nomethod *PlatformHandler*
173 # Works, but may trigger UI!
174 # NOTE: KEEPING THIS HERE BUT COMMENTED OUT - in the event the UI is shown (wasn't for me)
175 #-nomethod System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_DangerousAcceptAllCertificatesValidator_Test.SetDelegate_ConnectionSucceeds
177 # When test is run, xunit claims it's not a part of the test suite 
178 #-nomethod System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_ClientCertificates_Test.AutomaticOrManual_DoesntFailRegardlessOfWhetherClientCertsAreAvailable
180 ####################################################################
181 ##  System.Net.Sockets.Tests
182 ####################################################################
184 # flaky test
185 -nomethod System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_AnyInterface_Succeeds
187 ####################################################################
188 ##  System.Reflection.Emit.ILGeneration.Tests
189 ####################################################################
191 # System.Reflection implementation to do.
192 -noclass System.Reflection.Emit.Tests.CustomAttributeBuilderTests
193 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArgument.*
194 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetPropertySigHelper.*
195 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit3.Emit_OpCodes_LocalBuilder_TooManyLocals_ThrowsInvalidOperationException
196 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit3.Emit_OpCodes_LocalBuilder_LocalFromDifferentMethod_ThrowsArgumentException
197 -nomethod System.Reflection.Emit.Tests.ILGeneratorDeclareLocal.DeclareLocal_TypeCreated_ThrowsInvalidOperationException
198 -nomethod System.Reflection.Emit.Tests.ILGeneratorDeclareLocal.DeclareLocal_GlobalFunctionsCreated_ThrowsInvalidOperationException
199 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_Module_CallingConventions_Type_Length_ReturnsThree
200 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_Module_Type_TypeArray
201 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_CallingConventions_Type_Length_ReturnsThree
202 -nomethod System.Reflection.Emit.Tests.SignatureHelperGetMethodSigHelper.GetMethodSigHelper_Module_Type_TypeArray_NullObjectInParameterType_ThrowsArgumentNullException
203 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit2.Emit_OpCodes_LocalBuilder_TooManyLocals_ThrowsInvalidOperationException
204 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit2.Emit_OpCodes_LocalBuilder_LocalFromDifferentMethod_ThrowsArgumentException
205 -nomethod System.Reflection.Emit.Tests.SetCustomAttributeTests.SetCustomAttribute_NullArgument_ThrowsArgumentNullException
206 -nomethod System.Reflection.Emit.Tests.ILGeneratorEmit4.TestEmitCalliNonBlittable
207 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArgument_NullObjectInRequiredCustomModifiers_ThrowsArgumentNullException
208 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArgument_NullObjectInOptionalCustomModifiers_ThrowsArgumentNullException
209 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArgument_DifferentCountsForCustomModifiers_ThrowsArgumentException
210 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArguments_SignatureFinished_ThrowsArgumentException
211 -nomethod System.Reflection.Emit.Tests.SignatureHelperAddArguments.AddArguments
213 ####################################################################
214 ##  System.Reflection.Emit.Tests
215 ####################################################################
217 # Mono behaves like coreclr but the test doesn't detect it
218 -nomethod System.Reflection.Emit.Tests.AssemblyTests.DefineDynamicModule
220 -nomethod System.Reflection.Emit.Tests.MethodBuilderEquals.Equals
221 -nomethod System.Reflection.Emit.Tests.ConstructorBuilderToString.ToString_NullRequiredOptionalCustomModifiers
222 -nomethod System.Reflection.Emit.Tests.ConstructorBuilderToString.ToString_NoRequiredOptionalCustomModifiers
223 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.DefineLiteral
224 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.DefineLiteral_InvalidLiteralValue_ThrowsArgumentException
225 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.SetCustomAttribute_ConstructorInfo_ByteArray
226 -nomethod System.Reflection.Emit.Tests.EnumBuilderMethodTests.SetCustomAttribute_CustomAttributeBuilder
227 -nomethod System.Reflection.Emit.Tests.EnumBuilderPropertyTests.Guid_TypeCreated
228 -nomethod System.Reflection.Emit.Tests.FieldBuilderSetConstant.SetConstant_InvalidType_ThrowsArgumentException
229 -nomethod System.Reflection.Emit.Tests.GenericTypeParameterBuilderSetInterfaceConstraints.SetInterfaceConstraints_OneCustomInterface
230 -nomethod System.Reflection.Emit.Tests.GenericTypeParameterBuilderSetInterfaceConstraints.SetInterfaceConstraints_MultipleCustomInterfaces
231 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_SingleTypeParameter_SetImplementationFlagsCalled_ThrowsInvalidOperationException
232 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_TwoTypeParameters_SetImplementationFlagsCalled_ThrowsInvalidOperationException
233 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_SingleTypeParameter_AlreadyDefined_ThrowsInvalidOperationException
234 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineGenericParameters.DefineGenericParameters_TwoTypeParameters_AlreadyDefined_ThrowsInvalidOperationException
235 -nomethod System.Reflection.Emit.Tests.MethodBuilderGetILGenerator.GetILGenerator_NoMethodBody_ThrowsInvalidOperationException
236 -nomethod System.Reflection.Emit.Tests.MethodBuilderMakeGenericMethod.TestNotThrowsExceptionOnNull
237 -nomethod System.Reflection.Emit.Tests.MethodBuilderMakeGenericMethod.TestNotThrowsExceptionOnEmptyArray1
238 -nomethod System.Reflection.Emit.Tests.MethodBuilderMakeGenericMethod.TestNotThrowsExceptionOnEmptyArray2
239 -nomethod System.Reflection.Emit.Tests.MethodBuilderReturnParameter.ReturnParameter_NoBody_ThrowsInvalidOperationException
240 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetParameters.SetParameters
241 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetParameters.SetParameters_NullParameter_ThrowsArgumentNullException
242 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_AllFieldsSet
243 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_NameAndAttributeSet
244 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_NameAttributeAndSignatureSetSet
245 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_NonGenericMethod
246 -nomethod System.Reflection.Emit.Tests.MethodBuilderToString.ToString_GenericMethod
247 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineEnum.DefineEnum
248 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineEnum.DefineEnum_DynamicUnderlyingType_Works
249 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineEnum.DefineEnum_ByRefUnderlyingType_ThrowsCOMExceptionOnCreation
250 -nomethod System.Reflection.Emit.Tests.ModuleBuilderDefineType.DefineType
251 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_VoidReturnType
252 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ValueReturnType
253 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ReferenceReturnType
254 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ValueParameterType
255 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ValidArrayValues_ReferenceParameterType
256 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_JaggedArray
257 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_MultiDimensionalArray
258 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_NullParameters
259 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_ArrayClassNotArray_ThrowsArgumentException
260 -nomethod System.Reflection.Emit.Tests.ModuleBuilderGetArrayMethod.GetArrayMethod_InvalidArgument_ThrowsArgumentException
261 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest2.AddOtherMethod
262 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest11.SetConstant
263 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest11.SetConstant_TypeNotConstant_ThrowsArgumentException
264 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest12.SetCustomAttribute_CustomAttributeBuilder_TypeNotCreated_ThrowsInvalidOperationException
265 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest12.SetCustomAttribute_ConstructorInfo_ByteArray_TypeAlreadyCreated_ThrowsInvalidOperationException
266 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest15.TestThrowsExceptionForCreateTypeCalled
267 -nomethod System.Reflection.Emit.Tests.PropertyBuilderTest16.SetValue_ThrowsNotSupportedException
268 -nomethod System.Reflection.Emit.Tests.TypeBuilderAddInterfaceImplementation.AddInterfaceImplementation_TypeNotInterface_ThrowsTypeLoadExceptionOnCreation
269 -nomethod System.Reflection.Emit.Tests.TypeBuilderAddInterfaceImplementation.AddInterfaceImplementation_TypeDoesntImplementInterface_ThrowsTypeLoadExceptionOnCreation
270 -nomethod System.Reflection.Emit.Tests.TypeBuilderAssemblyQualifiedName.AssemblyQualifiedName
271 -nomethod System.Reflection.Emit.Tests.TypeBuilderCreateType.CreateType_BadAttributes
272 -nomethod System.Reflection.Emit.Tests.TypeBuilderCreateTypeInfo.CreateType_InvalidTypeAttributes_Throws
274 # Extra RTSpecialName attribute
275 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineConstructor.DefineConstructor
276 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineConstructor.DefineConstructor_NullRequiredAndOptionalCustomModifiers
277 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineDefaultConstructor.DefineDefaultConstructor
278 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineTypeInitializer.DefineTypeInitializer
280 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineMethodTests.DefineMethod
281 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineFieldTests.DefineField
282 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineFieldTests.DefineField_InvalidFieldAttributes_ThrowsTypeLoadExceptionOnCreation
283 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineFieldTests.DefineField_DynamicFieldTypeNotCreated_ThrowsTypeLoadException
284 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineGenericParameters.DefineGenericParameters_AlreadyDefinedGenericParameters_ThrowsInvalidOperationException
285 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineEvent.DefineEvent
286 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineEvent.DefineProperty_InvalidUnicodeChars
287 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_NothingToOverride_ThrowsTypeLoadExceptionOnCreation
288 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_ClassDoesNotImplementOrInheritMethod_ThrowsTypeLoadExceptionOnCreation
289 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_BodyAndDeclarationTheSame_ThrowsTypeLoadExceptionOnCreation
290 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_CalledTwiceWithDifferentBodies_ThrowsTypeLoadExceptionOnCreation
291 -nomethod System.Reflection.Emit.Tests.MethodBuilderDefineMethodOverride.DefineMethodOverride_BodyAndDeclarationHaveDifferentSignatures_ThrowsTypeLoadExceptionOnCreation
292 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType
293 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_LongName_ThrowsArgumentException
294 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_InvalidAttributes_ThrowsArgumentException
295 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_InvalidParent_ThrowsArgumentException
296 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineNestedType.DefineNestedType_InvalidInterfaceType_ThrowsTypeLoadExceptionOnCreation
297 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty
298 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_OpenGenericReturnType_ThrowsBadImageFormatExceptionGettingCreatedPropertyType
299 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_NullParameterType_ThrowsArgumentNullException
300 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_OpenGenericParameterType_ThrowsBadImageFormatExceptionGettingCreatedPropertyType
301 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_DynamicPropertyTypeNotCreated_ThrowsTypeLoadException
302 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_DynamicParameterTypeNotCreated_ThrowsTypeLoadException
303 -nomethod System.Reflection.Emit.Tests.TypeBuilderDefineProperty.DefineProperty_CalledMultipleTimes_Works
304 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetConstructor.GetConstructor_TypeNotTypeBuilder_ThrowsArgumentException
305 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetConstructor.GetConstructor_DeclaringTypeOfConstructorNotGenericTypeDefinitionOfType_ThrowsArgumentException
306 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetConstructor.GetConstructor_TypeNotGeneric_ThrowsArgumentException
307 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetField.GetField_TypeNotTypeBuilder_ThrowsArgumentException
308 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetField.GetField_DeclaringTypeOfFieldNotGenericTypeDefinitionOfType_ThrowsArgumentException
309 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetField.GetField_TypeNotGeneric_ThrowsArgumentException
310 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_TypeNotTypeBuilder_ThrowsArgumentException
311 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_MethodDefinitionNotInTypeGenericDefinition_ThrowsArgumentException
312 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_MethodNotGenericTypeDefinition_ThrowsArgumentException
313 -nomethod System.Reflection.Emit.Tests.TypeBuilderGetMethod.GetMethod_TypeIsNotGeneric_ThrowsArgumentException
314 -nomethod System.Reflection.Emit.Tests.TypeBuilderGUID.Guid_TypeCreated_NotEmpty
316 -nomethod System.Reflection.Emit.Tests.AssemblyTests.DefineDynamicAssembly_AssemblyName_AssemblyBuilderAccess
317 -nomethod System.Reflection.Emit.Tests.AssemblyTests.DefineDynamicAssembly_AssemblyName_AssemblyBuilderAccess_CustomAttributeBuilder
319 # need to reflect https://github.com/dotnet/coreclr/pull/24937 changes
320 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetSignature.SetSignature_AllParametersNull
321 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetReturnType.SetReturnType_NullReturnType_ReturnsVoid
322 -nomethod System.Reflection.Emit.Tests.MethodBuilderGetGenericArguments.GetGenericArguments_NonGenericMethod_ReturnsEmptyArray
323 -nomethod System.Reflection.Emit.Tests.MethodBuilderSetSignature.SetSignature_NullReturnType_CustomModifiersSetToWrongTypes
325 ####################################################################
326 ##  System.Reflection.Tests
327 ####################################################################
329 # Expected ArgumentException, but none was thrown
330 # https://github.com/mono/mono/issues/15024
331 -nomethod System.Reflection.Tests.MethodInfoTests.Invoke_OptionalParameterUnassingableFromMissing_WithMissingValue_ThrowsArgumentException
333 # Static ctors cannot be invoke with one Invoke overload
334 # https://github.com/mono/mono/issues/15025
335 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_StaticConstructor_ThrowsMemberAccessException
337 # Expected MemberAccessException, but we're throwing TargetException
338 # https://github.com/mono/mono/issues/15026
339 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_AbstractClass_ThrowsMemberAccessException
341 # Expected TargetParameterCountException, but we have ArgumentException
342 # https://github.com/mono/mono/issues/15027
343 -nomethod System.Reflection.Tests.PropertyInfoTests.GetValue_Invalid
345 # Expected empty string, but got enumType instead 
346 # https://github.com/mono/mono/issues/15028
347 -nomethod System.Reflection.Tests.TypeInfoTests.IsEnumDefined_Invalid
349 # Fails because our Object class has extra instance methods
350 # https://github.com/mono/mono/issues/15029
351 -nomethod System.Reflection.Tests.TypeInfoTests.FindMembers
352 -nomethod System.Reflection.Tests.TypeInfoTests.GetMethods
353 -nomethod System.Reflection.Tests.TypeInfoTests.GetMembers
354 -nomethod System.Reflection.Tests.TypeInfoTests.GetMethod
356 # CustomConstantAttribute not supported
357 # https://github.com/mono/mono/issues/15037
358 -nomethod System.Reflection.Tests.ParameterInfoTests.RawDefaultValueFromAttribute
360 # SKIPPED
361 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs__CornerCase_HasElementTypes
363 # Assertion failed... Not sure why 
364 # https://github.com/mono/mono/issues/15069
365 -nomethod System.Reflection.Tests.MemberInfoNetCoreAppTests.HasSameMetadataDefinitionAs_GenericTypeParameters
367 ####################################################################
368 ##  System.Runtime.InteropServices.Tests
369 ####################################################################
371 # Marshal Methods WILL NOT BE Implemented in MonoVM
372 # https://github.com/mono/mono/issues/15085 
373 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_NotReadable_ThrowsArgumentException
374 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_BlittableObject_Roundtrips
375 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_StructWithReferenceTypes_ReturnsExpected
376 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_StructWithReferenceTypes_ReturnsExpected
377 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_BlittableObject_ReturnsExpected
378 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_NullObject_ThrowsAccessViolationException
379 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_NotReadable_ThrowsArgumentException
380 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_NotReadable_ThrowsArgumentException
381 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_BlittableObject_Roundtrips
382 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_StructWithReferenceTypes_ReturnsExpected
383 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_NullObject_ThrowsAccessViolationException
384 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_BlittableObject_ReturnsExpected
385 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_StructWithReferenceTypes_ReturnsExpected
386 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_BlittableObject_ReturnsExpected
387 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_NotReadable_ThrowsArgumentException
388 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_BlittableObject_Roundtrips
389 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_NullObject_ThrowsAccessViolationException
390 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_NotReadable_ThrowsArgumentException
391 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_NullObject_ThrowsAccessViolationException
392 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_NullObject_ThrowsAccessViolationException
393 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_BlittableObject_Roundtrips
394 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_NotReadable_ThrowsArgumentException
395 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_StructWithReferenceTypes_ReturnsExpected
396 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_StructWithReferenceTypes_ReturnsExpected
397 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_NotReadable_ThrowsArgumentException
398 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_BlittableObject_ReturnsExpected
399 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_NullObject_ThrowsAccessViolationException
400 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_NullObject_ThrowsAccessViolationException
401 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_NotReadable_ThrowsArgumentException
402 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_StructWithReferenceTypes_ReturnsExpected
403 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_BlittableObject_ReturnsExpected
404 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_NullObject_ThrowsAccessViolationException
405 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_StructWithReferenceTypes_ReturnsExpected
406 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_StructWithReferenceTypes_ReturnsExpected
407 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_BlittableObject_Roundtrips
408 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_NotReadable_ThrowsArgumentException
409 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_NullObject_ThrowsAccessViolationException
410 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_NotReadable_ThrowsArgumentException
411 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_NullObject_ThrowsAccessViolationException
412 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_StructWithReferenceTypes_ReturnsExpected
413 -nomethod System.Runtime.InteropServices.Tests.GetExceptionCodeTests.*
414 -nomethod System.Runtime.InteropServices.Tests.GetExceptionPointersTests.GetExceptionPointers_ReturnsExpected
417 # Not sure what to check
418 # Expected ArgumentException to be thrown, but none was
419 # https://github.com/mono/mono/issues/15087
420 -nomethod System.Runtime.InteropServices.Tests.DestroyStructureTests.DestroyStructure_NonRuntimeType_ThrowsArgumentException
421 -nomethod System.Runtime.InteropServices.Tests.OffsetOfTests.OffsetOf_NotMarshallable_ThrowsArgumentException
422 -nomethod System.Runtime.InteropServices.Tests.SizeOfTests.SizeOf_InvalidType_ThrowsArgumentException
424 # Wants exception messages to be non-empty
425 # https://github.com/mono/mono/issues/15093
426 -nomethod System.Runtime.InteropServices.Tests.GetExceptionForHRTests.GetExceptionForHR_ErrorInfo_ReturnsValidException
427 -nomethod System.Runtime.InteropServices.Tests.GetExceptionForHRTests.GetExceptionForHR_NoErrorInfo_ReturnsValidException
428 -nomethod System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_NoErrorInfo_ReturnsValidException
429 -nomethod System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_ErrorInfo_ReturnsValidException
431 # Supported on Mono
432 # Expected ArgumentException
433 # https://github.com/mono/mono/issues/15097
434 -nomethod System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointer_GenericDelegate_ThrowsArgumentException
436 # AE with The structure must not be a value class;
437 # https://github.com/mono/mono/issues/15101
438 -nomethod System.Runtime.InteropServices.Tests.PtrToStructureTests.PtrToStructure_ZeroPointer_ThrowsArgumentNullException
440 # Expected 255 / Actual 1
441 # https://github.com/mono/mono/issues/15102
442 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_ByValBoolArray_Success
444 # MarshalDirectiveException
445 # https://github.com/mono/mono/issues/15103
446 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_ByValDateArray_Success
448 # Expects AE but none was thrown
449 # https://github.com/mono/mono/issues/15104
450 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_InvalidLengthByValArrayInStruct_ThrowsArgumentException
452 ####################################################################
453 ##  System.Runtime.Serialization.Formatters.Tests
454 ####################################################################
456 # Expected MemberAccessException but none was thrown
457 # https://github.com/mono/mono/issues/15111
458 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException
460 # NotNull Assertion failure
461 # https://github.com/mono/mono/issues/15112
462 -nomethod System.Runtime.Serialization.Formatters.Tests.SerializationGuardTests.BlockReflectionDodging
464 # Expected AE but none thrown
465 # https://github.com/mono/mono/issues/15113
466 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_NotSupportedType_ThrowsArgumentException
468 # Expected TypeInitializationException but none thrown 
469 # https://github.com/mono/mono/issues/15114
470 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_StaticConstructorThrows_ThrowsTypeInitializationException
472 # Object reference not set to an instance of an object error
473 # https://github.com/mono/mono/issues/15115
474 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateAgainstBlobs
475 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream
476 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip
478 ####################################################################
479 ##  System.Runtime.Tests
480 ####################################################################
482 # https://github.com/mono/mono/issues/14291 incorrect line numbers
483 # See https://github.com/mono/mono/issues/15140 and https://github.com/mono/mono/issues/15141
484 -nomethod System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineSameMethod
485 -nomethod System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineOtherMethod
487 # RuntimeAssembly.IsCollectible is not implemented yet
488 # Implementation task https://github.com/mono/mono/issues/15142
489 -nomethod System.Reflection.Tests.IsCollectibleTests.*
491 # Mono ignores [Optional] attribute defined on parameters in delegates
492 # https://github.com/mono/mono/issues/15148
493 -nomethod System.Tests.DelegateTests.DynamicInvoke_OptionalParameterUnassingableFromMissing_WithMissingValue
494 -nomethod System.Tests.DelegateTests.DynamicInvoke_OptionalParameter_WithMissingValue
495 -nomethod System.Tests.DelegateTests.DynamicInvoke_ParameterSpecification_ArrayOfMissing
497 # mono doesn't support termination signals, the test kills a process via libc's kill(pid)
498 # and expects it to trigger domain.ProcessExit event
499 -nomethod System.Tests.ExitCodeTests.SigTermExitCode
501 # 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
502 -nomethod System.Tests.Types.VoidTests.IsByRef_Get_ReturnsExpected
504 # throws ArgumentException
505 # https://github.com/mono/mono/issues/15152
506 -nomethod System.Reflection.Tests.PointerTests.PointerPropertyGetValue
508 # GC.GetTotalAllocatedBytes is not implemented
509 -nomethod System.Tests.GCTests.GetTotalAllocatedBytes
511 # GC.GetAllocatedBytesForCurrentThread is not implemented
512 -nomethod System.Tests.GCTests.GetAllocatedBytesForCurrentThread
514 # GCSettings.LatencyMode is not implemented
515 -nomethod System.Tests.GCTests.LatencyRoundtrips
517 # GC.GetGCMemoryInfo is not implemented
518 -nomethod System.Tests.GCTests.GetGCMemoryInfo
520 # flaky test, System.ArgumentNullException : Key cannot be null. Parameter name: key
521 -nomethod System.Tests.GetEnvironmentVariable.EnvironmentVariablesAreHashtable
523 ####################################################################
524 ##  System.Threading.Tests
525 ####################################################################
527 # Monitor.LockContentionCount is not implemented
528 # Implementation https://github.com/mono/mono/issues/15155
529 # https://github.com/mono/mono/issues/15156
530 -nomethod System.Threading.Tests.MonitorTests.Enter_HasToWait_LockContentionCountTest
532 # Process hangs and test fails with [ERROR] FATAL UNHANDLED EXCEPTION: System.Threading.WaitHandleCannotBeOpenedException: No handle of the given name exists.
533 # https://github.com/mono/mono/issues/15157
534 -nomethod System.Threading.Tests.MutexTests.CrossProcess_NamedMutex_ProtectedFileAccessAtomic
536 # 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.
537 # Expects an ArgumentException
538 # https://github.com/mono/mono/issues/15158
539 -nomethod System.Threading.Tests.MutexTests.OpenExisting_InvalidNames
541 # Expects ArgumentException but none is thrown
542 # https://github.com/mono/mono/issues/15159
543 -nomethod System.Threading.Tests.MutexTests.Ctor_InvalidNames_Unix
545 # Expects PlatformNotSupportedException, but we give an ArgumentNullException
546 # https://github.com/mono/mono/issues/15160
547 -nomethod System.Threading.Tests.SemaphoreTests.OpenExisting_NotSupported_Unix
549 # Expects PlatformNotSupportedException but none thrown
550 # https://github.com/mono/mono/issues/15161
551 -nomethod System.Threading.Tests.SemaphoreTests.Ctor_NamesArentSupported_Unix
553 ####################################################################
554 ##  System.Threading.Tests
555 ####################################################################
557 # Requires precise GC (should be ignored in dotnet/corefx for mono)
558 -nomethod System.Threading.Tasks.Tests.ExecutionContextFlowTest.TaskCompletionSourceDoesntCaptureExecutionContext
560 ####################################################################
561 ##  System.Threading.ThreadPool.Tests
562 ####################################################################
564 # Tests for ThreadPool.SetMaxThreads(-1, -1) == true, which only happens to work on CoreCLR because
565 # the managed SetMaxThreadsNative prototype uses "int"s while the unmanaged code uses "DWORD"s and
566 # thus it interprets it as large positive numbers.
568 # https://github.com/mono/mono/issues/15164
569 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest
571 # TODO: Differences in behaviour between NetFX and CoreFX
572 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinThreadsTo0Test
574 # Explicitly skipped if it's MonoVM (SkipOnTargetFramework)
575 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest_ChangedInDotNetCore
577 ####################################################################
578 ##  System.ComponentModel.Composition.Tests
579 ####################################################################
581 -nomethod System.ComponentModel.Composition.CompositionServicesTests.GetDefaultContractNameTest
582 -nomethod System.ComponentModel.Composition.MetadataViewProviderTests.GetMetadataView_InterfaceWithIndexer_ShouldThrowNotSupportedException
583 -nomethod Tests.Integration.ExportFactoryTests.ExportFactoryStandardImports_ShouldWorkProperly
585 # flaky test - System.TypeLoadException : Could not load type '_proxy_System.ComponentModel.Composition.IStronglyTypedStructure_3b7f133d-79c7-449e-8f68-22aa093dbb8d' from assembly ''.
586 -nomethod System.ComponentModel.Composition.MetadataAttributeTests.StronglyTypedStructureTest
587 -nomethod System.ComponentModel.Composition.MetadataAttributeTests.StronglyTypedStructureTestWithTransparentViews
588 -nomethod System.ComponentModel.Composition.MetadataViewProviderTests.GetMetadataView_IMetadataViewWithDefaultedInt64
589 -nomethod System.ComponentModel.Composition.ExportCollectionTests.ImportCollectionsFromContainerOnly
590 # disable the whole namespace, https://github.com/mono/mono/issues/16417
591 -nonamespace System.ComponentModel.Composition
592 # same issue (only System.ComponentModel.Composition uses this namespace)
593 -nonamespace Tests.Integration
595 ####################################################################
596 ##  System.Composition.TypedParts.Tests
597 ####################################################################
599 # Missing assembly Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
600 # https://github.com/mono/mono/issues/15170
601 -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssemblies_Assemblies_ThrowsCompositionFailedExceptionOnCreation
602 -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssembly_Assembly_ThrowsCompositionFailedExceptionOnCreation
604 ####################################################################
605 ##  System.Data.Common.Tests
606 ####################################################################
608 # Invalid IL - IL_00bc: castclass 0x0100000d
609 -nomethod System.Data.Tests.SqlTypes.SqlCharsTest.ReadWriteXmlTest
611 # Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt32:Read1_int (): IL_00bc: castclass 0x0100000d
612 # https://github.com/mono/mono/issues/15174
613 -nomethod System.Data.Tests.SqlTypes.SqlInt32Test.ReadWriteXmlTest
615 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt64:Read1_long (): IL_00bc: castclass 0x0100000d
616 # https://github.com/mono/mono/issues/15175
617 -nomethod System.Data.Tests.SqlTypes.SqlInt64Test.ReadWriteXmlTest
619 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlDouble:Read1_double (): IL_00bc: castclass 0x0100000d
620 # https://github.com/mono/mono/issues/15176
621 -nomethod System.Data.Tests.SqlTypes.SqlDoubleTest.ReadWriteXmlTest
623 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt16:Read1_short (): IL_00bc: castclass 0x0100000d
624 # https://github.com/mono/mono/issues/15177
625 -nomethod System.Data.Tests.SqlTypes.SqlInt16Test.ReadWriteXmlTest
627 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlDecimal:Read1_decimal (): IL_00bc: castclass 0x0100000d
628 # https://github.com/mono/mono/issues/15178
629 -nomethod System.Data.Tests.SqlTypes.SqlDecimalTest.ReadWriteXmlTest
631 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlString:Read1_string (): IL_00bc: castclass 0x0100000d
632 # https://github.com/mono/mono/issues/15179
633 -nomethod System.Data.Tests.SqlTypes.SqlStringTest.ReadWriteXmlTest
635 # Assert IsNotNull failure
636 # https://github.com/mono/mono/issues/15180
637 -nomethod System.Data.Common.Tests.DbConnectionTests.ProviderFactoryTest
639 ####################################################################
640 ##  System.Diagnostics.StackTrace.Tests
641 ####################################################################
643 # Expected -1, but got 0
644 # https://github.com/mono/mono/issues/15183
645 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames
647 # Assertion differences 
648 # https://github.com/mono/mono/issues/15184
649 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_Filename_LineNumber_ColNumber
651 # A little off 
652 # Assert.Equal() Failure
653 #                â†“ (pos 0)
654 #      Expected: MoveNext at offset 90 in file:line:column···
655 #      Actual:   .ctor at offset 90 in file:line:column Fi···
656 # https://github.com/mono/mono/issues/15186
657 -nomethod System.Diagnostics.Tests.StackFrameTests.ToString_Invoke_ReturnsExpected
659 # Assertion differences.  Expects -1, got 0
660 # https://github.com/mono/mono/issues/15187
661 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo
663 # JIT should not inline custom throw helpers
664 -nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_SkipFrames
665 -nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_SkipFrames_FNeedFileInfo
667 ####################################################################
668 ##  System.Numerics.Vectors.Tests
669 ####################################################################
671 # Expects NotSupportedException, but actual was TypeInitializationException
672 # https://github.com/mono/mono/issues/15190
673 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_DateTime
674 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_Char
675 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_Guid
677 ####################################################################
678 ##  System.Reflection.Context.Tests
679 ####################################################################
681 # System.ArgumentNullException : Value cannot be null.
682 # Parameter name: attributeType
683 # https://github.com/mono/mono/issues/15191
684 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_MemberAttributes_Success
685 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_ParameterAttributes_Success
686 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_Interface_Throws
688 ####################################################################
689 ##  System.Reflection.Metadata.Tests
690 ####################################################################
692 # Assertion... Expected true, got false
693 # https://github.com/mono/mono/issues/15194
694 -nomethod System.Reflection.Tests.MetadataTokenTests.SuccessImpliesNonNilWithCorrectTable
695 # Test broken on Mono, added in https://github.com/dotnet/corefx/pull/40581
696 -nomethod System.Reflection.Tests.MetadataLoadContextTests.RelocatableAssembly
698 ####################################################################
699 ##  System.Runtime.Loader.DefaultContext.Tests
700 ####################################################################
702 # Expected FileNotFoundException, got none
703 # https://github.com/mono/mono/issues/15195
704 -nomethod System.Runtime.Loader.Tests.DefaultLoadContextTests.LoadInDefaultContext
706 ####################################################################
707 ##  System.Runtime.Loader.RefEmitLoadContext.Tests
708 ####################################################################
710 # Relies on AssemblyLoadContext.GetLoadContext, which is not implemented
711 -nomethod System.Runtime.Loader.Tests.RefEmitLoadContextTests.LoadRefEmitAssembly
713 ####################################################################
714 ##  System.Threading.Overlapped.Tests
715 ####################################################################
717 # Overflow Exception
718 # https://github.com/mono/mono/issues/15197
719 # https://github.com/mono/mono/issues/15311
720 # These tests should be ignored on x64 in dotnet/corefx
721 -nomethod OverlappedTests.PropertyTest2
722 -nomethod OverlappedTests.PropertyTest3
724 # NRE
725 # https://github.com/mono/mono/issues/15312
726 -nomethod ThreadPoolBoundHandleTests.BindHandle_MinusOneAsHandle_ThrowsArgumentException
728 # No Exception thrown
729 # https://github.com/mono/mono/issues/15313 
730 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_NonBlittableTypeAsPinData_Throws
731 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_ObjectArrayWithNonBlittableTypeAsPinData_Throws
732 -nomethod ThreadPoolBoundHandleTests.GetNativeOverlappedState_NullAsNativeOverlapped_ThrowsArgumentNullException
734 # NRE on BindHandle 
735 # https://github.com/mono/mono/issues/15314
736 -nomethod ThreadPoolBoundHandleTests.BindHandle_ZeroAsHandle_ThrowsArgumentException
737 -nomethod ThreadPoolBoundHandleTests.BindHandle_NullAsHandle_ThrowsArgumentNullException
738 -nomethod ThreadPoolBoundHandleTests.BindHandle_ValidHandle_ThrowsPlatformNotSupportedException
740 # Test not run
741 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_NullAsCallback_ThrowsArgumentNullException
743 ####################################################################
744 ##  System.Runtime.Extensions.Tests
745 ####################################################################
747 # GC.GetGCMemoryInfo is not implemented
748 # https://github.com/mono/mono/issues/15236
749 -nomethod System.Tests.AppDomainTests.MonitoringIsEnabled
751 # Mono expands generic Types in stacktraces unlike the .NET Core (sounds more like a feature: https://gist.github.com/EgorBo/3abb37d2ff4fc904bc7472c62498f933)
752 # https://github.com/mono/mono/issues/15315
753 -nomethod System.Tests.EnvironmentStackTrace.StackTraceTest
755 # These events are not wired up in mono
756 # https://github.com/mono/mono/issues/16246
757 -nomethod System.Tests.AppDomainTests.TypeResolve
758 -nomethod System.Tests.AppDomainTests.ResourceResolve
759 -nomethod System.Tests.AppDomainTests.AssemblyLoad
760 -nomethod System.Tests.AppDomainTests.FirstChanceException_Called
761 -nomethod System.Tests.AppDomainTests.AssemblyResolve_FirstChanceException
762 -nomethod System.Tests.AppDomainTests.AssemblyResolveInvalidAssemblyName
764 # AssemblyLoadContext.SetProfileOptimizationRoot is no-op (not implemented)
765 -nomethod System.Runtime.Tests.ProfileOptimizationTest.ProfileOptimization_CheckFileExists
767 ####################################################################
768 ##  System.Runtime.Handles.Tests
769 ####################################################################
771 # NRE in SafeHandle.Dispose
772 # https://github.com/mono/mono/issues/17224
773 -noclass SafeWaitHandleExtensions_4000_Tests
774 -noclass SafeWaitHandle_4000_Tests
776 ####################################################################
777 ##  System.Reflection.TypeExtensions.Tests
778 ####################################################################
780 # Assertion difference.  Expects 2, but got 1
781 # https://github.com/mono/mono/issues/15316
782 -nomethod System.Reflection.Tests.ConstructorInfoInvokeArrayTests.Invoke_1DArrayConstructor
784 # Exception difference
785 # https://github.com/mono/mono/issues/15317
786 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_Invalid
788 # Large Array support
789 # https://github.com/mono/mono/issues/15318
790 -nomethod System.Reflection.Tests.ConstructorInfoInvokeArrayTests.Invoke_LargeDimensionalArrayConstructor
792 # Throws a lot of different exceptions
793 # https://github.com/mono/mono/issues/15319
794 -nomethod System.Reflection.Tests.PropertyInfoTests.GetGetMethod_GetSetMethod
796 # Extra methods 
797 # https://github.com/mono/mono/issues/15320
798 -nomethod System.Reflection.Tests.TypeTests.GetMethods
800 ####################################################################
801 ##  System.Reflection.Emit.Lightweight.Tests
802 ####################################################################
804 # A different CreateDelegate issue
805 # https://github.com/mono/mono/issues/15321
806 -nomethod System.Reflection.Emit.Tests.DynamicMethodGetILGenerator1.GetILGenerator_Int_Module_CoreclrIgnoresSkipVisibility
807 -nomethod System.Reflection.Emit.Tests.DynamicMethodGetILGenerator1.GetILGenerator_Module_CoreclrIgnoresSkipVisibility
808 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_IntGenerics_Success
810 # Need to implement System.Reflection.Emit.DynamicILInfo.SetLocalSignature(Byte[] localSignature)
811 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_TwoDimTest
812 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_GenericMethod
813 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_CtorMethodAndField_Success
814 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_String_Success
815 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_StringGenerics_Success
816 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_CallGM
817 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_Exception_Success
818 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_DynamicMethod_Success
820 # Need to implement System.Reflection.Emit.DynamicILInfo.SetExceptions(Byte* exceptions, Int32 exceptionsSize)
821 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.SetX_NullInput_ThrowsArgumentNullException
822 -nomethod System.Reflection.Emit.Tests.DynamicMethodctor1.InvalidOwner_ThrowsArgumentException
824 # Expected: typeof(System.ArgumentOutOfRangeException)
825 # Actual:   typeof(System.OverflowException): Arithmetic operation resulted in an overflow.
826 # https://github.com/mono/mono/issues/15334
827 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.SetX_NegativeInputSize_ThrowsArgumentOutOfRangeException
829 ####################################################################
830 ##  System.Runtime.Loader.Tests
831 ####################################################################
833 # NOTE: Not run (relies on collectible ALCs)
834 -nomethod System.Runtime.Loader.Tests.ContextualReflectionTest.*
836 # relies on collectible AssemblyLoadContext
837 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unload_*
838 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Finalizer_CollectibleWithNoAssemblyLoaded
839 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.PublicConstructor_Theory
840 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_FixedAddressValueType
842 ####################################################################
843 ##  System.Reflection.MetadataLoadContext.Tests
844 ####################################################################
846 # https://github.com/mono/mono/issues/15340
847 -nomethod System.Reflection.Tests.CustomAttributeTests.TestDllImportPseudoCustomAttribute
848 -nomethod System.Reflection.Tests.CustomAttributeTests.TestMarshalAsPseudoCustomAttribute
849 -nomethod System.Reflection.Tests.ParameterTests.TestPseudoCustomAttributes
850 -nomethod System.Reflection.Tests.TypeTests.TestExplicitOffsetPseudoCustomAttribute
852 # Assertion failure: Expected: true, Actual: false
853 # https://github.com/mono/mono/issues/15344
854 -nomethod System.Reflection.Tests.TypeInvariants.TestInvariantCode
856 # flaky tests
857 -nomethod System.Reflection.Tests.TypeInfoDeclaredImplementedInterfacesTests.*
859 ####################################################################
860 ##  System.Utf8String.Experimental.Tests
861 ####################################################################
863 # Experimental feature 
864 # Will be removed and we can skip for now.
865 -nomethod System.Tests.MemoryTests.*
866 -nomethod System.Tests.Utf8StringTests.*
867 -nomethod System.Tests.Utf8ExtensionsTests.*
868 -nomethod System.Tests.ReflectionTests.*
869 -nomethod System.Net.Http.Tests.Utf8StringContentTests.*
871 ####################################################################
872 ##  System.ComponentModel.Composition.Registration.Tests
873 ####################################################################
875 # System.ComponentModel.Composition.Registration APIs are not supported on this platform.
876 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderTests.*
877 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderUnitTests.*
878 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderOfTInheritanceTests.*
879 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportBuilderUnitTests.*
880 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderAttributedOverrideUnitTests.*
881 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderOfTTests.*
882 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderTests.*
883 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportBuilderTests.*
884 -nomethod System.ComponentModel.Composition.Registration.Tests.ImportBuilderTests.*
885 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderUnitTests.*
886 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderExportFuncUnitTests.*
887 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderInterfaceTests.*
888 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportInterfacesContractExclusionTests.*
890 ####################################################################
891 ##  System.Xml.Xsl.XslTransformApi.Tests
892 ####################################################################
894 # Xml differences... Looks like the parsing isn't working
895 # https://github.com/mono/mono/issues/15353
896 -nomethod System.Xml.Tests.CXmlResolverTest.TC_AbsolutePath_Transform
897 -nomethod System.Xml.Tests.CTransformResolverTest.TC_AbsolutePath_Transform
899 ####################################################################
900 ##  System.Security.Cryptography.X509Certificates.Tests
901 ####################################################################
903 # Passes local, but leaving here because it may be flaky 
904 -nomethod System.Security.Cryptography.X509Certificates.Tests.DynamicChainTests.TestInvalidAia
906 # disabled in CoreCLR too
907 -noclass System.Security.Cryptography.X509Certificates.Tests.X509Certificate2UITests
909 -nomethod System.IO.Tests.File_Move_Tests.File_Move_From_Unwatched_To_Watched
911 # unxpected non-breaking space in strings (char(160) - char(32))
912 -nomethod DataContractJsonSerializerTests.DCJS_VerifyDateTimeForDateTimeFormat
913 -nomethod DataContractJsonSerializerTests.DCJS_VerifyDateTimeForFormatStringDCJsonSerSettings
915 # GetCustomAttribute should ignore NullableContextAttribute?
916 -nomethod System.Reflection.Tests.GetCustomAttributes_MemberInfo.GetCustomAttributeAll
917 -nomethod System.Tests.AttributeGetCustomAttributes.MultipleAttributesTest
919 # Unexpected IntPtr.Zero from Interop.Mmap
920 -nomethod System.IO.MemoryMappedFiles.Tests.MemoryMappedViewAccessorTests.ValidAccessLevelCombinations
921 -nomethod System.IO.MemoryMappedFiles.Tests.MemoryMappedViewStreamTests.ValidAccessLevelCombinations
923 # requires precise gc (to be ignored in dotnet/corefx, e.g. https://github.com/dotnet/corefx/pull/39176)
924 -nomethod System.IO.Tests.FileStream_Dispose.Dispose_CallsVirtualDispose_TrueArg
925 -nomethod System.Net.Sockets.Tests.DisposedSocket.NonDisposedSocket_SafeHandlesCollected
926 -nomethod System.Diagnostics.TraceSourceTests.SwitchClassTests.PruneTest
928 # Flaky test (FileSystemWatcher)
929 -nomethod System.IO.Tests.Directory_NotifyFilter_Tests.FileSystemWatcher_Directory_NotifyFilter_LastWriteTime
931 ####################################################################
932 ##  System.Security.Cryptography.Encoding.Tests
933 ####################################################################
935 # Broken array copying (https://github.com/mono/mono/issues/16686)
936 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Method_InverseCase
937 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByValue_Ctor
938 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.Oid_StringString_NullFriendlyName
939 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Ctor
941 -nomethod System.Tests.StringComparerTests.CreateCultureOptions_InvalidArguments_Throws
943 # Requires NativeLibrary implementation
944 -nomethod System.Net.Tests.HttpWebRequestTest.ServicePoint_GetValue_ExpectedResult
946 # Broken SafeWaitHandle test on finalization
947 # https://github.com/dotnet/corefx/issues/41635#issuecomment-542409299
948 -nomethod SafeWaitHandleExtensionsTests.SafeWaitHandleExtensions_set