History log of /PHP-7.4/run-tests.php (Results 101 – 125 of 629)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dc4427d0 30-Oct-2017 Christoph M. Becker

Implemented request #62055 (Make run-tests.php support --CGI-- sections)

Not regarding the CGI section might even been seen as a bug, and since
server-tests.php appears to broken, anway[

Implemented request #62055 (Make run-tests.php support --CGI-- sections)

Not regarding the CGI section might even been seen as a bug, and since
server-tests.php appears to broken, anway[1][2], we implement it for
run-tests.php in the way as described[3] for server-tests.php, i.e.
respective tests are skipped if no CGI executable is found.

[1] <https://github.com/php/php-src/pull/222#commitcomment-2064387>
[2] <https://github.com/php/php-src/pull/1811#issuecomment-256677997>
[3] <https://qa.php.net/phpt_details.php#cgi_section>

show more ...


# 59d413ce 29-Oct-2017 Joe Watkins

make sure run-tests reports exit status upon prerequisite error


Revision tags: php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24, php-7.2.0RC2, php-7.1.10RC1, php-7.0.24RC1, php-7.1.9, php-7.2.0RC1, php-7.0.23
# 5a2a92f1 23-Aug-2017 Sara Golemon

Consolidate Valgrind logic into a single var and class


# 121a7611 23-Aug-2017 Sara Golemon

constify some vars that are never changed once set


Revision tags: php-7.1.9RC1, php-7.2.0beta3, php-7.0.23RC1
# 71b12940 06-Aug-2017 John Boehr

Fix issues with phpt and EXTENSION on windows (BUG 75042)

* Commands are not properly escaped for windows
* Specifying "-n" to check loaded modules causes "Module already loaded"
war

Fix issues with phpt and EXTENSION on windows (BUG 75042)

* Commands are not properly escaped for windows
* Specifying "-n" to check loaded modules causes "Module already loaded"
warning
* Extensions to be loaded need the "php_" prefix on Windows

Bug: https://bugs.php.net/bug.php?id=75042

Add back -n flag to fetch loaded extensions in run-tests.php

Add test for phpt EXTENSIONS directive

Add a second test for bug 75042

Add test to test loading of nonexistent shared module

with the EXTENSIONS phpt block

Pass ini settings when checking loaded extensions

Fix skipifs

show more ...


# 59558ffd 06-Aug-2017 John Boehr

Fix issues with phpt and EXTENSION on windows (BUG 75042)

* Commands are not properly escaped for windows
* Specifying "-n" to check loaded modules causes "Module already loaded"
war

Fix issues with phpt and EXTENSION on windows (BUG 75042)

* Commands are not properly escaped for windows
* Specifying "-n" to check loaded modules causes "Module already loaded"
warning
* Extensions to be loaded need the "php_" prefix on Windows

Bug: https://bugs.php.net/bug.php?id=75042

Add back -n flag to fetch loaded extensions in run-tests.php

Add test for phpt EXTENSIONS directive

Add a second test for bug 75042

Add test to test loading of nonexistent shared module

with the EXTENSIONS phpt block

Pass ini settings when checking loaded extensions

show more ...


Revision tags: php-7.1.8, php-7.2.0beta2, php-7.0.22, php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1
# 8a287c0e 11-Jul-2017 Anatol Belski

Upgrade bundled PCRE to 8.41

HEADSUP! With PCRE 8.39 the JIT related code was changed in the way,
that additional valgrind options became almost unavoidable. Valgrind
had it already

Upgrade bundled PCRE to 8.41

HEADSUP! With PCRE 8.39 the JIT related code was changed in the way,
that additional valgrind options became almost unavoidable. Valgrind
had it already sometimes hard with JIT, now there are seem to be more
cases requiring special valgrind options.

For this reason, the new configure option --with-pcre-valgrind was
introduced. The option is development/debugging only and turns on the
Valgrind related pieces in PCRE, so then false positives are avoided
to the big part. In addition, run-tests.php was added a new valgrind
option, when the leak check is enabled and the test filepath contains
pcre.

Thus, to debug the code related to PCRE with JIT enabled, two things
would likely make sense

- configure --with-pcre-valgrind
- valgrind option --smc-check=all if run-tests.php is not used

The checks so far reveal no new issues.

show more ...


Revision tags: php-5.6.31, php-7.0.21, php-7.1.7, php-7.2.0alpha3
# c7a75b71 21-Jun-2017 Dmitry Stogov

Fixed few test failures if php.ini contains zend.assertions=-1


Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1
# 8ec91086 15-May-2017 Anatol Belski

Revert "fixing run-tests.php for variables_order="GPCS""

This reverts commit c1d57186976e75a2a54f7bd167a77e2872cadc6a.

The commit seems to be inappropriate as it contains parts from

Revert "fixing run-tests.php for variables_order="GPCS""

This reverts commit c1d57186976e75a2a54f7bd167a77e2872cadc6a.

The commit seems to be inappropriate as it contains parts from master,
which have nothing to do with the variables order issue. Obviously patch
applied to wrong branch or alike.

show more ...


# 041652bd 15-May-2017 Anatol Belski

restore rev f9215b6519d4732498e598de9a3581297c60c4e8


# b273fda8 15-May-2017 Anatol Belski

restore rev 431e22fb4d2a23f6e522ec5e20503fd6ec7ca1f6


# c1d57186 15-May-2017 Matt Ficken

fixing run-tests.php for variables_order="GPCS"


# ad672189 15-May-2017 Matt Ficken

fixing run-tests.php for variables_order="GPCS"


Revision tags: php-7.1.5, php-7.0.19
# 431e22fb 06-May-2017 Sara Golemon

Add support for run-tests.php to output all test results

./run-tests.php -W outfile.txt

PASS foo/bar.phpt
FAIL baz/qux.phpt


Revision tags: php-7.0.19RC1, php-7.1.5RC1
# f9215b65 21-Apr-2017 Nikita Popov

Support showing slow tests in run-tests.php


Revision tags: php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16
# 981c5870 11-Feb-2017 Nikita Popov

run-tests: Exit 1 on BORKED tests


# 06a03401 02-Feb-2017 Nikita Popov

Deprecate each()


# c61daf41 02-Feb-2017 Nikita Popov

Deprecate track_errors / $php_errormsg


Revision tags: php-7.0.16RC1, php-7.1.2RC1
# 543141ae 30-Jan-2017 Rodrigo Prado

removed additional ";" from run-tests.php


Revision tags: php-5.6.30, php-7.0.15
# 527bf4d8 13-Jan-2017 Anatol Belski

Fix test runs with Opcache enabled PHP on top

Writing to the same file, while it's cached, is an issue.


Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1
# 5cee9dfe 22-Nov-2016 Nikita Popov

Add support for "xfail" to phpt SKIPIF sections

If SKIPIF output starts with "xfail" instead of "skip", the test
will be marked as XFAIL with the following message. Example:

Add support for "xfail" to phpt SKIPIF sections

If SKIPIF output starts with "xfail" instead of "skip", the test
will be marked as XFAIL with the following message. Example:

--TEST--
Test xfailif feature
--SKIPIF--
<?php
if (some_cond()) die('xfail Expected to fail!');
?>
--FILE--
...

show more ...


# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 344ef050 30-Nov-2016 Bob Weinand

Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available


12345678910>>...26