-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix several issues noted in #343 and #347 #353
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,8 +65,6 @@ jobs: | |
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @henry2cox that's the wrong blank line now. My point was about the two consecutive blank lines below. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sigh. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @henry2cox looks just right now though 👍 |
||
sudo perl -MCPAN -e 'install(Memory::Process)' # no package in Ubuntu | ||
|
||
sudo ln -s python3-coverage /usr/bin/coverage # until issue #347 is fixed | ||
|
||
- name: make install | ||
run: |- | ||
set -x -o pipefail | ||
|
@@ -94,5 +92,5 @@ jobs: | |
# to fail. | ||
make check |& tee /dev/stderr \ | ||
| grep -F ' failed, ' | tee /dev/stderr \ | ||
| grep -F -q ', 3 failed, ' \ | ||
| grep -F -q ', 2 failed, ' \ | ||
|| { echo 'Number of tests expected to fail^^ does not match -- did you break an existing test?' >&2 ; false ; } |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
TN: | ||
SF: my_file.cpp | ||
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> >) | ||
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> >) | ||
FNF:1 | ||
FNH:0 | ||
BRDA:12,0,0,- | ||
BRDA:12,0,1,- | ||
BRDA:25,0,0,- | ||
BRDA:25,0,1,- | ||
BRDA:25,0,2,- | ||
BRDA:25,0,3,- | ||
BRF:6 | ||
BRH:0 | ||
DA:12,0 | ||
DA:15,0 | ||
DA:18,0 | ||
DA:22,0 | ||
DA:23,0 | ||
DA:24,0 | ||
DA:25,0 | ||
LF:7 | ||
LH:0 | ||
end_of_record |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
TN: | ||
SF: my_file.cpp | ||
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> >) | ||
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> >) | ||
FNF:1 | ||
FNH:1 | ||
BRDA:12,0,0,1 | ||
BRDA:12,0,1,1884 | ||
BRDA:25,0,0,248 | ||
BRDA:25,0,1,1636 | ||
BRDA:25,1,2,210 | ||
BRDA:25,1,3,1426 | ||
BRF:6 | ||
BRH:6 | ||
DA:12,1885 | ||
DA:13,1 | ||
DA:15,1 | ||
DA:18,1884 | ||
DA:20,1884 | ||
DA:21,1884 | ||
DA:22,1884 | ||
DA:23,1884 | ||
DA:24,1884 | ||
DA:25,1884 | ||
DA:26,1885 | ||
LF:11 | ||
LH:11 | ||
end_of_record |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(just an idea: I think that blank line before could also be dropped)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure...why not?