[2019-12] Set inited flag _after_ TermInfoDriver initialisation completes (#18329)
[mono-project.git] / netcore / CoreFX.issues.rsp
blob96c5d16dc8a385e6a33cacf6a876ba4684f34398
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 # relies on specific exception message
368 -nomethod System.Reflection.Tests.AssemblyTests.LoadFile_ValidPEBadIL_ThrowsBadImageFormatExceptionWithPath
369 -nomethod System.Reflection.Tests.AssemblyTests.LoadFile_PartiallyQualifiedPath_ThrowsArgumentException
370 -nomethod System.Reflection.Tests.AssemblyTests.LoadFile_NoSuchPath_ThrowsFileNotFoundException
372 ####################################################################
373 ##  System.Runtime.InteropServices.Tests
374 ####################################################################
376 # Marshal Methods WILL NOT BE Implemented in MonoVM
377 # https://github.com/mono/mono/issues/15085 
378 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_NotReadable_ThrowsArgumentException
379 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_BlittableObject_Roundtrips
380 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_StructWithReferenceTypes_ReturnsExpected
381 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_StructWithReferenceTypes_ReturnsExpected
382 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_BlittableObject_ReturnsExpected
383 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_NullObject_ThrowsAccessViolationException
384 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_NotReadable_ThrowsArgumentException
385 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_NotReadable_ThrowsArgumentException
386 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_BlittableObject_Roundtrips
387 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_StructWithReferenceTypes_ReturnsExpected
388 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_NullObject_ThrowsAccessViolationException
389 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.ReadInt16_BlittableObject_ReturnsExpected
390 -nomethod System.Runtime.InteropServices.Tests.Int16Tests.WriteInt16_StructWithReferenceTypes_ReturnsExpected
391 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_BlittableObject_ReturnsExpected
392 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_NotReadable_ThrowsArgumentException
393 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_BlittableObject_Roundtrips
394 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.WriteInt64_NullObject_ThrowsAccessViolationException
395 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_NotReadable_ThrowsArgumentException
396 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_NullObject_ThrowsAccessViolationException
397 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_NullObject_ThrowsAccessViolationException
398 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_BlittableObject_Roundtrips
399 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_NotReadable_ThrowsArgumentException
400 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.WriteInt32_StructWithReferenceTypes_ReturnsExpected
401 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_StructWithReferenceTypes_ReturnsExpected
402 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_NotReadable_ThrowsArgumentException
403 -nomethod System.Runtime.InteropServices.Tests.Int32Tests.ReadInt32_BlittableObject_ReturnsExpected
404 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_NullObject_ThrowsAccessViolationException
405 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_NullObject_ThrowsAccessViolationException
406 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.WriteIntPtr_NotReadable_ThrowsArgumentException
407 -nomethod System.Runtime.InteropServices.Tests.IntPtrTests.ReadIntPtr_StructWithReferenceTypes_ReturnsExpected
408 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_BlittableObject_ReturnsExpected
409 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_NullObject_ThrowsAccessViolationException
410 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_StructWithReferenceTypes_ReturnsExpected
411 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_StructWithReferenceTypes_ReturnsExpected
412 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_BlittableObject_Roundtrips
413 -nomethod System.Runtime.InteropServices.Tests.ByteTests.WriteByte_NotReadable_ThrowsArgumentException
414 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_NullObject_ThrowsAccessViolationException
415 -nomethod System.Runtime.InteropServices.Tests.ByteTests.ReadByte_NotReadable_ThrowsArgumentException
416 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_NullObject_ThrowsAccessViolationException
417 -nomethod System.Runtime.InteropServices.Tests.Int64Tests.ReadInt64_StructWithReferenceTypes_ReturnsExpected
418 -nomethod System.Runtime.InteropServices.Tests.GetExceptionCodeTests.*
419 -nomethod System.Runtime.InteropServices.Tests.GetExceptionPointersTests.GetExceptionPointers_ReturnsExpected
422 # Not sure what to check
423 # Expected ArgumentException to be thrown, but none was
424 # https://github.com/mono/mono/issues/15087
425 -nomethod System.Runtime.InteropServices.Tests.DestroyStructureTests.DestroyStructure_NonRuntimeType_ThrowsArgumentException
426 -nomethod System.Runtime.InteropServices.Tests.OffsetOfTests.OffsetOf_NotMarshallable_ThrowsArgumentException
427 -nomethod System.Runtime.InteropServices.Tests.SizeOfTests.SizeOf_InvalidType_ThrowsArgumentException
429 # Wants exception messages to be non-empty
430 # https://github.com/mono/mono/issues/15093
431 -nomethod System.Runtime.InteropServices.Tests.GetExceptionForHRTests.GetExceptionForHR_ErrorInfo_ReturnsValidException
432 -nomethod System.Runtime.InteropServices.Tests.GetExceptionForHRTests.GetExceptionForHR_NoErrorInfo_ReturnsValidException
433 -nomethod System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_NoErrorInfo_ReturnsValidException
434 -nomethod System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_ErrorInfo_ReturnsValidException
436 # Supported on Mono
437 # Expected ArgumentException
438 # https://github.com/mono/mono/issues/15097
439 -nomethod System.Runtime.InteropServices.Tests.GetFunctionPointerForDelegateTests.GetFunctionPointer_GenericDelegate_ThrowsArgumentException
441 # AE with The structure must not be a value class;
442 # https://github.com/mono/mono/issues/15101
443 -nomethod System.Runtime.InteropServices.Tests.PtrToStructureTests.PtrToStructure_ZeroPointer_ThrowsArgumentNullException
445 # Expected 255 / Actual 1
446 # https://github.com/mono/mono/issues/15102
447 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_ByValBoolArray_Success
449 # MarshalDirectiveException
450 # https://github.com/mono/mono/issues/15103
451 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_ByValDateArray_Success
453 # Expects AE but none was thrown
454 # https://github.com/mono/mono/issues/15104
455 -nomethod System.Runtime.InteropServices.Tests.StructureToPtrTests.StructureToPtr_InvalidLengthByValArrayInStruct_ThrowsArgumentException
457 ####################################################################
458 ##  System.Runtime.Serialization.Formatters.Tests
459 ####################################################################
461 # Expected MemberAccessException but none was thrown
462 # https://github.com/mono/mono/issues/15111
463 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_OpenGenericClass_ThrowsMemberAccessException
465 # NotNull Assertion failure
466 # https://github.com/mono/mono/issues/15112
467 -nomethod System.Runtime.Serialization.Formatters.Tests.SerializationGuardTests.BlockReflectionDodging
469 # Expected AE but none thrown
470 # https://github.com/mono/mono/issues/15113
471 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_NotSupportedType_ThrowsArgumentException
473 # Expected TypeInitializationException but none thrown 
474 # https://github.com/mono/mono/issues/15114
475 -nomethod System.Runtime.Serialization.Formatters.Tests.FormatterServicesTests.GetUninitializedObject_StaticConstructorThrows_ThrowsTypeInitializationException
477 # Object reference not set to an instance of an object error
478 # https://github.com/mono/mono/issues/15115
479 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateAgainstBlobs
480 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.RoundtripManyObjectsInOneStream
481 -nomethod System.Runtime.Serialization.Formatters.Tests.BinaryFormatterTests.ValidateBasicObjectsRoundtrip
483 ####################################################################
484 ##  System.Runtime.Tests
485 ####################################################################
487 # https://github.com/mono/mono/issues/14291 incorrect line numbers
488 # See https://github.com/mono/mono/issues/15140 and https://github.com/mono/mono/issues/15141
489 -nomethod System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineSameMethod
490 -nomethod System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineOtherMethod
492 # RuntimeAssembly.IsCollectible is not implemented yet
493 # Implementation task https://github.com/mono/mono/issues/15142
494 -nomethod System.Reflection.Tests.IsCollectibleTests.*
496 # Mono ignores [Optional] attribute defined on parameters in delegates
497 # https://github.com/mono/mono/issues/15148
498 -nomethod System.Tests.DelegateTests.DynamicInvoke_OptionalParameterUnassingableFromMissing_WithMissingValue
499 -nomethod System.Tests.DelegateTests.DynamicInvoke_OptionalParameter_WithMissingValue
500 -nomethod System.Tests.DelegateTests.DynamicInvoke_ParameterSpecification_ArrayOfMissing
502 # mono doesn't support termination signals, the test kills a process via libc's kill(pid)
503 # and expects it to trigger domain.ProcessExit event
504 -nomethod System.Tests.ExitCodeTests.SigTermExitCode
506 # 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
507 -nomethod System.Tests.Types.VoidTests.IsByRef_Get_ReturnsExpected
509 # throws ArgumentException
510 # https://github.com/mono/mono/issues/15152
511 -nomethod System.Reflection.Tests.PointerTests.PointerPropertyGetValue
513 # GCSettings.LatencyMode is not implemented
514 -nomethod System.Tests.GCTests.LatencyRoundtrips
516 # GC.GetGCMemoryInfo is not implemented
517 -nomethod System.Tests.GCExtendedTests.GetGCMemoryInfo
519 # flaky test, System.ArgumentNullException : Key cannot be null. Parameter name: key
520 -nomethod System.Tests.GetEnvironmentVariable.EnvironmentVariablesAreHashtable
522 ####################################################################
523 ##  System.Threading.Tests
524 ####################################################################
526 # Process hangs and test fails with [ERROR] FATAL UNHANDLED EXCEPTION: System.Threading.WaitHandleCannotBeOpenedException: No handle of the given name exists.
527 # https://github.com/mono/mono/issues/15157
528 -nomethod System.Threading.Tests.MutexTests.CrossProcess_NamedMutex_ProtectedFileAccessAtomic
530 # 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.
531 # Expects an ArgumentException
532 # https://github.com/mono/mono/issues/15158
533 -nomethod System.Threading.Tests.MutexTests.OpenExisting_InvalidNames
535 # Expects ArgumentException but none is thrown
536 # https://github.com/mono/mono/issues/15159
537 -nomethod System.Threading.Tests.MutexTests.Ctor_InvalidNames_Unix
539 # Expects PlatformNotSupportedException, but we give an ArgumentNullException
540 # https://github.com/mono/mono/issues/15160
541 -nomethod System.Threading.Tests.SemaphoreTests.OpenExisting_NotSupported_Unix
543 # Expects PlatformNotSupportedException but none thrown
544 # https://github.com/mono/mono/issues/15161
545 -nomethod System.Threading.Tests.SemaphoreTests.Ctor_NamesArentSupported_Unix
547 ####################################################################
548 ##  System.Threading.Tests
549 ####################################################################
551 # Requires precise GC (should be ignored in dotnet/corefx for mono)
552 -nomethod System.Threading.Tasks.Tests.ExecutionContextFlowTest.TaskCompletionSourceDoesntCaptureExecutionContext
554 ####################################################################
555 ##  System.Threading.ThreadPool.Tests
556 ####################################################################
558 # Tests for ThreadPool.SetMaxThreads(-1, -1) == true, which only happens to work on CoreCLR because
559 # the managed SetMaxThreadsNative prototype uses "int"s while the unmanaged code uses "DWORD"s and
560 # thus it interprets it as large positive numbers.
562 # https://github.com/mono/mono/issues/15164
563 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest
565 # TODO: Differences in behaviour between NetFX and CoreFX
566 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinThreadsTo0Test
568 # Explicitly skipped if it's MonoVM (SkipOnTargetFramework)
569 -nomethod System.Threading.ThreadPools.Tests.ThreadPoolTests.SetMinMaxThreadsTest_ChangedInDotNetCore
571 ####################################################################
572 ##  System.ComponentModel.Composition.Tests
573 ####################################################################
575 -nomethod System.ComponentModel.Composition.CompositionServicesTests.GetDefaultContractNameTest
576 -nomethod System.ComponentModel.Composition.MetadataViewProviderTests.GetMetadataView_InterfaceWithIndexer_ShouldThrowNotSupportedException
577 -nomethod Tests.Integration.ExportFactoryTests.ExportFactoryStandardImports_ShouldWorkProperly
579 # flaky test - System.TypeLoadException : Could not load type '_proxy_System.ComponentModel.Composition.IStronglyTypedStructure_3b7f133d-79c7-449e-8f68-22aa093dbb8d' from assembly ''.
580 -nomethod System.ComponentModel.Composition.MetadataAttributeTests.StronglyTypedStructureTest
581 -nomethod System.ComponentModel.Composition.MetadataAttributeTests.StronglyTypedStructureTestWithTransparentViews
582 -nomethod System.ComponentModel.Composition.MetadataViewProviderTests.GetMetadataView_IMetadataViewWithDefaultedInt64
583 -nomethod System.ComponentModel.Composition.ExportCollectionTests.ImportCollectionsFromContainerOnly
584 # disable the whole namespace, https://github.com/mono/mono/issues/16417
585 -nonamespace System.ComponentModel.Composition
586 # same issue (only System.ComponentModel.Composition uses this namespace)
587 -nonamespace Tests.Integration
589 ####################################################################
590 ##  System.Composition.TypedParts.Tests
591 ####################################################################
593 # Missing assembly Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
594 # https://github.com/mono/mono/issues/15170
595 -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssemblies_Assemblies_ThrowsCompositionFailedExceptionOnCreation
596 -nomethod System.Composition.Hosting.Tests.ContainerConfigurationTests.WithAssembly_Assembly_ThrowsCompositionFailedExceptionOnCreation
598 ####################################################################
599 ##  System.Data.Common.Tests
600 ####################################################################
602 # Invalid IL - IL_00bc: castclass 0x0100000d
603 -nomethod System.Data.Tests.SqlTypes.SqlCharsTest.ReadWriteXmlTest
605 # Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt32:Read1_int (): IL_00bc: castclass 0x0100000d
606 # https://github.com/mono/mono/issues/15174
607 -nomethod System.Data.Tests.SqlTypes.SqlInt32Test.ReadWriteXmlTest
609 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt64:Read1_long (): IL_00bc: castclass 0x0100000d
610 # https://github.com/mono/mono/issues/15175
611 -nomethod System.Data.Tests.SqlTypes.SqlInt64Test.ReadWriteXmlTest
613 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlDouble:Read1_double (): IL_00bc: castclass 0x0100000d
614 # https://github.com/mono/mono/issues/15176
615 -nomethod System.Data.Tests.SqlTypes.SqlDoubleTest.ReadWriteXmlTest
617 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlInt16:Read1_short (): IL_00bc: castclass 0x0100000d
618 # https://github.com/mono/mono/issues/15177
619 -nomethod System.Data.Tests.SqlTypes.SqlInt16Test.ReadWriteXmlTest
621 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlDecimal:Read1_decimal (): IL_00bc: castclass 0x0100000d
622 # https://github.com/mono/mono/issues/15178
623 -nomethod System.Data.Tests.SqlTypes.SqlDecimalTest.ReadWriteXmlTest
625 # System.InvalidProgramException : Invalid IL code in Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderSqlString:Read1_string (): IL_00bc: castclass 0x0100000d
626 # https://github.com/mono/mono/issues/15179
627 -nomethod System.Data.Tests.SqlTypes.SqlStringTest.ReadWriteXmlTest
629 # Assert IsNotNull failure
630 # https://github.com/mono/mono/issues/15180
631 -nomethod System.Data.Common.Tests.DbConnectionTests.ProviderFactoryTest
633 ####################################################################
634 ##  System.Diagnostics.StackTrace.Tests
635 ####################################################################
637 # Expected -1, but got 0
638 # https://github.com/mono/mono/issues/15183
639 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames
641 # Assertion differences 
642 # https://github.com/mono/mono/issues/15184
643 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_Filename_LineNumber_ColNumber
645 # A little off 
646 # Assert.Equal() Failure
647 #                â†“ (pos 0)
648 #      Expected: MoveNext at offset 90 in file:line:column···
649 #      Actual:   .ctor at offset 90 in file:line:column Fi···
650 # https://github.com/mono/mono/issues/15186
651 -nomethod System.Diagnostics.Tests.StackFrameTests.ToString_Invoke_ReturnsExpected
653 # Assertion differences.  Expects -1, got 0
654 # https://github.com/mono/mono/issues/15187
655 -nomethod System.Diagnostics.Tests.StackFrameTests.Ctor_SkipFrames_FNeedFileInfo
657 # JIT should not inline custom throw helpers
658 -nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_SkipFrames
659 -nomethod System.Diagnostics.Tests.StackTraceTests.Ctor_Exception_SkipFrames_FNeedFileInfo
661 ####################################################################
662 ##  System.Numerics.Vectors.Tests
663 ####################################################################
665 # Expects NotSupportedException, but actual was TypeInitializationException
666 # https://github.com/mono/mono/issues/15190
667 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_DateTime
668 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_Char
669 -nomethod System.Numerics.Tests.GenericVectorTests.ConstructorWithUnsupportedTypes_Guid
671 ####################################################################
672 ##  System.Reflection.Context.Tests
673 ####################################################################
675 # System.ArgumentNullException : Value cannot be null.
676 # Parameter name: attributeType
677 # https://github.com/mono/mono/issues/15191
678 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_MemberAttributes_Success
679 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_ParameterAttributes_Success
680 -nomethod System.Reflection.Context.Tests.CustomReflectionContextTests.MapType_Interface_Throws
682 ####################################################################
683 ##  System.Reflection.Metadata.Tests
684 ####################################################################
686 # Assertion... Expected true, got false
687 # https://github.com/mono/mono/issues/15194
688 -nomethod System.Reflection.Tests.MetadataTokenTests.SuccessImpliesNonNilWithCorrectTable
689 # Test broken on Mono, added in https://github.com/dotnet/corefx/pull/40581
690 -nomethod System.Reflection.Tests.MetadataLoadContextTests.RelocatableAssembly
692 ####################################################################
693 ##  System.Runtime.Loader.DefaultContext.Tests
694 ####################################################################
696 # Expected FileNotFoundException, got none
697 # https://github.com/mono/mono/issues/15195
698 -nomethod System.Runtime.Loader.Tests.DefaultLoadContextTests.LoadInDefaultContext
700 ####################################################################
701 ##  System.Runtime.Loader.RefEmitLoadContext.Tests
702 ####################################################################
704 # Relies on AssemblyLoadContext.GetLoadContext, which is not implemented
705 -nomethod System.Runtime.Loader.Tests.RefEmitLoadContextTests.LoadRefEmitAssembly
707 ####################################################################
708 ##  System.Threading.Overlapped.Tests
709 ####################################################################
711 # Overflow Exception
712 # https://github.com/mono/mono/issues/15197
713 # https://github.com/mono/mono/issues/15311
714 # These tests should be ignored on x64 in dotnet/corefx
715 -nomethod OverlappedTests.PropertyTest2
716 -nomethod OverlappedTests.PropertyTest3
718 # NRE
719 # https://github.com/mono/mono/issues/15312
720 -nomethod ThreadPoolBoundHandleTests.BindHandle_MinusOneAsHandle_ThrowsArgumentException
722 # No Exception thrown
723 # https://github.com/mono/mono/issues/15313 
724 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_NonBlittableTypeAsPinData_Throws
725 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_ObjectArrayWithNonBlittableTypeAsPinData_Throws
726 -nomethod ThreadPoolBoundHandleTests.GetNativeOverlappedState_NullAsNativeOverlapped_ThrowsArgumentNullException
728 # NRE on BindHandle 
729 # https://github.com/mono/mono/issues/15314
730 -nomethod ThreadPoolBoundHandleTests.BindHandle_ZeroAsHandle_ThrowsArgumentException
731 -nomethod ThreadPoolBoundHandleTests.BindHandle_NullAsHandle_ThrowsArgumentNullException
732 -nomethod ThreadPoolBoundHandleTests.BindHandle_ValidHandle_ThrowsPlatformNotSupportedException
734 # Test not run
735 -nomethod ThreadPoolBoundHandleTests.PreAllocatedOverlapped_NullAsCallback_ThrowsArgumentNullException
737 ####################################################################
738 ##  System.Runtime.Extensions.Tests
739 ####################################################################
741 # GC.GetGCMemoryInfo is not implemented
742 # https://github.com/mono/mono/issues/15236
743 -nomethod System.Tests.AppDomainTests.MonitoringIsEnabled
745 # Mono expands generic Types in stacktraces unlike the .NET Core (sounds more like a feature: https://gist.github.com/EgorBo/3abb37d2ff4fc904bc7472c62498f933)
746 # https://github.com/mono/mono/issues/15315
747 -nomethod System.Tests.EnvironmentStackTrace.StackTraceTest
749 # These events are not wired up in mono
750 # https://github.com/mono/mono/issues/16246
751 -nomethod System.Tests.AppDomainTests.TypeResolve
752 -nomethod System.Tests.AppDomainTests.ResourceResolve
753 -nomethod System.Tests.AppDomainTests.AssemblyLoad
754 -nomethod System.Tests.AppDomainTests.FirstChanceException_Called
755 -nomethod System.Tests.AppDomainTests.AssemblyResolve_FirstChanceException
756 -nomethod System.Tests.AppDomainTests.AssemblyResolveInvalidAssemblyName
758 # AssemblyLoadContext.SetProfileOptimizationRoot is no-op (not implemented)
759 -nomethod System.Runtime.Tests.ProfileOptimizationTest.ProfileOptimization_CheckFileExists
761 ####################################################################
762 ##  System.Runtime.Handles.Tests
763 ####################################################################
765 # NRE in SafeHandle.Dispose
766 # https://github.com/mono/mono/issues/17224
767 -noclass SafeWaitHandleExtensions_4000_Tests
768 -noclass SafeWaitHandle_4000_Tests
770 ####################################################################
771 ##  System.Reflection.TypeExtensions.Tests
772 ####################################################################
774 # Assertion difference.  Expects 2, but got 1
775 # https://github.com/mono/mono/issues/15316
776 -nomethod System.Reflection.Tests.ConstructorInfoInvokeArrayTests.Invoke_1DArrayConstructor
778 # Exception difference
779 # https://github.com/mono/mono/issues/15317
780 -nomethod System.Reflection.Tests.ConstructorInfoTests.Invoke_Invalid
782 # Large Array support
783 # https://github.com/mono/mono/issues/15318
784 -nomethod System.Reflection.Tests.ConstructorInfoInvokeArrayTests.Invoke_LargeDimensionalArrayConstructor
786 # Throws a lot of different exceptions
787 # https://github.com/mono/mono/issues/15319
788 -nomethod System.Reflection.Tests.PropertyInfoTests.GetGetMethod_GetSetMethod
790 # Extra methods 
791 # https://github.com/mono/mono/issues/15320
792 -nomethod System.Reflection.Tests.TypeTests.GetMethods
794 ####################################################################
795 ##  System.Reflection.Emit.Lightweight.Tests
796 ####################################################################
798 # A different CreateDelegate issue
799 # https://github.com/mono/mono/issues/15321
800 -nomethod System.Reflection.Emit.Tests.DynamicMethodGetILGenerator1.GetILGenerator_Int_Module_CoreclrIgnoresSkipVisibility
801 -nomethod System.Reflection.Emit.Tests.DynamicMethodGetILGenerator1.GetILGenerator_Module_CoreclrIgnoresSkipVisibility
802 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_IntGenerics_Success
804 # Need to implement System.Reflection.Emit.DynamicILInfo.SetLocalSignature(Byte[] localSignature)
805 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_TwoDimTest
806 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_GenericMethod
807 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_CtorMethodAndField_Success
808 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_String_Success
809 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_StringGenerics_Success
810 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.Test_CallGM
811 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_Exception_Success
812 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.GetTokenFor_DynamicMethod_Success
814 # Need to implement System.Reflection.Emit.DynamicILInfo.SetExceptions(Byte* exceptions, Int32 exceptionsSize)
815 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.SetX_NullInput_ThrowsArgumentNullException
816 -nomethod System.Reflection.Emit.Tests.DynamicMethodctor1.InvalidOwner_ThrowsArgumentException
818 # Expected: typeof(System.ArgumentOutOfRangeException)
819 # Actual:   typeof(System.OverflowException): Arithmetic operation resulted in an overflow.
820 # https://github.com/mono/mono/issues/15334
821 -nomethod System.Reflection.Emit.Tests.DynamicILInfoTests.SetX_NegativeInputSize_ThrowsArgumentOutOfRangeException
823 ####################################################################
824 ##  System.Runtime.Loader.Tests
825 ####################################################################
827 # NOTE: Not run (relies on collectible ALCs)
828 -nomethod System.Runtime.Loader.Tests.ContextualReflectionTest.*
830 # relies on collectible AssemblyLoadContext
831 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unload_*
832 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Finalizer_CollectibleWithNoAssemblyLoaded
833 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.PublicConstructor_Theory
834 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.Unsupported_FixedAddressValueType
836 # relies on specific exception message
837 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.LoadFromAssemblyPath_PartiallyQualifiedPath_ThrowsArgumentException
838 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.LoadFromNativeImagePath_PartiallyQualifiedPath_ThrowsArgumentException
839 -nomethod System.Runtime.Loader.Tests.AssemblyLoadContextTest.LoadFromNativeImagePath_PartiallyQualifiedPath_ThrowsArgumentException2
841 ####################################################################
842 ##  System.Reflection.MetadataLoadContext.Tests
843 ####################################################################
845 # https://github.com/mono/mono/issues/15340
846 -nomethod System.Reflection.Tests.CustomAttributeTests.TestDllImportPseudoCustomAttribute
847 -nomethod System.Reflection.Tests.CustomAttributeTests.TestMarshalAsPseudoCustomAttribute
848 -nomethod System.Reflection.Tests.ParameterTests.TestPseudoCustomAttributes
849 -nomethod System.Reflection.Tests.TypeTests.TestExplicitOffsetPseudoCustomAttribute
851 # Assertion failure: Expected: true, Actual: false
852 # https://github.com/mono/mono/issues/15344
853 -nomethod System.Reflection.Tests.TypeInvariants.TestInvariantCode
855 # flaky tests
856 -nomethod System.Reflection.Tests.TypeInfoDeclaredImplementedInterfacesTests.*
858 ####################################################################
859 ##  System.Utf8String.Experimental.Tests
860 ####################################################################
862 # Experimental feature 
863 # Will be removed and we can skip for now.
864 -nomethod System.Tests.MemoryTests.*
865 -nomethod System.Tests.Utf8StringTests.*
866 -nomethod System.Tests.Utf8ExtensionsTests.*
867 -nomethod System.Tests.ReflectionTests.*
868 -nomethod System.Net.Http.Tests.Utf8StringContentTests.*
870 ####################################################################
871 ##  System.ComponentModel.Composition.Registration.Tests
872 ####################################################################
874 # System.ComponentModel.Composition.Registration APIs are not supported on this platform.
875 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderTests.*
876 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderUnitTests.*
877 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderOfTInheritanceTests.*
878 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportBuilderUnitTests.*
879 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderAttributedOverrideUnitTests.*
880 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderOfTTests.*
881 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderTests.*
882 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportBuilderTests.*
883 -nomethod System.ComponentModel.Composition.Registration.Tests.ImportBuilderTests.*
884 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderUnitTests.*
885 -nomethod System.ComponentModel.Composition.Registration.Tests.RegistrationBuilderExportFuncUnitTests.*
886 -nomethod System.ComponentModel.Composition.Registration.Tests.PartBuilderInterfaceTests.*
887 -nomethod System.ComponentModel.Composition.Registration.Tests.ExportInterfacesContractExclusionTests.*
889 ####################################################################
890 ##  System.Xml.Xsl.XslTransformApi.Tests
891 ####################################################################
893 # Xml differences... Looks like the parsing isn't working
894 # https://github.com/mono/mono/issues/15353
895 -nomethod System.Xml.Tests.CXmlResolverTest.TC_AbsolutePath_Transform
896 -nomethod System.Xml.Tests.CTransformResolverTest.TC_AbsolutePath_Transform
898 ####################################################################
899 ##  System.Security.Cryptography.X509Certificates.Tests
900 ####################################################################
902 # Passes local, but leaving here because it may be flaky 
903 -nomethod System.Security.Cryptography.X509Certificates.Tests.DynamicChainTests.TestInvalidAia
905 # disabled in CoreCLR too
906 -noclass System.Security.Cryptography.X509Certificates.Tests.X509Certificate2UITests
908 -nomethod System.IO.Tests.File_Move_Tests.File_Move_From_Unwatched_To_Watched
910 # unxpected non-breaking space in strings (char(160) - char(32))
911 -nomethod DataContractJsonSerializerTests.DCJS_VerifyDateTimeForDateTimeFormat
912 -nomethod DataContractJsonSerializerTests.DCJS_VerifyDateTimeForFormatStringDCJsonSerSettings
914 # GetCustomAttribute should ignore NullableContextAttribute?
915 -nomethod System.Reflection.Tests.GetCustomAttributes_MemberInfo.GetCustomAttributeAll
916 -nomethod System.Tests.AttributeGetCustomAttributes.MultipleAttributesTest
918 # Unexpected IntPtr.Zero from Interop.Mmap
919 -nomethod System.IO.MemoryMappedFiles.Tests.MemoryMappedViewAccessorTests.ValidAccessLevelCombinations
920 -nomethod System.IO.MemoryMappedFiles.Tests.MemoryMappedViewStreamTests.ValidAccessLevelCombinations
922 # requires precise gc (to be ignored in dotnet/corefx, e.g. https://github.com/dotnet/corefx/pull/39176)
923 -nomethod System.IO.Tests.FileStream_Dispose.Dispose_CallsVirtualDispose_TrueArg
924 -nomethod System.Net.Sockets.Tests.DisposedSocket.NonDisposedSocket_SafeHandlesCollected
925 -nomethod System.Diagnostics.TraceSourceTests.SwitchClassTests.PruneTest
927 # Flaky test (FileSystemWatcher)
928 -nomethod System.IO.Tests.Directory_NotifyFilter_Tests.FileSystemWatcher_Directory_NotifyFilter_LastWriteTime
930 ####################################################################
931 ##  System.Security.Cryptography.Encoding.Tests
932 ####################################################################
934 # Broken array copying (https://github.com/mono/mono/issues/16686)
935 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Method_InverseCase
936 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByValue_Ctor
937 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.Oid_StringString_NullFriendlyName
938 -nomethod System.Security.Cryptography.Encoding.Tests.OidTests.LookupOidByFriendlyName_Ctor
940 -nomethod System.Tests.StringComparerTests.CreateCultureOptions_InvalidArguments_Throws