Skip to content

Commit 77d1a9b

Browse files
committed
Missed files in initial commit - see #343
Signed-off-by: Henry Cox <[email protected]>
1 parent e4b3129 commit 77d1a9b

File tree

4 files changed

+55
-2
lines changed

4 files changed

+55
-2
lines changed

.github/workflows/run_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
# to fail.
9595
make check |& tee /dev/stderr \
9696
| grep -F ' failed, ' | tee /dev/stderr \
97-
| grep -F -q ', 3 failed, ' \
97+
| grep -F -q ', 2 failed, ' \
9898
|| { echo 'Number of tests expected to fail^^ does not match -- did you break an existing test?' >&2 ; false ; }

tests/lcov/merge/functionBug_1.dat

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
TN:
2+
SF: my_file.cpp
3+
FN:9,25,is_within_phase_offset_tolerance(Ouster1DriverConfig const&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >)
4+
FNDA:0,is_within_phase_offset_tolerance(Ouster1DriverConfig const&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >)
5+
FNF:1
6+
FNH:0
7+
BRDA:12,0,0,-
8+
BRDA:12,0,1,-
9+
BRDA:25,0,0,-
10+
BRDA:25,0,1,-
11+
BRDA:25,0,2,-
12+
BRDA:25,0,3,-
13+
BRF:6
14+
BRH:0
15+
DA:12,0
16+
DA:15,0
17+
DA:18,0
18+
DA:22,0
19+
DA:23,0
20+
DA:24,0
21+
DA:25,0
22+
LF:7
23+
LH:0
24+
end_of_record

tests/lcov/merge/functionBug_2.dat

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
TN:
2+
SF: my_file.cpp
3+
FN:11,26,is_within_phase_offset_tolerance(Ouster1DriverConfig const&, std::chrono::duration<long, std::ratio<1l, 1000l> >, std::chrono::duration<long, std::ratio<1l, 1000l> >)
4+
FNDA:1885,is_within_phase_offset_tolerance(Ouster1DriverConfig const&, std::chrono::duration<long, std::ratio<1l, 1000l> >, std::chrono::duration<long, std::ratio<1l, 1000l> >)
5+
FNF:1
6+
FNH:1
7+
BRDA:12,0,0,1
8+
BRDA:12,0,1,1884
9+
BRDA:25,0,0,248
10+
BRDA:25,0,1,1636
11+
BRDA:25,1,2,210
12+
BRDA:25,1,3,1426
13+
BRF:6
14+
BRH:6
15+
DA:12,1885
16+
DA:13,1
17+
DA:15,1
18+
DA:18,1884
19+
DA:20,1884
20+
DA:21,1884
21+
DA:22,1884
22+
DA:23,1884
23+
DA:24,1884
24+
DA:25,1884
25+
DA:26,1885
26+
LF:11
27+
LH:11
28+
end_of_record

tests/lcov/merge/merge.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ if [ "${VER[0]}" -lt 5 ] ; then
100100
FILTER='--filter branch'
101101
fi
102102
103-
rm -rf *.txt* *.json dumper* intersect*.info* diff*.info* cover_db
103+
rm -f *.txt* *.json dumper* intersect*.info gen.info func.info inconsistent.info diff* *.log
104+
rm -rf cover_db
104105
105106
if [ "x$COVER" != 'x' ] && [ 0 != $LOCAL_COVERAGE ] ; then
106107
cover -delete

0 commit comments

Comments
 (0)