Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: third_party/sqlite/src/test/backup4.test

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/test/backup.test ('k') | third_party/sqlite/src/test/backup_malloc.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/backup4.test
diff --git a/third_party/sqlite/src/test/backup4.test b/third_party/sqlite/src/test/backup4.test
index 417df80e552d502728dc719e0e72d6ea3c01cadb..2756995c3adb85e438c9821fa231c5801d797e5c 100644
--- a/third_party/sqlite/src/test/backup4.test
+++ b/third_party/sqlite/src/test/backup4.test
@@ -23,6 +23,11 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix backup4
+# The codec logic does not work for zero-length database files. A database
+# file must contain at least one page in order to be recognized as an
+# encrypted database.
+do_not_use_codec
+
#-------------------------------------------------------------------------
# At one point this test was failing because [db] was using an out of
# date schema in test case 1.2.
« no previous file with comments | « third_party/sqlite/src/test/backup.test ('k') | third_party/sqlite/src/test/backup_malloc.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698