-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Milestone
Description
The test added in #47400 is failing in crossgen2 outerloop with:
Regressions/coreclr/Runtimelab_578/arr/arr.sh [FAIL]
cp: target '/home/helixbot/work/AE900994/p/lib*.dylib' is not a directory
rm: cannot remove '/home/helixbot/work/AE900994/w/B29009C8/e/Regressions/coreclr/Runtimelab_578/arr/composite-r2r.dll.rsp': No such file or directory
Unhandled exception. System.AggregateException: One or more errors occurred. (Code generation failed for method '[arr]<Module>.main()')
---> ILCompiler.CodeGenerationFailedException: Code generation failed for method '[arr]<Module>.main()'
---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Internal.TypeSystem.ArrayMethod.GetCanonMethodTarget(CanonicalFormKind kind)
added in #47400, @MichalStrehovsky could you please take a look if it is a test issue?
Reactions are currently unavailable