*** empty log message ***
[bpt/guile.git] / test-suite / tests /
2005-11-30 Kevin Ryde(string-append/shared): New tests.
2005-11-24 Kevin Ryde(lset-difference!): More tests.
2005-11-23 Kevin Rydetypo in lset-difference! name in with-test-prefix
2005-10-27 Kevin Ryde2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr>
2005-10-23 Kevin Ryde(strftime %Z): Disable this test, its assumptions
2005-08-18 Kevin Ryde(date->time-tai): New tests, exercising new leap-second.
2005-08-15 Neil Jerram("letrec init evaluation"): New paranoid test.
2005-08-15 Neil Jerram* eval.c (eval_letrec_inits): New.
2005-08-12 Kevin Ryde(lset-difference, lset-difference,
2005-08-06 Kevin Ryde(string-every, string-tabulate, string-trim,
2005-07-31 Marius VollmerDo not fail when the GC does not collect an object...
2005-07-31 Marius VollmerAdapted to new (original) semantics. test guardingobje...
2005-06-11 Han-Wen Nienhuys*** empty log message ***
2005-06-10 Kevin Ryde(string-filter): A few more tests.
2005-06-10 Kevin Ryde(array-index-map!): Add a test failing in the current...
2005-06-05 Kevin Ryde(array-in-bounds?): Add a test failing in the current...
2005-06-05 Kevin Ryde(string-split): Try splitting on an 8-bit char.
2005-06-05 Marius VollmerAdded comment that there is a comment in eval.c about...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-07 Kevin Ryde(car+cdr, fold, last, list-index, list-tabulate,
2005-05-04 Kevin Ryde(make-shared-array): Add failing case shared of shared.
2005-05-03 Kevin Ryde(fifth, sixth, seventh, eighth, ninth, tenth): New...
2005-05-03 Kevin Ryde(break!, drop-right!, drop-while, take-while,
2005-04-29 Kevin Ryde(/): Further tests.
2005-04-25 Kevin Ryde(array-map!): Further tests.
2005-04-23 Kevin Ryde(numerator, denominator): New tests.
2005-04-23 Kevin Ryde(concatenate, concatenate!, count, filter-map, lset...
2005-04-23 Kevin Ryde(make-list): New tests.
2005-04-22 Kevin Ryde(list, cons*): New tests.
2005-04-22 Kevin Ryde(hashx-remove!): New tests.
2005-04-13 Kevin Ryde(1+, 1-): New tests.
2005-04-10 Kevin Ryde(string-concatenate, string-concatenate/shared): New...
2005-04-02 Kevin Ryde(round): Add some fraction cases.
2005-04-01 Kevin Ryde(lset-union): More tests.
2005-03-25 Kevin Ryde(string-index): Exercise 8-bit char in string.
2005-03-17 Kevin Ryde(filter-map): More tests.
2005-03-17 Kevin RydeA few more tests from the 1.6 branch.
2005-03-15 Kevin Ryde(split-at, split-at!): New tests.
2005-03-15 Kevin Ryde(drop-right, partition!, take-right): New tests.
2005-03-13 Kevin Ryde(find, find-tail, lset-union): New tests.
2005-03-13 Kevin RydeNew file.
2005-03-13 Kevin Ryde(logior): New tests, exercising negative bignums reduci...
2005-03-13 Kevin Ryde(=): Exercise inum/flonum cases that used to
2005-03-02 Marius VollmerOnly test when 'threads are provided.
2005-02-20 Kevin Ryde(string->number): Exercise polar form with invalid...
2005-02-17 Kevin Ryde(lset-adjoin): Amend tests to expect duplicates among...
2005-02-11 Kevin Ryde(reduce, reduce-right): New tests.
2005-02-10 Kevin Ryde(ash): Remove tests of ash on fractions, not
2005-02-03 Kevin Ryde(list=): New tests.
2005-01-28 Kevin Ryde(remove!): New tests.
2005-01-28 Kevin Ryde(remove): New tests.
2005-01-28 Kevin RydeAdd a copyright year.
2005-01-28 Kevin Ryde(ash): New tests.
2005-01-28 Kevin Ryde(lset-adjoin): New tests.
2005-01-27 Kevin RydeMore of:
2005-01-27 Kevin Ryde(while): Tests running in empty environment are
2005-01-23 Kevin Ryde(lset=, member): New tests.
2005-01-11 Kevin Ryde(current-input-port, current-output-port, current-error...
2005-01-10 Marius Vollmer(exception:wrong-num-indices): New, use it for array...
2005-01-07 Marius VollmerUse (test-suite lib) module.
2005-01-06 Marius Vollmer(have-llvect?): Removed, Scheme code will always
2005-01-04 Marius VollmerUse *unspecified* instead of #f to get an uninitialized...
2005-01-04 Kevin RydeNew file, test array-map!.
2005-01-02 Marius VollmerRewritten for new 'typed' approach to uniform arrays.
2005-01-02 Marius VollmerNew tests, especially for sorting non-contigous and
2005-01-01 Kevin RydeUse define-module to keep bindings from
2004-12-27 Neil JerramMove continuation / stack tests to continuations.test...
2004-12-23 Marius VollmerNews tests for making stacks from continuations. From...
2004-12-10 Kevin Ryde(inet-pton): New tests.
2004-12-08 Kevin RydeLet the string->number documented? test say "documented?".
2004-12-06 Kevin Ryde(break): New tests.
2004-12-06 Kevin Ryde(span): New tests.
2004-12-06 Kevin Ryde(alist-delete): New tests.
2004-12-05 Kevin Ryde(alist-copy): New tests.
2004-12-04 Kevin Ryde(append-map): New tests.
2004-12-04 Kevin Ryde(filter-map): New tests.
2004-11-12 Marius VollmerReplaced uniform-array-set1! with just array-set!....
2004-10-27 Marius VollmerRemoved tests that tried to store a character into...
2004-10-03 Dirk Herrmann * tests/syntax.test: Added tests for unmemoization.
2004-09-30 Marius Vollmer(string-set!): Explicitely construct read-only string...
2004-09-29 Marius Vollmer(array-equal?): New test.
2004-09-28 Kevin Ryde(match:string): New tests.
2004-09-25 Kevin Ryde(let-keywords, let-keywords*, let-optional,
2004-09-22 Marius Vollmer* tests/ports.test ("string ports"): Copy string litera...
2004-09-22 Marius Vollmer("string ports"): Copy string literal so that it can...
2004-09-08 Kevin RydeNew file.
2004-09-08 Marius VollmerDon't expect (expt 1/2 2.0) to yield an exact result...
2004-09-08 Kevin RydeCorrection to:
2004-09-08 Kevin Ryde(port-column): Further tests, of new \a \b \r.
2004-09-07 Kevin Ryde(integer-expt): New tests, of infinite exponents.
2004-09-07 Kevin Ryde(gmtime, strptime): New tests, but unresolved.
2004-09-01 Kevin RydeNew tests of excess arguments now ignored.
2004-09-01 Kevin RydeOops, didn't mean to put ~t yet.
2004-09-01 Kevin Ryde(~@d): New tests.
2004-09-01 Kevin Ryde2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin...
2004-08-27 Marius Vollmer(module-peek): Removed, this kluge is no longer necessary.
2004-08-27 Kevin RydeUse define-module to keep bindings out of
2004-08-27 Kevin Ryde(regexp-quote): New tests.
2004-08-25 Kevin RydeMore tests, in particular exercise #t result on empty...
2004-08-24 Marius VollmerTwo more tests for double indirect substring modification.
next