Kevin Ryde
|
685788d023
|
(string-every, string-tabulate, string-trim,
string-trim-right, string-trim-both, string-index, string-index-right,
string-skip, string-skip-right, string-count, string-filter,
string-delete, string-map, string-map!, string-for-each,
string-for-each-index): Further tests, mainly to exercise new
trampolines for proc calls.
|
2005-08-06 01:48:37 +00:00 |
|
Marius Vollmer
|
eb074bfc5a
|
Do not fail when the GC does not collect an object, report it as
'unresolved'.
|
2005-07-31 23:16:51 +00:00 |
|
Marius Vollmer
|
2924541ba0
|
Adapted to new (original) semantics. test guardingobjects multiple
times.
|
2005-07-31 23:16:45 +00:00 |
|
Han-Wen Nienhuys
|
e4da074025
|
*** empty log message ***
|
2005-06-11 01:48:19 +00:00 |
|
Kevin Ryde
|
f29749529b
|
(string-filter): A few more tests.
|
2005-06-10 22:37:01 +00:00 |
|
Kevin Ryde
|
ab2a10e051
|
(array-index-map!): Add a test failing in the current code.
|
2005-06-10 00:27:20 +00:00 |
|
Kevin Ryde
|
fcae94c51e
|
(array-in-bounds?): Add a test failing in the current code.
|
2005-06-05 21:37:59 +00:00 |
|
Kevin Ryde
|
50e20a6061
|
(string-split): Try splitting on an 8-bit char.
|
2005-06-05 21:33:33 +00:00 |
|
Marius Vollmer
|
b8ad7a213a
|
Added comment that there is a comment in eval.c about how to make case
1.1 succeed.
|
2005-06-05 20:54:19 +00:00 |
|
Marius Vollmer
|
92205699d0
|
The FSF has a new address.
|
2005-05-23 19:57:22 +00:00 |
|
Kevin Ryde
|
a17a869e3f
|
(car+cdr, fold, last, list-index, list-tabulate,
not-pair?, xcons): New tests.
|
2005-05-07 00:02:02 +00:00 |
|
Kevin Ryde
|
6017642112
|
(make-shared-array): Add failing case shared of shared.
|
2005-05-04 00:30:04 +00:00 |
|
Kevin Ryde
|
f1f478bf1d
|
(fifth, sixth, seventh, eighth, ninth, tenth): New tests.
|
2005-05-03 23:25:48 +00:00 |
|
Kevin Ryde
|
b2c82c27f0
|
(break!, drop-right!, drop-while, take-while,
take-while!, span!, take!): New tests.
|
2005-05-03 23:13:16 +00:00 |
|
Kevin Ryde
|
2f359170fb
|
(/): Further tests.
|
2005-04-29 23:20:04 +00:00 |
|
Kevin Ryde
|
917abf7026
|
(array-map!): Further tests.
|
2005-04-25 00:15:24 +00:00 |
|
Kevin Ryde
|
ba46895cd3
|
(numerator, denominator): New tests.
|
2005-04-23 00:39:45 +00:00 |
|
Kevin Ryde
|
7cfb4dd2e8
|
(concatenate, concatenate!, count, filter-map, lset-adjoin): More tests.
|
2005-04-23 00:14:42 +00:00 |
|
Kevin Ryde
|
1d936c056b
|
(make-list): New tests.
|
2005-04-23 00:04:57 +00:00 |
|
Kevin Ryde
|
a7e252d5ef
|
(list, cons*): New tests.
|
2005-04-22 23:50:17 +00:00 |
|
Kevin Ryde
|
87c08ac0f7
|
(hashx-remove!): New tests.
|
2005-04-22 23:33:54 +00:00 |
|
Kevin Ryde
|
a580ebba22
|
(1+, 1-): New tests.
|
2005-04-13 23:54:45 +00:00 |
|
Kevin Ryde
|
0381cf345d
|
(string-concatenate, string-concatenate/shared): New tests.
|
2005-04-10 22:19:26 +00:00 |
|
Kevin Ryde
|
6203b5f510
|
(round): Add some fraction cases.
|
2005-04-02 00:32:03 +00:00 |
|
Kevin Ryde
|
f01b08bf8a
|
(lset-union): More tests.
|
2005-04-01 23:49:35 +00:00 |
|
Kevin Ryde
|
59216e48da
|
(string-index): Exercise 8-bit char in string.
|
2005-03-25 20:58:22 +00:00 |
|
Kevin Ryde
|
cfa1ef52a2
|
(filter-map): More tests.
|
2005-03-17 23:16:31 +00:00 |
|
Kevin Ryde
|
3c1f825ca0
|
A few more tests from the 1.6 branch.
|
2005-03-17 21:28:19 +00:00 |
|
Kevin Ryde
|
c3c8306132
|
(split-at, split-at!): New tests.
|
2005-03-15 22:00:56 +00:00 |
|
Kevin Ryde
|
ba9fb62d10
|
(drop-right, partition!, take-right): New tests.
|
2005-03-15 21:16:32 +00:00 |
|
Kevin Ryde
|
e748b272eb
|
(find, find-tail, lset-union): New tests.
(lset-adjoin): Corrections to some tests.
|
2005-03-13 23:12:40 +00:00 |
|
Kevin Ryde
|
17e69f21ce
|
New file.
|
2005-03-13 00:51:30 +00:00 |
|
Kevin Ryde
|
afd09cfba0
|
(logior): New tests, exercising negative bignums reducing to inum.
|
2005-03-13 00:21:45 +00:00 |
|
Kevin Ryde
|
6f6847fa21
|
(=): Exercise inum/flonum cases that used to
round on 64-bit systems.
|
2005-03-13 00:14:23 +00:00 |
|
Marius Vollmer
|
d8d925f310
|
Only test when 'threads are provided.
|
2005-03-02 20:55:17 +00:00 |
|
Kevin Ryde
|
48e78ba65c
|
(string->number): Exercise polar form with invalid angle.
|
2005-02-20 22:55:53 +00:00 |
|
Kevin Ryde
|
a115b0feaa
|
(lset-adjoin): Amend tests to expect duplicates among args cast out.
|
2005-02-17 21:15:46 +00:00 |
|
Kevin Ryde
|
80eba4e572
|
(reduce, reduce-right): New tests.
|
2005-02-11 21:40:32 +00:00 |
|
Kevin Ryde
|
ffb468f7f9
|
(ash): Remove tests of ash on fractions, not
supported after scm_ash rewrite.
|
2005-02-10 20:37:19 +00:00 |
|
Kevin Ryde
|
eccc026e06
|
(list=): New tests.
|
2005-02-03 23:20:08 +00:00 |
|
Kevin Ryde
|
389a4e4715
|
(remove!): New tests.
|
2005-01-28 21:49:09 +00:00 |
|
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 |
|