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