So, we're back to that time when we need to add new known crashes to device-crash-test, because we haven't been running it in a while and new bugs were introduced.
To help prevent this from happening again, this series adds new rules to validate devices against the default machine-type on "make check". This should help us catch more obvious bugs, at least. Peter, is it possible to get this tested inside your system that validates every pull request, just to see if it won't generate any unexpected warning, error, or false positive? Eduardo Habkost (8): device-crash-test: Refactor loglevel configuration code device-crash-test: Add examples to script documentation device-crash-test: Accept machine=DEFAULT to test the default machine device-crash-test: New known crashes device-crash-test: Remove runnable-machine check device-crash-test: Use WARN for known crashes device-crash-test: Don't print warnings in quiet mode tests: Run device-crash-test on "make check" scripts/device-crash-test | 135 ++++++++++++++++++++++++++-------------------- tests/Makefile.include | 13 ++++- 2 files changed, 88 insertions(+), 60 deletions(-) -- 2.14.3
