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

Unified Diff: third_party/sqlite/src/test/thread003.test

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/thread002.test ('k') | third_party/sqlite/src/test/thread005.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/thread003.test
diff --git a/third_party/sqlite/src/test/thread003.test b/third_party/sqlite/src/test/thread003.test
index 8aa513af1e9e66f87626f93b16a9e7c40b1b16d9..8c7440c82ee6f3b4abf749bd054b3cbc2d5a5447 100644
--- a/third_party/sqlite/src/test/thread003.test
+++ b/third_party/sqlite/src/test/thread003.test
@@ -40,7 +40,7 @@ do_test thread003.1.2 {
} {1}
do_test thread003.1.3 {
db close
- file delete -force test2.db
+ forcedelete test2.db
sqlite3 db test2.db
} {}
do_test thread003.1.4 {
@@ -80,7 +80,7 @@ do_test thread003.2 {
foreach zFile {test.db test2.db} {
set SCRIPT [format {
set iEnd [expr {[clock_seconds] + %d}]
- set ::DB [sqlthread open %s]
+ set ::DB [sqlthread open %s xyzzy]
# Set the cache size to 15 pages per cache. 30 available globally.
execsql { PRAGMA cache_size = 15 }
@@ -117,7 +117,7 @@ do_test thread003.3 {
set SCRIPT [format {
set iStart [clock_seconds]
set iEnd [expr {[clock_seconds] + %d}]
- set ::DB [sqlthread open %s]
+ set ::DB [sqlthread open %s xyzzy]
# Set the cache size to 15 pages per cache. 30 available globally.
execsql { PRAGMA cache_size = 15 }
@@ -156,7 +156,7 @@ unset -nocomplain finished(2)
do_test thread003.4 {
thread_spawn finished(1) $thread_procs [format {
set iEnd [expr {[clock_seconds] + %d}]
- set ::DB [sqlthread open test.db]
+ set ::DB [sqlthread open test.db xyzzy]
# Set the cache size to 15 pages per cache. 30 available globally.
execsql { PRAGMA cache_size = 15 }
« no previous file with comments | « third_party/sqlite/src/test/thread002.test ('k') | third_party/sqlite/src/test/thread005.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698