mirror of
https://github.com/micropython/micropython.git
synced 2026-06-10 00:25:14 +02:00
6f70c13a97
This commit simplifies the code in the test runners that adds tests to the list of skipped tests, depending on which arch features were found during the initial feature check script execution. Following a similar approach to the RV32 inline asm tests, tests requiring a specific inline assembler feature will carry said feature flag into the test name. This allows to reject test files using a file mask rather than keeping track of which features a test file depends on. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>