summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remove unused DO_COMPARISONSimon Sobisch2023-03-151-1/+0
* test(quotes): Add after action comment tests for m4quotes.Mightyjo2023-03-091-0/+32
* .gitignore adjustments for WIN32Simon Sobisch2023-03-011-1/+21
* fix(issue-525): Fail gracefully when yy_get_next_buffer can't find one.Joseph Langley2022-05-182-0/+0
* fix(issue-525): Add regression test for Issue 525.Joseph Langley2022-05-182-1/+141
* chore(perm): Fix permissions 755->644Joseph Langley2021-07-022-0/+0
* chore(make): Ensure distcheck cleans up directories.Joseph Langley2021-06-091-3/+3
* chore(test): Declare script variables before use.Joseph Langley2021-06-091-0/+2
* Ensure size of Reject state buffer is sufficient each time yy_switch_to_buffe...Mightyjo2021-06-093-1/+555
* Don't use C++ auto, it angers TravisCI.Mightyjo2021-06-091-1/+1
* Fix test failure on TravisCI.Mightyjo2021-06-091-1/+1
* Test for reversion of CVE-2006-0459.Mightyjo2021-06-091-1/+5
* Test for reversion of CVE-2006-0459.Mightyjo2021-06-092-0/+544
* chore(test): Clean up debugging in testsJoseph Langley2021-06-053-6/+1
* fix(test): Re-add posix test input to repo.Joseph Langley2021-06-052-0/+2
* chore(test): Enable shell '-eu' strictnessJoseph Langley2021-06-052-6/+9
* chore(test): Regenerate ruleset.amJoseph Langley2021-06-051-1/+1
* fix(test): Make test generating scripts work in VPATH buildsJoseph Langley2021-06-055-250/+324
* fix(test): Re-add test inputs to tests/Joseph Langley2021-06-0522-0/+109
* fix(build): Expand wildcards in Makefile.am.Joseph Langley2021-06-041-6/+27
* fix(build): Prevent automake computing default _SOURCES for tests.Joseph Langley2021-06-033-35/+34
* Remove prrequisite from .l.go suffix ruleEric S. Raymond2021-02-051-1/+1
* Go back end: More Goification of names.Eric S. Raymond2020-12-041-2/+6
* Portability fix in tests - not all languages have ++ and --.Eric S. Raymond2020-12-042-2/+10
* In the Go back end, more moves towards Go conventions.Eric S. Raymond2020-11-201-1/+1
* Improve information hiding in C99 and Go back ends.Eric S. Raymond2020-11-202-6/+6
* Eliminate forwards in the C99 back end.Eric S. Raymond2020-11-192-9/+14
* TYhis commit is a model for how to add a new back end.Eric S. Raymond2020-11-174-4/+265
* Improve cleanup of generated .txt after tests.Eric S. Raymond2020-11-172-2/+2
* Convert the debug test to be ruleset-based,Eric S. Raymond2020-11-178-167/+35
* Rename some rules files to make maintaining .gitignore simpler.Eric S. Raymond2020-11-174-31/+25
* Fix error in testnmaker: shell case alternations evaluate easrky.Eric S. Raymond2020-11-161-4/+4
* Up-gun a test to use the lineno code in the array+BOL case...Eric S. Raymond2020-11-161-1/+1
* Remove now-unused parts of test/testwrapper.sh.Eric S. Raymond2020-11-161-2/+3
* Remove the ".one" category of tests; they've been replaced by rulesets.Eric S. Raymond2020-11-168-188/+4
* Remove now-unused SOURCES declarations.Eric S. Raymond2020-11-161-3/+0
* Improve instrumentation of test failures.Eric S. Raymond2020-11-162-7/+6
* Repair some bitrotted variable-trailing-context code.Eric S. Raymond2020-11-154-6/+77
* Fix typo revealed by Go porting work, and improve test coverage to match.Eric S. Raymond2020-11-1511-299/+246
* Minor build system fixes before starting the Go port.Eric S. Raymond2020-11-133-14/+9
* Clean up test/Makefile,am's EXTRA_DIST.Eric S. Raymond2020-11-121-8/+1
* Declare that rulset.am depends on *.rules files...Eric S. Raymond2020-11-122-4/+4
* Eliminate almost all forward declarations from C99.Eric S. Raymond2020-11-111-9/+10
* Add a test for trailing conyext rules. Fix the bug it turned up.Eric S. Raymond2020-11-113-2/+58
* Successful elimination of preprocessor dependencies fromm C99 skeleton.Eric S. Raymond2020-11-101-2/+2
* Add a test for yymore, and fix a bug it turned up.Eric S. Raymond2020-11-074-2/+53
* Fix errors that were masking problems with yyreject().Eric S. Raymond2020-11-042-2/+2
* Pull two random flags into the ctrl structure.Eric S. Raymond2020-11-022-10/+13
* Add a test for yyless.Eric S. Raymond2020-11-013-3/+55
* Simplify and generalize the testmaker macros.Eric S. Raymond2020-11-017-48/+42