Files
Alessandro Gatti 6f70c13a97 tests/run-tests.py: Simplify thumb inlineasm test rejections.
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>
2026-05-25 12:09:20 +10:00
..