diff options
author | Christopher Jones <sixd@php.net> | 2011-09-02 22:19:03 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2011-09-02 22:19:03 +0000 |
commit | 43e4d8cade7fdb25fa95dbf1e016fe1ef1e9e779 (patch) | |
tree | 7cea1ce87a38fc43a3ae1224d3f3d52c8c893dcc /ext/pdo_oci | |
parent | c6d59bd2faf2e3cc6fec86b0b93e0b511c066ce4 (diff) | |
download | php-git-43e4d8cade7fdb25fa95dbf1e016fe1ef1e9e779.tar.gz |
gcov test fixes
Diffstat (limited to 'ext/pdo_oci')
-rw-r--r-- | ext/pdo_oci/tests/bug46274.phpt | 2 | ||||
-rw-r--r-- | ext/pdo_oci/tests/bug46274_2.phpt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/pdo_oci/tests/bug46274.phpt b/ext/pdo_oci/tests/bug46274.phpt index 23ee8ee20f..77f2a01151 100644 --- a/ext/pdo_oci/tests/bug46274.phpt +++ b/ext/pdo_oci/tests/bug46274.phpt @@ -56,6 +56,8 @@ var_dump($res->fetch()); $db->exec("DROP TABLE test_one_blob"); ?> +--XFAIL-- +Corrupts memory --EXPECTF-- array(2) { ["blob1"]=> diff --git a/ext/pdo_oci/tests/bug46274_2.phpt b/ext/pdo_oci/tests/bug46274_2.phpt index cbadcef4f8..9e9225415f 100644 --- a/ext/pdo_oci/tests/bug46274_2.phpt +++ b/ext/pdo_oci/tests/bug46274_2.phpt @@ -60,6 +60,8 @@ fclose($row[0]); $db->exec("DROP TABLE test_one_blob"); ?> +--XFAIL-- +Corrupts memory --EXPECTF-- array(2) { ["blob1"]=> |