Skip to content
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

tests/bloom_bytes does not print float #11052

Closed
cladmi opened this issue Feb 21, 2019 · 0 comments
Closed

tests/bloom_bytes does not print float #11052

cladmi opened this issue Feb 21, 2019 · 0 comments
Labels
Area: tests Area: tests and testing framework Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@cladmi
Copy link
Contributor

cladmi commented Feb 21, 2019

Description

tests/bloom_bytes does not correctly print floats on samr21-xpro as printf_float is not included
Also, on arduino-mega2560 the float is printed as ? as there is no float handling.

The issue will be similar to #10999

Steps to reproduce the issue

BOARD=samr21-xpro make -C tests/bloom_bytes/ flash test

2019-02-21 15:34:06,119 - INFO #
2019-02-21 15:34:06,122 - INFO # 267 elements probably in the filter.
2019-02-21 15:34:06,125 - INFO # 9733 elements not in the filter.
2019-02-21 15:34:06,127 - INFO #  false positive rate.

There is nothing before false positive rate.

Expected results

2019-02-21 15:50:35,469 - INFO # checking 10000 elements took 2468ms
2019-02-21 15:50:35,469 - INFO #
2019-02-21 15:50:35,472 - INFO # 267 elements probably in the filter.
2019-02-21 15:50:35,475 - INFO # 9733 elements not in the filter.
2019-02-21 15:50:35,478 - INFO # 0.026700 false positive rate.

Actual results

2019-02-21 15:34:06,127 - INFO #  false positive rate.

Versions

Every versions until now I think. But lets say the last release 2019.01.

@cladmi cladmi added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: tests Area: tests and testing framework labels Feb 21, 2019
@cladmi cladmi added this to the Release 2019.04 milestone Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tests Area: tests and testing framework Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

1 participant