Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort: missing vector coverage in tests. | Kaz Kylheku | 2023-05-03 | 1 | -4/+18 |
| | | | | | | | * tests/012/sort.tl: The larger input tests are testing only vectors, thus covering neither quicksort nor array binary merge. Cases added. | ||||
* | sort: move tests into tests/012. | Kaz Kylheku | 2023-05-02 | 1 | -0/+45 |
* tests/010/sort.tl: File moved to tests/012. The reason is that the tests 010 run with the --gc-debug torture tests. That test case runs way too long under that test because of the testing of many permutations and whatnot. |