History log of /PHP-7.4/run-tests.php (Results 176 – 200 of 629)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1
# a8c7e50f 26-Nov-2013 Dmitry Stogov

Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)


# 25c08a83 19-Nov-2013 Remi Collet

avoid doing a stream_select on a closed stream


Revision tags: php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1
# cd1cab3f 01-Oct-2013 Michael Wallner

fix bug #62396 'make test' crashes starting with 5.3.14
(missing gzencode())


Revision tags: php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1
# 5ffaf95d 03-Sep-2013 Tim Strehle

run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL and EXPECTREGEX_EXTERNAL. (Issue 55736)


Revision tags: php-5.5.3, php-5.4.19
# 3da2fb33 18-Aug-2013 Stanislav Malyshev

Add -P option to use the current binary


Revision tags: php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1
# 02e4d7a2 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


# ac40c0b5 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1
# e9641141 16-Mar-2013 Dmitry Stogov

Made test compatible with O+


Revision tags: php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# 16efc776 25-Nov-2012 Xinchen Hui

count($test_files) already be checked above : if ($test_cnt)

thus we can use $sum_results instead of the preg_match


# 11c946e5 25-Nov-2012 Xinchen Hui

XFAIL test should not be considered as failed


# 20d7ef43 25-Nov-2012 Xinchen Hui

XFAIL test should not be considered as failed


Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# dd093ac1 25-Sep-2012 Remi Collet

add --offline option to run-tests command


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5
# 88f7f3c0 17-Jul-2012 Hannes Magnusson

Do not unload shared extensions when checking for leaks


Revision tags: php-5.3.15
# 26b37f17 07-Jul-2012 Anthony Ferrara

Fix two issues with run-tests.php

1. E_STRICT error due to passing return of array_intersect() into reset() directly
2. Details in junit output can produce invalid UTF-8 and XML due to u

Fix two issues with run-tests.php

1. E_STRICT error due to passing return of array_intersect() into reset() directly
2. Details in junit output can produce invalid UTF-8 and XML due to unescaped characters

show more ...


Revision tags: php-5.3.15RC1, php-5.4.5RC1
# 75d8af71 30-Jun-2012 Felipe Pena

- Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 for successful XFAIL)


Revision tags: php-5.3.14, php-5.4.4
# c56ff39c 06-Jun-2012 Till Klampaeckel

Don't depend on a fixed path for PHP shebang but use /usr/bin/env
(cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)


Revision tags: php-5.3.14RC2, php-5.4.4RC2
# 5ef46fe4 28-May-2012 Davey Shafik

Fix boolean casting and whitespace (@dsp / #68)


Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12
# 3966df7f 26-Apr-2012 Davey Shafik

Add support for Travis CI


# 339508d6 28-May-2012 Nuno Lopes

sync with HEAD


# 72911237 28-May-2012 Nuno Lopes

sync with HEAD


# 77b086f3 28-May-2012 Nuno Lopes

128 MB is enough for everyone (TM)

this is an initial tentative to avoid some testcases go crazy and consume 16 GB of memory. Additional measures will have to be taken if the problem persist

128 MB is enough for everyone (TM)

this is an initial tentative to avoid some testcases go crazy and consume 16 GB of memory. Additional measures will have to be taken if the problem persists.
Please patch individual tests that really require more than 128MB of memory

show more ...


# af2d6a63 27-May-2012 Nuno Lopes

remove remaining traces of unicode.* ini settings


# 1af8b3f8 15-May-2012 zoe slattery

Change impl of GZIP_POST, DEFLATE_POST. See #62021


Revision tags: php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 1e88d003 21-Mar-2012 Shein Alexey

Refactoring junit logger. Added generation of nested testsuites in junit.xml.


# f7b10aba 20-Mar-2012 David Soria Parra

Replace $Revision$ with $Id$ in keyword expansion enable files


12345678910>>...26