Skip to content

Commit 010f301

Browse files
authoredDec 12, 2023
Rollup merge of #118877 - Enselic:remove-cgu-fixme, r=Nilstrieb
tests: CGU tests require build-pass, not check-pass (remove FIXME) CGU tests require CGU code to be exercised. We can't merely do "cargo check" on these tests. Part of #62277
2 parents d661974 + 41c9404 commit 010f301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎tests/incremental/thinlto/cgu_invalidated_via_import.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// revisions: cfail1 cfail2 cfail3
66
// compile-flags: -Z query-dep-graph -O
7-
// build-pass (FIXME(62277): could be check-pass?)
7+
// build-pass
88

99
#![feature(rustc_attrs)]
1010
#![crate_type="rlib"]

‎tests/incremental/thinlto/cgu_keeps_identical_fn.rs

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

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

1010
#![feature(rustc_attrs)]
1111
#![crate_type = "rlib"]

‎tests/incremental/thinlto/independent_cgus_dont_affect_each_other.rs

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.