]> granicus.if.org Git - php/commitdiff
removing xfail sections as test passes
authorZoe Slattery <zoe@php.net>
Wed, 31 Dec 2008 20:43:52 +0000 (20:43 +0000)
committerZoe Slattery <zoe@php.net>
Wed, 31 Dec 2008 20:43:52 +0000 (20:43 +0000)
13 files changed:
Zend/tests/bug45147.phpt
Zend/tests/call_static_002.phpt
Zend/tests/call_static_003.phpt
Zend/tests/call_static_004.phpt
Zend/tests/call_static_007.phpt
ext/reflection/tests/ReflectionClass_getProperty_001.phpt
ext/reflection/tests/ReflectionClass_getProperty_003.phpt
ext/reflection/tests/ReflectionClass_getProperty_004.phpt
ext/standard/tests/file/chmod_variation4.phpt
ext/standard/tests/file/fgetc_basic.phpt
ext/standard/tests/file/file_get_contents_error.phpt
ext/standard/tests/file/fseek_dir_basic.phpt
ext/standard/tests/file/pathinfo_variation2.phpt

index f128f0a8ddfc6b49d04c8e43f51bd1a9b407d6ea..b940777d12924eddd97193da4debecc0673fbd8d 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Bug #45147 (unexpected T_ENDFOR)
---XFAIL--
-http://bugs.php.net/bug.php?id=45147
 --FILE--
 <?php for ($i = 0; $i == 0; $i++): ?>
                <?php if (true): ?>#<?php else: ?>#<?php endif; ?>
index ba8fc6eee3ed8c038fc9e327f20c9f3b845fd0da..2ff9efddfe265b74063f5d08e3d105a5e837c4c3 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Testing __call and __callstatic with callbacks
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
 --FILE--
 <?php
 
index f4128bdebb8c4f3cf2f5eadadb08ab02d3dc32e5..174366773eb8b3a46fe6e0e384e95b8b0bb8bd8a 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Testing method name case
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
 --FILE--
 <?php
 
index 40d65cfa945a0745676709f61e9a7c589e4fa9b2..d0c6fd6ee7834404472078724331dbc3fcfdca0a 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Invalid method name in dynamic static call
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
 --FILE--
 <?php
 
index 3b2b027d25f083bb9a86998d29f2245099f08bcd..419f102310313ec3f51d574fcbe452bcd126ccf2 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Testing __call and __callstatic
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
 --FILE--
 <?php
 
index c4c0a914f9ed05439e774e12ac5699709a7fa971..a5beb9da6f90a8b93f186a1feb5acf37f53e8691 100644 (file)
@@ -3,7 +3,6 @@ ReflectionClass::getProperty()
 --CREDITS--
 Robin Fernandes <robinf@php.net>
 Steve Seear <stevseea@php.net>
---XFAIL--
 --FILE--
 <?php
 class pubf {
index b7f78abc064a1c5b62c81f7fe6275a9325f30e86..658c192b3a933877c2f5c564f3e3163a12766b16 100644 (file)
@@ -3,7 +3,6 @@ ReflectionClass::getProperty()
 --CREDITS--
 Robin Fernandes <robinf@php.net>
 Steve Seear <stevseea@php.net>
---XFAIL--
 --FILE--
 <?php
 class A {
index bcfc058e4cc9f1042b0e01906678fb8112cbf1a6..23cc62404a24d7283a4b353dbc76b8357cc2aaf6 100644 (file)
@@ -3,7 +3,6 @@ ReflectionClass::getProperty()
 --CREDITS--
 Robin Fernandes <robinf@php.net>
 Steve Seear <stevseea@php.net>
---XFAIL--
 --FILE--
 <?php
 class A {
index f4c191c611df7e064940b8db4aa22f0c60fa2301..c87ba74ce223f09c28cf12240460ade7a0c8e3b4 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test chmod() function : second parameter variation 
---XFAIL--
 --FILE--
 <?php
 /* Prototype  : bool chmod(string filename, int mode)
index 2bf6b09e49511734b6ff46068da749e0bc80d7c3..f05750ac97a7e5ed65c93592b3d2214428b0c03e 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test fgetc() function : basic functionality
---XFAIL--
-Pending completion of Unicode streams
 --FILE--
 <?php
 /*
index 5d1ee1c5a0016473154e8a8aebecc24ce1b4fb29..9c30c2357cac1da50f1f42f68ee9d11a81e7d012 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Test file_get_contents() function : error conditions
---XFAIL--
-Pending completion of Unicode streams
 --CREDITS--
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--
index f91399a8b9b40627236da0b6a7e7d4b09c0dfacc..fd8a1e076dd7478532e7e29de3763f8a5f456ae8 100644 (file)
@@ -1,7 +1,5 @@
 --TEST--
 Testing fseek() on a directory stream
---XFAIL--
-Pending completion of Unicode streams
 --FILE--
 <?php
 
index 178fae7d08d2d634b42a358c0746b18049310d18..080a9cbce8719adca38f0f1a483a0d41e5af9e7b 100644 (file)
@@ -1,6 +1,5 @@
 --TEST--
 Test pathinfo() function : usage variation 
---XFAIL--
 --CREDITS--
 Dave Kelsey <d_kelsey@uk.ibm.com>
 --FILE--