Commit Graph

406 Commits

Author SHA1 Message Date
Sebastian Bergmann
22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Jani Taskinen
953c96d0d8 - Sync (and KEEP it synced!) 2009-12-21 15:44:58 +00:00
Dmitry Stogov
dc3bb4674d Fixed test engine to support non utf-8 tests 2009-12-16 11:16:03 +00:00
Jani Taskinen
fc622cadee - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.) 2009-12-11 07:34:06 +00:00
Greg Beaver
61b79e7776 restore removed line (thanks Jani) 2009-07-29 16:14:07 +00:00
Greg Beaver
c880f7e5c4 make phar tests pass in php 5.2, prepare for release of pecl/phar 2.0.0, merge Gwynne's TSRM fix to phar_object.c to other branches 2009-07-29 10:14:04 +00:00
Greg Beaver
8d3a04a804 fix EXPECTF tests that have binary in their output by always processing output and expected output as binary 2009-07-29 09:22:57 +00:00
David Soria Parra
ff6cf302c2 Reset TZ environment variable. Some tests assume that it's not set. 2009-07-07 23:04:45 +00:00
Arnaud Le Blanc
b40d754d99 set default value of "precision" ini setting,
many tests depend on this
2009-05-20 09:22:24 +00:00
Hannes Magnusson
34907a2aaa Print out the WARNed section (contains f.e. passing XFAIL tests) 2009-05-18 14:07:59 +00:00
Jani Taskinen
43670e41bb MFB52: sync 2009-04-25 17:12:56 +00:00
Hannes Magnusson
a186602114 Make it possible to run on PHP5.2 2009-04-16 13:40:47 +00:00
Hannes Magnusson
8906ef059d Sync WS with 5.3 2009-04-16 13:39:31 +00:00
Zoe Slattery
48056b6e52 refixing %r in run-tests.php (thanks iain lewis for the fix) 2009-03-12 20:39:02 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Zoe Slattery
b5810c959a Added %r section 2009-03-03 10:52:56 +00:00
Antony Dovgal
9c51e8e977 fix ws 2009-01-05 11:14:37 +00:00
Antony Dovgal
9a06642ab0 only add "# original source" if a redirect is active 2009-01-05 09:18:57 +00:00
Antony Dovgal
dac8ee1cb6 fix PDO and other 'redirected' tests - add that "# original source" line only if the test fails 2009-01-04 15:56:38 +00:00
Zoe Slattery
665ee392ef Fixed bug #46845 Test expected to fail, but pass, don't cause error 2008-12-31 17:32:54 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Lars Strojny
229297cc9a MFB: Fixing strict warning 2008-12-11 02:38:10 +00:00
Jani Taskinen
d5f137073f - Use version id instead of defined() since latter does not work with magic constants 2008-12-09 15:20:58 +00:00
Jani Taskinen
8f245aaf94 - Sync with all branches (same run-tests.php everywhere 2008-12-08 12:36:38 +00:00
Zoe Slattery
b9eb13ad8a More changes to allow the same tests to be used with PHP5 and PHP6 2008-12-06 11:59:36 +00:00
Scott MacVicar
43149a8c1c Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN 2008-11-06 03:08:58 +00:00
Johannes Schlüter
35db77d890 Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too 2008-10-19 18:04:35 +00:00
Rob Richards
2c830929da Windows requires SystemRoot env var to run tests 2008-09-30 13:21:17 +00:00
Arnaud Le Blanc
85d781f41d Fix cwd when running tests out of tree with ZTS builds (fixes #45837) 2008-09-12 14:14:52 +00:00
Arnaud Le Blanc
38af9b5535 run-tests.php: Added %u|b% placeholder, like %unicode|string%, for array
keys in var_dump() output.
2008-09-08 09:23:24 +00:00
Marcus Boerger
c5bbb0803f - Environment handling seems to have changed to respect unicode... so we
have to convert everything to binary before passing it along. A bunch of
  tests suffer from this change in behavior as well. Can anyone explain to
  me what was changed and why?
2008-08-30 11:24:56 +00:00
Felix De Vliegher
f5234099cd Added %unicode_string_optional% for differences in output between PHP 5 and 6 2008-08-29 10:25:35 +00:00
Jani Taskinen
f4fdb1ce27 - No unnecessary errors please 2008-08-14 23:29:59 +00:00
Jani Taskinen
79c452f969 - No need to load any php.ini here 2008-08-05 16:25:31 +00:00
Felipe Pena
8a4278ed25 - Fixed undefined variable 2008-08-02 13:39:26 +00:00
Antony Dovgal
ffb5b88be7 fix typo 2008-07-25 09:55:51 +00:00
Moriyoshi Koizumi
ea0ef45de2 - Allow the results of a partial run to be saved when -s option is explicitly
specified.
2008-07-25 09:32:06 +00:00
Jani Taskinen
fb2d20eeba - Revert accidental commit. 2008-07-24 21:39:23 +00:00
Felipe Pena
8e1b4a55cc - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:50:23 +00:00
Lars Strojny
8e5f71dc94 Allowing "%unicode|string%" as a placeholder. In 6, this placeholder is resolved
to "unicode", in <6 to "string". This allows to easily write portable tests.
Patch by uw
2008-07-23 16:10:14 +00:00
Felipe Pena
c5062c2a1b - The error level must be E_ALL | E_STRICT. 2008-07-22 19:53:00 +00:00
Steph Fox
02d764eedf - Add missing help text 2008-07-22 09:34:40 +00:00
Jani Taskinen
c98e8379c8 Sync with PHP 5.3 (might not work 100% yet due to huge inconsistencies AND bugs in PHP 2008-07-21 16:07:57 +00:00
Jani Taskinen
a3c478c0e2 - This is still available in HEAD, so keep the override here! 2008-07-21 10:55:13 +00:00
Hannes Magnusson
5919165375 Add E_USER_DEPRECATED (patch by Lars Strojny) 2008-07-21 09:36:21 +00:00
Nuno Lopes
06d18783f5 MFB: increase pcre.backtrack_limit 2008-07-08 18:18:49 +00:00
Antony Dovgal
b5017ae85d fix run-tests.php failure when no custom php.ini passed 2008-07-03 10:24:44 +00:00
Olivier Hill
97b7c3fb61 MFB: Fix parse error 2008-07-02 15:01:08 +00:00
Pierre Joye
4ae8364dec - fix make test TESTS=... and dynamic extension usage on windows 2008-07-02 12:46:48 +00:00
Henrique do Nascimento Angelo
e4bcc3fb48 Fix the script to correctly determine the extensions to be tested 2008-06-12 21:59:25 +00:00