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

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

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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 # 2007 November 23 1 # 2007 November 23
2 # 2 #
3 # May you do good and not evil. 3 # May you do good and not evil.
4 # May you find forgiveness for yourself and forgive others. 4 # May you find forgiveness for yourself and forgive others.
5 # May you share freely, never taking more than you give. 5 # May you share freely, never taking more than you give.
6 # 6 #
7 #*********************************************************************** 7 #***********************************************************************
8 # This file runs all tests. 8 # This file runs all tests.
9 # 9 #
10 # $Id: fts3.test,v 1.2 2008/07/23 18:17:32 drh Exp $ 10 # $Id: fts3.test,v 1.2 2008/07/23 18:17:32 drh Exp $
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 do_fts3_varint_test 2.61 { 109 do_fts3_varint_test 2.61 {
110 2305843009213693951 2305843009213693952 2305843009213693953 } 110 2305843009213693951 2305843009213693952 2305843009213693953 }
111 do_fts3_varint_test 2.62 { 111 do_fts3_varint_test 2.62 {
112 4611686018427387903 4611686018427387904 4611686018427387905 } 112 4611686018427387903 4611686018427387904 4611686018427387905 }
113 do_fts3_varint_test 2.63 { 113 do_fts3_varint_test 2.63 {
114 9223372036854775807 9223372036854775808 9223372036854775809 } 114 9223372036854775807 9223372036854775808 9223372036854775809 }
115 115
116 do_fts3_varint_test 3.0 { 18446744073709551615 -18446744073709551615 } 116 do_fts3_varint_test 3.0 { 18446744073709551615 -18446744073709551615 }
117 117
118 finish_test 118 finish_test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698