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.
 
 
 
 
 
 
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
..
README tests: Add feature_check dir to collect capability detection scripts. 9 years ago
async_check.py tests/run-tests: Allow to skip tests using async/await keywords. 8 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: Format all Python code with black, except tests in basics subdir. 5 years 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 run-tests: Add feature check for "const" keyword and skip related tests. 8 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
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
native_check.py tests: Consolidate all feature check snippets under feature_check/. 9 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/run-tests: Allow to skip set tests. 8 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
uio_module.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uio_module.py.exp tests: Add feature check for uio module 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 detecte by
other means. Scripts here are executed by run-tests at the beginning of
testsuite to decide what other test groups to run/exclude.