Make mono_fmod extern "C and not static, to simplify later (#14355)
[mono-project.git] / netcore / excludes-System.Text.Json.Tests.rsp
blobc55bfa12bb95dbd0ca078c0ebf88c29fd35eea91
1 # JsonSerializer.Parse<Enum>(...) generates invalid IL through DynamicMethod
2 # Mono throws "System.MemberAccessException: Cannot create an abstract class: System.Enum" from System.Reflection.Emit.DynamicMethod.CreateDelegate
3 # CoreCLR creates the delegate, but fails to execute it with "System.InvalidOperationException: Instances of abstract classes cannot be created."
4 -nomethod System.Text.Json.Serialization.Tests.ValueTests.ValueFail