Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | run-tests-exp.sh: Typo fix in comment. | Paul Sokolovsky | 2015-02-21 |
| | |||
* | tests: Force skip of LE test on non-LE arch; improve run-tests-exp.sh. | Damien George | 2014-10-06 |
| | |||
* | tests: Make run-tests-exp.sh skip tests that fail due to invalid decorator. | Damien George | 2014-10-06 |
| | | | | Should address issue #856. | ||
* | test: Add run-tests-exp.sh, script to run testsuite with only sh dependency. | Paul Sokolovsky | 2014-07-13 |
This script uses expected test results as generated by run-tests --write-exp, and requires only standard unix shell funtionality (no bash). It is useful to run testsuite on embedded systems, where there's no CPython and Bash. |