mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Re-enable killing_cargo_releases_the_lock on windows.
AFAICT, we do not test on these older platforms anymore. Regardless, the test seems to work fine on 32-bit windows-gnu on Windows 10. See https://github.com/rust-lang/cargo/pull/3102#issuecomment-260815269 where it was originally disabled.
This commit is contained in:
parent
0fb9e85e45
commit
01747aa145
@ -351,9 +351,7 @@ fn same_project() {
|
|||||||
|
|
||||||
// Make sure that if Cargo dies while holding a lock that it's released and the
|
// Make sure that if Cargo dies while holding a lock that it's released and the
|
||||||
// next Cargo to come in will take over cleanly.
|
// next Cargo to come in will take over cleanly.
|
||||||
// older win versions don't support job objects, so skip test there
|
|
||||||
#[cargo_test]
|
#[cargo_test]
|
||||||
#[cfg_attr(target_os = "windows", ignore)]
|
|
||||||
fn killing_cargo_releases_the_lock() {
|
fn killing_cargo_releases_the_lock() {
|
||||||
let p = project()
|
let p = project()
|
||||||
.file(
|
.file(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user