Skip to content

Commit

Permalink
Re-enable killing_cargo_releases_the_lock on windows.
Browse files Browse the repository at this point in the history
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 rust-lang#3102 (comment)
where it was originally disabled.
  • Loading branch information
ehuss authored and Hezuikn committed Sep 22, 2022
1 parent fcdc0a1 commit 9b34879
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testsuite/concurrent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,7 @@ fn same_project() {

// 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.
// older win versions don't support job objects, so skip test there
#[cargo_test]
#[cfg_attr(target_os = "windows", ignore)]
fn killing_cargo_releases_the_lock() {
let p = project()
.file(
Expand Down

0 comments on commit 9b34879

Please sign in to comment.