Skip to content

Commit 40cfc2d

Browse files
committed
coverage: Move branch coverage tests into a subdirectory
1 parent 3fba278 commit 40cfc2d

12 files changed

+15
-15
lines changed

tests/coverage/branch_generics.cov-map tests/coverage/branch/generics.cov-map

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Function name: branch_generics::print_size::<()>
1+
Function name: generics::print_size::<()>
22
Raw bytes (35): 0x[01, 01, 02, 01, 05, 05, 02, 05, 01, 06, 01, 01, 24, 20, 05, 02, 01, 08, 00, 24, 05, 00, 25, 02, 06, 02, 02, 0c, 02, 06, 07, 03, 01, 00, 02]
33
Number of files: 1
44
- file 0 => global file 1
@@ -16,7 +16,7 @@ Number of file 0 mappings: 5
1616
- Code(Expression(1, Add)) at (prev + 3, 1) to (start + 0, 2)
1717
= (c1 + (c0 - c1))
1818

19-
Function name: branch_generics::print_size::<u32>
19+
Function name: generics::print_size::<u32>
2020
Raw bytes (35): 0x[01, 01, 02, 01, 05, 05, 02, 05, 01, 06, 01, 01, 24, 20, 05, 02, 01, 08, 00, 24, 05, 00, 25, 02, 06, 02, 02, 0c, 02, 06, 07, 03, 01, 00, 02]
2121
Number of files: 1
2222
- file 0 => global file 1
@@ -34,7 +34,7 @@ Number of file 0 mappings: 5
3434
- Code(Expression(1, Add)) at (prev + 3, 1) to (start + 0, 2)
3535
= (c1 + (c0 - c1))
3636

37-
Function name: branch_generics::print_size::<u64>
37+
Function name: generics::print_size::<u64>
3838
Raw bytes (35): 0x[01, 01, 02, 01, 05, 05, 02, 05, 01, 06, 01, 01, 24, 20, 05, 02, 01, 08, 00, 24, 05, 00, 25, 02, 06, 02, 02, 0c, 02, 06, 07, 03, 01, 00, 02]
3939
Number of files: 1
4040
- file 0 => global file 1

