History log of /php-src/run-tests.php (Results 426 – 450 of 831)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.15
# 6abd7365 07-Jul-2012 Anthony Ferrara

Merge branch 'PHP-5.4'

* PHP-5.4:
Fix two issues with run-tests.php


# 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
# eb012cf8 30-Jun-2012 Felipe Pena

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


# 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
# 814e7bcf 07-Jun-2012 David Soria Parra

Merge branch 'PHP-5.4'

By Till Klampaeckel
* PHP-5.4:
Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263

Merge branch 'PHP-5.4'

By Till Klampaeckel
* PHP-5.4:
Don't depend on a fixed path for PHP shebang but use /usr/bin/env (cherry picked from commit 89c5d981603ed4a2a54f86c20cec4f263c58ded6)

show more ...


# 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

# 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

# a07759a0 17-Mar-2012 Michael Wallner

add --PUT-- section support based on POST_RAW

# b39ffa3f 09-Mar-2012 Michael Wallner

merge 322758 (detect a php-cgi which is a sibling of php cli)

Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7
# 510bb313 28-Jan-2012 Rasmus Lerdorf

Simple fix that just quotes the filenames in run-tests to support paths with spaces.
Fixes bug #60734

Revision tags: php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3
# 0dcf098e 06-Dec-2011 Derick Rethans

This changes adds the --EXTENSION-- section to .phpt files as
described in http://marc.info/?t=132248616300007&r=1&w=2.

# 78742a33 01-Dec-2011 Felipe Pena

- Replace possible esc char to <esc> in the XML output

# 43a37343 26-Nov-2011 Felipe Pena

- Added JUnit output format option
patch by: Ferenc Kovacs (tyrael at php.net)

# 350325d4 26-Nov-2011 Felipe Pena

- Fixed bug #55788 (test redirects should abide SHOW_ONLY_GROUPS in run-tests.php)
patch by: tyrael at php.net

# 3ee87816 26-Nov-2011 Felipe Pena

- Clean up

Revision tags: php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# e58f72b6 01-Sep-2011 Johannes Schlüter

Improve speed of finding tests (no more CVS, we're on svn now)

# 958326c8 01-Sep-2011 Hannes Magnusson

Move the XFAILED printout way up the list so we can actually notice the really failing ones

# 2da2b548 01-Sep-2011 Hannes Magnusson

Seeing thousands of PASS tests flying by is meaningless.
Add an option to only print certain result groups.

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