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/src/test/trace.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/tkt3871.test ('k') | third_party/sqlite/src/test/trace2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/trace.test
diff --git a/third_party/sqlite/src/test/trace.test b/third_party/sqlite/src/test/trace.test
index a64cc333fa59d483c7a7eeedeaf0f9fb2fbdba9a..fd51d7ab64a9f2458a45d1d56bf6dfa7bb8856dd 100644
--- a/third_party/sqlite/src/test/trace.test
+++ b/third_party/sqlite/src/test/trace.test
@@ -169,6 +169,14 @@ do_test trace-4.5 {
} {{SELECT * FROM t1}}
catch {sqlite3_finalize $STMT}
+# 3.8.11: Profile output even if the statement is not run to completion.
+do_test trace-4.6 {
+ set TRACE_OUT {}
+ db eval {SELECT * FROM t1} {} {if {$a>=1} break}
+ set TRACE_OUT
+} {{SELECT * FROM t1}}
+
+
# Trigger tracing.
#
ifcapable trigger {
« no previous file with comments | « third_party/sqlite/src/test/tkt3871.test ('k') | third_party/sqlite/src/test/trace2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698