Skip to content

Commit

Permalink
Stop ignoring miri leaks
Browse files Browse the repository at this point in the history
Now that rust-lang/miri#940 has been fixed,
and has landed in nightly
(rust-lang/rust#70897), we should be able to run
miri with leak check enabled again!
  • Loading branch information
jonhoo committed May 6, 2020
1 parent 0188b21 commit 0abc0bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ jobs:
- miri
- script: cargo miri setup
displayName: cargo miri setup
# ignore leaks due to
# https://github.com/crossbeam-rs/crossbeam/issues/464
# which is
# https://github.com/rust-lang/miri/issues/940
- script: cargo miri -Zmiri-ignore-leaks test
- script: cargo miri test
displayName: cargo miri test
- job: asan
dependsOn: deny
Expand Down

0 comments on commit 0abc0bc

Please sign in to comment.