From: Michael Wallner Date: Thu, 26 Jul 2018 07:23:29 +0000 (+0200) Subject: tests: blacklist sqlite3_str and sqlite3_win32 functions X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=9d039c3e02435dafc558b8524d8e3728d2e5a704 tests: blacklist sqlite3_str and sqlite3_win32 functions --- diff --git a/tests/sqlite/sqlite001.phpt b/tests/sqlite/sqlite001.phpt index a243e75..27bc7ad 100644 --- a/tests/sqlite/sqlite001.phpt +++ b/tests/sqlite/sqlite001.phpt @@ -2,7 +2,7 @@ sqlite3 --INI-- psi.directory={PWD}:{PWD}/../../psi.d -psi.blacklist.decls="sqlite3_*serialize,sqlite3_stmt_scanstatus*,sqlite3_snapshot*" +psi.blacklist.decls="sqlite3_str*,sqlite3_*serialize,sqlite3_stmt_scanstatus*,sqlite3_snapshot*,sqlite3_win32*" --SKIPIF--