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

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

Issue 5626002: Update sqlite to 3.7.3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/sqlite/src
Patch Set: Remove misc change. Created 10 years 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/boundary4.test ('k') | third_party/sqlite/src/test/capi2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/cache.test
diff --git a/third_party/sqlite/src/test/cache.test b/third_party/sqlite/src/test/cache.test
index dd51c7cd1f1482f422960970bb0d4e8e344f4c88..3f42a47d275c7c8fe70b419801492b09b3ff2338 100644
--- a/third_party/sqlite/src/test/cache.test
+++ b/third_party/sqlite/src/test/cache.test
@@ -28,9 +28,9 @@ proc pager_cache_size {db} {
return $stats(page)
}
-do_test cache-1.1 {
- pager_cache_size db
-} {0}
+if {[permutation] == ""} {
+ do_test cache-1.1 { pager_cache_size db } {0}
+}
do_test cache-1.2 {
execsql {
@@ -58,6 +58,6 @@ for {set ii 0} {$ii < 10} {incr ii} {
} $::cache_size
}
-sqlite3_soft_heap_limit $soft_limit
+sqlite3_soft_heap_limit $cmdlinearg(soft-heap-limit)
finish_test
« no previous file with comments | « third_party/sqlite/src/test/boundary4.test ('k') | third_party/sqlite/src/test/capi2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698