summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Merge branch 'upstream'Manoj Srivastava2016-01-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org> # Conflicts: # INSTALL # Makefile.in # aclocal.m4 # build-aux/compile # build-aux/config.guess # build-aux/config.sub # build-aux/depcomp # build-aux/install-sh # build-aux/mdate-sh # build-aux/texinfo.tex # configure # doc/Makefile.in # doc/flex.1 # doc/flex.info # doc/flex.info-1 # doc/flex.info-2 # doc/flex.pdf # doc/stamp-vti # doc/version.texi # examples/Makefile.in # examples/fastwc/Makefile.in # examples/manual/Makefile.in # src/config.h.in # tests/Makefile.in # tests/test-bison-nr/Makefile.am # tests/test-bison-yylloc/Makefile.am # tests/test-bison-yylval/Makefile.am # tools/Makefile.in
| * Imported Upstream version 2.6.0Manoj Srivastava2016-01-22
| |
| * Merge tag 'v2.6.0' into upstreamManoj Srivastava2016-01-22
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flex v2.6.0 release Signed-off-by: Manoj Srivastava <srivasta@debian.org> # gpg: Signature made Sat 05 Dec 2015 11:42:31 AM PST using RSA key ID 4F8BC9A4 # gpg: requesting key 4F8BC9A4 from hkp server pool.sks-keyservers.net # gpg: no valid OpenPGP data found. # gpg: Total number processed: 0 # gpg: keyserver communications error: key not found # gpg: keyserver communications error: bad public key # gpg: Can't check signature: public key not found # Conflicts: # Makefile.am # NEWS # autogen.sh # configure.ac # doc/Makefile.am # doc/flex.texi # examples/fastwc/mywc.c # lib/Makefile.am # lib/malloc.c # lib/realloc.c # po/POTFILES.in # po/ca.po # po/da.po # po/de.po # po/eo.po # po/es.po # po/fi.po # po/fr.po # po/ga.po # po/hr.po # po/ko.po # po/nl.po # po/pl.po # po/pt_BR.po # po/ro.po # po/ru.po # po/sr.po # po/sv.po # po/tr.po # po/vi.po # po/zh_CN.po # po/zh_TW.po # tests/Makefile.am # tests/README
| | * Cleaned up more precisely after make check.Will Estes2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUILT_SOURCES is now just the list of headers built as per the automake manual. We provide the list of files to clean to make rebuilding the test suite programs easier. We then use the CLEANFILES list in a dist-hook to clean up the distribution that automake gathers since not distributing flex generated files is foreign to automake's mindset, but we need exactly that. Additionally, we locate inputs to the tables-related tests more precisely. Some files are in srcdir and some are in builddir, which the arguments to the log compiler are now made aware of.
| | * Pulled out scripts in tests/Makefile.amWill Estes2015-11-11
| | |
| | * Added srcdir to tableopts.am includeWill Estes2015-11-11
| | |
| | * Added tableopts.sh to EXTRA_DISTWill Estes2015-11-10
| | |
| | * Made tests depend on the built flex binary.Mightyjo2015-11-10
| | |
| | * Cleaned more generated sources.Mightyjo2015-11-08
| | | | | | | | | | | | | | | | | | | | | Added skel.c explicitly to MAINTAINERCLEANFILES in src/Makefile.am. Added a bunch of files to built_SOURCES in tests/Makefile.am so that the suite is easier to clean up.
| | * Fix `label unused` warningMariusz Pluciński2014-11-26
| | |
| | * Fix `unused function` warnings in testsMariusz Pluciński2014-11-26
| | |
| | * Fix `implicit function declaration` warnings in testsMariusz Pluciński2014-11-25
| | |
| | * Remove a few `unused variable` warningsMariusz Pluciński2014-11-25
| | |
| | * Fix a few "unused parameter" warningsMariusz Pluciński2014-11-23
| | |
| | * Avoid passing `const char*` argument as `char*` in test-bison-nrMariusz Pluciński2014-11-23
| | |
| | * document new suite layoutWill Estes2014-11-16
| | |
| | * remove unused files after test suite refactorWill Estes2014-11-16
| | |
| | * use unofficial bash strict mode and cleanups in supporting bash scriptsWill Estes2014-11-12
| | |
| | * split apart table options tests into tests per threading, table option, ↵Will Estes2014-11-12
| | | | | | | | | | | | serialization and verification
| | * add tableopts.sh scriptWill Estes2014-11-12
| | |
| | * use automake conditional around pthread testWill Estes2014-11-12
| | |
| | * refactor lineno_trailing test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor lineno_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor lineno_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * Remove linedir_r test.Will Estes2014-11-12
| | | | | | | | | | | | The linedir_r test tested the implementation of line number tracking, not its results.
| | * refactor pthread test for new test suite layoutWill Estes2014-11-12
| | |
| | * build reject_[vs]er tests explicitly to pass proper compiler flagsWill Estes2014-11-12
| | |
| | * refactor cxx_yywrap test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor concatenated options test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor include_by_* tests for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor rescan_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * Refactor rescan_nr test for new test suite layout.Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | Also add -r option to testwrapper.sh to support passing input file as a command line argument to the test scanner without using shell redirection.
| | * correct use of objext to OBJEXTWill Estes2014-11-12
| | |
| | * refactor quotes test for new test suite layoutWill Estes2014-11-12
| | |
| | * Refactor reject test for new test suite layout.Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Split out reject test into its constituant tests. Add .reject tests and .table tests for automake test log generation. Rewrite testwrapper.sh to handle running with a tables file and specifying optional input using command line options rather than positional parameters.
| | * Refactor multiple_scanners_r test for new test suite layout.Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | Also, remove the use of table files from this test as that tests two features at once and we want to be as close to testing one feature at a time as we can be.
| | * refactor multiple_scanners_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor cxx_multiple_scanners test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor c_cxx_nr, c_cxx_r tests for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor cxx_basic test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor posixly_correct test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor yyextra test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor top test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor string_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor string_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor prefix_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor prefix_nr for new test suite layoutWill Estes2014-11-12
| | |
| | * Check if test input file exists.Will Estes2014-11-12
| | | | | | | | | | | | | | | Not all tests have input files, so check if one exists and run the test program accordingly.
| | * refactor posix test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor noansi_r test for new test suite layoutWill Estes2014-11-12
| | |