diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-08-30 12:46:33 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-09-05 07:37:28 -0700 |
| commit | 87ea0a19bf3a4dccac890b33646fa3460dff5a8b (patch) | |
| tree | 29e973daa32992da3250752aa5950546fb77ec6e /src/test/incremental/remapped_paths_cc | |
| parent | 1c7294eb54df519d36b7e3904aac11507daf33b4 (diff) | |
| download | rust-87ea0a19bf3a4dccac890b33646fa3460dff5a8b.tar.gz rust-87ea0a19bf3a4dccac890b33646fa3460dff5a8b.zip | |
Ignore failing tests harder
Diffstat (limited to 'src/test/incremental/remapped_paths_cc')
| -rw-r--r-- | src/test/incremental/remapped_paths_cc/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/incremental/remapped_paths_cc/main.rs b/src/test/incremental/remapped_paths_cc/main.rs index 701c5fec49b..58fb8bc3c88 100644 --- a/src/test/incremental/remapped_paths_cc/main.rs +++ b/src/test/incremental/remapped_paths_cc/main.rs @@ -11,6 +11,7 @@ // revisions:rpass1 rpass2 rpass3 // compile-flags: -Z query-dep-graph -g -Zincremental-cc // aux-build:extern_crate.rs +// ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green // This test case makes sure that we detect if paths emitted into debuginfo |
