]> git.draconx.ca Git - cdecl99.git/history - tests
tests: Fix interactive test without libreadline.
[cdecl99.git] / tests /
2023-07-08 Nick Bowlertests: Fix interactive test without libreadline.
2023-07-07 Nick Bowlertests: Ensure that English keywords can be parsed.
2023-07-07 Nick Bowlerlibcdecl: Fix regression in function parsing.
2023-07-07 Nick Bowlerlibcdecl: Remove "too many parentheses" error check.
2023-07-05 Nick Bowlercdecl99: Reverse sense of "interactive" global variable.
2023-07-05 Nick BowlerAdd test for interactive mode.
2023-07-02 Nick Bowlertests: Add more coverage for parenthesis handling.
2023-07-01 Nick BowlerWork around Solaris 8 nawk issue in the test suite.
2023-06-23 Nick Bowlertests: Add canned test case for incomplete arrays.
2023-06-22 Nick Bowlertests: Adjust positive tests to verify both parse direc...
2023-06-16 Nick Bowlerlibcdecl: Tweak invalid character error from scanner.
2023-06-14 Nick BowlerFix library error state allocation.
2023-06-01 Nick BowlerAdd more type specifier tests.
2023-05-25 Nick Bowlercdecl99: Fix some improper error message formatting.
2023-01-25 Nick BowlerAvoid POSIX character classes in the test suite.
2023-01-10 Nick BowlerDon't parse command-line options more than once.
2022-04-03 Nick Bowlertests: Correct RNG implementation.
2022-02-09 Nick BowlerSimplify and improve randomdecl sanity test.
2021-03-12 Nick BowlerHand-code the normalized specifier ordering.
2021-03-10 Nick BowlerFix empty and help commands causing program exit.
2021-03-03 Nick BowlerAdd a couple more positive tests.
2020-07-04 Nick BowlerFix use-after-free during parser error recovery.
2020-07-03 Nick BowlerPort random crossparse test to Autotest.
2020-07-03 Nick BowlerPort randomdecl sanity test to Autotest.
2020-07-03 Nick BowlerFix parsing of int (x*).
2020-07-03 Nick BowlerConvert invalid declaration test to Autotest.
2020-07-03 Nick BowlerBegin converting testsuite to Autotest.
2012-12-06 Nick BowlerUpdate .gitignore for Automake-1.12.
2012-08-29 Nick BowlerDon't allow restrict-qualified pointers to functions.
2012-08-18 Nick BowlerAdd missing test script to the distribution.
2012-05-03 Nick BowlerTest invalid English declarations as well.
2012-03-28 Nick BowlerTest more bogus declarations.
2012-03-23 Nick BowlerAdd a simple test to check if cdecl99 rejects bogus...
2012-03-19 Nick BowlerAdd a sanity test for randomdecl.
2012-03-18 Nick BowlerFix bogus switch cases in declgen.
2012-03-03 Nick BowlerBatch up crossparse tests to improve performance.
2012-03-03 Nick BowlerDon't generate invalid void function parameters in...
2012-03-03 Nick BowlerAdd a test case to check if libcdecl can parse its...
2012-03-01 Nick BowlerAdd a test case to verify symbol prefixes.