Bob Weinand
6ff72467dc
XFAILED tests are not "You may have found a problem in PHP"
11 years ago
Xinchen Hui
0e438a2783
Remove debug codes
11 years ago
Xinchen Hui
c17029315f
Fixed sapi/tests (maybe needs some run-test.php people's reviewing)
11 years ago
Dmitry Stogov
3abde43231
Added experimental (disabled by default) file based opcode cache.
11 years ago
Michael Wallner
34710ddc59
really only signal reports
11 years ago
Michael Wallner
d88edb6d96
also catch segfaults reported by subshells
11 years ago
Nikita Popov
a60efc5e11
Remove set_magic_quotes_runtime
And the alias magic_quotes_runtime
11 years ago
Ferenc Kovacs
43c36bdb73
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/ )
12 years ago
Ferenc Kovacs
b28c3eb47e
make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path
11 years ago
Veres Lajos
4b9535341a
typo fixes - https://github.com/vlajos/misspell_fixer
11 years ago
Matteo Beccati
8bd58502ca
Don't treat warnings as failures in the junit output
This matches Travis and the actual return code.
11 years ago
Matteo Beccati
abfb30dc67
Don't treat warnings as failures in the junit output
This matches Travis and the actual return code.
11 years ago
Matteo Beccati
a3b4f8320d
Don't treat warnings as failures in the junit output
This matches Travis and the actual return code.
11 years ago
Johannes Schlüter
d0cb715373
s/PHP 5/PHP 7/
11 years ago
Nikita Popov
3defdb1880
Also skip line-overwriting if SHOW_ONLY_GROUPS is used
11 years ago
Nikita Popov
7014dec761
Don't show TEST line if SHOW_ONLY_GROUPS is used
11 years ago
Timm Friebe
ab4ded90f2
Add support for PHP's 'extended information for debugger/profiler' mode
12 years ago
Matteo Beccati
5270563167
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.
12 years ago
Matteo Beccati
92d54f81d6
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.
12 years ago
Matteo Beccati
1b08c885ba
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 26b37f1792
12 years ago
Matteo Beccati
1696166466
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 26b37f1792
12 years ago
Matteo Beccati
5d7f82745f
Fix broken Junit output with --disable-cgi
12 years ago
Matteo Beccati
f9357b44f3
Fix broken Junit output with --disable-cgi
12 years ago
Adam Harvey
5d1bfd6fbf
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.
12 years ago
Nuno Lopes
7b7d2952a6
fix regex to detect valgrind version
New PCRE version got stricter
12 years ago
Nuno Lopes
f46200bcc0
fix regex to detect valgrind version
New PCRE version got stricter
12 years ago
Nuno Lopes
62404e767a
fix regex to detect valgrind version
New PCRE version got stricter
12 years ago
Gernot Vormayr
dff0d51243
Add some basic and apparmor tests to fpm
12 years ago
Gernot Vormayr
e9883779a0
Add some basic and apparmor tests to fpm
12 years ago
Dmitry Stogov
a8c7e50f4d
Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)
12 years ago
Remi Collet
25c08a839a
avoid doing a stream_select on a closed stream
12 years ago
Michael Wallner
cd1cab3f47
fix bug #62396 'make test' crashes starting with 5.3.14
(missing gzencode())
12 years ago
Tim Strehle
5ffaf95d3f
run-tests.php: Adding support for sections EXPECT_EXTERNAL, EXPECTF_EXTERNAL and EXPECTREGEX_EXTERNAL. (Issue 55736)
12 years ago
Stanislav Malyshev
3da2fb335d
Add -P option to use the current binary
12 years ago
Stanislav Malyshev
02e4d7a290
Merge branch 'pull-request/341'
* pull-request/341: (23 commits)
typofixes
13 years ago
Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
* pull-request/341: (23 commits)
typofixes
13 years ago
Dmitry Stogov
e9641141aa
Made test compatible with O+
13 years ago
Xinchen Hui
16efc77608
count($test_files) already be checked above : if ($test_cnt)
thus we can use $sum_results instead of the preg_match
13 years ago
Xinchen Hui
11c946e594
XFAIL test should not be considered as failed
13 years ago
Xinchen Hui
20d7ef43f7
XFAIL test should not be considered as failed
13 years ago
Remi Collet
dd093ac12a
add --offline option to run-tests command
13 years ago
Hannes Magnusson
88f7f3c00f
Do not unload shared extensions when checking for leaks
14 years ago
Anthony Ferrara
26b37f1792
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
14 years ago
Felipe Pena
75d8af715c
- Fixed bug #62415 (Undefined variable: diff in run-tests.php on line 2093 for successful XFAIL)
14 years ago
Till Klampaeckel
c56ff39c05
Don't depend on a fixed path for PHP shebang but use /usr/bin/env
(cherry picked from commit 89c5d98160 )
14 years ago
Davey Shafik
5ef46fe43c
Fix boolean casting and whitespace ( @dsp / #68 )
14 years ago
Davey Shafik
3966df7fc8
Add support for Travis CI
14 years ago
Nuno Lopes
339508d6ac
sync with HEAD
14 years ago
Nuno Lopes
72911237b5
sync with HEAD
14 years ago
Nuno Lopes
77b086f3f0
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
14 years ago