Closed
Description
In both #228 and #233, we're having CI failures for constants that aren't present in the headers that the test infrastructure uses.
Possible directions of improvement:
- verifying constants against the most recent kernel headers instead of whatever headers are installed in CI (suggested by @posborne)
- switch to generation of constant values instead of verification
With generation, there's still a need to pick the correct type for a constant, so it can't be done purely mechanically. Yay C preprocessor!
Metadata
Metadata
Assignees
Labels
No labels