#
64d64218 |
| 24-Jul-2003 |
Ilia Alshanetsky |
When encountering a test that users GET/POST make run-tests.php use CGI sapi if it is avaliable. If CLI sapi is not avaliable print a clear error when make test is executed.
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
070803a4 |
| 01-Jun-2003 |
Marcus Boerger |
Allow optional directories
|
#
7ad9732a |
| 31-May-2003 |
Marcus Boerger |
MFB: This is needed though
|
#
aa87c89d |
| 31-May-2003 |
Marcus Boerger |
MFB: Showing info/warning once is enough
|
Revision tags: BEFORE_FD_REAPPLY |
|
#
bbc3c608 |
| 30-May-2003 |
Marcus Boerger |
Add php_uname() to output
|
#
23e50041 |
| 29-May-2003 |
Marcus Boerger |
Execute --SKIPIF-- like --FILE--
|
Revision tags: php-4.3.2, php-4.3.2RC4 |
|
#
49804610 |
| 23-May-2003 |
Marcus Boerger |
Executing tests once is enough
|
#
2537e01c |
| 23-May-2003 |
Marcus Boerger |
Allow writing a list of failed tests. # use php run-tests.php -h for more.
|
#
8cd4933d |
| 23-May-2003 |
Marcus Boerger |
Add warning level for tests. # You set a test to warning by return "warn <description>" from # the --SKIPIF-- section. But this only works when you supply # a reason why it is only a
Add warning level for tests. # You set a test to warning by return "warn <description>" from # the --SKIPIF-- section. But this only works when you supply # a reason why it is only a warning. # Warnings are not called for FAILed tests of corse and hence a # test result with not FAIL but SKIP/PASS/WARN results is mailed # as a PASS.
show more ...
|
Revision tags: BEFORE_FD_REVERT |
|
#
57046f4e |
| 17-May-2003 |
Marcus Boerger |
MFB: info in mail too
|
Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2 |
|
#
1939d27a |
| 19-Apr-2003 |
Marcus Boerger |
The env-var TEST_PHP_EXECUTABLE is needed in tests
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
f97f219f |
| 05-Apr-2003 |
Marcus Boerger |
Include ldd output
|
#
d94c98c3 |
| 30-Mar-2003 |
Marcus Boerger |
if TEST_PHP_EXECUTABLE=auto then use ./sapi/cli/php
|
#
56a172cc |
| 28-Mar-2003 |
Derick Rethans |
- Add the exponent to the float modifier
|
#
485ee391 |
| 21-Mar-2003 |
James Cox |
updating for new list
|
#
0e6fca4f |
| 18-Mar-2003 |
Stig Bakken |
* email address change
|
#
9f3a46a1 |
| 17-Mar-2003 |
foobar |
Be sure we get the correct version..
|
#
908a942a |
| 17-Mar-2003 |
foobar |
added the version info to be send as-is to buildtest-process
|
Revision tags: php-4.3.2RC1 |
|
#
9a6db15d |
| 08-Mar-2003 |
Marcus Boerger |
summary for selective tests if more than one # maybe i'll change to present summary only when at least one dir selected
|
#
3981be30 |
| 04-Mar-2003 |
Marcus Boerger |
do not use $GLOBAL[]
|
#
cbb3e6fd |
| 02-Mar-2003 |
Marcus Boerger |
fix problem in current HEAD # strange why on earth does $GLOBALS['cwd'] produce a warning here? # however we already have a global declarations so we use it for cwd, too.
|
#
0799d2db |
| 18-Feb-2003 |
Derick Rethans |
- Add check for proc_open() being available
|
Revision tags: php-4.3.1 |
|
#
0a18a9d7 |
| 16-Feb-2003 |
Wez Furlong |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file de
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
show more ...
|
#
e035fe14 |
| 15-Feb-2003 |
Wez Furlong |
If a test does not have any data after 60 seconds of waiting, assume that it died a horrible death and kill it. This is useful on windows when a message box is popped-up during an automated
If a test does not have any data after 60 seconds of waiting, assume that it died a horrible death and kill it. This is useful on windows when a message box is popped-up during an automated test-run.
show more ...
|