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

Adding test for receive_buffer #1768

Merged
merged 2 commits into from Sep 29, 2015
Merged

Adding test for receive_buffer #1768

merged 2 commits into from Sep 29, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Sep 27, 2015

This fixes #1733: Add unit test for hpx/lcos/local/receive_buffer.hpp

- This fixes #1733: Add unit test for hpx/lcos/local/receive_buffer.hpp
@sithhell
Copy link
Member

This leads to the following error:

In file included from /hpx/tests/regressions/lcos/receive_buffer_1733.cpp:8:
/hpx/hpx/util/lightweight_test.hpp:106:17: error: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Werror,-Wsign-compare]
        if (!(t == u))
              ~ ^  ~
/hpx/tests/regressions/lcos/receive_buffer_1733.cpp:124:5: note: in instantiation of function template specialization 'hpx::util::detail::fixture::check_equal<unsigned long, int>' requested here
    HPX_TEST_EQ(receive(MAX_ITERATIONS).get(), MAX_ITERATIONS);

@sithhell
Copy link
Member

LGTM

hkaiser added a commit that referenced this pull request Sep 29, 2015
@hkaiser hkaiser merged commit 4281223 into master Sep 29, 2015
@hkaiser hkaiser deleted the fixing_1733 branch September 29, 2015 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit test for hpx/lcos/local/receive_buffer.hpp
2 participants