aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reorganize tests, fix set-replaceHEADmasterGravatar Peter McGoron 2025-03-162-229/+517
| | | | | | | | | | | | | 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.
* reactive tests for adjoin and findGravatar Peter McGoron 2025-03-151-6/+6
|
* test set-member with new generatorsGravatar Peter McGoron 2025-03-151-13/+14
|
* create disjoint set generator of exact number of setsGravatar Peter McGoron 2025-03-151-36/+70
|
* test bulk set generatorsGravatar Peter McGoron 2025-03-151-146/+142
|
* add bulk list operations for set-set operatoinsGravatar Peter McGoron 2025-02-181-3/+3
|
* more set-intersection testsGravatar Peter McGoron 2025-02-171-6/+32
|
* add superset testsGravatar Peter McGoron 2025-02-171-0/+75
|
* reorganized srfi 113 sets testsGravatar Peter McGoron 2025-02-171-69/+107
|
* more tests of subset and set equality predicatesGravatar Peter McGoron 2025-02-172-11/+71
|
* test set<?Gravatar Peter McGoron 2025-02-171-1/+24
|
* test set<=?Gravatar Peter McGoron 2025-02-171-1/+23
|
* more set=? testsGravatar Peter McGoron 2025-02-171-5/+20
|
* more tests for set-delete, more efficient implementationGravatar Peter McGoron 2025-02-171-4/+38
|
* test set-every, set-delete, and set=?Gravatar Peter McGoron 2025-02-172-7/+90
|
* change set-disjoint?, test set-intersectionGravatar Peter McGoron 2025-02-171-21/+67
|
* member, adjoin and find testsGravatar Peter McGoron 2025-02-162-10/+77
|
* set-disjoint testsGravatar Peter McGoron 2025-02-161-4/+60
|
* test set-contains?Gravatar Peter McGoron 2025-02-161-39/+55
|
* add set-contains? test, remove NaNs because they cannot be used in the ↵Gravatar Peter McGoron 2025-02-162-45/+64
| | | | default comparator
* CHICKEN bug? Definition of `%insert` in the test for `internal` wasGravatar Peter McGoron 2025-02-162-35/+31
| | | | interfering with the import definition for the srfi-113 test.
* use vectors instead of lists in srfi-113 testsGravatar Peter McGoron 2025-02-162-24/+37
|
* use test-callGravatar Peter McGoron 2025-02-161-24/+20
|
* tests for different constructorsGravatar Peter McGoron 2025-02-161-29/+97
|
* start testing SRFI 113 testsGravatar Peter McGoron 2025-02-153-550/+651
|
* 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-163-106/+199
|
* 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