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