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