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