dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 508 forks source link

Better logging for runtest.cmd #483

Open schellap opened 8 years ago

schellap commented 8 years ago

The toolchain silently ignores asserts when they are hit in Debug release. It is better to bubble up asserts.

The CPP run overwrites/clears the JIT run. Provide an option to fail fast on failure.

Use verbose flag with --ilcargs for CI runs.

Also, see: https://github.com/dotnet/corert/pull/475#issuecomment-161894220

@manu-silicon, I've filed an issue for now. I'll try to add this soon.

nattress commented 8 years ago

Alternatively, we could keep the JIT / CPP test binaries separate by adding -cpp / -jit to their output folder or something.

manu-st commented 8 years ago

@nattress :+1: