You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George d30d5c99af tests/run-tests.py: Skip Thumb2 tests if target doesn't support them. 11 months ago
..
README all: Fix spelling mistakes based on codespell check. 2 years ago
async_check.py tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
async_check.py.exp tests/run-tests: Allow to skip tests using async/await keywords. 8 years ago
bytearray.py tests: Add feature check for bytearray and skip corresponding tests. 5 years ago
bytearray.py.exp tests: Add feature check for bytearray and skip corresponding tests. 5 years ago
byteorder.py tests: Replace umodule with module everywhere. 1 year ago
byteorder.py.exp tests: Consolidate all feature check snippets under feature_check/. 9 years ago
complex.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
complex.py.exp tests: Actuall add feature check for complex type being available. 9 years ago
const.py tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
const.py.exp run-tests: Add feature check for "const" keyword and skip related tests. 8 years ago
coverage.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
coverage.py.exp tests: Add a coverage test for printing the parse-tree. 8 years ago
float.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
float.py.exp tests: Auto detect floating point capabilites of the target. 7 years ago
fstring.py py: Implement partial PEP-498 (f-string) support. 3 years ago
fstring.py.exp py: Implement partial PEP-498 (f-string) support. 3 years ago
inlineasm_thumb2.py tests/run-tests.py: Skip Thumb2 tests if target doesn't support them. 11 months ago
inlineasm_thumb2.py.exp tests/run-tests.py: Skip Thumb2 tests if target doesn't support them. 11 months ago
int_big.py tests/feature_check/int_big: Rework "big int" detection. 8 years ago
int_big.py.exp tests/feature_check/int_big: Rework "big int" detection. 8 years ago
io_module.py tests: Replace umodule with module everywhere. 1 year ago
io_module.py.exp tests: Replace umodule with module everywhere. 1 year ago
native_check.py tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
native_check.py.exp tests: Consolidate all feature check snippets under feature_check/. 9 years ago
repl_emacs_check.py tests: Consolidate all feature check snippets under feature_check/. 9 years ago
repl_emacs_check.py.exp unix: Add exit and paste-mode hints to shell startup banner. 9 years ago
repl_words_move_check.py lib/mp-readline: Add word-based move/delete EMACS key sequences. 5 years ago
repl_words_move_check.py.exp lib/mp-readline: Add word-based move/delete EMACS key sequences. 5 years ago
reverse_ops.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
reverse_ops.py.exp tests/class_reverse_op: Test for reverse arith ops special methods. 7 years ago
set_check.py tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
set_check.py.exp tests/run-tests: Allow to skip set tests. 8 years ago
slice.py tests: Add feature check for slice and skip corresponding tests. 5 years ago
slice.py.exp tests: Add feature check for slice and skip corresponding tests. 5 years ago

README

This directory doesn't contain real tests, but code snippets to detect
various interpreter features, which can't be/inconvenient to detect by
other means. Scripts here are executed by run-tests.py at the beginning of
testsuite to decide what other test groups to run/exclude.