#
7bb87c31 |
| 21-Oct-2002 |
Melvyn Sopacua |
Adds a 'reason' for skipping a test. # See modifications on ext/xml/tests/007.phpt for example
|
#
ca1e7301 |
| 18-Oct-2002 |
Derick Rethans |
- Added %x for HEX chars - Added %d as alias for %i (too much C here :) - Added beginning and end markers to regexp
|
#
03cc839d |
| 17-Oct-2002 |
Derick Rethans |
- Removing debugging info
|
#
8c6a49f0 |
| 15-Oct-2002 |
Ilia Alshanetsky |
Fixed a bug in the calculation of the POST request length.
|
#
e6bcb07c |
| 14-Oct-2002 |
Yasuo Ohgaki |
Fixed warnings
|
#
2b34f26b |
| 14-Oct-2002 |
Derick Rethans |
- Added the TEST_PHP_USER environment variable with which you can specify additional directories with tests to run. This is ideal for having your own test suite on your system. You can sp
- Added the TEST_PHP_USER environment variable with which you can specify additional directories with tests to run. This is ideal for having your own test suite on your system. You can specify more directories by seperating them with a ",", for example: TEST_PHP_USER=/dat/dev/xdebug/tests,/dat/dev/srm/tests make test
show more ...
|
#
e17d6518 |
| 12-Oct-2002 |
Derick Rethans |
- woohooo! Automatic build test submits!
|
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
b5676a5b |
| 10-Oct-2002 |
Melvyn Sopacua |
When you say string, match at least one char in EXPECTF section Plus a little protection against globbing like ext/foo/tests/* or worse. # yes, I've done that
|
#
4fcc3df5 |
| 08-Oct-2002 |
Derick Rethans |
- Fix .exp output
|
#
f830c481 |
| 08-Oct-2002 |
Derick Rethans |
- Show easier parseable and greppable output
|
#
ede9bd58 |
| 08-Oct-2002 |
Derick Rethans |
- Use getenv, as $_ENV is not available when variables_order= in php.ini does not include "E".
|
#
d53dd888 |
| 08-Oct-2002 |
Derick Rethans |
- Drop requirement for php.ini-dist - Adjust test script to hard code ini settings
|
#
9a010bec |
| 08-Oct-2002 |
foobar |
ws fixes
|
#
35dc97df |
| 07-Oct-2002 |
Sander Roobol |
Temporary (?) workaround (?) for is_executable() on Windows.
|
#
bcddd58a |
| 07-Oct-2002 |
Melvyn Sopacua |
Add --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usage example ext/xslt/tests/009.phpt. # To aid debugging, a little commented section is left in, this can be # stripped in
Add --EXPECTF-- section: 'sprintf' for EXPECT sections. See for usage example ext/xslt/tests/009.phpt. # To aid debugging, a little commented section is left in, this can be # stripped in due time, or properly integrated with some --debugging flag. # But it's quite useful, when you make such tests.
show more ...
|
#
f32d63a3 |
| 06-Oct-2002 |
Rasmus Lerdorf |
Add php_ini_scanned_files() so "make test" can tell you when you have additional .ini files that are scanned.
|
#
2e90bbe3 |
| 04-Oct-2002 |
Marcus Boerger |
Return to old counting where every test is counted (even those of skipped extensions). Inform about the number of extensions tested and skipped. This makes the test summary more compareable.
Return to old counting where every test is counted (even those of skipped extensions). Inform about the number of extensions tested and skipped. This makes the test summary more compareable. Maybe i'll add a parameter/env-var to skip extension tests. That way we could fasten tests for changes in the core. But it has to wait some days.
show more ...
|
#
ad120d2e |
| 03-Oct-2002 |
Marcus Boerger |
$val not in first param to sprintf
|
#
ac1254a5 |
| 02-Oct-2002 |
foobar |
unify these files to conform with the new files created by run-tests.php
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
fc721174 |
| 02-Oct-2002 |
foobar |
- Run ext/* tests only for those modules that are actually compiled into the php binary. (faster) - Skip search of .phpt files if they are passed as parameters
|
#
54e066b2 |
| 11-Sep-2002 |
Marcus Boerger |
Unlink output files even if test is skipped.
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2 |
|
#
9ede2400 |
| 26-Aug-2002 |
Marcus Boerger |
-reimplemented old style output (.exp, .out) -implemented diff format output -delete error logs on success @Changed regression tests produce selectable error reports. The tests now @r
-reimplemented old style output (.exp, .out) -implemented diff format output -delete error logs on success @Changed regression tests produce selectable error reports. The tests now @recognize environment variable TEST_PHP_LOG_FORMAT which can @contain O and E for old style .out and .exp files, L for new .log format and @D for an internal diff format that does not require systems diff. (Marcus) #diff output makes it easier to detect the failure on huge or combined tests. #It was discussed that the php function's diff output has the advantage that #it is available on every system. Everyone insisting on systems diff may #use diff on .exp and .out files.
show more ...
|
Revision tags: php-4.2.3RC1 |
|
#
28ebb82c |
| 21-Aug-2002 |
Marcus Boerger |
Added ARGS section to allow passing arguments to CLI tests
|
#
ef9014d9 |
| 19-Aug-2002 |
Sander Roobol |
Don't know what this line was supposed to DO!?!?
|
Revision tags: dev |
|
#
02a12b57 |
| 03-Aug-2002 |
Marcus Boerger |
-additional section INI that allows to set special ini settings on call by adding '-c foo=bar' strings to php call. Each line must have format foo=bar. This of cause only works for cli vers
-additional section INI that allows to set special ini settings on call by adding '-c foo=bar' strings to php call. Each line must have format foo=bar. This of cause only works for cli version. -made sections SKIPIF,INI,GET,POST optional
show more ...
|