aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add a factorial script to dcGavin Howard2019-01-141-0/+4
* Add tests for less than and less than or equalsGavin Howard2019-01-142-0/+28
* Add a string test for numbersGavin Howard2019-01-142-0/+2
* Fix a test for a recent changeGavin Howard2019-01-141-1/+1
* Add an error test to catch a crash that afl foundGavin Howard2019-01-141-0/+1
* Make dc have a negate commandGavin Howard2019-01-113-0/+7
* Fix some dc handling of string escapesGavin Howard2019-01-112-4/+8
* Add a test for block with no headerGavin Howard2019-01-112-0/+7
* Accept a bug in afl.pyGavin Howard2019-01-111-1/+1
* Fix a bug in afl.pyGavin Howard2019-01-111-2/+2
* Fix a bug in tests/afl.pyGavin Howard2019-01-091-1/+1
* Make sure to use the dc results directory in afl.pyGavin Howard2019-01-091-1/+4
* Add more comprehensive parsing and printing tests to bcGavin Howard2019-01-082-0/+4
* Add a test for parsing a number with a backslashGavin Howard2019-01-082-0/+3
* Make the or operator precedence match GNU bcGavin Howard2019-01-082-0/+6
* Make stdin.sh and scripts.sh more POSIX-compatibleGavin Howard2019-01-082-9/+9
* Remove some output from test.shGavin Howard2019-01-081-1/+0
* Make sure that generated scripts are run when not wantedGavin Howard2019-01-082-2/+17
* Fix a testGavin Howard2019-01-081-1/+1
* Fix a testGavin Howard2019-01-081-1/+1
* Add results to running scriptsGavin Howard2019-01-082-0/+302
* Style fixGavin Howard2019-01-081-1/+1
* Add fixed-width integer functions to lib2Gavin Howard2019-01-072-0/+497
* Allow skipping generated testsGavin Howard2019-01-052-5/+36
* Add void tests to see if it can be used as a var/array/function nameGavin Howard2019-01-042-0/+17
* Modify void functionsGavin Howard2019-01-046-192/+182
* Add tests for the new lib2 functionsGavin Howard2019-01-032-0/+38
* Add a test for an empty return statementGavin Howard2019-01-032-0/+5
* Fix lib3 test and its resultsGavin Howard2019-01-022-9/+17
* Fill out the rest of lib3 and add the testsGavin Howard2019-01-012-15/+164
* Fix problems with lib2 and its testsGavin Howard2019-01-011-4/+4
* Add two more useful functions to lib2, along with testsGavin Howard2019-01-012-0/+81
* Add another void error test, to test last commitGavin Howard2019-01-011-0/+1
* Fill out the lib2 test with tests for new functionsGavin Howard2019-01-012-0/+92
* Fix a mistakeGavin Howard2019-01-011-0/+0
* Add the void test to the test suiteGavin Howard2019-01-011-2/+3
* Add a void testGavin Howard2019-01-012-0/+12
* Change the void test plumbingGavin Howard2019-01-015-12/+11
* Add another void error testGavin Howard2018-12-311-0/+1
* Start adding void testsGavin Howard2018-12-314-4/+36
* More style fixes for test.shGavin Howard2018-12-311-9/+9
* Style fix to test.shGavin Howard2018-12-311-1/+1
* Add a void error testGavin Howard2018-12-311-0/+1
* Change an error test to *really* make it an errorGavin Howard2018-12-311-1/+1
* Remove error tests that are not errors anymoreGavin Howard2018-12-291-31/+1
* Fix the letter testsGavin Howard2018-12-282-17/+17
* Add a start to letter tests for bcGavin Howard2018-12-282-0/+104
* Add the capital letters feature of the GNU bcGavin Howard2018-12-281-0/+1
* Make sure non-usable tests are skippedGavin Howard2018-12-282-4/+26
* Add no braces around function error checkGavin Howard2018-12-281-0/+1