From 9b34879ba574295fb77b6e0a5bcbbec5a125946d Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 2 Aug 2022 12:30:42 -0700 Subject: [PATCH] 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. --- tests/testsuite/concurrent.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testsuite/concurrent.rs b/tests/testsuite/concurrent.rs index 51d02f32bff..fe4ecfc4229 100644 --- a/tests/testsuite/concurrent.rs +++ b/tests/testsuite/concurrent.rs @@ -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(