History log of /php-src/run-tests.php (Results 376 – 400 of 831)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4b953534 19-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer

# 8bd58502 29-Oct-2014 Matteo Beccati

Don't treat warnings as failures in the junit output

This matches Travis and the actual return code.

# abfb30dc 29-Oct-2014 Matteo Beccati

Don't treat warnings as failures in the junit output

This matches Travis and the actual return code.

# a3b4f832 29-Oct-2014 Matteo Beccati

Don't treat warnings as failures in the junit output

This matches Travis and the actual return code.

# e83580c1 25-Sep-2014 Timm Friebe

Merge branch 'master' into catchable-fatals/methods-on-non-objects


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

# 3defdb18 11-Sep-2014 Nikita Popov

Also skip line-overwriting if SHOW_ONLY_GROUPS is used

# 7014dec7 11-Sep-2014 Nikita Popov

Don't show TEST line if SHOW_ONLY_GROUPS is used

# a1554ca6 06-Jul-2014 Timm Friebe

Merge in changes from master
Now also includes "on [TYPE]" in "Call to a member function" error


# ab4ded90 06-Jul-2014 Timm Friebe

Add support for PHP's 'extended information for debugger/profiler' mode

# 52705631 27-May-2014 Matteo Beccati

Escape non-printable characters in the junit XML output

XML doesn't allow most of the characters < 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities

Escape non-printable characters in the junit XML output

XML doesn't allow most of the characters < 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.

show more ...

# eb2bd850 27-May-2014 Matteo Beccati

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Escape non-printable characters in the junit XML output


# abfd9774 27-May-2014 Matteo Beccati

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Escape non-printable characters in the junit XML output


# 92d54f81 27-May-2014 Matteo Beccati

Escape non-printable characters in the junit XML output

XML doesn't allow most of the characters < 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities

Escape non-printable characters in the junit XML output

XML doesn't allow most of the characters < 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.

show more ...

# 1b08c885 27-May-2014 Matteo Beccati

Fixed broken XML junit output due to escaping of CDATA sections

I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792d

Fixed broken XML junit output due to escaping of CDATA sections

I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571

show more ...

# cc3a1af6 27-May-2014 Matteo Beccati

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed broken XML junit output due to escaping of CDATA sections


# 56bcb22a 27-May-2014 Matteo Beccati

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fixed broken XML junit output due to escaping of CDATA sections


# 16961664 27-May-2014 Matteo Beccati

Fixed broken XML junit output due to escaping of CDATA sections

I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792d

Fixed broken XML junit output due to escaping of CDATA sections

I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571

show more ...

# 370256ad 24-May-2014 Matteo Beccati

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix broken Junit output with --disable-cgi


# 980c6365 24-May-2014 Matteo Beccati

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix broken Junit output with --disable-cgi


# f9357b44 24-May-2014 Matteo Beccati

Fix broken Junit output with --disable-cgi

# 34900eb2 22-May-2014 Adam Harvey

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fix run-tests.php with Valgrind >= 3.10.0.


# e5e6ba09 22-May-2014 Adam Harvey

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Fix run-tests.php with Valgrind >= 3.10.0.

Conflicts:
run-tests.php


# 5d1bfd6f 22-May-2014 Adam Harvey

Fix run-tests.php with Valgrind >= 3.10.0.

The version test that we had in run-tests.php assumed that the major and minor
version numbers were always single digits. This removes that ass

Fix run-tests.php with Valgrind >= 3.10.0.

The version test that we had in run-tests.php assumed that the major and minor
version numbers were always single digits. This removes that assumption and
also uses version_compare() for the comparison instead of naively converting it
to an integer.

show more ...

Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2
# f46200bc 08-Feb-2014 Nuno Lopes

fix regex to detect valgrind version
New PCRE version got stricter

1...<<11121314151617181920>>...34