Kevin Ryde
|
d64179499c
|
(remove): New tests.
|
2005-01-28 21:44:51 +00:00 |
|
Kevin Ryde
|
b66ccb2693
|
Add a copyright year.
|
2005-01-28 21:19:20 +00:00 |
|
Kevin Ryde
|
49579cbd3a
|
(ash): New tests.
|
2005-01-28 21:18:55 +00:00 |
|
Kevin Ryde
|
981b5d1ff0
|
(lset-adjoin): New tests.
|
2005-01-28 21:18:01 +00:00 |
|
Kevin Ryde
|
71d0dab137
|
More of:
(lset=): New tests.
|
2005-01-27 23:21:06 +00:00 |
|
Kevin Ryde
|
2ebe323a15
|
(while): Tests running in empty environment are
now "unresolved" do to workaround in while implementation.
|
2005-01-27 21:23:09 +00:00 |
|
Kevin Ryde
|
7682257388
|
(lset=, member): New tests.
|
2005-01-23 21:36:00 +00:00 |
|
Kevin Ryde
|
b85bb56c1c
|
(current-input-port, current-output-port, current-error-port): New tests.
|
2005-01-11 23:48:42 +00:00 |
|
Marius Vollmer
|
34ea161776
|
(exception:wrong-num-indices): New, use it for array-set! tests with
wrong number of indices.
|
2005-01-10 01:44:34 +00:00 |
|
Marius Vollmer
|
f16f4d3cae
|
Use (test-suite lib) module.
|
2005-01-07 00:31:36 +00:00 |
|
Marius Vollmer
|
a483777244
|
(have-llvect?): Removed, Scheme code will always
have u64 and s64 uniform vectors.
|
2005-01-06 18:58:30 +00:00 |
|
Marius Vollmer
|
28c1c15c75
|
Use *unspecified* instead of #f to get an uninitialized array.
|
2005-01-04 23:41:48 +00:00 |
|
Kevin Ryde
|
66e9b24dcb
|
New file, test array-map!.
|
2005-01-04 00:44:37 +00:00 |
|
Marius Vollmer
|
3963764d1d
|
Rewritten for new 'typed' approach to uniform arrays.
|
2005-01-02 21:03:52 +00:00 |
|
Marius Vollmer
|
42fc3f2c76
|
New tests, especially for sorting non-contigous and
negative-incrementing vectors.
|
2005-01-02 21:03:12 +00:00 |
|
Kevin Ryde
|
1352a75547
|
Use define-module to keep bindings from
subsequent tests, use test-suite lib for stand-alone checking.
|
2005-01-01 22:46:43 +00:00 |
|
Neil Jerram
|
d241f86a8e
|
Move continuation / stack tests to continuations.test, and add save and
restore of debug options.
|
2004-12-27 20:17:03 +00:00 |
|
Marius Vollmer
|
4f2ec3becc
|
News tests for making stacks from continuations. From Neil Jerram.
|
2004-12-23 15:32:02 +00:00 |
|
Kevin Ryde
|
3810edd92c
|
(inet-pton): New tests.
|
2004-12-10 00:42:20 +00:00 |
|
Kevin Ryde
|
ff758237f7
|
Let the string->number documented? test say "documented?".
|
2004-12-08 23:09:15 +00:00 |
|
Kevin Ryde
|
f0d1bc09cf
|
(break): New tests.
|
2004-12-06 00:41:41 +00:00 |
|
Kevin Ryde
|
ee0301df8c
|
(span): New tests.
|
2004-12-06 00:33:40 +00:00 |
|
Kevin Ryde
|
872223a898
|
(alist-delete): New tests.
|
2004-12-06 00:12:00 +00:00 |
|
Kevin Ryde
|
f9a95cfe2a
|
(alist-copy): New tests.
|
2004-12-05 21:49:48 +00:00 |
|
Kevin Ryde
|
bbd1b480f4
|
(append-map): New tests.
|
2004-12-04 23:10:39 +00:00 |
|
Kevin Ryde
|
a52ef9e4a0
|
(filter-map): New tests.
|
2004-12-04 22:47:12 +00:00 |
|
Marius Vollmer
|
bd6713d5ea
|
Replaced uniform-array-set1! with just array-set!. Do not check
improper index lists, which can't arise with uarray-set!. Use
"#s16()" instead of "#h()".
|
2004-11-12 19:00:22 +00:00 |
|
Marius Vollmer
|
af4701b0de
|
Removed tests that tried to store a character into a byte vector,
which no longer works. Characters are not bytes.
|
2004-10-27 19:34:17 +00:00 |
|
Dirk Herrmann
|
c454c4e624
|
* tests/syntax.test: Added tests for unmemoization.
|
2004-10-03 06:15:22 +00:00 |
|
Marius Vollmer
|
b144a33c42
|
(string-set!): Explicitely construct read-only string. String
literals are not yet read-only.
|
2004-09-30 11:58:26 +00:00 |
|
Marius Vollmer
|
400f0fb716
|
(array-equal?): New test.
|
2004-09-29 15:49:38 +00:00 |
|
Kevin Ryde
|
38923713f1
|
(match:string): New tests.
|
2004-09-28 23:53:02 +00:00 |
|
Kevin Ryde
|
927a122dde
|
(let-keywords, let-keywords*, let-optional,
let-optional*): Add tests of internal defines when no bindings.
|
2004-09-25 22:08:32 +00:00 |
|
Marius Vollmer
|
d7e4c2da23
|
* tests/ports.test ("string ports"): Copy string literal so that
it can be modified.
* tests/srfi-13.test ("string-copy!"): Likewise.
* tests/strings.test ("substring/shared"): Likewise.
|
2004-09-22 14:32:47 +00:00 |
|
Marius Vollmer
|
e4cbd1d8aa
|
("string ports"): Copy string literal so that it can be modified.
|
2004-09-22 14:25:47 +00:00 |
|
Kevin Ryde
|
148c3306f6
|
New file.
|
2004-09-08 22:51:08 +00:00 |
|
Marius Vollmer
|
6005b7a235
|
Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)
instead.
|
2004-09-08 16:19:51 +00:00 |
|
Kevin Ryde
|
e456f08e24
|
Correction to:
(integer?): Exercise nan and +/-inf.
+/-inf should be #t.
|
2004-09-08 01:22:37 +00:00 |
|
Kevin Ryde
|
7424deab5d
|
(port-column): Further tests, of new \a \b \r.
|
2004-09-08 01:20:52 +00:00 |
|
Kevin Ryde
|
c1122753ac
|
(integer-expt): New tests, of infinite exponents.
(integer?): Exercise nan and +/-inf.
|
2004-09-07 00:20:37 +00:00 |
|
Kevin Ryde
|
c59e0b9fb1
|
(gmtime, strptime): New tests, but unresolved.
(internal-time-units-per-second): New test.
|
2004-09-07 00:17:49 +00:00 |
|
Kevin Ryde
|
d8b189d2c3
|
New tests of excess arguments now ignored.
|
2004-09-01 23:36:47 +00:00 |
|
Kevin Ryde
|
a8cb8832af
|
Oops, didn't mean to put ~t yet.
|
2004-09-01 23:10:23 +00:00 |
|
Kevin Ryde
|
992b375d61
|
(~@d): New tests.
|
2004-09-01 22:54:28 +00:00 |
|
Kevin Ryde
|
155c14a080
|
2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
* tests/gc.test: Exercise record in weak-values hash table, exposing a
problem in 1.6.4 gc, but believed fixed by other changes in the head.
|
2004-09-01 01:46:19 +00:00 |
|
Marius Vollmer
|
685777ca18
|
(module-peek): Removed, this kluge is no longer necessary.
|
2004-08-27 12:44:14 +00:00 |
|
Kevin Ryde
|
8af9c4d433
|
Use define-module to keep bindings out of
further tests. Use-module (test-suite lib) for stand-alone operation.
(rec): Exercise bad args.
|
2004-08-27 01:20:33 +00:00 |
|
Kevin Ryde
|
1df6de9637
|
(regexp-quote): New tests.
|
2004-08-27 01:14:49 +00:00 |
|
Kevin Ryde
|
93827cbd87
|
More tests, in particular exercise #t result on empty body.
|
2004-08-25 01:04:40 +00:00 |
|
Marius Vollmer
|
7aa29a87f9
|
Two more tests for double indirect substring modification.
|
2004-08-24 22:14:57 +00:00 |
|