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

Unified Diff: third_party/sqlite/src/ext/fts5/test/fts5corrupt2.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
Index: third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test
diff --git a/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test b/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test
index 3a4fcfaaedd81ae7bdac59a105a3135dbe2f5c71..c10017a266782f92bf902da60880bdb4d2beac9c 100644
--- a/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test
+++ b/third_party/sqlite/src/ext/fts5/test/fts5corrupt2.test
@@ -37,7 +37,7 @@ do_execsql_test 1.0 {
}
set mask [expr 31 << 31]
-if 1 {
+if 0 {
# Test 1:
#
@@ -84,6 +84,8 @@ foreach {tno stmt} {
}
}
+}
+
# Using the same database as the 1.* tests.
#
# Run N-1 tests, where N is the number of bytes in the rightmost leaf page
@@ -212,8 +214,6 @@ foreach {tn nCut} {
# do_test 4.$tn.x { expr $nCorrupt>0 } 1
}
-}
-
set doc [string repeat "A B C " 1000]
do_execsql_test 5.0 {
CREATE VIRTUAL TABLE x5 USING fts5(tt);
« no previous file with comments | « third_party/sqlite/src/ext/fts5/test/fts5config.test ('k') | third_party/sqlite/src/ext/fts5/test/fts5corrupt3.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698