Changes from arch/CVS synchronization
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
3dcf3373
LC
12007-05-26 Ludovic Courtès <ludo@chbouib.org>
2
3 * tests/syntax.test (top-level define)[binding is created before
4 expression is evaluated]: Moved to "internal define", using `let'
5 instead of `begin'. The test was not necessarily valid for
6 top-level defines, according to Section 5.2.1 or R5RS.
7 [redefinition]: New.
8
a7db5522
LC
92007-05-09 Ludovic Courtès <ludo@chbouib.org>
10
11 * tests/srfi-19.test ((current-time time-tai) works): Use `time?'.
12 ((current-time time-process) works): New test, catches a bug
13 reported by Scott Shedden.
14
608860a5
LC
152007-05-05 Ludovic Courtès <ludo@chbouib.org>
16
17 * tests/modules.test: Use `define-module'. Use `(srfi srfi-1)'.
18 (foundations, observers, duplicate bindings, lazy binder): New
19 test prefixes.
20 (autoload)[module-autoload!]: New test.
21
004be623
KR
222007-03-08 Kevin Ryde <user42@zip.com.au>
23
24 * tests/structs.test (make-struct): Exercise the error check on tail
25 array size != 0 when layout spec doesn't have tail array.
26 (make-vtable): Exercise this.
27
282007-02-22 Kevin Ryde <user42@zip.com.au>
29
30 * tests/structs.test (make-struct): New test of type check on a "u"
31 field, which had been causing an abort().
32
332007-02-20 Neil Jerram <neil@ossau.uklinux.net>
34
35 * standalone/Makefile.am (check_SCRIPTS): Add test-use-srfi, so
36 that it gets into the distribution.
37
4505fbb1
NJ
382007-02-19 Neil Jerram <neil@ossau.uklinux.net>
39
40 * standalone/Makefile.am (check_SCRIPTS): Add test-use-srfi, so
41 that it gets into the distribution.
42
a2f00b9b
LC
432007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
44
45 * tests/i18n.test: Use `(srfi srfi-1)'.
46 (exception:locale-error): New.
47 (locale objects): Test `make-locale' with both lists of `LC_*'
48 values and single `LC_*' values (instead of `LC_*_MASK' values).
49 [%global-locale]: New test.
50 (number parsing)[locale-string->inexact (French)]: New test.
51 (%c-locale, %english-days, every?): New top-level variables.
52 (nl-langinfo et al.): New test prefix.
53
54 * tests/srfi-19.test: Install the C locale.
55 (SRFI date/time library)[string->date understands days and
56 months]: New test.
57
004be623
KR
582007-01-27 Kevin Ryde <user42@zip.com.au>
59
60 * tests/ports.test (port-line): Check not truncated to "int" on 64-bit
61 systems.
62
632007-01-25 Kevin Ryde <user42@zip.com.au>
64
65 * tests/sort.test (stable-sort): New test, exercising empty list
66 input. As reported by Ales Hvezda.
67
68 * tests/time.test (gmtime in another thread): Catch #t all errors from
69 gmtime in the thread, since it can be a system error not a scheme
70 out-of-range on 64-bit systems. Reported by Marijn Schouten.
71
42ddb3cb
LC
722007-01-19 Ludovic Courtès <ludovic.courtes@laas.fr>
73
74 * tests/eval.test (values): New test prefix. Values are structs,
75 and `equal?' on structs with `s' fields used to yield infinite
76 recursion.
77 * tests/structs.test (equal?): New test prefix. Added tests that
78 used to show the infinite recursion problem.
79
23d72566
KR
802007-01-16 Kevin Ryde <user42@zip.com.au>
81
82 * tests/regexp.test (regexp-exec): Further tests, in particular #\nul
83 in input and bad flags args which had been provoking abort()s.
e5467c4d 84 * lib.scm (exception:string-contains-nul): New exception pattern.
23d72566 85
c6a576f7
HWN
862006-12-24 Han-Wen Nienhuys <hanwen@lilypond.org>
87
88 * tests/numbers.test ("equal?"): add case for reduction of
89 rational numbers.
90
23d72566
KR
912006-12-13 Kevin Ryde <user42@zip.com.au>
92
93 * tests/eval.test: Exercise top-level define setting procedure-name.
94 * tests/srfi-17.test (car): Check procedure-name property.
95
96 * tests/numbers.test (*): Exercise multiply by exact 0 giving exact 0.
97
98