aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Run afl-cmin on the corpusesGavin Howard2021-07-3190-747/+1223
* Add an input to the fuzzerGavin Howard2021-07-311-0/+42
* Reduce the number of test cases for AFL++Gavin Howard2021-07-3113-685/+158
* Change the bitfunc tests againGavin Howard2021-07-302-198/+10782
* Add more bitwise functions to lib2.bcGavin Howard2021-07-302-1399/+215
* Attempt to work around FreeBSD stupidity with allocation failureGavin Howard2021-07-271-0/+22
* Fix a crash found by AFL++Gavin Howard2021-07-271-0/+0
* Fix a crash found by AFL++Gavin Howard2021-07-261-0/+3
* Fix another crash found by AFL++Gavin Howard2021-07-251-0/+3
* Fix a crash, a firing assertGavin Howard2021-07-251-0/+20
* Fix another crash found by AFL++Gavin Howard2021-07-251-0/+2
* Change an input to AFL++Gavin Howard2021-07-251-12/+1
* Add a test for the new slabvec redesignGavin Howard2021-07-252-0/+67
* Fix a crash found by AFL++Gavin Howard2021-07-251-0/+1
* Fix a crash found by AFL++Gavin Howard2021-07-251-0/+0
* Fix the AFL++ tmuxp configGavin Howard2021-07-251-5/+4
* Fix a crash in dc found by AFL++Gavin Howard2021-07-251-0/+117
* Add another strings test, this time for return valuesGavin Howard2021-07-252-0/+8
* Fix a bug I found while fixing the bug fixed in previous commitGavin Howard2021-07-251-0/+1
* Fix a crash found by AFL++Gavin Howard2021-07-252-0/+5
* Change the tmuxp configs to not interfere with each otherGavin Howard2021-07-252-30/+30
* Attempt to fix flaky history testsGavin Howard2021-07-241-3/+11
* Add a forgotten license headerGavin Howard2021-07-231-0/+27
* Attempt to make a history test less flakyGavin Howard2021-07-231-1/+1
* Add bitfuncs to the list of tests that require extra mathGavin Howard2021-07-231-0/+1
* Fix tests/script.sh for portabilityGavin Howard2021-07-231-1/+1
* Add tests for upcoming bitwise functions in bc's lib2Gavin Howard2021-07-223-0/+1401
* Add bc's prohibition against redefining in the builtin libs to a testGavin Howard2021-07-222-5/+16
* Add a command to dc to get the execution stack depthGavin Howard2021-07-213-0/+15
* Add an array length command to dcGavin Howard2021-07-212-0/+4
* Add new strings tests to the fuzzerGavin Howard2021-07-211-0/+14
* Add a bc POSIX test for an upcoming changeGavin Howard2021-07-211-0/+1
* Add tests for an upcoming changeGavin Howard2021-07-213-1/+32
* Fix some bugs in tests that were hiding Valgrind errorsGavin Howard2021-07-212-9/+9
* Add some error tests for bcGavin Howard2021-07-211-0/+35
* Add a dc strings test for the new changesGavin Howard2021-07-212-0/+2
* Add modexp and divmod to bcGavin Howard2021-07-215-0/+398
* Change the keyword redefinition infrastructureGavin Howard2021-07-201-8/+5
* Tweak test namesGavin Howard2021-07-201-3/+3
* Add tests for the keyword redefinition in last commitGavin Howard2021-07-201-0/+39
* Fix tests in other build modesGavin Howard2021-07-184-2/+24
* Reorder some testsGavin Howard2021-07-172-4/+4
* Do more documentation workGavin Howard2021-07-171-6/+3
* Do a lot of doc work and refactor along the wayGavin Howard2021-07-169-12/+88
* Add to the script testsGavin Howard2021-07-134-2/+4
* Fix a bug with return statements in void functions and add a test for itGavin Howard2021-07-121-0/+4
* Make bc and dc UTF-8 capableGavin Howard2021-07-121-81/+78
* Improve the coverage of history testsGavin Howard2021-07-121-5/+164
* Add a test to hit some branches in command-line arg parsingGavin Howard2021-07-111-0/+10
* Add a few tests to hit some branches in the lexerGavin Howard2021-07-116-0/+23