summaryrefslogtreecommitdiff
path: root/src/test/bt_test.py
AgeCommit message (Collapse)Author
2017-03-15Run the copyright update script.Nick Mathewson
2016-02-01Treat bt_test.py failures as "SKIP" on freebsd.Nick Mathewson
Closes #18204.
2015-12-18Log the backtrace when the backtrace test failscypherpunks
2015-04-23Integrate backtrace test into the automake test suite.cypherpunks
For this to work bt_test.py now returns an exit code indicating success or failure. Additionally, check-local and its specific dependencies are now obsolete so they are removed.
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-04-27Make the python test scripts work on python3Nick Mathewson
The python scripts invoked by 'make check' didn't work on python3 before. That was a problem on systems where 'python' is python3. Fixes bug 11608; bugfix on 0.2.5.2-alpha.
2013-11-18Tests for backtrace.cNick Mathewson
These need to be a separate executable, since the point of backtrace.c is that it can crash and write stuff.