diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-07-06 10:19:31 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2023-07-06 10:19:31 +1000 |
| commit | e4b81f6d71ba3d9823b0133a985e8d0c77dfe2f3 (patch) | |
| tree | 3d27decb191af0c0e98ef52f832afcd6a9877526 /tests | |
| parent | d9c13cd4531649c2028a8384cb4d4e54f985380e (diff) | |
| download | rust-e4b81f6d71ba3d9823b0133a985e8d0c77dfe2f3.tar.gz rust-e4b81f6d71ba3d9823b0133a985e8d0c77dfe2f3.zip | |
Re-enable some coverage tests on Linux
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-coverage/uses_crate.coverage | 4 | ||||
| -rw-r--r-- | tests/run-coverage/uses_crate.rs | 4 | ||||
| -rw-r--r-- | tests/run-coverage/uses_inline_crate.coverage | 4 | ||||
| -rw-r--r-- | tests/run-coverage/uses_inline_crate.rs | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/run-coverage/uses_crate.coverage b/tests/run-coverage/uses_crate.coverage index a3b78e21405..ccdcf350334 100644 --- a/tests/run-coverage/uses_crate.coverage +++ b/tests/run-coverage/uses_crate.coverage @@ -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 diff --git a/tests/run-coverage/uses_crate.rs b/tests/run-coverage/uses_crate.rs index ab466970f8e..ab203ad781d 100644 --- a/tests/run-coverage/uses_crate.rs +++ b/tests/run-coverage/uses_crate.rs @@ -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 diff --git a/tests/run-coverage/uses_inline_crate.coverage b/tests/run-coverage/uses_inline_crate.coverage index f878d8107c5..64308c796d6 100644 --- a/tests/run-coverage/uses_inline_crate.coverage +++ b/tests/run-coverage/uses_inline_crate.coverage @@ -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 diff --git a/tests/run-coverage/uses_inline_crate.rs b/tests/run-coverage/uses_inline_crate.rs index 4bd66d2f89c..d7b4c3c057f 100644 --- a/tests/run-coverage/uses_inline_crate.rs +++ b/tests/run-coverage/uses_inline_crate.rs @@ -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 |
