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

test/logging: Use SEVERITY_MASK_IDX() to find the LOG_ERR mask index #1356

Merged
merged 2 commits into from Sep 30, 2019

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Sep 24, 2019

Move SEVERITY_MASK_IDX() to log.h private/unit tests section, so that
we can use it in log.c and the unit tests.

Fixes bug 31334; bugfix on 0.2.5.2-alpha.

@coveralls
Copy link

@coveralls coveralls commented Sep 24, 2019

Pull Request Test Coverage Report for Build 6379

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 63.378%

Totals Coverage Status
Change from base Build 6367: 0.0%
Covered Lines: 47966
Relevant Lines: 75683

💛 - Coveralls

teor2345 added 2 commits Sep 25, 2019
Move SEVERITY_MASK_IDX() to log.h private/unit tests section, so that
we can use it in log.c, the unit tests, and the fuzzers.

(The test and fuzzer code changes are in a subsequent commit.)

Preparation for bug 31334.
In the unit tests and fuzzers.

Fixes bug 31334; bugfix on 0.2.5.2-alpha.
@torproject-pusher torproject-pusher merged commit d30a042 into torproject:master Sep 30, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment