You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test is failing on Linux mono for PRs into the features/recursive-patterns branch.
2018-11-17T01:48:13.3915830Z �[39;49m�[31m Microsoft.CodeAnalysis.CSharp.UnitTests.Emit.ResourceTests.AddResourceToModule[FAIL]2018-11-17T01:48:13.3925508Z �[39;49m�[37m System.NullReferenceException: Object reference not set to an instance of an object2018-11-17T01:48:13.3930942Z �[39;49m�[30m Stack Trace:2018-11-17T01:48:13.4075872Z �[39;49m�[37m at System.Reflection.Assembly.add_ModuleResolve(System.Reflection.ModuleResolveEventHandlervalue)[0x00000]in<3fbd5de7321a46409ce8ab20db4b2557>:02018-11-17T01:48:13.4076778Z �[39;49m�[37m at Microsoft.CodeAnalysis.CSharp.UnitTests.Emit.ResourceTests.AddResourceToModule()[0x00367]in<8c6e94205fd44c8b8c1316a2dd08c849>:02018-11-17T01:48:13.4077270Z �[39;49m�[37m at (wrappermanaged-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)2018-11-17T01:48:13.4104432Z �[39;49m�[37m at System.Reflection.MonoMethod.Invoke(System.Objectobj,System.Reflection.BindingFlagsinvokeAttr,System.Reflection.Binderbinder,System.Object[]parameters,System.Globalization.CultureInfoculture)[0x0006a]in<3fbd5de7321a46409ce8ab20db4b2557>:0
The text was updated successfully, but these errors were encountered:
* Restore flow graph produced for existing switch statements
Fixes#28634
* Prevent type and constant value on a constant pattern
See also #31150
* Skip `AddResourceToModule` on Linux
Issue reported as #31279
This test is failing on Linux mono for PRs into the
features/recursive-patterns
branch.The text was updated successfully, but these errors were encountered: