diff options
author | Ant Phillips <ant@php.net> | 2008-12-03 12:38:32 +0000 |
---|---|---|
committer | Ant Phillips <ant@php.net> | 2008-12-03 12:38:32 +0000 |
commit | f23dfd498fbf637f4c4260526398c5e07a7cc260 (patch) | |
tree | 0cf40400e01b799623fc1e1ad7efb87e9c9ac719 | |
parent | 7a174e17018b27210b3b9b364c4387316516df84 (diff) | |
download | php-git-f23dfd498fbf637f4c4260526398c5e07a7cc260.tar.gz |
Put bug number in the XFAIL section for cross referencing
10 files changed, 10 insertions, 0 deletions
diff --git a/ext/standard/tests/file/file_put_contents_variation4.phpt b/ext/standard/tests/file/file_put_contents_variation4.phpt index f5e44f935c..dbf392105e 100644 --- a/ext/standard/tests/file/file_put_contents_variation4.phpt +++ b/ext/standard/tests/file/file_put_contents_variation4.phpt @@ -3,6 +3,7 @@ Test file_put_contents() function : variation - include path testing --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]]) diff --git a/ext/standard/tests/file/file_put_contents_variation5.phpt b/ext/standard/tests/file/file_put_contents_variation5.phpt index 0d3daad5fe..4fc8ead5a3 100644 --- a/ext/standard/tests/file/file_put_contents_variation5.phpt +++ b/ext/standard/tests/file/file_put_contents_variation5.phpt @@ -3,6 +3,7 @@ Test file_put_contents() function : variation - include path testing --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]]) diff --git a/ext/standard/tests/file/file_put_contents_variation6.phpt b/ext/standard/tests/file/file_put_contents_variation6.phpt index 2a735ca590..4acd89b35b 100644 --- a/ext/standard/tests/file/file_put_contents_variation6.phpt +++ b/ext/standard/tests/file/file_put_contents_variation6.phpt @@ -3,6 +3,7 @@ Test file_put_contents() function : variation - include path testing --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation12.phpt b/ext/standard/tests/file/fopen_variation12.phpt index 3d3cdba166..10d18189c7 100644 --- a/ext/standard/tests/file/fopen_variation12.phpt +++ b/ext/standard/tests/file/fopen_variation12.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path (path is bad) create a file --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation16.phpt b/ext/standard/tests/file/fopen_variation16.phpt index 375747f7f1..059098ff57 100644 --- a/ext/standard/tests/file/fopen_variation16.phpt +++ b/ext/standard/tests/file/fopen_variation16.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path create and read a file (rela --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation17.phpt b/ext/standard/tests/file/fopen_variation17.phpt index b47060c908..a565d7dffa 100644 --- a/ext/standard/tests/file/fopen_variation17.phpt +++ b/ext/standard/tests/file/fopen_variation17.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path create and read a file (rela --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation5.phpt b/ext/standard/tests/file/fopen_variation5.phpt index c8cc582f27..00fde79aff 100644 --- a/ext/standard/tests/file/fopen_variation5.phpt +++ b/ext/standard/tests/file/fopen_variation5.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path and stream context (absolute --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation7.phpt b/ext/standard/tests/file/fopen_variation7.phpt index 2d6647d00d..40c515e574 100644 --- a/ext/standard/tests/file/fopen_variation7.phpt +++ b/ext/standard/tests/file/fopen_variation7.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path create a file (relative) --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation8.phpt b/ext/standard/tests/file/fopen_variation8.phpt index 6672b624c1..249c505f2c 100644 --- a/ext/standard/tests/file/fopen_variation8.phpt +++ b/ext/standard/tests/file/fopen_variation8.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path and stream context (relative --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) diff --git a/ext/standard/tests/file/fopen_variation9.phpt b/ext/standard/tests/file/fopen_variation9.phpt index 63630d331a..e067211d53 100644 --- a/ext/standard/tests/file/fopen_variation9.phpt +++ b/ext/standard/tests/file/fopen_variation9.phpt @@ -3,6 +3,7 @@ Test fopen() function : variation: use include path and stream context create a --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --XFAIL-- +Bug #46680 --FILE-- <?php /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource context]]) |