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

restore currently disabled tests for MSVC++ #83

Open
dietmarkuehl opened this issue Nov 17, 2024 · 0 comments
Open

restore currently disabled tests for MSVC++ #83

dietmarkuehl opened this issue Nov 17, 2024 · 0 comments

Comments

@dietmarkuehl
Copy link
Collaborator

Two tests caused grief in the CI when building on MSVC++. Currently, I don't have access to a Windows machine to debug the issues and they are just disabled:

  1. In exec-just.test.cpp the test using an allocator: test_just_allocator. Somehow it seems a call to make_obj_using_allocator is blocking. That is only happening for the debug build.
  2. In exec-then.test.cpp a static_assert failed in test_has (the invocation from test_has<true>(test_std::then, test_std::just(), [] {});. I don't know what's going wrong here. That is only happening for the release build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant