]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss
authorthe8472 <the8472@users.noreply.github.com>
Wed, 22 Sep 2021 17:03:23 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Sep 2021 17:03:23 +0000 (19:03 +0200)
commit0cbddffe25d44c583caa9c2bf853ff7402e326d9
tree6eeaedc3749a35c56d5a376c9b1972694bd2238f
parent5948a7b40799d0c0ab4dd171375a335402686ff6
parentbd5bc49d0553235ea0ea04bf96b9abb873505087
Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss

Re-enable the `src/test/debuginfo/mutex.rs` test on Windows

This test required a newer version of cdb than was previously enabled in
CI thus leading to some bitrot in the test since the time it was
originally created. With the update to the `windows-latest` image last
week, we're now running this test in CI and thus uncovered the
regression.

I've updated the test and it now passes.

r? `@ehuss`