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

Unified Diff: third_party/sqlite/test.patch

Issue 6835006: Convert to SQLite amalgamation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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/quick.test ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/test.patch
diff --git a/third_party/sqlite/test.patch b/third_party/sqlite/test.patch
index 28c98d3336c83a3969fdc18b58a6676aeb0bd56c..70d857e503613e74e2babdd22dfdda5fa8961c6f 100644
--- a/third_party/sqlite/test.patch
+++ b/third_party/sqlite/test.patch
@@ -125,42 +125,24 @@ Index: main.mk
objects: $(LIBOBJ_ORIG)
-@@ -484,6 +527,12 @@
+@@ -484,6 +527,9 @@
test: testfixture$(EXE) sqlite3$(EXE)
./testfixture$(EXE) $(TOP)/test/veryquick.test
-+ftstest: testfixture$(EXE) sqlite3$(EXE)
-+ ./testfixture$(EXE) $(TOP)/test/fts.test
-+
+fts2test: testfixture$(EXE) sqlite3$(EXE)
+ ./testfixture$(EXE) $(TOP)/test/fts2.test
+
sqlite3_analyzer$(EXE): $(TOP)/src/tclsqlite.c sqlite3.c $(TESTSRC) \
$(TOP)/tool/spaceanal.tcl
sed \
-Index: src/test_autoext.c
-===================================================================
---- src/test_autoext.c 2009-09-03 13:32:06.000000000 -0700
-+++ src/test_autoext.c 2009-09-15 18:14:35.000000000 -0700
-@@ -17,7 +17,9 @@
- #include "sqlite3ext.h"
-
- #ifndef SQLITE_OMIT_LOAD_EXTENSION
-+#ifndef SQLITE_CORE
- static SQLITE_EXTENSION_INIT1
-+#endif
-
- /*
- ** The sqr() SQL function returns the square of its input value.
Index: src/quick.test
===================================================================
--- test/quick.test 2009-09-04 13:37:44.000000000 -0700
+++ test/quick.test 2009-09-15 11:34:54.000000000 -0700
-@@ -58,6 +58,8 @@
+@@ -58,6 +58,7 @@
crash7.test
delete3.test
fts3.test
-+ fts.test
+ fts2.test
fuzz.test
fuzz3.test
« no previous file with comments | « third_party/sqlite/src/test/quick.test ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698