aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-03-13Fix a test error by skipping an extra math testGavin D. Howard
2023-03-13Add more to the tests for cbrt()Gavin D. Howard
2023-03-13Add tests for the bug fixed in the previous commitGavin D. Howard
2023-03-07Add a Fibonacci function to the extended math libraryGavin D. Howard
2023-02-28Add bcl tests for keep functionsGavin D. Howard
2023-02-27Add an error check in the bcl testGavin D. Howard
2023-02-25Add a test for multiple readsGavin D. Howard
2023-02-24Remove more bc dependency loopsGavin D. Howard
2023-02-23Fix a bug in dc extended register command testsGavin D. Howard
2023-02-22Add the gx command to dcGavin D. Howard
2023-02-18Fix scripts' use of getoptsGavin D. Howard
2023-02-13Quiet even more useless errorsGavin D. Howard
2023-02-13Quiet more stupid errors in the test suiteGavin D. Howard
2023-02-13Source functions.sh in scripts where it's missingGavin D. Howard
2023-02-06Quiet two useless error messages in the test suiteGavin D. Howard
2023-02-01Fix a test error on ArchGavin D. Howard
2023-02-01Get rid of every reference to Yzena that I canGavin D. Howard
2023-01-12Add error checking for args in scriptsGavin Howard
2023-01-12Add a missing license headerGavin Howard
2022-12-30Add another fuzzing inputGavin Howard
2022-12-27Make sure to test array references in tests/bc/scripts/array2.bcGavin Howard
2022-12-27Add a test for a bug I found while writing a scriptGavin Howard
2022-12-20Update copyright yearGavin Howard
2022-10-24Fix a crash found by AFLGavin Howard
2022-10-23Add the array asciify to the fuzzingGavin Howard
2022-10-23Add the ability for bc to turn full arrays into stringsGavin Howard
2022-10-23Add the is_number() and is_string() built-in functionsGavin Howard
2022-10-23Fix a crash found by AFLGavin Howard
2022-10-21Add tests for a crash AFL foundGavin Howard
2022-10-16Make sure to unset env vars when fuzzingGavin Howard
2022-10-14Add some fuzzing inputsGavin Howard
2022-10-12Add another aspect to a new testGavin Howard
2022-10-11Improve a testGavin Howard
2022-10-11Add tests for the upcoming changesGavin Howard
2022-10-11Tweak the bc limits testGavin Howard
2022-08-15Thread the problematic test option to tests/all.shGavin Howard
2022-08-15Switch turning off problematic tests with a configure optionGavin Howard
2022-08-13Enable running the release script on FreeBSDGavin Howard
2022-08-10Add more tests against GitHub issue #55Gavin Howard
2022-08-10Add some tests for a bugGavin Howard
2022-08-03Make bcl work with threads and not signalsGavin Howard
2022-07-24Add a crashing non-clamping test from AFL++Gavin Howard
2022-07-24Add a way for error tests to use clamping *and* non-clampingGavin Howard
2022-07-24Add non-clamping to the fuzzingGavin Howard
2022-07-18Fix some tests that won't quit nowGavin Howard
2022-07-17Fix test bugs in generating test casesGavin Howard
2022-07-17Add the no clamp tests for dcGavin Howard
2022-07-16Remove an unneeded output from the test suiteGavin Howard
2022-06-10Make bc history use tabsGavin Howard
2022-06-09Fix a problem in the builtin arg testsGavin Howard