Jani Taskinen
|
ff8c39c8e9
|
- Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.)
|
2009-12-11 07:34:06 +00:00 |
|
Greg Beaver
|
45194181d2
|
sync run-tests.php with revision 286499 changes making php 6 tests with EXPECTF that can have arbitrary binary data in output work
|
2009-07-29 10:06:55 +00:00 |
|
David Soria Parra
|
36d03e10a4
|
MFH: Reset TZ environment variable. Some tests assume that it's not set.
|
2009-07-07 23:05:33 +00:00 |
|
Arnaud Le Blanc
|
d3ec090688
|
MFH: set default value of "precision" ini setting,
many tests depend on this
|
2009-05-20 09:23:15 +00:00 |
|
Hannes Magnusson
|
2b72a6df0a
|
MFH: Print out WARNed
|
2009-05-18 14:08:56 +00:00 |
|
Jani Taskinen
|
631e6fc427
|
MFH: Sync
|
2009-04-25 17:12:11 +00:00 |
|
Jani Taskinen
|
030bfc24ab
|
- Fix bad check (Hannes, please test stuff you commit..)
|
2009-04-25 16:54:50 +00:00 |
|
Hannes Magnusson
|
3fcaf01902
|
MFH: sync WS
|
2009-04-16 13:43:28 +00:00 |
|
Hannes Magnusson
|
a61ac8cfe6
|
MFH: make it possible to run on 5.2.7
|
2009-04-16 13:41:50 +00:00 |
|
Zoe Slattery
|
d189d478e3
|
refixing %r in run-tests.php (thanks iain lewis for the fix)
|
2009-03-12 20:45:43 +00:00 |
|
Zoe Slattery
|
f1092fb663
|
Added %r section
|
2009-03-03 10:54:16 +00:00 |
|
Zoe Slattery
|
575e56649c
|
Fixed bug #46845 Test expected to fail, but pass, don't cause error
|
2008-12-31 17:37:21 +00:00 |
|
Sebastian Bergmann
|
ef49b9a8de
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:17:49 +00:00 |
|
Lars Strojny
|
d5b6ae48f7
|
MFB: Fixing strict warning
|
2008-12-11 02:38:44 +00:00 |
|
Jani Taskinen
|
8808ffa0ff
|
MFH
|
2008-12-09 15:21:33 +00:00 |
|
Jani Taskinen
|
bb46aa5f97
|
- Sync with HEAD
|
2008-12-08 12:35:54 +00:00 |
|
Zoe Slattery
|
488d12c2e5
|
More changes to allow the same tests to be used with PHP5 and PHP6
|
2008-12-06 12:02:24 +00:00 |
|
Robin Fernandes
|
1ff15e8260
|
Add support for %u|b% and %unicode_string_optional% to facilitate writing tests compatible with both 5_2 and HEAD.
|
2008-12-03 14:27:43 +00:00 |
|
Scott MacVicar
|
df7f836d31
|
MFH: Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN
Save the bunnies
|
2008-11-08 02:05:03 +00:00 |
|
Jani Taskinen
|
07c3dbdc8c
|
MF53: Sync with HEAD and PHP_5_3
|
2008-11-01 22:42:38 +00:00 |
|
Johannes Schlüter
|
0e306ec3bc
|
Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too
|
2008-10-19 18:07:04 +00:00 |
|
Jani Taskinen
|
7489a81e38
|
- Nuke annoying errors already silenced elsewhere too
|
2008-08-14 20:53:00 +00:00 |
|
Jani Taskinen
|
4fafb9bddc
|
MFH: some fixes to allow certain tests to pass regardless of system php.ini settins
|
2008-07-23 13:43:05 +00:00 |
|
Felipe Pena
|
a8fc46afa7
|
Fix valgrind version validation (accepting "valgrind-3.2.1-Debian")
|
2008-03-13 13:51:40 +00:00 |
|
Greg Beaver
|
c98f8dc302
|
merge in cgi fixes from PHP_5_3
|
2008-01-14 04:34:17 +00:00 |
|
Greg Beaver
|
4490673e0e
|
remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE--
|
2008-01-05 21:39:47 +00:00 |
|
Greg Beaver
|
32f4ff69b5
|
implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW--
|
2008-01-05 21:05:14 +00:00 |
|
Sebastian Bergmann
|
58fea2b990
|
MFB: Leftover: Bump copyright year.
|
2008-01-01 06:15:48 +00:00 |
|
Dmitry Stogov
|
24957a15e0
|
Fixed %f regex
|
2007-12-25 12:06:22 +00:00 |
|
Raghubansh Kumar
|
77245e4907
|
Changing the regex for %f so the it will match e-, e+ and e.
|
2007-12-24 04:24:20 +00:00 |
|
Antony Dovgal
|
0e70b8fea0
|
MFH: add valgrind 3.3.0 support
|
2007-12-12 20:21:57 +00:00 |
|
Jani Taskinen
|
14d5ba8aec
|
MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail
|
2007-11-21 08:20:45 +00:00 |
|
Zoe Slattery
|
332c87b12a
|
MFH: Changing the regex for %f so the it will match E-, E+ and E.
|
2007-11-12 21:16:27 +00:00 |
|
Nuno Lopes
|
40085b06f2
|
changes to run-tests.php:
- change %s to %a
- make %s = [^\r\n]+
- fix tests accordingly
|
2007-09-14 15:28:03 +00:00 |
|
Jani Taskinen
|
52bb8f78a0
|
MFH:- Allow using * in test filenames to match pattern
|
2007-07-31 21:29:21 +00:00 |
|
Jani Taskinen
|
8684e7495f
|
MFH: - Made build system less major version dependant to ease MFB/MFH
|
2007-07-26 22:45:59 +00:00 |
|
Dmitry Stogov
|
a3ba415e91
|
Fixed "make test"
|
2007-07-04 10:16:22 +00:00 |
|
Dmitry Stogov
|
e45dab8c49
|
Fixed CGI tests
|
2007-06-29 09:49:21 +00:00 |
|
Antony Dovgal
|
0b157a6f84
|
enable display_startup_errors, fix test
|
2007-06-05 10:59:25 +00:00 |
|
Antony Dovgal
|
ccd16d09c0
|
MFH
|
2007-05-27 19:23:09 +00:00 |
|
Ilia Alshanetsky
|
146a600711
|
Added support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulation
of compressed POST input
|
2007-05-07 18:40:33 +00:00 |
|
Antony Dovgal
|
e03eadf633
|
MFH: add USE_ZEND_ALLOC env var
|
2007-05-02 15:41:06 +00:00 |
|
Antony Dovgal
|
ea7f23b053
|
MFH
|
2007-04-23 11:19:15 +00:00 |
|
Antony Dovgal
|
a0370cd797
|
add tests for CGI
|
2007-04-17 19:49:26 +00:00 |
|
Marcus Boerger
|
acf92f283a
|
- MFH Allow to load multipe extensions via -d
|
2007-03-27 20:28:06 +00:00 |
|
Nuno Lopes
|
a875e10909
|
convert all ereg*() calls to preg_match(), so that we become future-proof (ereg is scheduled for removal in PHP 6)
|
2007-02-08 15:22:03 +00:00 |
|
Nuno Lopes
|
3fdab070a9
|
MFH: use getenv() instead of _ENV
enable multiple error reporting on the same test
|
2007-02-07 11:31:22 +00:00 |
|
Ilia Alshanetsky
|
2df7386475
|
Update copyright year
# The rest of the files were already updated by Sebastian
|
2007-01-01 19:32:10 +00:00 |
|
Nuno Lopes
|
dae5040b61
|
MFH: force tidy.clean_output=0
|
2006-12-28 15:07:45 +00:00 |
|
Ilia Alshanetsky
|
94e3f478d7
|
Fixed handling of multiple cookies with the same name.
Added support for cookies into run-tests.php
|
2006-12-09 14:14:29 +00:00 |
|