dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.25k stars 4.73k forks source link

dev10_865840 test failed #4856

Open richardlford opened 8 years ago

richardlford commented 8 years ago

On a debug win64 test job, the

JIT\Regression\Dev11\dev10_865840\dev10_865840\dev10_865840.cmd

test failed with this message:

Unhandled Exception: System.MethodAccessException: 
Attempt by method 'DifRepro.Program.Test()' to access method
 'System.Security.Permissions.SecurityPermission..ctor(
   System.Security.Permissions.SecurityPermissionFlag)'

I'm excluding this test until the root cause is known and resolved.

category:correctness theme:testing skill-level:beginner cost:small impact:small

sivarv commented 8 years ago

Marking this as test issue since MethodAccessException indicates most likely a test issue rather a codegen issue.