]> gitweb.factorcode.org Git - factor.git/commit
tools.test: print the callstack in test failures
authorBjörn Lindqvist <bjourne@gmail.com>
Thu, 3 Dec 2015 11:00:40 +0000 (12:00 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Fri, 4 Dec 2015 15:57:40 +0000 (16:57 +0100)
commit4551fdcb287636adaa88f68ecb15d6051b095b34
tree7c2cf85f9671ba573315f1405d27679cd249dd01
parentd911bc45fd9a21b180e362c5205cbe174edcf189
tools.test: print the callstack in test failures

So when mason reports a test failure it should include the whole
callstack. That should make it easier to catch the "No suitable
arithmetic method" random error that is hard to debug without a
callstack.
basis/debugger/debugger-tests.factor
basis/tools/test/test-tests.factor
basis/tools/test/test.factor