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

Unified Diff: third_party/sqlite/src/ext/fts5/test/fts5fault1.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/fts5fault1.test
diff --git a/third_party/sqlite/src/ext/fts5/test/fts5fault1.test b/third_party/sqlite/src/ext/fts5/test/fts5fault1.test
index 429ea39af0cd576bc7946db62169a41106668590..9d63a1175f20e644bea70850b593ceb70f257f3b 100644
--- a/third_party/sqlite/src/ext/fts5/test/fts5fault1.test
+++ b/third_party/sqlite/src/ext/fts5/test/fts5fault1.test
@@ -72,7 +72,7 @@ do_faultsim_test 3 -prep {
reset_db
do_execsql_test 4.0 {
CREATE VIRTUAL TABLE t2 USING fts5(a, b);
- INSERT INTO t2 VALUES('m f a jj th q jr ar', 'hj n h h sg j i m');
+ INSERT INTO t2 VALUES('m f a jj th q gi ar', 'hj n h h sg j i m');
INSERT INTO t2 VALUES('nr s t g od j kf h', 'sb h aq rg op rb n nl');
INSERT INTO t2 VALUES('do h h pb p p q fr', 'c rj qs or cr a l i');
INSERT INTO t2 VALUES('lk gp t i lq mq qm p', 'h mr g f op ld aj h');
@@ -95,6 +95,7 @@ foreach {tn expr res} {
7 { NEAR(r a, 5) } {9}
8 { m* f* } {1 4 6 8 9 10}
9 { m* + f* } {1 8}
+ 10 { c NOT p } {5 6 7 10}
} {
do_faultsim_test 4.$tn -prep {
faultsim_restore_and_reopen
« no previous file with comments | « third_party/sqlite/src/ext/fts5/test/fts5eb.test ('k') | third_party/sqlite/src/ext/fts5/test/fts5fault2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698