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