aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reorganize tests, fix set-replaceHEADmasterGravatar Peter McGoron 2025-03-161-0/+1
| | | | | | | | | | | | | Tests are now listed (roughly) in the order of the procedures that they test are listed in the SRFI, and not in a logical order. This is because each test group can be run independently from the others. Ideally at least one of the tests in the group is "basic" in that it uses lists to test the properties of the procedure. However the other tests use procedures and hence tests are circular. This is still OK: passing the test suite is an implementation that is meta-consistent.
* more tests of subset and set equality predicatesGravatar Peter McGoron 2025-02-171-1/+1
|
* test set-every, set-delete, and set=?Gravatar Peter McGoron 2025-02-171-1/+2
|
* member, adjoin and find testsGravatar Peter McGoron 2025-02-161-1/+1
|
* add set-contains? test, remove NaNs because they cannot be used in the ↵Gravatar Peter McGoron 2025-02-161-2/+2
| | | | default comparator
* CHICKEN bug? Definition of `%insert` in the test for `internal` wasGravatar Peter McGoron 2025-02-161-17/+14
| | | | interfering with the import definition for the srfi-113 test.
* use vectors instead of lists in srfi-113 testsGravatar Peter McGoron 2025-02-161-1/+1
|
* start testing SRFI 113 testsGravatar Peter McGoron 2025-02-151-550/+28
|
* node->reverse-order-generatorGravatar Peter McGoron 2025-02-151-0/+10
|
* node->in-order-generatorGravatar Peter McGoron 2025-02-151-0/+10
|
* generator->nodeGravatar Peter McGoron 2025-02-151-0/+9
|
* add node->generatorGravatar Peter McGoron 2025-02-151-8/+20
|
* update to new test runnerGravatar Peter McGoron 2025-02-141-1/+1
|
* xorGravatar Peter McGoron 2025-01-201-45/+88
|
* insert and deleteGravatar Peter McGoron 2025-01-201-7/+86
|
* set operationsGravatar Peter McGoron 2025-01-191-15/+199
|
* add a generating thunk for splitGravatar Peter McGoron 2025-01-161-2/+4
|
* split and searchGravatar Peter McGoron 2025-01-161-106/+124
|
* join2Gravatar Peter McGoron 2025-01-161-1/+40
|
* rename module to internalGravatar Peter McGoron 2025-01-161-7/+12
|
* succesfully test joinGravatar Peter McGoron 2025-01-161-0/+166