The Wayback Machine - https://web.archive.org/web/20210112001407/https://github.com/cpp-netlib/cpp-netlib/pull/752
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

Use EXPECT_FALSE instead of EXPECT_EQ(false, X) #752

Merged
merged 21 commits into from Apr 6, 2017

Conversation

@deanberris
Copy link
Member

@deanberris deanberris commented Apr 6, 2017

This fixes the failures we're finding from the CI builds.

deanberris added 21 commits Apr 6, 2017
This fixes the failures we're finding from the CI builds.
@deanberris
Copy link
Member Author

@deanberris deanberris commented Apr 6, 2017

The clang failures I cannot reproduce locally, with Boost 1.55. The ASAN build suggests that there's something funny going on in either cleanup or in the semantics of some of the Boost.Thread internals. Maybe switching again to using std::thread and the standard library futures would work, I'll follow-up on that next.

@deanberris deanberris merged commit f872859 into cpp-netlib:master Apr 6, 2017
1 check failed
1 check failed
continuous-integration/travis-ci/pr The Travis CI build failed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.