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

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

Issue 1610963002: Import 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
« no previous file with comments | « third_party/sqlite/src/test/snapshot_fault.test ('k') | third_party/sqlite/src/test/sort.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/softheap1.test
diff --git a/third_party/sqlite/src/test/softheap1.test b/third_party/sqlite/src/test/softheap1.test
index 522e455e339cc81fa7fd679e7334ce6ec35afc2a..07f981e50a7108ca1a5d5f456cc92e9f16a70e3f 100644
--- a/third_party/sqlite/src/test/softheap1.test
+++ b/third_party/sqlite/src/test/softheap1.test
@@ -24,6 +24,14 @@ ifcapable !integrityck {
return
}
+# EVIDENCE-OF: R-26343-45930 This pragma invokes the
+# sqlite3_soft_heap_limit64() interface with the argument N, if N is
+# specified and is a non-negative integer.
+#
+# EVIDENCE-OF: R-64451-07163 The soft_heap_limit pragma always returns
+# the same integer that would be returned by the
+# sqlite3_soft_heap_limit64(-1) C-language function.
+#
do_test softheap1-1.0 {
execsql {PRAGMA soft_heap_limit}
} [sqlite3_soft_heap_limit -1]
« no previous file with comments | « third_party/sqlite/src/test/snapshot_fault.test ('k') | third_party/sqlite/src/test/sort.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698