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

Side by Side Diff: third_party/sqlite/src/test/quick.test

Issue 6823057: Cleanup SQLite 3.6.18 import. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/src/test/malloc_common.tcl ('k') | third_party/sqlite/src/test/tester.tcl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: quick.test,v 1.95 2009/03/16 14:48:19 danielk1977 Exp $ 9 # $Id: quick.test,v 1.95 2009/03/16 14:48:19 danielk1977 Exp $
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 crash.test 52 crash.test
53 crash2.test 53 crash2.test
54 crash3.test 54 crash3.test
55 crash4.test 55 crash4.test
56 crash5.test 56 crash5.test
57 crash6.test 57 crash6.test
58 crash7.test 58 crash7.test
59 delete3.test 59 delete3.test
60 fts3.test 60 fts3.test
61 fts.test 61 fts.test
62 fts1.test
63 fts2.test 62 fts2.test
64 fuzz.test 63 fuzz.test
65 fuzz3.test 64 fuzz3.test
66 fuzz_malloc.test 65 fuzz_malloc.test
67 in2.test 66 in2.test
68 loadext.test 67 loadext.test
69 memleak.test 68 memleak.test
70 misc7.test 69 misc7.test
71 misuse.test 70 misuse.test
72 mutex2.test 71 mutex2.test
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 set sqlite_open_file_count 0 146 set sqlite_open_file_count 0
148 } 147 }
149 } 148 }
150 #set argv quick 149 #set argv quick
151 #source $testdir/permutations.test 150 #source $testdir/permutations.test
152 #set argv "" 151 #set argv ""
153 source $testdir/misuse.test 152 source $testdir/misuse.test
154 153
155 set sqlite_open_file_count 0 154 set sqlite_open_file_count 0
156 really_finish_test 155 really_finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/src/test/malloc_common.tcl ('k') | third_party/sqlite/src/test/tester.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698