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

Unified Diff: third_party/sqlite/sqlite-src-3100200/test/extraquick.test

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/sqlite-src-3100200/test/extraquick.test
diff --git a/third_party/sqlite/sqlite-src-3080704/test/quick.test b/third_party/sqlite/sqlite-src-3100200/test/extraquick.test
similarity index 71%
copy from third_party/sqlite/sqlite-src-3080704/test/quick.test
copy to third_party/sqlite/sqlite-src-3100200/test/extraquick.test
index 974b02de97de2af4468b92991026e5200c67d905..f453564e7f161e633114bdd811d076d87601cc67 100644
--- a/third_party/sqlite/sqlite-src-3080704/test/quick.test
+++ b/third_party/sqlite/sqlite-src-3100200/test/extraquick.test
@@ -4,12 +4,13 @@
# May you share freely, never taking more than you give.
#
#***********************************************************************
-# This file runs all tests.
+# This file runs most of the tests run by veryquick.test except for those
+# that take a long time.
#
set testdir [file dirname $argv0]
source $testdir/permutations.test
-run_test_suite quick
+run_test_suite extraquick
finish_test
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/test/extension01.test ('k') | third_party/sqlite/sqlite-src-3100200/test/fallocate.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698