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
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
The test layout folder that is created when we run tests includes an
mscorlib native image. This native image is specific to windows (since
we use the windows version of the runtime when building a test layout,
even when building a test layout for Linux or OSX) and the runtime
will not boot if it is present.
When we run tests from CI, we instruct Jenkins to not copy native
images, but if you are running tests by hand you need to either make
sure you don't copy native images over or remove them before running
tests.
With more folks wanting to use run-test.sh by hand, we should just
make run-test.sh responsible for cleaning up these native images.
Fixes #2605
0 commit comments