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