diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-12 12:36:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-12 12:36:22 +0200 |
commit | 7634c1df0d88b2cf9d981dfbf7caca6cbdc221e8 (patch) | |
tree | 178896fad3ff77bbf77ddb6f710250b8f596e091 | |
parent | 62a68173a0ebdaa92c572eaf29e743fae321f696 (diff) |
add SKIP_IO_CAPTURE_TESTS=1
-rw-r--r-- | failed.txt | 17 | ||||
-rw-r--r-- | php.spec | 1 |
2 files changed, 6 insertions, 12 deletions
@@ -1,20 +1,13 @@ ===== 7.1.0-dev (20170412) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log +/var/lib/mock/scl72el7x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc25x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc26x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc25x/build.log:Tests failed : 6 -/var/lib/mock/scl70fc26x/build.log:Tests failed : 1 - -fc26x - (3) ext/openssl/tests/sni_server.phpt -fc25x - Test stream_isatty with redirected STDERR [tests/output/stream_isatty_err.phpt] - Test stream_isatty with redirected STDIN/STDERR [tests/output/stream_isatty_in-err.phpt] - Test stream_isatty with redirected STDIN/STDOUT/STDERR [tests/output/stream_isatty_in-out-err.phpt] - Test stream_isatty with redirected STDIN/STDOUT [tests/output/stream_isatty_in-out.phpt] - Test stream_isatty with redirected STDOUT/STDERR [tests/output/stream_isatty_out-err.phpt] - Test stream_isatty with redirected STDOUT [tests/output/stream_isatty_out.phpt] +el7x + Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] (1) proc_open give erratic test results :( @@ -1281,6 +1281,7 @@ cd build-apache # Run tests, using the CLI SAPI export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2 export SKIP_ONLINE_TESTS=1 +export SKIP_IO_CAPTURE_TESTS=1 unset TZ LANG LC_ALL if ! make test; then set +x |