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 | |
| parent | 1c7294eb54df519d36b7e3904aac11507daf33b4 (diff) | |
| download | rust-87ea0a19bf3a4dccac890b33646fa3460dff5a8b.tar.gz rust-87ea0a19bf3a4dccac890b33646fa3460dff5a8b.zip | |
Ignore failing tests harder
Diffstat (limited to 'src/test/incremental')
| -rw-r--r-- | src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs | 7 | ||||
| -rw-r--r-- | src/test/incremental/remapped_paths_cc/main.rs | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs b/src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs index b2c55575217..875aa329365 100644 --- a/src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs +++ b/src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs @@ -15,15 +15,14 @@ // revisions:rpass1 rpass2 // compile-flags: -Z query-dep-graph // aux-build:point.rs +// ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green #![feature(rustc_attrs)] #![feature(stmt_expr_attributes)] #![allow(dead_code)] -// FIXME(#42293) this regressed in #44142 but should get fixed with red/green -// #![rustc_partition_reused(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")] -// FIXME(#42293) this regressed in #44142 but should get fixed with red/green -// #![rustc_partition_reused(module="struct_point-fn_calls_free_fn", cfg="rpass2")] +#![rustc_partition_reused(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")] +#![rustc_partition_reused(module="struct_point-fn_calls_free_fn", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")] 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 |
