Ignore failing tests harder

This commit is contained in:
Alex Crichton 2017-08-30 12:46:33 -07:00
parent 1c7294eb54
commit 87ea0a19bf
2 changed files with 4 additions and 4 deletions

View file

@ -15,15 +15,14 @@
// revisions:rpass1 rpass2 // revisions:rpass1 rpass2
// compile-flags: -Z query-dep-graph // compile-flags: -Z query-dep-graph
// aux-build:point.rs // aux-build:point.rs
// ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green
#![feature(rustc_attrs)] #![feature(rustc_attrs)]
#![feature(stmt_expr_attributes)] #![feature(stmt_expr_attributes)]
#![allow(dead_code)] #![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")]
// #![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")]
// 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_read_field", 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_write_field", cfg="rpass2")]
#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]

View file

@ -11,6 +11,7 @@
// revisions:rpass1 rpass2 rpass3 // revisions:rpass1 rpass2 rpass3
// compile-flags: -Z query-dep-graph -g -Zincremental-cc // compile-flags: -Z query-dep-graph -g -Zincremental-cc
// aux-build:extern_crate.rs // 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 // This test case makes sure that we detect if paths emitted into debuginfo