-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverage: Copy all remaining coverage-map tests into run-coverage
- Loading branch information
Showing
4 changed files
with
308 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
LL| |// compile-flags: --edition=2021 | ||
LL| |// ignore-tidy-linelength | ||
LL| | | ||
LL| |// This file deliberately contains line and column numbers larger than 127, | ||
LL| |// to verify that `coverage-dump`'s ULEB128 parser can handle them. | ||
LL| | | ||
LL| 1|fn main() { | ||
LL| 1| wide_function(); | ||
LL| 1| long_function(); | ||
LL| 1| far_function(); | ||
LL| 1|} | ||
LL| | | ||
LL| |#[rustfmt::skip] | ||
LL| 1|fn wide_function() { /* */ (); } | ||
LL| | | ||
LL| 1|fn long_function() { | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1| // | ||
LL| 1|} | ||
LL| | | ||
LL| 1|fn far_function() {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
// compile-flags: --edition=2021 | ||
// ignore-tidy-linelength | ||
|
||
// This file deliberately contains line and column numbers larger than 127, | ||
// to verify that `coverage-dump`'s ULEB128 parser can handle them. | ||
|
||
fn main() { | ||
wide_function(); | ||
long_function(); | ||
far_function(); | ||
} | ||
|
||
#[rustfmt::skip] | ||
fn wide_function() { /* */ (); } | ||
|
||
fn long_function() { | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
} | ||
|
||
fn far_function() {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
LL| |// compile-flags: --edition=2021 | ||
LL| | | ||
LL| 1|fn main() {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// compile-flags: --edition=2021 | ||
|
||
fn main() {} |