tests/coverage/branch_generics.coverage tests/coverage/branch/generics.coverage

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
LL| 2| }
1717
LL| 3|}
1818
------------------
19-
| branch_generics::print_size::<()>:
19+
| generics::print_size::<()>:
2020
| LL| 1|fn print_size<T>() {
2121
| LL| 1| if std::mem::size_of::<T>() > 4 {
2222
| ------------------
@@ -28,7 +28,7 @@
2828
| LL| 1| }
2929
| LL| 1|}
3030
------------------
31-
| branch_generics::print_size::<u32>:
31+
| generics::print_size::<u32>:
3232
| LL| 1|fn print_size<T>() {
3333
| LL| 1| if std::mem::size_of::<T>() > 4 {
3434
| ------------------
@@ -40,7 +40,7 @@
4040
| LL| 1| }
4141
| LL| 1|}
4242
------------------
43-
| branch_generics::print_size::<u64>:
43+
| generics::print_size::<u64>:
4444
| LL| 1|fn print_size<T>() {
4545
| LL| 1| if std::mem::size_of::<T>() > 4 {
4646
| ------------------
File renamed without changes.

tests/coverage/branch_guard.cov-map tests/coverage/branch/guard.cov-map

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Function name: branch_guard::branch_match_guard
1+
Function name: guard::branch_match_guard
22
Raw bytes (85): 0x[01, 01, 06, 19, 0d, 05, 09, 0f, 15, 13, 11, 17, 0d, 05, 09, 0d, 01, 0c, 01, 01, 10, 1d, 03, 0b, 00, 0c, 15, 01, 14, 02, 0a, 0d, 03, 0e, 00, 0f, 19, 00, 14, 00, 19, 20, 0d, 02, 00, 14, 00, 1e, 0d, 00, 1d, 02, 0a, 11, 03, 0e, 00, 0f, 1d, 00, 14, 00, 19, 20, 11, 09, 00, 14, 00, 1e, 11, 00, 1d, 02, 0a, 17, 03, 0e, 02, 0a, 0b, 04, 01, 00, 02]
33
Number of files: 1
44
- file 0 => global file 1
File renamed without changes.
File renamed without changes.

tests/coverage/branch_if.cov-map tests/coverage/branch/if.cov-map

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Function name: branch_if::branch_and
1+
Function name: if::branch_and
22
Raw bytes (56): 0x[01, 01, 04, 05, 09, 0d, 02, 11, 0f, 0d, 02, 08, 01, 2b, 01, 01, 10, 05, 03, 08, 00, 09, 20, 09, 02, 00, 08, 00, 09, 09, 00, 0d, 00, 0e, 20, 11, 0d, 00, 0d, 00, 0e, 11, 00, 0f, 02, 06, 0f, 02, 0c, 02, 06, 0b, 03, 01, 00, 02]
33
Number of files: 1
44
- file 0 => global file 1
@@ -23,7 +23,7 @@ Number of file 0 mappings: 8
2323
- Code(Expression(2, Add)) at (prev + 3, 1) to (start + 0, 2)
2424
= (c4 + (c3 + (c1 - c2)))
2525

26-
Function name: branch_if::branch_not
26+
Function name: if::branch_not
2727
Raw bytes (224): 0x[01, 01, 29, 05, 09, 09, 02, a3, 01, 0d, 09, 02, a3, 01, 0d, 09, 02, 0d, 9e, 01, a3, 01, 0d, 09, 02, 9b, 01, 11, 0d, 9e, 01, a3, 01, 0d, 09, 02, 9b, 01, 11, 0d, 9e, 01, a3, 01, 0d, 09, 02, 11, 96, 01, 9b, 01, 11, 0d, 9e, 01, a3, 01, 0d, 09, 02, 93, 01, 15, 11, 96, 01, 9b, 01, 11, 0d, 9e, 01, a3, 01, 0d, 09, 02, 93, 01, 15, 11, 96, 01, 9b, 01, 11, 0d, 9e, 01, a3, 01, 0d, 09, 02, 15, 8e, 01, 93, 01, 15, 11, 96, 01, 9b, 01, 11, 0d, 9e, 01, a3, 01, 0d, 09, 02, 12, 01, 0c, 01, 01, 10, 05, 03, 08, 00, 09, 20, 09, 02, 00, 08, 00, 09, 09, 01, 09, 00, 11, 02, 01, 06, 00, 07, a3, 01, 01, 08, 00, 0a, 20, 9e, 01, 0d, 00, 08, 00, 0a, 9e, 01, 00, 0b, 02, 06, 0d, 02, 06, 00, 07, 9b, 01, 01, 08, 00, 0b, 20, 11, 96, 01, 00, 08, 00, 0b, 11, 00, 0c, 02, 06, 96, 01, 02, 06, 00, 07, 93, 01, 01, 08, 00, 0c, 20, 8e, 01, 15, 00, 08, 00, 0c, 8e, 01, 00, 0d, 02, 06, 15, 02, 06, 00, 07, 8b, 01, 01, 01, 00, 02]
2828
Number of files: 1
2929
- file 0 => global file 1
@@ -105,7 +105,7 @@ Number of file 0 mappings: 18
105105
- Code(Expression(34, Add)) at (prev + 1, 1) to (start + 0, 2)
106106
= (c5 + ((c4 + ((c3 + ((c2 + (c1 - c2)) - c3)) - c4)) - c5))
107107

108-
Function name: branch_if::branch_not_as
108+
Function name: if::branch_not_as
109109
Raw bytes (124): 0x[01, 01, 16, 05, 09, 09, 02, 57, 0d, 09, 02, 57, 0d, 09, 02, 0d, 52, 57, 0d, 09, 02, 4f, 11, 0d, 52, 57, 0d, 09, 02, 4f, 11, 0d, 52, 57, 0d, 09, 02, 11, 4a, 4f, 11, 0d, 52, 57, 0d, 09, 02, 0e, 01, 1d, 01, 01, 10, 05, 03, 08, 00, 14, 20, 02, 09, 00, 08, 00, 14, 02, 00, 15, 02, 06, 09, 02, 06, 00, 07, 57, 01, 08, 00, 15, 20, 0d, 52, 00, 08, 00, 15, 0d, 00, 16, 02, 06, 52, 02, 06, 00, 07, 4f, 01, 08, 00, 16, 20, 4a, 11, 00, 08, 00, 16, 4a, 00, 17, 02, 06, 11, 02, 06, 00, 07, 47, 01, 01, 00, 02]
110110
Number of files: 1
111111
- file 0 => global file 1
@@ -160,7 +160,7 @@ Number of file 0 mappings: 14
160160
- Code(Expression(17, Add)) at (prev + 1, 1) to (start + 0, 2)
161161
= (c4 + ((c3 + ((c2 + (c1 - c2)) - c3)) - c4))
162162

163-
Function name: branch_if::branch_or
163+
Function name: if::branch_or
164164
Raw bytes (56): 0x[01, 01, 04, 05, 09, 09, 0d, 0f, 11, 09, 0d, 08, 01, 35, 01, 01, 10, 05, 03, 08, 00, 09, 20, 09, 02, 00, 08, 00, 09, 02, 00, 0d, 00, 0e, 20, 0d, 11, 00, 0d, 00, 0e, 0f, 00, 0f, 02, 06, 11, 02, 0c, 02, 06, 0b, 03, 01, 00, 02]
165165
Number of files: 1
166166
- file 0 => global file 1
File renamed without changes.
File renamed without changes.

tests/coverage/branch_while.cov-map tests/coverage/branch/while.cov-map

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Function name: branch_while::while_cond
1+
Function name: while::while_cond
22
Raw bytes (42): 0x[01, 01, 03, 05, 09, 03, 09, 03, 09, 06, 01, 0c, 01, 01, 10, 05, 03, 09, 00, 12, 03, 01, 0b, 00, 10, 20, 09, 0a, 00, 0b, 00, 10, 09, 00, 11, 02, 06, 0a, 03, 01, 00, 02]
33
Number of files: 1
44
- file 0 => global file 1
@@ -18,7 +18,7 @@ Number of file 0 mappings: 6
1818
- Code(Expression(2, Sub)) at (prev + 3, 1) to (start + 0, 2)
1919
= ((c1 + c2) - c2)
2020

21-
Function name: branch_while::while_cond_not
21+
Function name: while::while_cond_not
2222
Raw bytes (42): 0x[01, 01, 03, 05, 09, 03, 09, 03, 09, 06, 01, 15, 01, 01, 10, 05, 03, 09, 00, 12, 03, 01, 0b, 00, 14, 20, 09, 0a, 00, 0b, 00, 14, 09, 00, 15, 02, 06, 0a, 03, 01, 00, 02]
2323
Number of files: 1
2424
- file 0 => global file 1
@@ -38,7 +38,7 @@ Number of file 0 mappings: 6
3838
- Code(Expression(2, Sub)) at (prev + 3, 1) to (start + 0, 2)
3939
= ((c1 + c2) - c2)
4040

41-
Function name: branch_while::while_op_and
41+
Function name: while::while_op_and
4242
Raw bytes (56): 0x[01, 01, 04, 05, 09, 03, 0d, 03, 0d, 11, 0d, 08, 01, 1e, 01, 01, 10, 05, 03, 09, 01, 12, 03, 02, 0b, 00, 10, 20, 0a, 0d, 00, 0b, 00, 10, 0a, 00, 14, 00, 19, 20, 09, 11, 00, 14, 00, 19, 09, 00, 1a, 03, 06, 0f, 04, 01, 00, 02]
4343
Number of files: 1
4444
- file 0 => global file 1
@@ -64,7 +64,7 @@ Number of file 0 mappings: 8
6464
- Code(Expression(3, Add)) at (prev + 4, 1) to (start + 0, 2)
6565
= (c4 + c3)
6666

67-
Function name: branch_while::while_op_or
67+
Function name: while::while_op_or
6868
Raw bytes (66): 0x[01, 01, 09, 05, 1b, 09, 0d, 03, 09, 03, 09, 22, 0d, 03, 09, 09, 0d, 22, 0d, 03, 09, 08, 01, 29, 01, 01, 10, 05, 03, 09, 01, 12, 03, 02, 0b, 00, 10, 20, 09, 22, 00, 0b, 00, 10, 22, 00, 14, 00, 19, 20, 0d, 1e, 00, 14, 00, 19, 1b, 00, 1a, 03, 06, 1e, 04, 01, 00, 02]
6969
Number of files: 1
7070
- file 0 => global file 1
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)