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

Side by Side Diff: third_party/sqlite/sqlite-src-3100200/test/async.test

Issue 1610543003: [sql] Import reference version of 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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # May you do good and not evil. 2 # May you do good and not evil.
3 # May you find forgiveness for yourself and forgive others. 3 # May you find forgiveness for yourself and forgive others.
4 # May you share freely, never taking more than you give. 4 # May you share freely, never taking more than you give.
5 # 5 #
6 #*********************************************************************** 6 #***********************************************************************
7 # This file runs all tests. 7 # This file runs all tests.
8 # 8 #
9 # $Id: async.test,v 1.21 2009/06/05 17:09:12 drh Exp $ 9 # $Id: async.test,v 1.21 2009/06/05 17:09:12 drh Exp $
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 sqlite3async_shutdown 81 sqlite3async_shutdown
82 set sqlite3async_trace 0 82 set sqlite3async_trace 0
83 83
84 rename do_test {} 84 rename do_test {}
85 rename async_really_do_test do_test 85 rename async_really_do_test do_test
86 rename finish_test {} 86 rename finish_test {}
87 rename async_really_finish_test finish_test 87 rename async_really_finish_test finish_test
88 88
89 if {[info exists ASYNC_SAVE_ISQUICK]} { set G(isquick) $ASYNC_SAVE_ISQUICK } 89 if {[info exists ASYNC_SAVE_ISQUICK]} { set G(isquick) $ASYNC_SAVE_ISQUICK }
90 finish_test 90 finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3100200/test/analyzer1.test ('k') | third_party/sqlite/sqlite-src-3100200/test/async2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698