Skip to content

Commit 87ea0a1

Browse files
committed
Ignore failing tests harder
1 parent 1c7294e commit 87ea0a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
// revisions:rpass1 rpass2
1616
// compile-flags: -Z query-dep-graph
1717
// aux-build:point.rs
18+
// ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green
1819

1920
#![feature(rustc_attrs)]
2021
#![feature(stmt_expr_attributes)]
2122
#![allow(dead_code)]
2223

23-
// FIXME(#42293) this regressed in #44142 but should get fixed with red/green
24-
// #![rustc_partition_reused(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")]
25-
// FIXME(#42293) this regressed in #44142 but should get fixed with red/green
26-
// #![rustc_partition_reused(module="struct_point-fn_calls_free_fn", cfg="rpass2")]
24+
#![rustc_partition_reused(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")]
25+
#![rustc_partition_reused(module="struct_point-fn_calls_free_fn", cfg="rpass2")]
2726
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
2827
#![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")]
2928
#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]

src/test/incremental/remapped_paths_cc/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// revisions:rpass1 rpass2 rpass3
1212
// compile-flags: -Z query-dep-graph -g -Zincremental-cc
1313
// aux-build:extern_crate.rs
14+
// ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green
1415

1516

1617
// This test case makes sure that we detect if paths emitted into debuginfo

0 commit comments

Comments
 (0)