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/sqlite-src-3080704/test/tkt3922.test

Issue 883353008: [sql] Import reference version of SQLite 3.8.7.4. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hold back encoding change which is messing up patch. Created 5 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
Index: third_party/sqlite/sqlite-src-3080704/test/tkt3922.test
diff --git a/third_party/sqlite/src/test/tkt3922.test b/third_party/sqlite/sqlite-src-3080704/test/tkt3922.test
similarity index 95%
copy from third_party/sqlite/src/test/tkt3922.test
copy to third_party/sqlite/sqlite-src-3080704/test/tkt3922.test
index 6506dcedb7f5d3f89ebabc3fb9e54f36cb0ecda1..86bf5feceb71fdfc3e02e641d007d8fab518c5f9 100644
--- a/third_party/sqlite/src/test/tkt3922.test
+++ b/third_party/sqlite/sqlite-src-3080704/test/tkt3922.test
@@ -36,21 +36,21 @@ if {[working_64bit_int]} {
}
} {-1 integer}
}
-do_test tkt3922.2 {
+do_realnum_test tkt3922.2 {
execsql {
DELETE FROM t1;
INSERT INTO t1 VALUES('-9223372036854775809');
SELECT a, typeof(a) FROM t1;
}
} {-9.22337203685478e+18 real}
-do_test tkt3922.3 {
+do_realnum_test tkt3922.3 {
execsql {
DELETE FROM t1;
INSERT INTO t1 VALUES('-9223372036854776832');
SELECT a, typeof(a) FROM t1;
}
} {-9.22337203685478e+18 real}
-do_test tkt3922.4 {
+do_realnum_test tkt3922.4 {
execsql {
DELETE FROM t1;
INSERT INTO t1 VALUES('-9223372036854776833');
@@ -78,7 +78,7 @@ if {[working_64bit_int]} {
}
} {1 integer}
}
-do_test tkt3922.6 {
+do_realnum_test tkt3922.6 {
execsql {
DELETE FROM t1;
INSERT INTO t1 VALUES('9223372036854775808');
« no previous file with comments | « third_party/sqlite/sqlite-src-3080704/test/tkt3918.test ('k') | third_party/sqlite/sqlite-src-3080704/test/tkt3929.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698