diff options
| author | Simonas Kazlauskas <github@kazlauskas.me> | 2015-12-31 17:28:56 +0200 |
|---|---|---|
| committer | Simonas Kazlauskas <git@kazlauskas.me> | 2015-12-31 18:52:19 +0200 |
| commit | ad3371aedbf3c2addb105d7997a27311cbcf42e2 (patch) | |
| tree | aacec6f6f5fa02dc69ff1e24665d09493d0c3657 /src/test | |
| parent | 8aee5826f9b0ce3e6bcd4c5a292fdc22ac8c78fc (diff) | |
| parent | a3d81c64791d794bfda34254665284b475de6598 (diff) | |
| download | rust-ad3371aedbf3c2addb105d7997a27311cbcf42e2.tar.gz rust-ad3371aedbf3c2addb105d7997a27311cbcf42e2.zip | |
Rollup merge of #30365 - tamird:update-valgrind, r=pnkfelix
Since `darwin` is really `apple-darwin`, the valgrind-rpass tests were not actually being run with valgrind on mac before. Also, the `HOST` check was completely wrong. r? @alexcrichton
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass-valgrind/exit-flushes.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/run-pass-valgrind/exit-flushes.rs b/src/test/run-pass-valgrind/exit-flushes.rs index 76ecbfd2f22..632693dd728 100644 --- a/src/test/run-pass-valgrind/exit-flushes.rs +++ b/src/test/run-pass-valgrind/exit-flushes.rs @@ -8,6 +8,9 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-macos this needs valgrind 3.11 or higher; see +// https://github.com/rust-lang/rust/pull/30365#issuecomment-165763679 + use std::env; use std::process::{exit, Command}; |
