merge from 1.8 branch
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
26beee1e
NJ
12006-02-04 Neil Jerram <neil@ossau.uklinux.net>
2
3 * tests/exceptions.test: 19 new test cases.
4 (throw-test): New macro for testing catches and throw handlers.
5
f14a93df
KR
62006-02-04 Kevin Ryde <user42@zip.com.au>
7
8 * standalone/test-list.c: New file.
9 * standalone/Makefile.am: Add test-list.c
10
f36978c9
KR
11 * tests/srfi-1.test: Use the equal proc argument, so we exercise the
12 srfi-1 version of the code. Without such an argument srfi-1.c passes
13 the job to the core scm_delete.
14
a64d0589
MV
152006-01-29 Marius Vollmer <mvo@zagadka.de>
16
17 * tests/time.test: Replaced 'futures' with threads.
18
aa1babce
KR
192005-11-30 Kevin Ryde <user42@zip.com.au>
20
21 * tests/srfi-13.test (string-append/shared): New tests.
22
f1ca69a6
KR
232005-11-24 Kevin Ryde <user42@zip.com.au>
24
25 * tests/srfi-1.test (lset-difference!): More tests.
26
64cdbfc7
KR
27