History log of /php-src/run-tests.php (Results 251 – 275 of 819)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2
# 84b195d9 10-Aug-2018 Gabriel Caruso

Fix some misspellings

# 0e0019f6 03-Aug-2018 Gabriel Caruso

Remove superfluous checks of always available functions

Revision tags: php-7.1.21RC1, php-7.3.0beta1, php-7.2.9RC1, php-5.6.37, php-7.1.20, php-7.3.0alpha4, php-7.0.31, php-7.2.8
# c7d1c14b 09-Jul-2018 Gabriel Caruso

Small tweaks to php scripts

Revision tags: php-7.1.20RC1, php-7.2.8RC1, php-7.3.0alpha3
# 1deda932 27-Jun-2018 Dusta

Update Coding style

# da82719f 24-Jun-2018 Dusta

Update http to https

Revision tags: php-7.3.0alpha2, php-7.1.19, php-7.2.7
# 4ac531af 13-Jun-2018 Nat Zimmermann

Revert braces inside condition

# 3c3ef6dd 09-Jun-2018 Nat Zimmermann

Use .= where possible

# 1b767ac2 09-Jun-2018 Nat Zimmermann

Remove unncecessary parantheses

# e5043d06 09-Jun-2018 Nat Zimmermann

Remove unused variable old_php

# a91d5a81 09-Jun-2018 Nat Zimmermann

Fix property name

Revision tags: php-7.1.19RC1, php-7.3.0alpha1, php-7.2.7RC1
# 35302c22 31-May-2018 Anatol Belski

Use hrtime() for timing tests

# af01ef87 27-May-2018 Peter Kokot

Remove unused binary_pipes option

Option binary_pipes was added in PHP 6 which was then refactored
and this option was removed.

Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30, php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28
# 543cab8a 27-Feb-2018 Gabriel Caruso

Small improvements to run-tests

* substr instead of preg_match
* cast instead of settype
* remove $borked and check if $bork_info isn't null to report borked
tests
* remove s

Small improvements to run-tests

* substr instead of preg_match
* cast instead of settype
* remove $borked and check if $bork_info isn't null to report borked
tests
* remove some error control operators

show more ...

# 371076d6 19-Mar-2018 Stanislav Malyshev

Merge branch 'PHP-7.2'

* PHP-7.2:
Set tests exit status by defaul - also in other instance.


# 13a33f7c 19-Mar-2018 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Set tests exit status by defaul - also in other instance.


# f46da1da 19-Mar-2018 Stanislav Malyshev

Set tests exit status by defaul - also in other instance.

# 6aec16c0 18-Mar-2018 Stanislav Malyshev

Merge branch 'PHP-7.2'

* PHP-7.2:
Set tests exit status by default.


# 077b7705 18-Mar-2018 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Set tests exit status by default.


# f19c94b5 18-Mar-2018 Stanislav Malyshev

Set tests exit status by default.

Use REPORT_EXIT_STATUS=0 or REPORT_EXIT_STATUS=no to prevent it.

Based on discussion in https://www.mail-archive.com/internals@lists.php.net/msg941

Set tests exit status by default.

Use REPORT_EXIT_STATUS=0 or REPORT_EXIT_STATUS=no to prevent it.

Based on discussion in https://www.mail-archive.com/internals@lists.php.net/msg94141.html

show more ...

# 0fe76360 02-Mar-2018 Joe Watkins

correct condition for leaks in run-tests.php

# 03f15f70 02-Mar-2018 Joe Watkins

add ability to show valgrind output with --show-mem

# b895690d 20-Feb-2018 Gabriel Caruso

remove support for string|unicode in tests

# ba8cd2f4 20-Feb-2018 Michael Wallner

[ci skip] run-tests.php: add missing put section

# 377f3463 20-Feb-2018 Anatol Belski

Fix conjugation

# d4999ad8 19-Feb-2018 Gabriel Caruso

Report unknown sections in run-tests.php

1...<<11121314151617181920>>...33