History log of /PHP-7.4/run-tests.php (Results 551 – 575 of 629)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a26a849b 21-Oct-2002 Moriyoshi Koizumi

Fixed typo.


# cd410cbf 21-Oct-2002 Moriyoshi Koizumi

\s cannot be used with ereg()


# 988c3557 21-Oct-2002 Sander Roobol

The results of each test should go on a single line


# 8e9f83ad 21-Oct-2002 Derick Rethans

- Stijl polizei


# 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.


1...<<212223242526