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

Unified Diff: third_party/sqlite/src/test/tkt-2d1a5c67d.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/time-wordcount.sh ('k') | third_party/sqlite/src/test/tkt-313723c356.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tkt-2d1a5c67d.test
diff --git a/third_party/sqlite/src/test/tkt-2d1a5c67d.test b/third_party/sqlite/src/test/tkt-2d1a5c67d.test
index 3fef187ecd9c5137169071c36a80c9ec3ae1a8ef..0d12a6ec43e804a2e53ead999698b5ab4e43f7d0 100644
--- a/third_party/sqlite/src/test/tkt-2d1a5c67d.test
+++ b/third_party/sqlite/src/test/tkt-2d1a5c67d.test
@@ -19,7 +19,8 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix tkt-2d1a5c67d
-ifcapable {!wal || !vtab} {finish_test; return}
+ifcapable {!vtab} {finish_test; return}
+if {[wal_is_capable]==0} {finish_test; return}
for {set ii 1} {$ii<=10} {incr ii} {
do_test tkt-2d1a5c67d.1.$ii {
« no previous file with comments | « third_party/sqlite/src/test/time-wordcount.sh ('k') | third_party/sqlite/src/test/tkt-313723c356.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698