<coroutine>: Enhance test coverage
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 11.1k
- Forks
- 1.7k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 22
Description
We've added an "end-to-end" test for <coroutine>, which will be active when the compiler updates its feature-test macro (expected in VS 2019 16.8 Preview 4):
When that toolset is available, we should consider enhancing this test coverage to cover all of the machinery in <coroutine>. For example, this isn't testing spaceship/hash:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tests/std/tests/P0912R5_coroutine/test.cpp, especially the existing end-to-end test, and inspect stl/inc/coroutine to identify the remaining machinery. When the referenced toolset feature-test macro is available, expand coverage to the untested coroutine components, including the spaceship and hash functionality mentioned in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100