]> granicus.if.org Git - php/commitdiff
Enable XFAILed test
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Dec 2020 15:03:18 +0000 (16:03 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 8 Dec 2020 15:03:50 +0000 (16:03 +0100)
This one had a rather scary XFAIL message, but seems to work just
fine...

ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt

index 6afd57420f9f48b92189c629fce0f81f760cd980..808baffae35de16556e54e41543be385a7e1b3fa 100644 (file)
@@ -326,11 +326,8 @@ require __DIR__ . '/mysql_pdo_test.inc';
 $db = MySQLPDOTest::factory();
 $db->exec('DROP TABLE IF EXISTS test');
 ?>
---XFAIL--
-PDO's PS parser has some problems with invalid SQL and crashes from time to time
-(check with valgrind...)
 --EXPECT--
-PDO::prepare(): Argument #1 ($statement) cannot be empty
+PDO::prepare(): Argument #1 ($query) cannot be empty
 array(1) {
   ["one"]=>
   string(1) "1"