summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Adjust yylineno properly when rewinding trailing contexts.Till Varoquaux2013-07-02
|
* use cmp instead of diff in some tests for portability reasonsHugh Sasse2012-10-31
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* add CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am filesDennis Clarke2012-10-31
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* Fix two tests to pass under bison 2.6Elias Pipping2012-08-06
| | | | | | | | | Given that bison is moving forward with the %parse-param instead of YYPARSE_PARAM syntax, it makes sense to switch over to using the new style declaration. In particular, this means that flex scanners that use bison features will now require bison 2.6 or higher. Signed-off-by: Will Estes <westes575@gmail.com>
* rename .cvsignore files in tests/ subdirectories to gitignoreWill Estes2012-07-29
|
* fix dependencies for make -j in test suiteWill Estes2012-03-21
|
* wrap yy_fatal_error calls appropriatelyWill Estes2012-03-02
|
* move library flags in linker command; resolves patch #1943403; patch ↵Will Estes2008-05-14
| | | | submitted by nullnix@users.sourceforge.net
* Use %option extra-type.Aaron Stone2007-09-10
|
* ignore OUTPUT file in test-alloc-extraWill Estes2007-06-01
|
* add description of concatenated options testWill Estes2007-06-01
|
* add missing .cvsignore to test-alloc-extraWill Estes2007-05-31
|
* Adding test cases for yylex_init_extra.Aaron Stone2007-05-31
|
* fixes to test-pthreadWill Estes2007-05-12
|
* unit test to verify concatenated options parsingWill Estes2007-05-12
|
* cleanups to handle VPATH builds better; passifies make distcheckWill Estes2007-04-16
|
* make test target depend on test groupings, which in turn depend on building ↵Will Estes2006-11-17
| | | | executables; cygwin portability fix
* change create-test script to edit files in placeWill Estes2006-11-10
|
* change CLEANFILES to include instead of just the testname for the executableWill Estes2006-11-09
|
* change test template to remove test executable when that executable has an ↵Will Estes2006-11-09
| | | | extension, e.g. under Cygwin
* test names weren't displaying in test success/failure messages (from #1591672Will Estes2006-11-08
|
* make yywrap work with c++ scanners as per sf bug reportWill Estes2006-10-22
|
* memory leak issues in c++ scannerWill Estes2006-10-20
|
* add unit test for c++ with yywrapWill Estes2006-10-20
|
* use configure-provided awk variable for portability; add loadlibes variable ↵Will Estes2006-10-20
| | | | to c++ test
* Added ccl union operator.John Millaway2006-03-28
| | | | | | Added test in test suite for ccl union operator. Documented ccl union operator. Removed crufty ccl cache to prevent parser problems.
* Extended syntax excluded for lex/posix compat mode.John Millaway2006-03-28
| | | | | | Comments discarded inside (?x:) patterns. Added test in test suite for comments in extended patterns. Documented syntax additions.
* Implemented (?x:) syntax to allow whitespace in patterns.John Millaway2006-03-27
| | | | Added test for (?x:) syntax in test suite.
* Implemented dot-all syntax.John Millaway2006-03-27
| | | | Added test for dot-all syntax in test suite.
* Removed global variable caseins.John Millaway2006-03-27
| | | | | | | | Added scanner stack flags for case-insensitivity. Moved case-folding code from DFA-generation to parse time read-macros. Added localized case-sensitivity syntax from Perl. Added test for new syntax in test suite. Documented new syntax.
* Added extended, perl-compatible comment syntax.John Millaway2006-03-25
| | | | | Added test for extended comment syntax. Documented extended comment syntax.
* Added set difference operator {-} for character classes.John Millaway2006-03-22
|
* Added negated character class expressions.John Millaway2006-03-22
| | | | | Documented negated character class expressions. Added regression test for negated character class expressions.
* Added test to verify user code is unmangled.John Millaway2006-03-21
|
* Removed m4 from test-table-optsJohn Millaway2006-03-21
|
* Removed m4 from test-rejectJohn Millaway2006-03-21
|
* Recommit of last commit -- broken pipe.John Millaway2006-02-15
|
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
| | | | Added two new tests for reusing scanners.
* Added check for locale.h and libintl.h in configure script.John Millaway2006-02-14
|
* Added %top block syntax.John Millaway2003-03-27
| | | | | Added test for %top block. Documented %top block.
* an awk script wasn't included in the distributionWill Estes2003-03-26
|
* Added test for yypush_buffer_state and yypop_buffer_state.John Millaway2003-03-26
|
* Added test for #line directives.John Millaway2003-03-26
|
* Added test for noansi (traditional) options.John Millaway2003-03-26
| | | | Reordered the tests so the basic ones are first.
* update instructions for running test suiteWill Estes2003-03-25
|
* merge millaway's m4 branch workWill Estes2003-03-25
|
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really ↵John Millaway2003-01-09
| | | | what we want?
* include tests/test-c++-multipl-scanners/test.inputWill Estes2002-11-23
|
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-22
| | | | Removed yylex_destroy from C++ scanner.
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
|