(1) On Linux / x64, using corerun, every launch shows a raft of messages complaining that some directories under Core_Root are not files:
The specified managed assembly is not a file: /repos/runtime/artifacts/tests/coreclr/Linux.arm64.Checked/Tests/Core_Root//.
The specified managed assembly is not a file: /repos/runtime/artifacts/tests/coreclr/Linux.arm64.Checked/Tests/Core_Root//..
The specified managed assembly is not a file: /repos/runtime/artifacts/tests/coreclr/Linux.arm64.Checked/Tests/Core_Root//crossgen2
The specified managed assembly is not a file: /repos/runtime/artifacts/tests/coreclr/Linux.arm64.Checked/Tests/Core_Root//IL
... etc ...
(2) If corerun terminates unexpectedly, one gets the following assert from the runtime:
Assert failure(PID 83728 [0x00014710], Thread: 83728 [0x14710]): fWasAttached
File: /repos/runtime/src/coreclr/debug/ee/controller.cpp Line: 4272
Image: /repos/runtime/artifacts/tests/coreclr/Linux.arm64.Checked/Tests/Core_Root/corerun
(1) On Linux / x64, using corerun, every launch shows a raft of messages complaining that some directories under
Core_Rootare not files:(2) If corerun terminates unexpectedly, one gets the following assert from the runtime: