diff options
| author | Eric Huss <eric@huss.org> | 2021-09-15 15:59:48 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2021-09-15 15:59:48 -0700 |
| commit | 66a19876f73427ecf849dfd90d5618c70c54bd6f (patch) | |
| tree | c7424dae7a901af1011fd197d934f9de494fcace /src/test | |
| parent | 6070763bc7c864a1b70867cef968da5629e821cd (diff) | |
| download | rust-66a19876f73427ecf849dfd90d5618c70c54bd6f.tar.gz rust-66a19876f73427ecf849dfd90d5618c70c54bd6f.zip | |
Disable debuginfo test on Windows that fails in new cdb version.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/debuginfo/mutex.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debuginfo/mutex.rs b/src/test/debuginfo/mutex.rs index 40bea30f125..4a529541bae 100644 --- a/src/test/debuginfo/mutex.rs +++ b/src/test/debuginfo/mutex.rs @@ -3,6 +3,8 @@ // cdb-only // min-cdb-version: 10.0.21287.1005 // compile-flags:-g +// FIXME: Failed on update to 10.0.22000.1 +// ignore-windows // === CDB TESTS ================================================================================== // |
