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

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

Issue 6835006: Convert to SQLite amalgamation. (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/src/test_autoext.c ('k') | third_party/sqlite/test.patch » ('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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 corruptC.test 51 corruptC.test
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
62 fts2.test 61 fts2.test
63 fuzz.test 62 fuzz.test
64 fuzz3.test 63 fuzz3.test
65 fuzz_malloc.test 64 fuzz_malloc.test
66 in2.test 65 in2.test
67 loadext.test 66 loadext.test
68 memleak.test 67 memleak.test
69 misc7.test 68 misc7.test
70 misuse.test 69 misuse.test
71 mutex2.test 70 mutex2.test
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 set sqlite_open_file_count 0 145 set sqlite_open_file_count 0
147 } 146 }
148 } 147 }
149 #set argv quick 148 #set argv quick
150 #source $testdir/permutations.test 149 #source $testdir/permutations.test
151 #set argv "" 150 #set argv ""
152 source $testdir/misuse.test 151 source $testdir/misuse.test
153 152
154 set sqlite_open_file_count 0 153 set sqlite_open_file_count 0
155 really_finish_test 154 really_finish_test
OLDNEW
« no previous file with comments | « third_party/sqlite/src/src/test_autoext.c ('k') | third_party/sqlite/test.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698