summaryrefslogtreecommitdiff
path: root/RunTest
Commit message (Collapse)AuthorAgeFilesLines
* Add valgrind suppressions file to RunTest so that issued that are provoked by ph102016-03-011-14/+18
| | | | | | | the SSE2 instruction set when JIT is in use are ignored. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1642 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Preparations for next release.ph102014-03-041-6/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1459 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Check alternative outputs for the locale test in RunTest. It should now work ph102014-01-121-13/+29
| | | | | | | for the 'fr' locale (which was broken). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1443 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-84/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1370 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-011-9/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1320 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update RunTest to add more test selector options.ph102013-03-151-10/+55
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1283 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Pass back the bumpalong value for partial matches.ph102013-02-201-8/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1251 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-10/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Test 20 alleged it was DFA, but was not being run using -dfa. Fixed, and copied ph102012-11-071-2/+2
| | | | | | | some of the tests to the non-DFA tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1212 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Temporarily remove 32-bit maskingchpe2012-11-031-18/+1
| | | | | | | Remove the masking via the PCRE_NO_UTF32_CHECK. It will be reintroduced as a dedicated runtime option later, with support for JIT and non-JIT cases. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1200 2f5784b3-3f2a-0410-8824-cb99058d5e15
* tests: Revert change to how valgrind is runchpe2012-10-241-3/+4
| | | | | | Use -q and don't keep a log file. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1173 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Select correct tests when any two out of 8/16/32 bit libraries are compiled.ph102012-10-171-46/+35
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1123 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: tests: Do an extra 32-bit UTF-32 testing round with high bits setchpe2012-10-161-1/+18
| | | | | | After running the 32-bit tests, run them again, this time with high bits set. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1119 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-32/+158
| | | | | | | | | | Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-29/+65
| | | | | | | | over time. Also the documentation. Added one test that can be run in an ASCII world to do a little testing of EBCDIC-related things. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1033 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Style tidies to some scripts.ph102012-08-261-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1016 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make "RunTest list" list the tests without running them.ph102012-02-241-23/+81
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@931 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove bashism from the RunTest script.ph102012-02-121-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@912 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-1/+1
| | | | | | | symbolic links to man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@903 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Move 16-bit pre-compiled reloading tests to separate files that are run only ph102012-01-201-6/+56
| | | | | | | when the link size is 2. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@897 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-15/+25
| | | | | | | | RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-117/+322
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Some UTF-8 tests were in the wrong file.ph102011-11-251-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@766 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Allow for CRLF terminations of pcretest output in RunTest.ph102011-09-261-6/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@712 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.20-RC2 release.ph102011-09-231-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@708 2f5784b3-3f2a-0410-8824-cb99058d5e15
* RunTest uses Windows files for "fr" locale and looks for testdata in parent ph102011-09-231-8/+22
| | | | | | | directory. CMakeLists.txt uses RunTest for testing in msys environment. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@706 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patch to RunTest for use with simulations; further JIT code/test tidies.ph102011-09-091-59/+60
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@689 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More JIT testing.ph102011-08-261-57/+65
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@674 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor RunTest and add JIT-specific tests.ph102011-08-231-117/+212
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@671 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Commit changes for JIT supportph102011-08-221-23/+58
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@666 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation and general text tidies in preparation for test release.ph102011-08-021-27/+27
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@654 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Test updates.ph102011-08-011-6/+28
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@651 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-97/+130
| | | | | | | | pcretest so that all tests can be run with or without study; adjust tests so that this happens. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@612 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy up test comments, now that Perl >= 5.10 is generally around.ph102010-10-271-6/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@559 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for 8.02-RC1 release.ph102010-03-101-6/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@507 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@461 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Another test for (*ACCEPT)ph102009-09-161-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@449 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-151-2/+38
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@448 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@426 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 7.8-RC1 ph102008-08-251-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@371 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Comments about stack usage added.ph102008-07-091-1/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@358 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@345 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Some systems have a diff without a -u option. Test for it.ph102008-04-131-3/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@339 2f5784b3-3f2a-0410-8824-cb99058d5e15
* (1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.ph102007-09-171-26/+4
| | | | | | | (2) Updates files changed by building test release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@247 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Skip some tests when \R is defaulted to ANYCRLF.ph102007-09-141-4/+26
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@245 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update to next RC number; fix bug in test script.ph102007-06-051-9/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@173 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Non-longjmp heap recursion.ph102007-05-091-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@165 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Replace longjmp() with gotos when not using stack recursion.ph102007-05-041-2/+33
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@164 2f5784b3-3f2a-0410-8824-cb99058d5e15