Commit graph

22 commits

Author SHA1 Message Date
Alex Shinn
28e63c994a Allowing test pattern (test 'value id) as an exception to the
expect/expr ordering check.
2014-01-03 12:27:03 +09:00
Alex Shinn
c3cb2fbdbb Fixing typo in test-group. 2013-07-23 22:45:32 +09:00
Alex Shinn
dddc6d1806 Changing scribble notation to use TeX-style \ instead of @.
Documentation looks much nicer now (or at least more familiar).
Test cases become ugly because we need to double the escape in
strings.  Also escaping requires \"\\" which in a Scheme string
gets written \\"\\\\".  Consider \\ as a shortcut (which is still
\\\\ in a string).
2013-07-14 12:52:28 +09:00
Alex Shinn
a49907b9b6 Fixing inexact comparisons to handle different signed arguments. 2013-07-13 09:14:57 +09:00
Alex Shinn
bb00cdaf1b Default test comparator should require same exactness. 2013-06-04 21:58:32 +09:00
Alex Shinn
d6c20873e4 Fixing bug in test-equal? returning numeric results for non-real expects. 2013-05-02 23:52:37 +09:00
Alex Shinn
98bad7bc63 Aligning line wrap in nested test groups. 2013-04-01 23:31:19 +09:00
Alex Shinn
b3eab11692 Removing spurious debug output. 2013-03-11 00:01:31 +09:00
Alex Shinn
c63e00453c Adding SRE char-set handling to (chibi parse).
I wanted to avoid the full char-set dependency, but
it's too useful and the alternatives to ugly in grammars.
2013-03-09 19:16:26 +09:00
Alex Shinn
4d6d56f002 printing test vars on fail/error when provided 2013-03-08 19:12:02 +09:00
Alex Shinn
1155893fca Showing total individual test counts from subgroups. 2012-12-22 14:27:35 +09:00
Alex Shinn
38841409ff More compact test output. 2012-12-22 13:49:21 +09:00
Alex Shinn
209c96e305 Using string-copy for single argument substring. 2012-11-23 16:19:40 +09:00
Alex Shinn
a03147a0d3 Fixing missing newline in test output. 2012-11-11 16:41:44 +09:00
Alex Shinn
5dbc970422 Fixing typo in every definition. 2012-11-11 12:31:42 +09:00
Alex Shinn
e2c8f144b5 Inlining every in (chibi test) to remove SRFI-1 dependency. 2012-11-10 21:10:14 +09:00
Alex Shinn
da4909907f Fixing test handling of inexact complex numbers. 2012-11-01 21:40:21 +09:00
Alex Shinn
a7e899ce8d (chibi test) now uses only R7RS plus srfi-1 2012-06-25 22:07:27 -07:00
Alex Shinn
100e5b7d1e using condensed test output by default unless TEST_VERBOSE=1 is set 2012-06-24 23:12:40 -07:00
Alex Shinn
bad54b143c printing debug output on OOM 2012-06-24 14:07:59 -07:00
Alex Shinn
c8f13f8538 Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r. 2012-05-20 15:16:11 +09:00
Alex Shinn
85a7efc003 automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00