]> git.pld-linux.org Git - packages/php.git/blame - skip-tests.sh
update failed tests on carme i686
[packages/php.git] / skip-tests.sh
CommitLineData
c0240cb1 1#!/bin/sh
4d726d0c
ER
2# Test open_basedir configuration
3mv tests/security/open_basedir_linkinfo.phpt{,.skip} XFAIL REASON: BUG: open_basedir cannot delete symlink to prohibited file. See also
c0240cb1 4# Inconsistencies when accessing protected members
4d726d0c 5mv Zend/tests/access_modifiers_008.phpt{,.skip} XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
c0240cb1 6# Inconsistencies when accessing protected members - 2
4d726d0c 7mv Zend/tests/access_modifiers_009.phpt{,.skip} XFAIL REASON: Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
c0240cb1 8# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
4d726d0c 9mv Zend/tests/bug48770.phpt{,.skip} XFAIL REASON: See Bug #48770
c0240cb1 10# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
4d726d0c 11mv Zend/tests/bug48770_2.phpt{,.skip} XFAIL REASON: See Bug #48770
c0240cb1 12# Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
4d726d0c
ER
13mv Zend/tests/bug48770_3.phpt{,.skip} XFAIL REASON: See Bug #48770
14# Initial value of static var in method depends on the include time of the class definition
15mv Zend/tests/method_static_var.phpt{,.skip} XFAIL REASON: Maybe not a bug
c0240cb1 16# DBA with persistent connections
4d726d0c 17mv ext/dba/tests/dba015.phpt{,.skip} XFAIL REASON: Test 6 crashes in flatfile_findkey with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
c0240cb1 18# DBA DB4 with persistent connections
4d726d0c 19mv ext/dba/tests/dba_db4_018.phpt{,.skip} XFAIL REASON: Test 6 crashes with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
c0240cb1 20# Bug #42718 (unsafe_raw filter not applied when configured as default filter)
4d726d0c
ER
21mv ext/filter/tests/bug42718.phpt{,.skip} XFAIL REASON: FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
22# Optional long parameter might be null
23mv ext/mbstring/tests/mb_str_functions_opt-parameter.phpt{,.skip} XFAIL REASON: mb functions fail to allow null instead of actual value
24# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write())
25mv ext/session/tests/bug60634.phpt{,.skip} XFAIL REASON: Long term low priority bug, working on it
26# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write during exec
27mv ext/session/tests/bug60634_error_1.phpt{,.skip} XFAIL REASON: Long term low priority bug, working on it
28# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write during exec
29mv ext/session/tests/bug60634_error_2.phpt{,.skip} XFAIL REASON: Long term low priority bug, working on it
30# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in write after exec
31mv ext/session/tests/bug60634_error_3.phpt{,.skip} XFAIL REASON: Long term low priority bug, working on it
32# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - exception in write after exec
33mv ext/session/tests/bug60634_error_4.phpt{,.skip} XFAIL REASON: Long term low priority bug, working on it
34# Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in close during exec
35mv ext/session/tests/bug60634_error_5.phpt{,.skip} XFAIL REASON: Long term low priority bug, working on it
36# Bug #45712 (NaN/INF comparison)
37mv ext/standard/tests/math/bug45712.phpt{,.skip} XFAIL REASON: Bug 45712 not fixed yet.
38# CLI -a and readline
39mv sapi/cli/tests/016.phpt{,.skip} XFAIL REASON: https://bugs.php.net/bug.php?id=55496
This page took 0.0283 seconds and 4 git commands to generate.