History log of /PHP-5.6/run-tests.php (Results 376 – 400 of 467)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4a2efd53 28-Oct-2002 Marcus Boerger

allow default ini overwrites to be overwritten themselves in --INI--
#see followup on dev list


Revision tags: php-4.3.0pre2
# cc4c0634 26-Oct-2002 Marcus Boerger

-introduce EXPECTREGEX
-add %c for EXPECTF
#i think we must escape the special characters for EXPECTF: ".()" and such


# ebd4182b 25-Oct-2002 Ilia Alshanetsky

The log_errors=1 breaks a number of tests and is useless for our purposes,
removing.


# 07187850 24-Oct-2002 Marcus Boerger

-improoved number detection
-display every error/warning only once


# 26617f8b 24-Oct-2002 Ilia Alshanetsky

Added failed test summary.


# b2a80311 24-Oct-2002 Jan Lehnardt

- gcc prints -v information on stderr, make sure that we catch it anyway.
- I hope this does not cause problems with other compilers or shells. IMHO we
- already rely on /bin/sh anyway, rig

- gcc prints -v information on stderr, make sure that we catch it anyway.
- I hope this does not cause problems with other compilers or shells. IMHO we
- already rely on /bin/sh anyway, right?

show more ...


# 1de45a05 23-Oct-2002 Melvyn Sopacua

Implement 'no interaction' for automated tests
Implement exit status 1 to make actions for automated testing selectable

# Sorry Derick, was already working on this and the docs, see next

Implement 'no interaction' for automated tests
Implement exit status 1 to make actions for automated testing selectable

# Sorry Derick, was already working on this and the docs, see next commit
# and forthcoming email

show more ...


# 6a1f477b 23-Oct-2002 Derick Rethans

[0.05]
- Disable html_errors in info sent


# e96e0ae0 23-Oct-2002 Jan Lehnardt

- use the cc that was detected by ./configure when determining version
information in run-tests.php


# 69ce017d 23-Oct-2002 Marcus Boerger

remove *.php file for EXPECTF tests, too.


# 70251bca 23-Oct-2002 Jan Lehnardt

- be more verbose


# e83ca7dc 22-Oct-2002 Stefan Esser

fix make test for an external build dir setup


# 8312f144 22-Oct-2002 Marcus Boerger

Give back the php file and leave it in case test fails.


# 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


1...<<111213141516171819