diff options
author | Ulf Wendel <uw@php.net> | 2011-09-12 12:14:56 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2011-09-12 12:14:56 +0000 |
commit | 76879f2cce2cde4312333c23bf66c1c8b8fb38e1 (patch) | |
tree | 71fadcc348740f5e7940532dbbf2ce0d238eb9a4 | |
parent | 7bb31903c8baa07a71c797dfe1491056636a7c9c (diff) | |
download | php-git-76879f2cce2cde4312333c23bf66c1c8b8fb38e1.tar.gz |
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.
-rw-r--r-- | ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt | 2 | ||||
-rw-r--r-- | ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt b/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt index 1469f65801..35433b136a 100644 --- a/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt +++ b/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt @@ -123,6 +123,8 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) mysqli_close($link); ?> +--XFAIL-- +Unsupported and undefined, under development --EXPECTF-- [010] More results: yes [011] Next result: yes diff --git a/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt b/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt index bd3592264c..8c7c799def 100644 --- a/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt +++ b/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt @@ -73,6 +73,8 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) mysqli_close($link); ?> +--XFAIL-- +Unsupported and undefined, under development --EXPECTF-- [008] More results: %s [009] Next results: %s |