-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Travis doesn't run any tests in C++17 mode #2540
Conversation
After the test configuration is fixed, Travis will catch the intentionally broken tests. |
With the corrected test configuration, Travis runs tests in C++17 mode and reports injected errors, for example, here. |
To summarize the above:
|
With the last one-bit improvement the issue is eventually solved)
Now the result is as follows:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
This is essentially not PR but an issue (for now).
All tests related to C++17 are intentionally broken here, but Travis doesn't report any errors.
A possible solution was discussed earlier in #2364 (along with a fix for
std::experimental
namespace).