Created
September 20, 2013 10:48
-
-
Save ceeram/6635843 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
B$ /usr/local/php/bin/php run-tests.php ext/pdo_odbc/tests/ | |
===================================================================== | |
PHP : sapi/cli/php | |
PHP_SAPI : cli | |
PHP_VERSION : 5.5.3 | |
ZEND_VERSION: 2.5.0 | |
PHP_OS : Linux - Linux vagrant-debian-wheezy 3.2.0-4-486 #1 Debian 3.2.46-1+deb7u1 i686 | |
INI actual : /usr/local/php/lib/php.ini | |
More .INIs : | |
CWD : /tmp/php-5.5.3 | |
Extra dirs : | |
VALGRIND : Not used | |
===================================================================== | |
Running selected tests. | |
REDIRECT ext/pdo/tests (ODBC [ext/pdo_odbc/tests/common.phpt]) begin | |
PASS ODBC Bug #47769 (Strange extends PDO) [ext/pdo_odbc/tests/bug47769.phpt] | |
SKIP ODBC Bug #61292 (Segfault while calling a method on an overloaded PDO object) [ext/pdo_odbc/tests/bug61292.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #34630 (inserting streams as LOBs) [ext/pdo_odbc/tests/bug_34630.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #34687 (query doesn't return error information) [ext/pdo_odbc/tests/bug_34687.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #35671 (binding by name breakage) [ext/pdo_odbc/tests/bug_35671.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll()) [ext/pdo_odbc/tests/bug_36428.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #36798 (Error parsing named parameters with queries containing high-ascii chars) [ext/pdo_odbc/tests/bug_36798.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #38253 (PDO produces segfault with default fetch mode) [ext/pdo_odbc/tests/bug_38253.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #38394 (Prepared statement error stops subsequent statements) [ext/pdo_odbc/tests/bug_38394.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #39398 (Booleans are not automatically translated to integers) [ext/pdo_odbc/tests/bug_39398.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statment object after closeCursor()) [ext/pdo_odbc/tests/bug_39656.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":) [ext/pdo_odbc/tests/bug_40285.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode) [ext/pdo_odbc/tests/bug_42917.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #43130 (Bound parameters cannot have - in their name) [ext/pdo_odbc/tests/bug_43130.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #43139 (PDO ignore ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()) [ext/pdo_odbc/tests/bug_43139.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #43663 (__call on classes derived from PDO) [ext/pdo_odbc/tests/bug_43663.phpt] reason: invalid data source name | |
PASS ODBC Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL)) [ext/pdo_odbc/tests/bug_44159.phpt] | |
SKIP ODBC PDO Common: Bug #44173 (PDO->query() parameter parsing/checking needs an update) [ext/pdo_odbc/tests/bug_44173.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #44409 (PDO::FETCH_SERIALIZE calls __construct()) [ext/pdo_odbc/tests/bug_44409.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: Bug #44861 (scrollable cursor don't work with pgsql) [ext/pdo_odbc/tests/bug_44861.phpt] reason: Scrollable cursors not supported | |
SKIP ODBC PDO Common: Bug #50458 (PDO::FETCH_FUNC fails with Closures) [ext/pdo_odbc/tests/bug_50458.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_ASSOC [ext/pdo_odbc/tests/pdo_001.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_NUM [ext/pdo_odbc/tests/pdo_002.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_BOTH [ext/pdo_odbc/tests/pdo_003.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_OBJ [ext/pdo_odbc/tests/pdo_004.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_CLASS [ext/pdo_odbc/tests/pdo_005.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_GROUP [ext/pdo_odbc/tests/pdo_006.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_UNIQUE [ext/pdo_odbc/tests/pdo_007.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_UNIQUE conflict [ext/pdo_odbc/tests/pdo_008.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_CLASSTYPE [ext/pdo_odbc/tests/pdo_009.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_CLASSTYPE and GROUP/UNIQUE [ext/pdo_odbc/tests/pdo_010.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_FUNC and statement overloading [ext/pdo_odbc/tests/pdo_011.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement::setFetchMode [ext/pdo_odbc/tests/pdo_012.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement iterator [ext/pdo_odbc/tests/pdo_013.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement SPL iterator [ext/pdo_odbc/tests/pdo_014.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_COLUMN [ext/pdo_odbc/tests/pdo_015.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_BOUND [ext/pdo_odbc/tests/pdo_016.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_BOUND w/o : [ext/pdo_odbc/tests/pdo_016a.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: transactions [ext/pdo_odbc/tests/pdo_017.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: serializing [ext/pdo_odbc/tests/pdo_018.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: fetch() and while() [ext/pdo_odbc/tests/pdo_019.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement::columnCount [ext/pdo_odbc/tests/pdo_020.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement::execute with parameters [ext/pdo_odbc/tests/pdo_021.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement::getColumnMeta [ext/pdo_odbc/tests/pdo_022.phpt] reason: this feature is not yet finalized, no test makes sense | |
SKIP ODBC PDO Common: extending PDO [ext/pdo_odbc/tests/pdo_023.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: assert that bindParam does not modify parameter [ext/pdo_odbc/tests/pdo_024.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_INTO [ext/pdo_odbc/tests/pdo_025.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: extending PDO (2) [ext/pdo_odbc/tests/pdo_026.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_LAZY [ext/pdo_odbc/tests/pdo_027.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: bindValue [ext/pdo_odbc/tests/pdo_028.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: extending PDO (3) [ext/pdo_odbc/tests/pdo_029.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: extending PDO (4) [ext/pdo_odbc/tests/pdo_030.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDOStatement SPL iterator [ext/pdo_odbc/tests/pdo_031.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::ATTR_CASE [ext/pdo_odbc/tests/pdo_032.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::quote() [ext/pdo_odbc/tests/pdo_033.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PDO::FETCH_KEY_PAIR fetch mode test [ext/pdo_odbc/tests/pdo_034.phpt] reason: invalid data source name | |
PASS ODBC PDO Common: PDORow + get_parent_class() [ext/pdo_odbc/tests/pdo_035.phpt] | |
PASS ODBC Testing PDORow and PDOStatement instances with Reflection [ext/pdo_odbc/tests/pdo_036.phpt] | |
PASS ODBC Crash when calling a method of a class that inherits PDOStatement [ext/pdo_odbc/tests/pdo_037.phpt] | |
PASS ODBC Trying instantiate a PDORow object manually [ext/pdo_odbc/tests/pdorow.phpt] | |
SKIP ODBC PDO Common: PECL Bug #5217 (serialize/unserialze safety) [ext/pdo_odbc/tests/pecl_bug_5217.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PECL Bug #5772 (PDO::FETCH_FUNC breaks on mixed case func name) [ext/pdo_odbc/tests/pecl_bug_5772.phpt] reason: invalid data source name | |
SKIP ODBC PDO Common: PECL Bug #5809 (PDOStatement::execute(array()) changes param) [ext/pdo_odbc/tests/pecl_bug_5809.phpt] reason: invalid data source name | |
REDIRECT ext/pdo/tests (ODBC [ext/pdo_odbc/tests/common.phpt]) done | |
SKIP PDO ODBC "long" columns [ext/pdo_odbc/tests/long_columns.phpt] | |
===================================================================== | |
Number of tests : 64 6 | |
Tests skipped : 58 ( 90.6%) -------- | |
Tests warned : 0 ( 0.0%) ( 0.0%) | |
Tests failed : 0 ( 0.0%) ( 0.0%) | |
Expected fail : 0 ( 0.0%) ( 0.0%) | |
Tests passed : 6 ( 9.4%) (100.0%) | |
--------------------------------------------------------------------- | |
Time taken : 14 seconds | |
===================================================================== | |
[12:17 PM]-[vagrant@vagrant-debian-wheezy]-[/tmp/php-5.5.3] B | |
B$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment