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

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

Issue 6990047: Import SQLite 3.7.6.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/fkey_malloc.test ('k') | third_party/sqlite/src/test/fts3.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/fts2.test
diff --git a/third_party/sqlite/src/test/fts2.test b/third_party/sqlite/src/test/fts2.test
index fa49b061ec0a62933d5ffb31b07da5e3c1870386..b1e2959366cb3a66992622ce96a30989c1807ebb 100644
--- a/third_party/sqlite/src/test/fts2.test
+++ b/third_party/sqlite/src/test/fts2.test
@@ -21,7 +21,7 @@ while {[set arg [lshift argv]] != ""} {
sqlite3_enable_shared_cache 1
}
-soak {
- set SOAKTEST 1
+ set G(issoak) 1
}
default {
set argv [linsert $argv 0 $arg]
@@ -38,7 +38,7 @@ ifcapable !fts2 {
}
rename finish_test really_finish_test
proc finish_test {} {}
-set ISQUICK 1
+set G(isquick) 1
set EXCLUDE {
fts2.test
@@ -58,8 +58,7 @@ foreach testfile [lsort -dictionary [glob $testdir/fts2*.test]] {
catch {db close}
if {$sqlite_open_file_count>0} {
puts "$tail did not close all files: $sqlite_open_file_count"
- incr nErr
- lappend ::failList $tail
+ fail_test $tail
set sqlite_open_file_count 0
}
}
« no previous file with comments | « third_party/sqlite/src/test/fkey_malloc.test ('k') | third_party/sqlite/src/test/fts3.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698