*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
1 2006-02-04 Kevin Ryde <user42@zip.com.au>
2
3 * standalone/test-list.c: New file.
4 * standalone/Makefile.am: Add test-list.c
5
6 2006-01-29 Marius Vollmer <mvo@zagadka.de>
7
8 * tests/time.test: Replaced 'futures' with threads.
9
10 2005-11-30 Kevin Ryde <user42@zip.com.au>
11
12 * tests/srfi-13.test (string-append/shared): New tests.
13
14 2005-11-24 Kevin Ryde <user42@zip.com.au>
15
16 * tests/srfi-1.test (lset-difference!): More tests.
17
18 2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr>
19
20 * tests/socket.test (make-socket-address): New tests.
21 (connect, bind, sendto): Exercise sockaddr object.
22
23 2005-10-24 Kevin Ryde <user42@zip.com.au>
24
25 * tests/time.test (strftime %Z): Disable this test, its assumptions
26 about %Z are not valid on NetBSD.
27
28 2005-08-19 Kevin Ryde <user42@zip.com.au>
29
30 * tests/srfi-19.test (date->time-tai): New tests, exercising new
31 leap-second.
32
33 2005-08-15 Neil Jerram <neil@ossau.uklinux.net>
34
35 * tests/eval.test ("letrec init evaluation"): New paranoid test.
36
37 * tests/r5rs_pitfall.test (1.1): Now passes.
38
39 2005-08-12 Kevin Ryde <user42@zip.com.au>
40
41 * tests/srfi-1.test (lset-difference, lset-difference,
42 lset-diff+intersection, lset-diff+intersection, lset-intersection):
43 Exercise equality procedure arg order (already correct in these procs,
44 but had been wrong in other lset ones).
45
46 2005-08-06 Kevin Ryde <user42@zip.com.au>
47
48 * tests/srfi-13.test (string-every, string-tabulate, string-trim,
49 string-trim-right, string-trim-both, string-index, string-index-right,
50 string-skip, string-skip-right, string-count, string-filter,
51 string-delete, string-map, string-map!, string-for-each,
52 string-for-each-index): Further tests, mainly to exercise new
53 trampolines for proc calls.
54
55 2005-08-01 Marius Vollmer <mvo@zagadka.de>
56
57 * tests/weaks.test: Do not fail when the GC does not collect an
58 object, report it as 'unresolved'.
59
60 * tests/guardians.test: Adapted to new (original) semantics. test
61 guardingobjects multiple times.
62
63 2005-06-12 Marius Vollmer <mvo@zagadka.de>
64
65 * standalone/test-gh.c: Do nothing when deprecated things are
66 disabled.
67
68 2005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
69
70 * tests/gc.test ("gc"): add a test to verify that modules are
71 garbage collected.
72
73 2005-06-11 Kevin Ryde <user42@zip.com.au>
74
75 * tests/srfi-13.test (string-filter): A few more tests.
76
77 2005-06-10 Kevin Ryde <user42@zip.com.au>
78
79 * tests/unif.test (array-index-map!): Add a test failing in the
80 current code.
81
82 2005-06-06 Kevin Ryde <user42@zip.com.au>
83
84 * tests/strings.test (string-split): Try splitting on an 8-bit char.
85
86 * tests/unif.test (array-in-bounds?): Add a test failing in the
87 current code.
88
89 2005-05-07 Kevin Ryde <user42@zip.com.au>
90
91 * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
92 not-pair?, xcons): New tests.
93
94 2005-05-04 Kevin Ryde <user42@zip.com.au>
95
96 * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
97 ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
98 New tests.
99
100 * tests/unif.test (make-shared-array): Add failing case shared of
101 shared.
102
103 2005-04-30 Kevin Ryde <user42@zip.com.au>
104
105 * tests/numbers.test (/): Further tests.
106
107 2005-04-25 Kevin Ryde <user42@zip.com.au>
108
109 * tests/ramap.test (array-map!): Further tests.
110
111 2005-04-23 Kevin Ryde <user42@zip.com.au>
112
113 * tests/hash.test (hashx-remove!): New tests.
114
115 * tests/list.test (list, make-list, cons*): New tests.
116
117 * tests/numbers.test (numerator, denominator): New tests.
118
119 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
120 lset-adjoin): More tests.
121
122 2005-04-14 Kevin Ryde <user42@zip.com.au>
123
124 * tests/numbers.test (1+, 1-): New tests.
125
126 2005-04-11 Kevin Ryde <user42@zip.com.au>
127
128 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
129 New tests.
130
131 2005-04-02 Kevin Ryde <user42@zip.com.au>
132
133 * tests/numbers.test (round): Add some fraction cases.
134
135 * tests/srfi-1.test (lset-union): More tests.
136
137 2005-03-26 Kevin Ryde <user42@zip.com.au>
138
139 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
140
141 2005-03-18 Kevin Ryde <user42@zip.com.au>
142
143 * tests/srfi-1.test (filter-map): More tests.
144
145 * tests/srfi-17.test: A few more tests from the 1.6 branch.
146
147 2005-03-16 Kevin Ryde <user42@zip.com.au>
148
149 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
150 take-right): New tests.
151
152 2005-03-14 Kevin Ryde <user42@zip.com.au>
153
154 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
155 (lset-adjoin): Corrections to some tests.
156
157 2005-03-13 Kevin Ryde <user42@zip.com.au>
158
159 * tests/numbers.test (=): Exercise inum/flonum cases that used to
160 round on 64-bit systems.
161
162 * tests/numbers.test (logior): New tests, exercising negative bignums
163 reducing to inum.
164
165 * tests/srfi-60.test: New file.
166 * Makefile.am (SCM_TESTS): Add it.
167
168 2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
169
170 * tests/threads.test: Only test when 'threads are provided.
171
172 2005-02-21 Kevin Ryde <user42@zip.com.au>
173
174 * tests/numbers.test (string->number): Exercise polar form with
175 invalid angle.
176
177 2005-02-18 Kevin Ryde <user42@zip.com.au>
178
179 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
180 among args cast out.
181
182 2005-02-12 Rob Browning <rlb@defaultvalue.org>
183
184 * standalone/test-require-extension: new test script.
185
186 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
187 (TESTS): add test-require-extension.
188
189 2005-02-12 Kevin Ryde <user42@zip.com.au>
190
191 * tests/srfi-1.test (reduce, reduce-right): New tests.
192
193 2005-02-11 Kevin Ryde <user42@zip.com.au>
194
195 * tests/fractions.test (ash): Remove tests of ash on fractions, not
196 supported after scm_ash rewrite.
197
198 2005-02-04 Kevin Ryde <user42@zip.com.au>
199
200 * tests/srfi-1.test (list=): New tests.
201
202 2005-01-29 Kevin Ryde <user42@zip.com.au>
203
204 * tests/numbers.test (ash): New tests.
205
206 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
207
208 2005-01-28 Kevin Ryde <user42@zip.com.au>
209
210 * tests/syntax.test (while): Tests running in empty environment are
211 now "unresolved" due to workaround in while implementation.
212
213 2005-01-24 Kevin Ryde <user42@zip.com.au>
214
215 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
216 avoid warning from gcc 3.4 on 64-bit systems about casting int
217 (32-bits) to pointer (64-bits).
218
219 * tests/srfi-1.test (lset=, member): New tests.
220
221 2005-01-12 Kevin Ryde <user42@zip.com.au>
222
223 * tests/srfi-39.test (current-input-port, current-output-port,
224 current-error-port): New tests.
225
226 2005-01-10 Marius Vollmer <mvo@zagadka.de>
227
228 * tests/unif.test (exception:wrong-num-indices): New, use it for
229 array-set! tests with wrong number of indices.
230
231 2005-01-07 Marius Vollmer <mvo@zagadka.de>
232
233 * tests/srfi-4.test: Use (test-suite lib) module.
234
235 2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
236
237 * tests/unif.test (have-llvect?): Removed, Scheme code will always
238 have u64 and s64 uniform vectors.
239
240 2005-01-05 Marius Vollmer <mvo@zagadka.de>
241
242 * tests/unif.test: Use *unspecified* instead of #f to get an
243 uninitialized array.
244
245 2005-01-04 Kevin Ryde <user42@zip.com.au>
246
247 * tests/ramap.test: New file, test array-map!.
248 * Makefile.am (SCM_TESTS): Add it.
249
250 2005-01-02 Marius Vollmer <mvo@zagadka.de>
251
252 * tests/unif.test: Rewritten for new 'typed' approach to uniform
253 arrays.
254
255 * tests/sort.test: New tests, especially for sorting non-contigous
256 and negative-incrementing vectors.
257
258 2005-01-02 Kevin Ryde <user42@zip.com.au>
259
260 * tests/srfi-39.test: Use define-module to keep bindings from
261 subsequent tests, use test-suite lib for stand-alone checking.
262
263 * Makefile.am (SCM_TESTS): Add srfi-39.test.
264
265 2004-12-27 Neil Jerram <neil@ossau.uklinux.net>
266
267 * tests/continuations.test (continuations): Moved continuation /
268 stack tests here, and added save and restore of debug options.
269
270 2004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
271
272 * tests/eval.test: News tests for making stacks from
273 continuations. From Neil Jerram.
274
275 2004-12-10 Kevin Ryde <user42@zip.com.au>
276
277 * tests/socket.test (inet-pton): New tests.
278
279 2004-12-06 Kevin Ryde <user42@zip.com.au>
280
281 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
282 tests.
283
284 2004-12-05 Kevin Ryde <user42@zip.com.au>
285
286 * tests/srfi-1.test (append-map, filter-map): New tests.
287
288 2004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
289
290 * tests/unif.test: Replaced uniform-array-set1! with just
291 array-set!. Do not check improper index lists, which can't arise
292 with uarray-set!. Use "#s16()" instead of "#h()".
293
294 2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
295
296 * tests/unif.test: Removed tests that tried to store a character
297 into a byte vector, which no longer works. Characters are not
298 bytes.
299
300 2004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
301
302 * tests/syntax.test: Added tests for unmemoization.
303
304 2004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
305
306 * tests/strings.test (string-set!): Explicitely construct
307 read-only string. String literals are not yet read-only.
308
309 2004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
310
311 * tests/unif.test (array-equal?): New test.
312
313 2004-09-29 Kevin Ryde <user42@zip.com.au>
314
315 * tests/regexp.test (match:string): New tests.
316
317 2004-09-26 Kevin Ryde <user42@zip.com.au>
318
319 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
320 let-optional*): Add tests of internal defines when no bindings.
321
322 2004-09-25 Marius Vollmer <mvo@zagadka.de>
323
324 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
325 instead of LDFLAGS; the latter is a user variable.
326
327 2004-09-24 Marius Vollmer <mvo@zagadka.de>
328
329 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
330 GUILE_CFLAGS.
331
332 2004-09-23 Marius Vollmer <mvo@zagadka.de>
333
334 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
335 Accept new wording.
336
337 2004-09-22 Marius Vollmer <mvo@zagadka.de>
338
339 * tests/ports.test ("string ports"): Copy string literal so that
340 it can be modified.
341 * tests/srfi-13.test ("string-copy!"): Likewise.
342 * tests/strings.test ("substring/shared"): Likewise.
343
344 2004-09-09 Kevin Ryde <user42@zip.com.au>
345
346 * tests/streams.test: New file.
347
348 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
349
350 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
351 exact result, use (expt 1/2 2) instead.
352
353 2004-09-08 Kevin Ryde <user42@zip.com.au>
354
355 * tests/ports.test (port-column): Further tests, of new \a \b \r.
356
357 2004-09-07 Kevin Ryde <user42@zip.com.au>
358
359 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
360 (integer?): Exercise nan and +/-inf.
361
362 * tests/time.test (gmtime, strptime): New tests, but unresolved.
363 (internal-time-units-per-second): New test.
364
365 2004-09-02 Kevin Ryde <user42@zip.com.au>
366
367 * tests/format.test (~@d): New tests.
368 New tests of excess arguments now ignored.
369
370 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
371
372 * tests/gc.test: Exercise record in weak-values hash table, exposing a
373 problem in 1.6.4 gc, but believed fixed by other changes in the head.
374
375 2004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
376
377 * tests/srfi-13.test (module-peek): Removed, this kluge is no
378 longer necessary.
379
380 2004-08-27 Kevin Ryde <user42@zip.com.au>
381
382 * tests/regexp.test (regexp-quote): New tests.
383
384 * tests/srfi-31.test: Use define-module to keep bindings out of
385 further tests. Use-module (test-suite lib) for stand-alone operation.
386 (rec): Exercise bad args.
387
388 2004-08-25 Kevin Ryde <user42@zip.com.au>
389
390 * tests/and-let-star.test: More tests, in particular exercise #t
391 result on empty body.
392
393 2004-08-25 Marius Vollmer <mvo@zagadka.de>
394
395 * tests/strings.test: Two more tests for double indirect substring
396 modification.
397
398 2004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
399
400 * lib.scm (exception:used-before-define): New.
401 * tests/syntax.test ("letrec"): Use it.
402
403 2004-08-20 Kevin Ryde <user42@zip.com.au>
404
405 * tests/posix.test (mkstemp!): New tests.
406
407 2004-08-20 Marius Vollmer <mvo@zagadka.de>
408
409 * tests/strings.test: Two tests for substring/shared. Also, use
410 (test-suite lib).
411
412 2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
413
414 * standalone/test-conversion.c, standalone/test-gh.c,
415 standalone/test-unwind.c: Avoid the use of discouraged or
416 deprecated things.
417
418 2004-08-18 Kevin Ryde <user42@zip.com.au>
419
420 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
421 New files.
422 * Makefile.am (SCM_TESTS): Add them.
423
424 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
425 be #f, according to R5RS.
426
427 2004-08-15 Marius Vollmer <mvo@zagadka.de>
428
429 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
430
431 2004-08-14 Kevin Ryde <user42@zip.com.au>
432
433 * tests/srfi-13.test (string-any, string-every): Exercise char and
434 charset predicate cases.
435
436 2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
437
438 * standalone/test-conversion.c (test_locale_strings): New.
439
440 * standalone/test-round.c: Replaced all uses of scm_round with
441 scm_c_round.
442
443 2004-08-09 Kevin Ryde <user42@zip.com.au>
444
445 * tests/slib.test: New file.
446 * Makefile.am (SCM_TESTS): Add it.
447
448 2004-08-06 Kevin Ryde <user42@zip.com.au>
449
450 * tests/unif.test (array-set!): Exercise byte array range checks.
451 (uniform-vector-ref): Exercise byte returns.
452 (array-fill!): Exercise byte range and type checks.
453
454 2004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
455
456 * standalone/test-num2integral.c: Only perform the tests when the
457 disabled features are enabled.
458
459 * standalone/test-conversion.c (test_to_double, test_from_double):
460 New tests.
461
462 2004-08-02 Kevin Ryde <user42@zip.com.au>
463
464 * tests/srfi-13.test (string-every): Check empty string case.
465
466 2004-07-31 Kevin Ryde <user42@zip.com.au>
467
468 * tests/filesys.test: New file, exercising copy-file.
469 * Makefile.am (SCM_TESTS): Add it.
470
471 2004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
472
473 * standalone/test-conversion.c: Many more tests for the integer
474 conversion functions.
475
476 2004-07-28 Kevin Ryde <user42@zip.com.au>
477
478 * tests/regexp.test (make-regexp): Exercise flags args validation.
479
480 * tests/unif.test (array-set!): Exercise svect value range check.
481
482 2004-07-24 Kevin Ryde <user42@zip.com.au>
483
484 * tests/common-list.test: Use define-module, to as not to import
485 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
486 warning).
487
488 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
489 suppress warnings about current-time and raise replacing core bindings.
490
491 2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
492
493 * tests/format.test (~{): Test no arbitrary iteration limit.
494
495 2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
496
497 * standalone/test-conversion.c (test_is_signed_integer,
498 test_is_unsigned_integer): Expect inexact integers to fail.
499
500 2004-07-10 Kevin Ryde <user42@zip.com.au>
501
502 * tests/hash.test: New file.
503 * Makefile.am (SCM_TESTS): Add it.
504
505 2004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
506
507 * standalone/test-unwind.c: Use scm_from_int instead of
508 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
509
510 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
511
512 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
513 etc, they are now provided by libuile.h.
514 (test_int_sizes): New.
515
516 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
517
518 * standalone/test-num2integral.c, standalone/test-unwind.c:
519 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
520 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
521 scm_from_bool, and scm_is_bool, respectively.
522
523 * standalone/Makefile.am: Added test-conversion to the TESTS.
524
525 * standalone/test-conversion.c: New file.
526
527 2004-06-20 Rob Browning <rlb@defaultvalue.org>
528
529 * tests/srfi-31.test: new test for SRFI-31.
530
531 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
532
533 2004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
534
535 * tests/numbers.test (number->string): Some results might differ
536 between versions of Guile compiled optimized and unoptimized.
537 Both results are accepted now.
538
539 2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
540
541 * tests/syntax.test: Added various tests to check that
542 unmemoization works correctly.
543
544 2004-05-30 Kevin Ryde <user42@zip.com.au>
545
546 * lib.scm (exception:numerical-overflow): New define.
547 * tests/numbers.test (modulo-expt): Use it and
548 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
549 BSD. Reported by Andreas Vögele.
550
551 2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
552
553 * standalone/test-asmobs-lib.c: Fixed include statement.
554
555 2004-05-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
556
557 * tests/goops.test: Wrap tests in module (test-suite
558 test-<file-name without .test>). Remove calls to deprecated macro
559 `undefine'.
560
561 2004-05-10 Marius Vollmer <mvo@zagadka.de>
562
563 * tests/numbers.test (number->string): Added tests for
564 non-radix-10 floating point conversions.
565
566 2004-05-10 Kevin Ryde <user42@zip.com.au>
567
568 * tests/numbers.test (logbit?): New tests.
569
570 2004-05-09 Kevin Ryde <user42@zip.com.au>
571
572 * tests/srfi-19.test (test-dst, string->date local DST): Test with
573 "EST5EDT" instead of "CET", since HP-UX doesn't know CET. Reported by
574 Andreas Vögele.
575
576 2004-05-03 Kevin Ryde <user42@zip.com.au>
577
578 * tests/time.test (strftime): Force tm:isdst to 0 for the test, for
579 the benefit of HP-UX. Reported by Andreas Vögele.
580 Use set-tm:zone rather than a hard coded vector offset.
581
582 2004-04-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
583
584 * tests/elisp.test: Wrap tests in module (test-suite
585 test-<file-name without .test>), following a practice that was
586 used on a couple of files already.
587
588 2004-04-28 Kevin Ryde <user42@zip.com.au>
589
590 * standalone/test-num2integral.c (test_long_long): Exercise
591 out-of-range errors on various cases.
592 (test_ulong_long): New function, split from test_long_long and
593 similarly exercising out-of-range.
594
595 2004-04-26 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
596
597 * tests/syntax.test: Add test case to check the correct handling
598 of define expressions.
599
600 2004-04-25 Kevin Ryde <user42@zip.com.au>
601
602 * tests/socket.test: New file, exercising inet-ntop.
603 * Makefile.am (SCM_TESTS): Add it.
604
605 2004-04-24 Kevin Ryde <user42@zip.com.au>
606
607 * tests/srfi-11.test: New file.
608 * Makefile.am (SCM_TESTS): Add it.
609
610 2004-04-22 Kevin Ryde <user42@zip.com.au>
611
612 * standalone/test-round.c: New file, exercising scm_round.
613 * standalone/Makefile.am: Add it.
614
615 2004-04-15 Kevin Ryde <user42@zip.com.au>
616
617 * tests/numbers.test (max, min): Exercise some inum/frac, frac/inum,
618 big/frac, frac/big and frac/frac cases.
619
620 * tests/numbers.test (min): Correction, test "documented? min" not
621 "documented? max".
622
623 2004-04-06 Kevin Ryde <user42@zip.com.au>
624
625 * tests/numbers.test (quotient, remainder): Exercise inum/big at and
626 near special case inum == fixnum-min, big == -fixnum-min.
627
628 2004-03-26 Kevin Ryde <user42@zip.com.au>
629
630 * tests/numbers.test (min, max): Check inexactness of big/real and
631 real/big combinations, collect up tests under arg types for clarity.
632
633 2004-03-26 Eric Hanchrow <offby1@blarg.net>
634
635 * tests/numbers.test (modulo-expt): New tests.
636
637 2004-03-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
638
639 * tests/eval.test: Added tests which reflect the recent fixes to
640 copy-tree.
641
642 2004-02-29 Kevin Ryde <user42@zip.com.au>
643
644 * tests/posix.test (execl, execlp, execle): Exercise errors where
645 program not found. [But disabled, due to problems with threading.]
646
647 2004-02-22 Kevin Ryde <user42@zip.com.au>
648
649 * tests/numbers.test (max, min): Exercise some complex num cases.
650
651 2004-02-18 Marius Vollmer <mvo@zagadka.de>
652
653 * tests/fractions.test: Added copyright notice of Michael Stoll,
654 who probably wrote the original CLISP code.
655
656 2004-02-18 Kevin Ryde <user42@zip.com.au>
657
658 * tests/fractions.test: Remove 1/3 == 1.0/3.0, not true.
659
660 * tests/numbers.test (=): Exercise frac+real and frac+complex.
661
662 2004-02-17 Marius Vollmer <mvo@zagadka.de>
663
664 * Makefile.am (SCM_TESTS): Added test/fractions.test.
665
666 2004-02-12 Kevin Ryde <user42@zip.com.au>
667
668 * tests/unif.test (array?, array-fill!, array-prototype): Add tests.
669
670 2004-01-23 Marius Vollmer <mvo@zagadka.de>
671
672 * tests/r5rs_pitfall.scm: Removed again. I was confused. The
673 file added to SCM_TESTS was r5rs_pitfall.test, not
674 r5rs_pitfall.scm.
675
676 2004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
677
678 * tests/syntax.test: Added test for unmemoizing internal defines.
679
680 2004-01-21 Marius Vollmer <mvo@zagadka.de>
681
682 * tests/srfi-26.test: New.
683 * Makefile.am (SCM_TESTS): Added it.
684
685 2004-01-11 Marius Vollmer <mvo@zagadka.de>
686
687 * tests/r5rs_pitfall.scm: New.
688 * Makefile.am (SCM_TESTS): Added it.
689
690 2004-01-11 Kevin Ryde <user42@zip.com.au>
691
692 * tests/exceptions.test (false-if-exception): Disable tests on
693 referencing expansion environment, reverted.
694
695 2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
696
697 * standalone/test-unwind.c: Adapted to 'frame' renamings.
698 (check_fluid): New.
699
700 * Makefile.am (SCM_TESTS): Added continuations.test.
701
702 2004-01-07 Kevin Ryde <user42@zip.com.au>
703
704 * tests/numbers.test (<): Add tests inum/bignum/flonum/frac with frac.
705
706 * tests/q.test: New file.
707 (q-pop!): Exercise this, in particular the "not/null?" bug reported by
708 Richard Todd.
709 * Makefile.am (SCM_TESTS): Add q.test.
710
711 * tests/unif.test: New file.
712 (uniform-array-set1!): Exercise this, in particular previous segv on
713 improper arg list.
714 * Makefile.am (SCM_TESTS): Add unif.test.
715
716 2004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
717
718 * standalone/test-unwind.c (close_port, delete_file, check_ports):
719 New.
720
721 2004-01-03 Marius Vollmer <mvo@zagadka.de>
722
723 * standalone/test-unwind.c: New test, for the frames stuff.
724 * standalone/Makefile.am: Compile and run it.
725
726 2004-01-04 Kevin Ryde <user42@zip.com.au>
727
728 * tests/exceptions.test (false-if-exception): Add tests.
729
730 2003-11-30 Marius Vollmer <mvo@zagadka.de>
731
732 * tests/syntax.test: It's "#\\space", not "#\space".
733
734 2003-11-21 Marius Vollmer <mvo@zagadka.de>
735
736 * tests/numbers.test: #e1.2 is now exactly 12/10. Expect
737 exceptions when calling inexact? with a non-number.
738
739 2003-12-03 Kevin Ryde <user42@zip.com.au>
740
741 * tests/fractions.test: Exercise most-negative-fixnum over -ve of
742 most-negative-fixnum.
743
744 * tests/fractions.test (real-part): Expect fraction return, not
745 converted to flonum.
746
747 * tests/numbers.test (abs): Add a few more tests.
748
749 * tests/srfi-1.test (count): New tests.
750
751 2003-12-01 Mikael Djurfeldt <mdj@chunk.mit.edu>
752
753 * standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
754
755 2003-11-19 Rob Browning <rlb@defaultvalue.org>
756
757 * standalone/test-system-cmds: new test.
758
759 * standalone/Makefile.am (check_SCRIPTS): add test-system-cmds.
760 (TESTS): add test-system-cmds.
761
762 2003-11-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
763
764 * tests/numbers.test ("string->number"): Expect exact rationals
765 for things like "1/2" and "#e1.2".
766 ("inexact->exact"): Expect overflow error for infs and nans.
767
768 * tests/fractions.test: New file from Bill Schottstaedt. Thanks!
769
770 * tests/bit-operations.test (fixnum-bit): Round the result so that
771 fixnum-bit really is an integer.
772
773 2003-11-17 Marius Vollmer <mvo@zagadka.de>
774
775 * tests/srfi-17.test: Expect a "Bad variable" error for (set! #f
776 1).
777
778 2003-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
779
780 * tests/syntax.test: Tests that check for the correct handling of
781 internal defines with begin work now.
782
783 2003-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
784
785 * tests/syntax.test: Fixed test that checks for the correct
786 handling of macros in the context of internal defines.
787
788 2003-11-15 Kevin Ryde <user42@zip.com.au>
789
790 * tests/bit-operations.test: Use (test-suite lib), for the benefit of
791 standalone execution.
792
793 2003-11-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
794
795 * tests/optargs.test: Wrap tests in module (test-suite
796 test-<file-name without .test>). Rewrite test to be R5RS
797 conforming.
798
799 * tests/syntax.test: Added test to check correct handling of
800 internal defines.
801
802 2003-11-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
803
804 * tests/syntax.test (exception:missing-body-expr): New.
805
806 Renamed section 'define' to 'top-level define' and added a new
807 section 'internal define' with some tests.
808
809 2003-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
810
811 * tests/syntax.test (exception:missing/extra-expr-misc): Removed.
812
813 (exception:illegal-empty-combination): New.
814
815 (exception:missing/extra-expr): Unified capitalization.
816
817 Adapted test for '()' to the new way of error reporting.
818
819 2003-10-19 Kevin Ryde <user42@zip.com.au>
820
821 * tests/numbers.test: Use define-module to hide helper defines.
822 (dbl-mant-dig, ash-flo): New helpers.
823 (exact->inexact): New tests.
824
825 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
826
827 * tests/syntax.test (exception:bad-var): Removed.
828
829 Adapted tests for 'set!' to the new way of error reporting.
830
831 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
832
833 * tests/dynamic-scope.test (exception:missing-expr): Introduced
834 temporarily until all memoizers use the new way of error
835 reporting.
836
837 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
838
839 * tests/syntax.test (exception:missing/extra-expr,
840 exception:missing/extra-expr-misc): Renamed
841 exception:missing/extra-expr to exception:missing/extra-expr-misc.
842
843 (exception:missing/extra-expr-syntax,
844 exception:missing/extra-expr): Renamed
845 exception:missing/extra-expr-syntax to
846 exception:missing/extra-expr.
847
848 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
849
850 * lib.scm (exception:bad-variable): New.
851
852 * tests/syntax.test (exception:bad-binding,
853 exception:duplicate-binding): New.
854
855 (exception:duplicate-bindings): Removed.
856
857 Adapted tests for 'let', 'let*' and 'letrec' to the new way of
858 error reporting.
859
860 2003-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
861
862 * tests/syntax.test (define exception:bad-formal, define
863 exception:duplicate-formal): New.
864
865 (exception:duplicate-formals): Removed.
866
867 (exception:bad-formals): Adapted to the new way of error
868 reporting.
869
870 Adapted tests for 'lambda' to the new way of error reporting.
871
872 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
873
874 * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
875 to be unaware of whether line number information is given or not.
876
877 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
878
879 * tests/syntax.test (exception:missing/extra-expr-syntax): New,
880 introduced temporarily until all memoizers use the new way of
881 error reporting.
882
883 Adapted tests for 'if' to the new way of error reporting.
884
885 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
886
887 * tests/syntax.test (exception:missing-expr,
888 exception:extra-expr): New.
889
890 Adapted tests for 'begin' to the new way of error
891 reporting.
892
893 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
894
895 * tests/syntax.test (exception:misplaced-else-clause,
896 exception:bad-cond-clause): New.
897
898 (exception:bad/missing-clauses, exception:extra-case-clause):
899 Removed.
900
901 Adapted tests for 'case' and 'cond' to the new way of error
902 reporting.
903
904 The tests that check if cond is hygienic pass now.
905
906 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
907
908 * tests/syntax.test: Fixed and activated test of empty case label
909 support.
910
911 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
912
913 * tests/syntax.test (exception:bad-expression,
914 exception:missing-clauses, exception:bad-case-clause,
915 exception:extra-case-clause, exception:bad-case-labels): New.
916
917 Added some tests and adapted tests for 'case' to the new way of
918 error reporting.
919
920 2003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
921
922 * lib.scm (run-test-exception): Handle syntax errors.
923
924 2003-10-10 Marius Vollmer <mvo@zagadka.de>
925
926 * tests/numbers.test (inexact->exact): Use corrent argument order
927 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
928
929 2003-10-09 Kevin Ryde <user42@zip.com.au>
930
931 * tests/numbers.test (inexact->exact): New tests.
932
933 * tests/poe.test: New file.
934 * Makefile.am: Add it.
935
936 2003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
937
938 * lib.scm (exception:missing-expression): New.
939
940 * tests/dynamic-scope.test, tests/eval.test,
941 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
942 Wrap tests in module (test-suite test-<file-name without .test>),
943 following a practice that was used on a couple of files already.
944
945 * tests/dynamic-scope.test (exception:duplicate-binding,
946 exception:bad-binding): New.
947
948 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
949 Execute syntactically wrong tests using eval. With the upcoming
950 new memoizer this is necessary in order to postpone the syntax
951 check to the actual evaluation of the syntactically wrong form.
952
953 * tests/syntax.test: Added some test cases and modified one test
954 case.
955
956 2003-10-02 Kevin Ryde <user42@zip.com.au>
957
958 * tests/ports.test (call-with-output-string): Test proc closing port.
959
960 2003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
961
962 * guile-test: Wrapped in module (test-suite guile-test).
963
964 (main data-file-name test-file-name): Exported.
965
966 ((guile-user)::main): New function, wrapper for function
967 (test-suite guile-test)::main.
968
969 * tests/load.test: Wrapped in module (test-suite test-load).
970
971 * tests/ports.test: Wrapped in module (test-suite test-ports).
972
973 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
974 Added comments about the required structure of the file itself,
975 since it is subject to some tests. Removed some now unnecessary
976 undefine operations.
977
978 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
979
980 2003-09-19 Kevin Ryde <user42@zip.com.au>
981
982 * tests/popen.test: New file.
983 * Makefile.am (SCM_TESTS): Add it.
984
985 2003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
986
987 * tests/numbers.test (equal?): Added tests.
988
989 * tests/numbers.test (=): Fixed and added some bignum related
990 tests.
991
992 2003-08-30 Kevin Ryde <user42@zip.com.au>
993
994 * tests/numbers.test (logcount): Add tests.
995
996 2003-08-23 Kevin Ryde <user42@zip.com.au>
997
998 * tests/srfi-1.test (list-copy): New tests.
999
1000 * tests/srfi-19.test (date-week-number): Add tests.
1001
1002 2003-08-22 Kevin Ryde <user42@zip.com.au>
1003
1004 * tests/numbers.test (-): Exercise bignum - inum.
1005
1006 2003-08-17 Kevin Ryde <user42@zip.com.au>
1007
1008 * tests/syntax.test (while): Exercise break and continue from
1009 recursive nested loops.
1010
1011 2003-08-14 Kevin Ryde <user42@zip.com.au>
1012
1013 * tests/syntax.test (while): New tests.
1014
1015 2003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
1016
1017 * tests/numbers.test: Eliminated misuses of expect-fail. It
1018 should only be used in cases, where guile has a known bug. It
1019 should not be used in cases where an expression is expected to
1020 return #f as its correct result.
1021
1022 2003-08-09 Kevin Ryde <user42@zip.com.au>
1023
1024 * tests/srcprop.test: New file.
1025 * Makefile.am (SCM_TESTS): Add it.
1026
1027 2003-07-29 Kevin Ryde <user42@zip.com.au>
1028
1029 * tests/srfi-1.test (concatenate, concatenate!): New tests.
1030 (length+): New tests.
1031
1032 * tests/srfi-34.test: Check cond-expand srfi-34.
1033
1034 2003-07-24 Kevin Ryde <user42@zip.com.au>
1035
1036 * tests/numbers.test (angle): New tests.
1037
1038 2003-07-18 Kevin Ryde <user42@zip.com.au>
1039
1040 * tests/numbers.test (*): Add complex/bignum test.
1041
1042 2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
1043
1044 * tests/srfi-1.test (partition): Add tests.
1045
1046 2003-07-08 Kevin Ryde <user42@zip.com.au>
1047
1048 * tests/numbers.test (make-polar, magnitude): New tests.
1049
1050 * tests/srfi-1.test (delete, delete!): Add more tests.
1051 (delete-duplicates, delete-duplicates!): New tests.
1052
1053 2003-06-21 Kevin Ryde <user42@zip.com.au>
1054
1055 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
1056 tests.
1057
1058 2003-06-19 Kevin Ryde <user42@zip.com.au>
1059
1060 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
1061 * tests/threads.test: New file, exercising parallel.
1062 * Makefile.am (SCM_TESTS): Add them.
1063
1064 2003-06-07 Kevin Ryde <user42@zip.com.au>
1065
1066 * tests/srfi-6.test: New file.
1067 * Makefile.am (SCM_TESTS): Add it.
1068
1069 2003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1070
1071 * tests/chars.test: Fixed test comment. The bug that this test
1072 detects was actually introduced by my patch from 2003-05-31.
1073
1074 2003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1075
1076 * tests/chars.test: Added test, attempting to apply a character.
1077 This test will only pass if the other changes that are submitted
1078 together with this patch are also applied.
1079
1080 2003-06-05 Kevin Ryde <user42@zip.com.au>
1081
1082 * tests/numbers.test (logcount): Add a few more tests, to exercise
1083 recent scm_logcount change.
1084
1085 * tests/reader.test (reading): Test bad # error message is formattable.
1086
1087 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1088
1089 * tests/pairs.test: Added.
1090
1091 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1092
1093 * tests/vectors.test: Added.
1094
1095 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1096
1097 * tests/guardians.test: Uses module (ice-9 weak-vector).
1098
1099 2003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1100
1101 * lib.scm: Documented the short form for pass-if and expect-fail.
1102
1103 (pass-if, expect-fail): Simplified.
1104
1105 2003-05-30 Kevin Ryde <user42@zip.com.au>
1106
1107 * tests/numbers.test (max, min): Add tests involving NaNs.
1108
1109 2003-05-29 Stefan Jahn <stefan@lkcc.org>
1110
1111 * standalone/Makefile.am: Setup to build on mingw32.
1112
1113 2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
1114
1115 * tests/elisp.test: Added missing quote around vector constants.
1116
1117 2003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
1118
1119 * tests/r5rs_pitfall.test: Test 2.1 now passes.
1120
1121 2003-05-13 Kevin Ryde <user42@zip.com.au>
1122
1123 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
1124 combinations.
1125
1126 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
1127
1128 2003-05-10 Kevin Ryde <user42@zip.com.au>
1129
1130 * tests/numbers.test (=, <): Add tests involving NaNs.
1131
1132 * tests/numbers.test (integer-length): Exercise some negatives, in
1133 particular -2^n which is ...11100..00.
1134
1135 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
1136 fitting a ulong.
1137
1138 * tests/srfi-1.test: New file, exercising take and drop.
1139 * Makefile.am (SCM_TESTS): Add it.
1140
1141 2003-05-06 Kevin Ryde <user42@zip.com.au>
1142
1143 * tests/numbers.test (-): Add test for negative inum subtract bignum.
1144 (logcount): New tests, exercising some negatives.
1145
1146 2003-05-03 Marius Vollmer <mvo@zagadka.de>
1147
1148 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
1149 pointing us to these tests.
1150
1151 2003-04-30 Neil Jerram <neil@ossau.uklinux.net>
1152
1153 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
1154
1155 * tests/srfi-34.test: New file.
1156
1157 2003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
1158
1159 * tests/syntax.test: Modified some tests to use eval when
1160 providing bad syntax. Otherwise, the memoizer will report an
1161 error immediately after reading the form, without even the chance
1162 to get the pass-if-exception mechanism started.
1163
1164 2003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
1165
1166 * tests/guardians.test: Added some more elaborate and
1167 sophisticated tests for the guardian functionality.
1168
1169 2003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1170
1171 * tests/sort.test: Added. Both tests in that file did fail (one
1172 even with a segfault) with CVS guile before the recent changes to
1173 sort.c.
1174
1175 2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1176
1177 * tests/goops.test: Added tests for correctness of class
1178 precedence list in all basic classes and tests for eqv? and
1179 equal?.
1180
1181 2003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1182
1183 * tests/goops.test: Added tests for class redefinition, object
1184 update and active slots.
1185
1186 2003-04-14 Rob Browning <rlb@defaultvalue.org>
1187
1188 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
1189 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
1190
1191 * standalone/Makefile.am: change from .c.x to .x to be consistent
1192 with the rest of guile.
1193
1194 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1195
1196 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
1197 instead of INCLUDES
1198
1199 2003-04-07 Rob Browning <rlb@defaultvalue.org>
1200
1201 * Makefile.am (SUBDIRS): add standalone.
1202
1203 * guile-test: added "Running test FOO" output by default. There
1204 may be a good reason to remove this, but the output can be helpful
1205 in determining where a failure occurred.
1206
1207 * standalone/test-num2integral.c: new test -- one new regression
1208 check.
1209
1210 * standalone/test-gh.c: new test code (migrated from
1211 tests/c-api/) -- a trivial start.
1212
1213 * standalone/test-asmobs-lib.c: new test script (migrated from
1214 tests/asmobs/).
1215
1216 * standalone/test-asmobs: new test script.
1217
1218 * standalone/README: new file.
1219
1220 * standalone/Makefile.am: new file.
1221
1222 * standalone/.cvsignore: new file.
1223
1224 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
1225
1226 * tests/asmobs/README: removed (functionality is now in standalone/).
1227
1228 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
1229 standalone/).
1230
1231 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
1232
1233 * tests/asmobs/: removed (functionality is now in standalone/).
1234
1235 * tests/c-api/strings.c: add a note to the source about this code
1236 being unused.
1237
1238 2003-04-05 Marius Vollmer <mvo@zagadka.de>
1239
1240 * Changed license terms to the plain LGPL thru-out.
1241
1242 2003-03-24 Rob Browning <rlb@defaultvalue.org>
1243
1244 * tests/numbers.test: added tests (some simple) for various funcs.
1245 ("odd?"): added tests.
1246 ("even?"): added tests.
1247 ("nan?"): added tests.
1248 ("abs"): added tests.
1249 ("lcm"): added tests.
1250 ("number->string"): added tests.
1251 ("number?"): added tests.
1252 ("complex?"): added tests.
1253 ("real?"): added tests.
1254 ("rational?"): added tests.
1255 ("integer?"): added tests.
1256 ("inexact?"): added tests.
1257 ("="): added tests.
1258 ("zero?"): added tests.
1259 ("positive?"): added tests.
1260 ("negative?"): added tests.
1261
1262 * lib.scm (pass-if): allow really simple tests where the test code
1263 is also the name like (pass-if (even? 2)).
1264 (expect-fail): allow really simple tests where the test code is
1265 also the test name like (expect-fail (even? 2)).
1266
1267 2003-03-19 Marius Vollmer <mvo@zagadka.de>
1268
1269 * tests/format.test ("format basic output"): Added test for "~F"
1270 from Matthias Koeppe.
1271
1272 2003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1273
1274 * tests/elisp.test: Use module (ice-9 weak-vector).
1275
1276 * tests/weaks.test: Use module (ice-9 weak-vector).
1277
1278 2002-12-08 Rob Browning <rlb@defaultvalue.org>
1279
1280 * tests/version.test: test (effective-version).
1281
1282 2002-11-06 Neil Jerram <neil@ossau.uklinux.net>
1283
1284 * tests/options.test: New.
1285
1286 2002-10-04 Rob Browning <rlb@defaultvalue.org>
1287
1288 * tests/numbers.test ("expt"): add tests.
1289
1290 2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
1291
1292 * Makefile.am (dist-hook): Do not distribute CVS directories.
1293 Thanks to Greg Troxel!
1294
1295 2002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1296
1297 * tests/reader.test: change misc-error in read-error.
1298
1299 2002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1300
1301 * tests/goops.test: Added tests for define-generic and
1302 define-accessor.
1303
1304 2002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1305
1306 * tests/goops.test: Added tests for define-class.
1307
1308 2002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
1309
1310 * tests/numbers.test (/): Expect divison by an inexact zero to
1311 yield +inf.0.
1312
1313 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1314
1315 * tests/regexp.test (regexp-substitute/global): Do not test with
1316 empty regexp. Empty regexps do not work on NetBSD.
1317
1318 * tests/syncase.test (basic syncase macro): Added.
1319
1320 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1321
1322 * tests/srfi-13.test (string-tokenize): Updated for fixed
1323 semantics.
1324
1325 2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1326
1327 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
1328 directories manually.
1329
1330 2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
1331
1332 * guile-test (main): Handle `--flag-unresolved'. No longer set
1333 exit value to #f unconditionally on UNRESOLVED results.
1334 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
1335
1336 2002-02-08 Neil Jerram <neil@ossau.uklinux.net>
1337
1338 * tests/elisp.test: Add tests of Elisp expression evaluation.
1339
1340 2002-01-25 Neil Jerram <neil@ossau.uklinux.net>
1341
1342 * tests/load.test: New test; for search-path with Elisp
1343 nil-terminated lists for PATH and EXTENSIONS.
1344
1345 * tests/elisp.test: More tests for Scheme primitives that should
1346 accept Elisp nil-terminated lists.
1347
1348 2002-01-24 Neil Jerram <neil@ossau.uklinux.net>
1349
1350 * tests/elisp.test: More new tests for the Elisp nil value.
1351
1352 2002-01-22 Neil Jerram <neil@ossau.uklinux.net>
1353
1354 * Makefile.am (SCM_TESTS): Added elisp.test.
1355
1356 * tests/elisp.test: New file.
1357
1358 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1359
1360 * tests/numbers.test: Added more division by zero tests.
1361
1362 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1363
1364 * tests/numbers.test: Added division by zero tests.
1365
1366 2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1367
1368 * tests/syntax.test: Added some tests, updated some others with
1369 respect to recent changes in eval.c. Further, extracted test
1370 cases for guile's extended set! functionality to srfi-17.test.
1371
1372 * tests/srfi-17.test: New file.
1373
1374 2001-11-04 Stefan Jahn <stefan@lkcc.org>
1375
1376 * tests/ports.test: Run (close-port) before (delete-file) if
1377 necessary/advisory.
1378
1379 2001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1380
1381 * tests/eval.test: Added tests for promises.
1382
1383 2001-10-21 Mikael Djurfeldt <mdj@linnaeus>
1384
1385 * lib.scm: Move module the system directives `export',
1386 `export-syntax', `re-export' and `re-export-syntax' into the
1387 `define-module' form. This is the recommended way of exporting
1388 bindings.
1389
1390 2001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
1391
1392 * tests/syntax.test: Added test cases for 'cond =>' syntax with
1393 else clause. Changed some tests and comments related to the
1394 'case' form to reflect recent changes in the implementation.
1395
1396 2001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1397
1398 * tests/syntax.test: Added test cases for 'lambda' syntax.
1399
1400 2001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1401
1402 * tests/syntax.test: Added test cases for 'case' syntax.
1403
1404 2001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1405
1406 * tests/numbers.test: Added a test case that checks if valid
1407 number strings are transformed correctly by string->number.
1408
1409 2001-09-21 Rob Browning <rlb@defaultvalue.org>
1410
1411 * tests/numbers.test (fixnum-bit): compute dynamically.
1412
1413 * tests/bit-operations.test (fixnum-bit): compute dynamically.
1414
1415 2001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
1416
1417 * tests/getopt-long.test ("apples-blimps-catalexis example",
1418 "multiple occurances"): New top-level sections.
1419
1420 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1421
1422 * tests/numbers.test: Made some of the patterns better readable.
1423
1424 2001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1425
1426 * tests/srfi-19.test (test-time-comparision,
1427 test-time-arithmatic): New procs.
1428
1429 Add time comparison tests using new procs.
1430 Thanks to Alex Shinn.
1431
1432 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
1433
1434 * tests/dynamic-scope.test: New file.
1435
1436 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
1437
1438 * tests/srfi-13.test (string-for-each, string-for-each-index):
1439 Add tests. (Thanks to Alex Shinn.)
1440
1441 2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1442
1443 * tests/srfi-13.test (string-map): Swapped order of string and
1444 proc args to conform with the srfi. (Thanks to Alex Shinn.)
1445
1446 2001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
1447
1448 * tests/getopt-long.test (exception:no-such-option,
1449 exception:option-does-not-support-arg,
1450 exception:option-must-be-specified,
1451 exception:option-must-have-arg, exception:not-enough-args):
1452 New vars.
1453
1454 ("option-ref", "required", "specified no value, given anyway",
1455 "specified arg required"): New top-level sections.
1456
1457 2001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
1458
1459 * tests/numbers.test: Added Some syntax tests for
1460 string->number.
1461
1462 2001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1463
1464 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
1465 "SCM_TESTS". This has special meaning to automake. How many
1466 tries left to get this right, mvo?
1467
1468 2001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1469
1470 * Makefile.am (TESTS): List tests explicitely instead of using a
1471 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
1472
1473 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1474
1475 * Makefile.am: New file, to control distribution of the
1476 test-suite.
1477
1478 2001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
1479
1480 * tests/getopt-long.test: New file.
1481
1482 2001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
1483
1484 * lib.scm (run-test-exception): Add special handling for
1485 `error'-generated exceptions, which pass key `misc-error' and
1486 leave messages unformatted.
1487
1488 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1489
1490 * tests/alist.test, tests/bit-operations.test,
1491 tests/common-list.test, tests/environments.test, tests/eval.test,
1492 tests/gc.test, tests/hooks.test, tests/import.test,
1493 tests/interp.test, tests/list.test, tests/load.test,
1494 tests/numbers.test, tests/ports.test, tests/r4rs.test,
1495 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
1496 copyright notice.
1497
1498 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1499
1500 * tests/srfi-14.test: New file.
1501
1502 2001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
1503
1504 * tests/import.test: New file.
1505
1506 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1507
1508 * tests/goops.test: Started with some real tests.
1509
1510 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1511
1512 * guile-test: Use module (ice-9 rdelim).
1513
1514 2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1515
1516 * tests/srfi-4.test: New file.
1517
1518 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1519
1520 Thanks to Matthias Köppe!
1521
1522 * tests/ports.test: New test for output port line counts.
1523 * tests/format.test, tests/optargs.test, tests/srfi-19.test: New
1524 files.
1525
1526 2001-05-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1527
1528 * tests/symbols.test ("gensym"): New tests for long gensym
1529 prefices and embedded NULs in prefices.
1530
1531 2001-05-21 Marius Vollmer <mvo@zagadka.ping.de>
1532
1533 * test/goops.test, test/syncase.test: New, minimal tests.
1534
1535 2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
1536
1537 * tests/version.test: Updated test for new micro version stuff.
1538
1539 2001-05-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1540
1541 * tests/srfi-13.test: More tests.
1542
1543 2001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1544
1545 * tests/srfi-10.test: New file.
1546
1547 * tests/srfi-9.test: New file.
1548
1549 * tests/srfi-13.test: Added some more tests.
1550
1551 2001-05-09 Thien-Thi Nguyen <ttn@revel.glug.org>
1552
1553 * tests/eval.test: ("evaluator" "memoization"): New test
1554 prefix block.
1555 ("transparency"): New "evaluator memoization" test.
1556
1557 2001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1558
1559 * tests/srfi-13.test: Added module access kludge, and uncommented
1560 some tests depending on this.
1561
1562 2001-05-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1563
1564 * tests/srfi-13.test: New file testing the SRFI string library.
1565
1566 2001-04-26 Gary Houston <ghouston@arglist.com>
1567
1568 * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after the tests
1569 have run.
1570
1571 * tests/ports.test (test-file), tests/load.test (temp-dir):
1572 redefined using data-file-name instead of tmpnam. the test files
1573 will be created in the build directory instead of /var/tmp or
1574 whereever tmpnam puts them.
1575
1576 2001-04-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
1577
1578 * tests/symbols.c: Added some tests.
1579
1580 2001-03-19 Gary Houston <ghouston@arglist.com>
1581
1582 * tests/r4rs.test: use test-file-name to locate r4rs.test,
1583 not data-file-name.
1584
1585 * guile-test: define tmp-dir, the location where r4rs.test will
1586 create it's temporary files.
1587 (data-file-name): use tmp-dir. this must be under build-dir,
1588 not src-dir.
1589
1590 2001-03-18 Gary Houston <ghouston@arglist.com>
1591
1592 * guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
1593 first line.
1594
1595 2001-03-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1596
1597 * tests/syntax.test: Added a test for let* bindings and
1598 re-arranged and slightly improved the existing one.
1599
1600 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1601
1602 * tests/syntax.test ("let*"): Changed the `duplicate bindings'
1603 test, dups are allowed in `let*' and are now expected to pass.
1604
1605 2001-03-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1606
1607 * lib.scm (run-test-exception): Preserve the original error's
1608 stack for re-throwing.
1609
1610 2001-03-04 Marius Vollmer <mvo@zagadka.ping.de>
1611
1612 * tests/syntax.test ("let,duplicate bindings", "let*,duplicate
1613 bindings", "letrec,duplicate bindings"): Expect to pass, bug has
1614 been fixed.
1615
1616 2001-03-03 Marius Vollmer <mvo@zagadka.ping.de>
1617
1618 * tests/syntax.test ("duplicate formals"): New category, move
1619 appropriate tests here. Expect them to pass.
1620 ("empty parentheses"): Expect to pass, bug has been fixed.
1621
1622 * tests/alist.test: Use "'()" instead of "()" in all places
1623 where the empty list is meant.
1624
1625 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1626
1627 * lib.scm (exception:unbound-var, exception:wrong-num-args): New
1628 exported constants.
1629
1630 * tests/r4rs.test: Make sure that no bindings for x and y exist
1631 after the file is loaded.
1632
1633 * tests/syntax.test: New file.
1634
1635 * tests/exceptions.test, tests/syntax.test, tests/eval.test:
1636 Moved the test cases that are related to guile's syntactic forms
1637 from tests/exceptions.test to tests/syntax.test. Moved tests
1638 related to evaluation and application to tests/eval.test.
1639
1640 * tests/exceptions.test: Added some test cases that check guile's
1641 exception handling.
1642
1643 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1644
1645 * tests/exceptions.test, tests/numbers.test: Moved the number
1646 related test cases from tests/exceptions.test to
1647 tests/numbers.test.
1648
1649 * tests/numbers.test: Added a test case.
1650
1651 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1652
1653 * tests/symbols.test: New file.
1654
1655 (exception:immutable-string): New constant. Currently, this is a
1656 dummy since guile does not have immutable strings.
1657
1658 * tests/exceptions.test, tests/strings.test, tests/symbols.test:
1659 Moved the string related test cases from tests/exceptions.test to
1660 tests/strings.test and the symbol related test cases to
1661 tests/symbols.test.
1662
1663 * tests/strings.test: Copyright notice updated. Added a couple
1664 of test cases.
1665
1666 (exception:immutable-string): New constant. Currently, this is a
1667 dummy since guile does not have immutable strings.
1668
1669 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1670
1671 * tests/exceptions.test: Use expect-fail-exception to indicate
1672 test cases where exceptions should occur, but don't.
1673
1674 (exception:bad-bindings, exception:bad-formals, exception:bad-var,
1675 exception:missing/extra-expr): New constants.
1676
1677 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1678
1679 * tests/reader.test, tests/exceptions.test: Moved the reader
1680 related test cases from tests/exceptions.test to
1681 tests/reader.test.
1682
1683 * tests/reader.test (exception:eof, exception:unexpected-rparen):
1684 New constants.
1685
1686 * tests/exceptions.test (read-string, x:eof, x:unexpected-rparen):
1687 Removed.
1688
1689 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1690
1691 * lib.scm (signals-error?, signals-error?*): Removed.
1692
1693 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1694
1695 * lib.scm: Added comment about new convenience functions/macros
1696 to test for exceptions.
1697
1698 (exception:out-of-range, exception:wrong-type-arg): New exported
1699 constants.
1700
1701 (run-test-exception): New function.
1702
1703 (pass-if-exception, expect-fail-exception): New exported macros.
1704
1705 * tests/environments.test: Fixed tests that were checking for
1706 exceptions when set!ing an unbound symbol.
1707
1708 (exception:unbound-symbol): New constant.
1709
1710 * tests/hooks.test (catch-error-returning-true, pass-if-not,
1711 catch-error-returning-false), tests/weaks.test
1712 (catch-error-returning-true, pass-if-not,
1713 catch-error-returning-false): Removed. The macro pass-if-not was
1714 not used. The macro catch-error-returning-false is unnecessary
1715 since exceptions are caught by the test-suite anyway. The
1716 functionality of catch-error-returning-true is provided by the new
1717 convenience macro pass-if-exception.
1718
1719 * tests/hooks.test (exception:wrong-num-hook-args): New constant.
1720 Maybe a standard wrong-num-arg exception should be thrown instead
1721 of a misc-error?
1722
1723 * tests/reader.test (try-to-read): Replaced by read-string.
1724
1725 (read-string): New function.
1726
1727 * tests/alist.test, tests/environments.test, tests/eval.test,
1728 tests/hooks.test, tests/list.test, tests/ports.test,
1729 tests/reader.test, tests/strings.test, tests/weaks.test: Replace
1730 tests for exceptions with the new convenience macros.
1731
1732 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1733
1734 * tests/alist.test: Remove redundant test name prefix.
1735
1736 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1737
1738 * lib.scm (pass-if): Tests shall return a boolean value.
1739
1740 * tests/bit-operations.test (documented?), tests/common-list.test
1741 (documented?), tests/environments.test (documented?),
1742 tests/eval.test (documented?), tests/gc.test (documented?),
1743 tests/numbers.test (documented?), tests/guardians.test,
1744 tests/hooks.test, tests/interp.test, tests/weaks.test: Make sure
1745 that tests return a boolean value.
1746
1747 * tests/list.test (documented?): New function, replace all checks
1748 for documentation with calls to this function.
1749
1750 2001-02-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
1751
1752 * lib.scm (data-file): Remove from export list.
1753
1754 2001-02-22 Thien-Thi Nguyen <ttn@revel.glug.org>
1755
1756 * tests/exceptions.test (syntax lambda): Renamed from (lambda).
1757 (syntax lambda cond-arrow-proc): Renamed from (lambda cond-arrow-proc).
1758 (syntax reading): New section.
1759 (syntax let*): New section.
1760 (syntax letrec): New section.
1761 (syntax set!): New section.
1762 (syntax misc): New section.
1763 (bindings unbound): New section.
1764 (bindings immutable-modification): New section.
1765 (bindings let): New section.
1766 (bindings let*): New section.
1767 (bindings letrec): New section.
1768
1769 * tests/exceptions.test: New file.
1770
1771 2001-02-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1772
1773 * guile-test: Use (ice-9 and-let-star) instead of (ice-9
1774 and-let*).
1775
1776 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1777
1778 This patch fixes things that I have broken with the last one :-(
1779
1780 * guile-test (test-suite): New variable.
1781
1782 (data-file-name): New function. Has the same purpose as the
1783 former function data-file from lib.scm. Moved here in order to
1784 have all file name handling at the same place. In contrast to the
1785 former 'data-file function, it is not checked whether a file
1786 exists. This allows to use this function also for file names of
1787 files that are still to be created.
1788
1789 (test-file-name): Use the global 'test-suite variable.
1790
1791 (main): Initialize 'test-suite instead of a local variable.
1792
1793 * lib.scm: Don't import paths any more.
1794
1795 (data-file): Removed. Resurrected with a sligtly different
1796 functionality as 'data-file-name' in guile-test.
1797
1798 * r4rs.scm: For all references to temporary file, make use of
1799 data-file-name.
1800
1801 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1802
1803 The following patch was sent by Thien-Thi Nguyen and a little bit
1804 modified by me.
1805
1806 * guile-test: Usage and installation comments improved. Added
1807 support for --test-suite and --debug command line options.
1808
1809 (default-test-suite): Added to allow for simplified
1810 configurability. No need to load the paths file any more.
1811
1812 (enable-debug-mode): New function. Will be called when the
1813 --debug command line option is given.
1814
1815 (test-root): Removed. The test directory has to be fully given.
1816 This allows for arbitrarily named test directories.
1817
1818 (test-file-name, enumerate-tets): Take the test directory as a
1819 paramter instead of using the global variable 'test-root'.
1820
1821 (main): Handle the new command line options. Return an exit code
1822 depending on whether all tests came out as expected.
1823
1824 * README: Updated.
1825
1826 * paths.scm: Removed.
1827
1828 2001-01-24 Gary Houston <ghouston@arglist.com>
1829
1830 * tests/ports.test: include (ice-9 rdelim) module.
1831
1832 2001-01-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
1833
1834 * tests/numbers.test: Converted to do real boundary testing.
1835
1836 2001-01-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1837
1838 * tests/bit-operations.test: Added.
1839
1840 2000-11-03 Dirk Herrmann <D.Herrmann@tu-bs.de>
1841
1842 * tests/gc.test: Added.
1843
1844 2000-10-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1845
1846 * tests/strings.test: string=? is fixed.
1847
1848 2000-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1849
1850 * tests/list.test: Removed references to sloppy-mem(q|v|ber)
1851
1852 2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1853
1854 * tests/strings.test: Added a test to help remember that string=?
1855 and friends need fixing.
1856
1857 2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1858
1859 * tests/environments.test: For tests that rely on garbage
1860 collection, conservative scanning can be a problem. Add a comment
1861 for these tests and make them turn out unresolved if things don't
1862 work as expected.
1863
1864 2000-09-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1865
1866 * tests/environments.test: Finished and cleaned up the tests for
1867 the leaf environments. Added a complete set of testcases for the
1868 leaf environment based eval environments. Started with the tests
1869 for the import environments.
1870
1871 2000-08-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
1872
1873 * tests/environments.test: Added.
1874
1875 2000-08-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1876
1877 * lib.scm (pass-if, expect-fail): Generalized to allow a sequence
1878 of expressions.
1879
1880 * tests/eval.test: Fix documentation test.
1881
1882 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1883
1884 * tests/list.test: Added tests for list-ref, list-set! and
1885 list-cdr-set!
1886
1887 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1888
1889 * tests/common-list.test: Added.
1890
1891 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1892
1893 * tests/eval.test: Added.
1894
1895 2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1896
1897 * tests/list.test: Use cons* instead of list*.
1898
1899 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1900
1901 * tests/numbers.test, tests/list.test: Updated for new
1902 documentation module.
1903
1904 2000-05-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1905
1906 * tests/hooks.test: make-hook-with-name is deprecated.
1907
1908 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1909
1910 * tests/list.test, tests/numbers.test: Added.
1911
1912 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1913
1914 * guile-test: Eliminate use of catch-test-errors.
1915
1916 * lib.scm: Adopted a couple of nice ideas from Greg.
1917
1918 (pass, fail, expect-failure, expect-failure-if,
1919 expect-failure-if*, catch-test-errors, catch-test-errors*,
1920 expected-failure-fluid, pessimist?): Removed.
1921
1922 (run-test, expect-fail, result-tags, important-result-tags):
1923 Added.
1924
1925 (report, make-count-reporter, print-counts, make-log-reporter,
1926 full-reporter, user-reporter): Reporters take two mandatory
1927 arguments and make use of the tag descriptions in result-tags and
1928 important-result-tags.
1929
1930 * tests/alist.test, tests/hooks.test, tests/ports.test,
1931 tests/weaks.test: Don't use catch-test-errors and
1932 expect-failure-if.
1933
1934 2000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1935
1936 * mambo.test: Removed dummy file.
1937
1938 2000-03-31 Gary Houston <ghouston@arglist.com>
1939
1940 * tests/ports.test (non-blocking-I/O): a couple more details:
1941 a) combine the O_NONBLOCK flag with the default flags instead
1942 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
1943
1944 2000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
1945
1946 * lib.scm: Doc fixes.
1947
1948 Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
1949
1950 * paths.scm: Assume that ~/guile-core/test-suite is the location
1951 of the test suite now.
1952
1953 * tests/version.test: Added -- version.c had 0% coverage before,
1954 now at 100%.
1955
1956 * tests/chars.test: Added -- needed test of char-is-both?.
1957
1958 1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
1959
1960 * tests/weaks.test, tests/hooks.test: Added.
1961
1962 1999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
1963
1964 * tests/alist.test: Added.
1965
1966 Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
1967
1968 * tests/c-api.test: Refine the list of files that are checked in
1969 the seek-offset-test. Was just using files that end in "c", but
1970 that caught the new ".doc" files, too, so make sure that files end
1971 in ".c" before requiring that they include unistd.h if they
1972 reference SEEK_(SET|CUR|END).
1973
1974 1999-10-24 Gary Houston <ghouston@freewire.co.uk>
1975
1976 * tests/ports.test ("string ports"): test seeking/unreading from
1977 an input string and seeking an output string.
1978
1979 1999-10-20 Gary Houston <ghouston@freewire.co.uk>
1980
1981 * tests/ports.test: in seek/tell test on input port, also test
1982 that ftell doesn't discard unread chars.
1983
1984 1999-10-18 Gary Houston <ghouston@freewire.co.uk>
1985
1986 * tests/ports.test: add seek/tell tests for unidirectional ports.
1987
1988 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1989
1990 * tests/reader.test: Check that number->string checks its radix
1991 properly.
1992
1993 1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
1994
1995 * tests/ports.test: Check that our input functions cope when
1996 current-input-port is closed.
1997
1998 * tests/regexp.test: Check regexp-substitute/global when there are
1999 no matches. (Duh.)
2000
2001 1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2002
2003 * tests/c-api.test: New file. Add test to check that all source
2004 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
2005
2006 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
2007
2008 * tests/ports.test: test non-blocking I/O.
2009
2010 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
2011
2012 * tests/strings.test: Add test for substring-move! argument checking.
2013
2014 * lib.scm (signals-error?, signals-error?*): New macro and function.
2015 * tests/reader.test: Use them.
2016
2017 * tests/interp.test: Add copyright notice.
2018
2019 * tests/reader.test: New test file.
2020
2021 * tests/regexp.test: New test file.
2022
2023 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2024
2025 * tests/interp.test: Added tests for evaluation of closure bodies.
2026
2027 1999-09-03 James Blandy <jimb@mule.m17n.org>
2028
2029 * tests/multilingual.nottest: New file, which we will turn into a
2030 test file once we actually have multilingual support to test.
2031
2032 * tests/load.test: New test file.
2033
2034 1999-08-30 James Blandy <jimb@mule.m17n.org>
2035
2036 * tests/strings.test: New test file.
2037
2038 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
2039
2040 * tests/ports.test: test unread-char and unread-string.
2041
2042 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
2043
2044 * tests/ports.test: test line-buffering of fports.
2045
2046 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
2047
2048 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
2049
2050 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
2051
2052 * tests/ports.test: lseek -> seek.
2053
2054 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
2055
2056 * tests/ports.test: tests for buffered and unbuffered input/output
2057 fports with seeking.
2058
2059 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
2060
2061 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
2062 corresponds to an example object, not a predicate. Aubrey
2063 probably never noticed this because SCM doesn't check the lengths
2064 of the arguments to for-each and map...
2065
2066 * tests/ports.test: Add some regression tests for char-ready?.
2067
2068 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
2069
2070 * tests/ports.test: Fix copyright years.
2071
2072 * tests/guardians.test: New test file.
2073
2074 * tests/ports.test ("read-delimited!"): New tests.
2075
2076 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
2077
2078 * tests/interp.test: New file.
2079
2080 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
2081
2082 * tests/time.test: New test file.
2083
2084 * tests/r4rs.test: New set of tests, taken from Guile's test
2085 script, taken from SCM.
2086
2087 * tests/ports.test: Group the string port tests under a new
2088 test name prefix.
2089
2090 * tests/ports.test ("line counter"): Check the final column, too.
2091
2092 * lib.scm: Import (test-suite paths).
2093 (data-file): New exported function.
2094
2095 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
2096
2097 * tests/ports.test ("line counter"): Add test for correct column
2098 at EOF.
2099
2100 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
2101
2102 * tests/ports.test ("line counter"): Verify that we do eventually
2103 get EOF on the port --- don't just read forever.
2104
2105 * lib.scm (full-reporter): The test name is the cadr of the
2106 result, not the cdr. I'm not macho enough to handle run-time
2107 typechecking.
2108
2109 * lib.scm (print-counts): XFAILS are "expected failures", not
2110 "unexpected failures."
2111
2112 * lib.scm, guile-test, paths.scm: Log begins.
2113