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 | 9bbb03391fc6197a2bb6fb8e3e3973b9d0cd8385 (patch) | |
tree | b61178d23defc5f064cb95c546471ff754fd0627 | |
parent | ee27f57095cc337aed2c066960ec38087cb5ddae (diff) | |
download | php-git-9bbb03391fc6197a2bb6fb8e3e3973b9d0cd8385.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 |