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

Unified Diff: third_party/sqlite/sqlite-src-3080704/test/all.test

Issue 2363173002: [sqlite] Remove obsolete reference version 3.8.7.4. (Closed)
Patch Set: Created 4 years, 3 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-3080704/test/all.test
diff --git a/third_party/sqlite/sqlite-src-3080704/test/all.test b/third_party/sqlite/sqlite-src-3080704/test/all.test
deleted file mode 100644
index f6e722f2dfaa0360333611b0378793ba4099dfc9..0000000000000000000000000000000000000000
--- a/third_party/sqlite/sqlite-src-3080704/test/all.test
+++ /dev/null
@@ -1,50 +0,0 @@
-# 2001 September 15
-#
-# The author disclaims copyright to this source code. In place of
-# a legal notice, here is a blessing:
-#
-# May you do good and not evil.
-# May you find forgiveness for yourself and forgive others.
-# May you share freely, never taking more than you give.
-#
-#***********************************************************************
-# This file runs all tests.
-#
-
-set testdir [file dirname $argv0]
-source $testdir/permutations.test
-
-run_test_suite full
-
-run_test_suite no_optimization
-run_test_suite memsubsys1
-run_test_suite memsubsys2
-run_test_suite singlethread
-run_test_suite multithread
-run_test_suite onefile
-run_test_suite utf16
-run_test_suite exclusive
-run_test_suite persistent_journal
-run_test_suite persistent_journal_error
-run_test_suite no_journal
-run_test_suite no_journal_error
-run_test_suite autovacuum_ioerr
-run_test_suite no_mutex_try
-run_test_suite fullmutex
-run_test_suite journaltest
-run_test_suite inmemory_journal
-run_test_suite pcache0
-run_test_suite pcache10
-run_test_suite pcache50
-run_test_suite pcache90
-run_test_suite pcache100
-run_test_suite prepare
-run_test_suite mmap
-
-if {$::tcl_platform(platform)=="unix"} {
- ifcapable !default_autovacuum {
- run_test_suite autovacuum_crash
- }
-}
-
-finish_test
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/alias.test ('k') | third_party/sqlite/sqlite-src-3080704/test/alter.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698