Skip to content

Commit

Permalink
Re-enable some coverage tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jul 6, 2023
1 parent d9c13cd commit e4b81f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tests/run-coverage/uses_crate.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ $DIR/auxiliary/used_crate.rs:
100| |// `unused_generic_function<T>()`, below.

$DIR/uses_crate.rs:
1| |// FIXME #110395
2| |// ignore-linux
1| |// This test was failing on Linux for a while due to #110393 somehow making
2| |// the unused functions not instrumented, but it seems to be fine now.
3| |
4| |// Validates coverage now works with optimizations
5| |// compile-flags: -C opt-level=3
Expand Down
4 changes: 2 additions & 2 deletions tests/run-coverage/uses_crate.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// FIXME #110395
// ignore-linux
// This test was failing on Linux for a while due to #110393 somehow making
// the unused functions not instrumented, but it seems to be fine now.

// Validates coverage now works with optimizations
// compile-flags: -C opt-level=3
Expand Down
4 changes: 2 additions & 2 deletions tests/run-coverage/uses_inline_crate.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ $DIR/auxiliary/used_inline_crate.rs:
90| 2|}

$DIR/uses_inline_crate.rs:
1| |// FIXME #110395
2| |// ignore-linux
1| |// This test was failing on Linux for a while due to #110393 somehow making
2| |// the unused functions not instrumented, but it seems to be fine now.
3| |
4| |// Validates coverage now works with optimizations
5| |// compile-flags: -C opt-level=3
Expand Down
4 changes: 2 additions & 2 deletions tests/run-coverage/uses_inline_crate.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// FIXME #110395
// ignore-linux
// This test was failing on Linux for a while due to #110393 somehow making
// the unused functions not instrumented, but it seems to be fine now.

// Validates coverage now works with optimizations
// compile-flags: -C opt-level=3
Expand Down

0 comments on commit e4b81f6

Please sign in to comment.