mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Re-enable some coverage tests on Linux
This commit is contained in:
parent
d9c13cd453
commit
e4b81f6d71
@ -148,8 +148,8 @@ $DIR/auxiliary/used_crate.rs:
|
|||||||
100| |// `unused_generic_function<T>()`, below.
|
100| |// `unused_generic_function<T>()`, below.
|
||||||
|
|
||||||
$DIR/uses_crate.rs:
|
$DIR/uses_crate.rs:
|
||||||
1| |// FIXME #110395
|
1| |// This test was failing on Linux for a while due to #110393 somehow making
|
||||||
2| |// ignore-linux
|
2| |// the unused functions not instrumented, but it seems to be fine now.
|
||||||
3| |
|
3| |
|
||||||
4| |// Validates coverage now works with optimizations
|
4| |// Validates coverage now works with optimizations
|
||||||
5| |// compile-flags: -C opt-level=3
|
5| |// compile-flags: -C opt-level=3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// FIXME #110395
|
// This test was failing on Linux for a while due to #110393 somehow making
|
||||||
// ignore-linux
|
// the unused functions not instrumented, but it seems to be fine now.
|
||||||
|
|
||||||
// Validates coverage now works with optimizations
|
// Validates coverage now works with optimizations
|
||||||
// compile-flags: -C opt-level=3
|
// compile-flags: -C opt-level=3
|
||||||
|
@ -139,8 +139,8 @@ $DIR/auxiliary/used_inline_crate.rs:
|
|||||||
90| 2|}
|
90| 2|}
|
||||||
|
|
||||||
$DIR/uses_inline_crate.rs:
|
$DIR/uses_inline_crate.rs:
|
||||||
1| |// FIXME #110395
|
1| |// This test was failing on Linux for a while due to #110393 somehow making
|
||||||
2| |// ignore-linux
|
2| |// the unused functions not instrumented, but it seems to be fine now.
|
||||||
3| |
|
3| |
|
||||||
4| |// Validates coverage now works with optimizations
|
4| |// Validates coverage now works with optimizations
|
||||||
5| |// compile-flags: -C opt-level=3
|
5| |// compile-flags: -C opt-level=3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// FIXME #110395
|
// This test was failing on Linux for a while due to #110393 somehow making
|
||||||
// ignore-linux
|
// the unused functions not instrumented, but it seems to be fine now.
|
||||||
|
|
||||||
// Validates coverage now works with optimizations
|
// Validates coverage now works with optimizations
|
||||||
// compile-flags: -C opt-level=3
|
// compile-flags: -C opt-level=3
|
||||||
|
Loading…
Reference in New Issue
Block a user