Skip to content

Is the test for parallel std::is_partitioned compatible with EXHAUSTIVE? #3172

Discussion options

You must be logged in to vote

We don't normally run this test with EXHAUSTIVE defined, but it would be nice if doing so worked correctly. This case, for example, needs testSize >= 4 but isn't guarded appropriately. (The next case is fine with testSize == 3). There are also some redundant std::-qualifications in here that need cleaning up.

I'll submit a tiny PR with a fix / cleanup if the EXHAUSTIVE run I'm validating locally ever completes.

EDIT: I suppose the proper answer here is "No, this test is not compatible with EXHAUSTIVE, but there's no particular reason it shouldn't be."

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CaseyCarter
Comment options

@mikekazakov
Comment options

Answer selected by CaseyCarter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants