Commit graph

8 commits

Author SHA1 Message Date
Justin Geibel 34628b6574 Rename debug target to dev in build output
This renames the debug target to dev in the build output for non-release
builds.  This includes the output of commands such as `cargo build`,
`cargo test`, and `cargo doc`.

Closes #3519
2017-01-11 21:10:29 -05:00
Nipunn Koorapati 8e22eca9c8 Target_env -> Target_os 2016-11-15 23:46:57 -08:00
Nipunn Koorapati 2af9e1fac5 Ignore killing_cargo_releases_the_lock on windows 2016-11-15 22:48:21 -08:00
Nipunn Koorapati 235ebde7d0 Ignore the flaky lock test on older windows 2016-11-15 09:51:12 -08:00
Aleksey Kladov 7a71d5bffc Use a single lock for all git repositories 2016-08-16 00:09:34 +03:00
Aleksey Kladov c14cb98510 Add a test for #2987 2016-08-15 02:04:07 +03:00
Jonathan Turner cd955f129d Add 'Finished' line after compile finishes with compile timing and build type 2016-07-25 16:30:03 -07:00
Alex Crichton 763ba535eb Shared the test suite into multiple binaries
Compiling everything in one binary was getting annoying as it just took forever
to build, instead shard it all up so we can build just particular test suites at
a time.
2016-05-25 21:25:13 -07:00
Renamed from tests/test_cargo_concurrent.rs (Browse further)