CoreFX.issues.rsp 62 KB

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