guile/test-suite/ChangeLog

109 lines
3 KiB
Text
Raw Normal View History

1999-09-14 Gary Houston <ghouston@freewire.co.uk>
* tests/ports.test: test non-blocking I/O.
1999-09-11 18:51:58 +00:00
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* tests/strings.test: Add test for substring-move! argument checking.
* lib.scm (signals-error?, signals-error?*): New macro and function.
* tests/reader.test: Use them.
* tests/interp.test: Add copyright notice.
* tests/reader.test: New test file.
* tests/regexp.test: New test file.
1999-09-06 18:42:03 +00:00
1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* tests/interp.test: Added tests for evaluation of closure bodies.
1999-09-03 07:37:33 +00:00
1999-09-03 James Blandy <jimb@mule.m17n.org>
* tests/multilingual.nottest: New file, which we will turn into a
test file once we actually have multilingual support to test.
* tests/load.test: New test file.
1999-08-30 07:46:07 +00:00
1999-08-30 James Blandy <jimb@mule.m17n.org>
* tests/strings.test: New test file.
1999-08-29 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: test unread-char and unread-string.
1999-08-19 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: test line-buffering of fports.
1999-08-18 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: tests for NUL and non-ASCII chars to fports.
1999-08-12 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: lseek -> seek.
1999-08-04 Gary Houston <ghouston@easynet.co.uk>
* tests/ports.test: tests for buffered and unbuffered input/output
fports with seeking.
1999-08-01 08:08:18 +00:00
1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
* tests/r4rs.test (SECTION 3 4): Each element of type-matrix
corresponds to an example object, not a predicate. Aubrey
probably never noticed this because SCM doesn't check the lengths
of the arguments to for-each and map...
* tests/ports.test: Add some regression tests for char-ready?.
1999-07-19 08:11:28 +00:00
1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1999-08-01 08:08:18 +00:00
* tests/ports.test: Fix copyright years.
* tests/guardians.test: New test file.
1999-07-19 08:11:28 +00:00
* tests/ports.test ("read-delimited!"): New tests.
1999-06-19 16:28:17 +00:00
1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
* tests/interp.test: New file.
1999-06-15 08:40:04 +00:00
1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
1999-06-15 14:10:06 +00:00
* tests/time.test: New test file.
1999-06-15 08:40:04 +00:00
* tests/r4rs.test: New set of tests, taken from Guile's test
script, taken from SCM.
* tests/ports.test: Group the string port tests under a new
test name prefix.
* tests/ports.test ("line counter"): Check the final column, too.
* lib.scm: Import (test-suite paths).
(data-file): New exported function.
1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
* tests/ports.test ("line counter"): Add test for correct column
at EOF.
1999-06-09 08:57:32 +00:00
1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
1999-06-09 09:42:21 +00:00
* tests/ports.test ("line counter"): Verify that we do eventually
get EOF on the port --- don't just read forever.
1999-06-09 08:57:32 +00:00
* lib.scm (full-reporter): The test name is the cadr of the
result, not the cdr. I'm not macho enough to handle run-time
typechecking.
1999-06-09 09:42:21 +00:00
* lib.scm (print-counts): XFAILS are "expected failures", not
"unexpected failures."
1999-06-09 08:57:32 +00:00
* lib.scm, guile-test, paths.scm: Log begins.