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.
 
 
 
 
 
 
Paul Sokolovsky d6f9d64d97 tests/class_reverse_op: Test for reverse arith ops special methods. 7 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
byteorder.py tests: Consolidate all feature check snippets under feature_check/. 9 years ago
byteorder.py.exp tests: Consolidate all feature check snippets under feature_check/. 9 years ago
complex.py tests: Actuall add feature check for complex type being available. 9 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: Add a coverage test for printing the parse-tree. 8 years ago
coverage.py.exp tests: Add a coverage test for printing the parse-tree. 8 years ago
float.py tests: Auto detect floating point capabilites of the target. 7 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
reverse_ops.py tests/class_reverse_op: Test for reverse arith ops special methods. 7 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

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.