Skip to content

Commit 14d1e87

Browse files
committed
temporarily ignore run-make coverage tests
1 parent dd025c3 commit 14d1e87

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/run-make/coverage/uses_crate.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME #110395
2+
// ignore-llvm-cov-show-diffs
3+
14
#![allow(unused_assignments, unused_variables)]
25
// compile-flags: -C opt-level=3 # validates coverage now works with optimizations
36
extern crate used_crate;

tests/run-make/coverage/uses_inline_crate.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME #110395
2+
// ignore-llvm-cov-show-diffs
3+
14
#![allow(unused_assignments, unused_variables)]
25

36
// compile-flags: -C opt-level=3 # validates coverage now works with optimizations

0 commit comments

Comments
 (0)