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

Unified Diff: third_party/sqlite/src/test/walbak.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/wal8.test ('k') | third_party/sqlite/src/test/walcksum.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/walbak.test
diff --git a/third_party/sqlite/src/test/walbak.test b/third_party/sqlite/src/test/walbak.test
index 303a628a84bb9f39e83ae6adb63d3310e43fb360..0e0f999534f7844c55c41fd15181aab80e51282d 100644
--- a/third_party/sqlite/src/test/walbak.test
+++ b/third_party/sqlite/src/test/walbak.test
@@ -127,6 +127,7 @@ do_test walbak-2.1 {
}
} {}
do_test walbak-2.2 {
+ forcedelete abc.db
db backup abc.db
sqlite3 db2 abc.db
string compare [sig db] [sig db2]
@@ -239,6 +240,7 @@ foreach {tn setup} {
}
} {
+ if {$tn==4 && [sqlite3 -has-codec]} continue
foreach f [glob -nocomplain test.db*] { forcedelete $f }
eval $setup
« no previous file with comments | « third_party/sqlite/src/test/wal8.test ('k') | third_party/sqlite/src/test/walcksum.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698