Skip to content

Commit 876024d

Browse files
Rollup merge of #78670 - sasurau4:test/check-pass-incremental, r=jyn514
Remove FIXME comment in some incremental test suite Helps with #62277 I removed FIXME comment in some incremental tests with [rustc_partition_codegened](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_incremental/assert_module_sources/index.html). This seems using codegen process. So it uses intentionally `build-pass`
2 parents 5d5ff84 + f02296a commit 876024d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// revisions:cfail1 cfail2
66
// compile-flags: -Z query-dep-graph
77
// aux-build:point.rs
8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99

1010
#![feature(rustc_attrs)]
1111
#![feature(stmt_expr_attributes)]

src/test/incremental/change_add_field/struct_point.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// revisions:cfail1 cfail2
77
// compile-flags: -Z query-dep-graph
8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99

1010
#![feature(rustc_attrs)]
1111
#![feature(stmt_expr_attributes)]

src/test/incremental/change_private_impl_method/struct_point.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// revisions:cfail1 cfail2
55
// compile-flags: -Z query-dep-graph
6-
// build-pass (FIXME(62277): could be check-pass?)
6+
// build-pass
77

88
#![feature(rustc_attrs)]
99
#![feature(stmt_expr_attributes)]

src/test/incremental/change_pub_inherent_method_body/struct_point.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// revisions:cfail1 cfail2
44
// compile-flags: -Z query-dep-graph
5-
// build-pass (FIXME(62277): could be check-pass?)
5+
// build-pass
66

77
#![crate_type = "rlib"]
88
#![feature(rustc_attrs)]

src/test/incremental/change_pub_inherent_method_sig/struct_point.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// revisions:cfail1 cfail2
44
// compile-flags: -Z query-dep-graph
5-
// build-pass (FIXME(62277): could be check-pass?)
5+
// build-pass
66

77
#![crate_type = "rlib"]
88
#![feature(rustc_attrs)]

src/test/incremental/issue-49595/issue-49595.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// revisions:cfail1 cfail2 cfail3
22
// compile-flags: -Z query-dep-graph --test
3-
// build-pass (FIXME(62277): could be check-pass?)
3+
// build-pass
44

55
#![feature(rustc_attrs)]
66
#![crate_type = "rlib"]

0 commit comments

Comments
 (0)