Scope
- Run spec tests for the following specs
- Document which spec tests are deliberately not run
Motivation
The C++ driver is missing some spec tests. Deciding whether a spec test should be added is a repeated ambiguity.
My opinion: features in the C++ driver that require code changes to implement (e.g. new API, or glue code to the C driver) are likely worth testing. Features that are entirely implemented in the C driver (e.g. SDAM) are not valuable to test in the C++ driver.