aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add a ceil() function to lib2Gavin Howard2019-02-172-0/+46
* Fix a problem with the signal test harness on FreeBSDGavin Howard2019-02-151-9/+9
* Add to the signals testGavin Howard2019-02-151-8/+10
* Add another testGavin Howard2019-02-151-1/+1
* Add yet more error testsGavin Howard2019-02-151-0/+6
* Add another error testGavin Howard2019-02-151-0/+1
* Fix a failing error test and add anotherGavin Howard2019-02-151-1/+1
* Add more error testsGavin Howard2019-02-151-0/+2
* Add a print testGavin Howard2019-02-152-0/+2
* Improve the signals test harnessGavin Howard2019-02-151-1/+1
* Add a file to prevent the need to generateGavin Howard2019-02-151-0/+0
* Make sure to /dev/null stdin.sh outputGavin Howard2019-02-151-1/+1
* Fix the signals testsGavin Howard2019-02-151-2/+25
* Force interactive in the stdin testGavin Howard2019-02-151-1/+1
* Get rid of extraneous commentsGavin Howard2019-02-151-12/+0
* Add signal testsGavin Howard2019-02-154-1/+77
* Move the GC trigger into the stdin testGavin Howard2019-02-154-3/+21
* Fix to a test harnessGavin Howard2019-02-151-2/+2
* Fix dc array test to trigger garbage collectionGavin Howard2019-02-152-0/+3
* Add some error testsGavin Howard2019-02-152-0/+4
* Add another error testGavin Howard2019-02-151-0/+1
* Add an error testGavin Howard2019-02-151-0/+1
* Add some error testsGavin Howard2019-02-151-0/+5
* Fix style in a test harnessGavin Howard2019-02-151-1/+1
* Change test harness to test more stuffGavin Howard2019-02-151-1/+10
* Fix a typoGavin Howard2019-02-151-1/+1
* Fix style in test harnessesGavin Howard2019-02-152-4/+4
* Fix a bug in the all test harnessGavin Howard2019-02-151-2/+2
* Add environment var and line length testsGavin Howard2019-02-151-10/+39
* Add a backslash stdin testGavin Howard2019-02-153-3/+4
* Reorder some testsGavin Howard2019-02-142-65/+65
* Add tests for the new functionsGavin Howard2019-02-132-0/+65
* Remove and add some lib2 testsGavin Howard2019-02-052-10/+11
* Make sure make test_all can be run in parallelGavin Howard2019-02-011-2/+2
* Allow the make test target to run in parallelGavin Howard2019-02-017-9/+9
* Add a couple error testsGavin Howard2019-01-241-0/+2
* Add some error tests and string tests for dcGavin Howard2019-01-244-0/+11
* Add abs() as a built inGavin Howard2019-01-246-0/+30
* Add test results for 2 dc scriptsGavin Howard2019-01-232-0/+250
* Add a parse test for bc based on afl test casesGavin Howard2019-01-213-0/+43
* Add a test that afl found that will check for a crashGavin Howard2019-01-211-0/+36
* Add an error test found by aflGavin Howard2019-01-211-0/+1
* Remove a buggy line of code from tests/afl.pyGavin Howard2019-01-171-1/+0
* Move a test to prevent errorsGavin Howard2019-01-164-3/+2
* Add a test for a crashGavin Howard2019-01-162-0/+3
* Add tests to test for the crashes that were foundGavin Howard2019-01-166-1/+9
* Fix a bug in tests/afl.pyGavin Howard2019-01-161-0/+1
* Fix a testGavin Howard2019-01-142-2/+2
* Add a test for strings in arraysGavin Howard2019-01-142-0/+3
* Tweaks to the factorial scriptGavin Howard2019-01-141-3/+3