From 73eb6d6bffcfbe4fa679770fee6c3bbb601a2977 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 7 Dec 2009 05:02:37 +0000 Subject: [PATCH] - lose unused patches --- sqlite-3.6.13-iotest-nodirsync.patch | 13 ---------- sqlite-3.6.17-tkt3951.patch | 38 ---------------------------- 2 files changed, 51 deletions(-) delete mode 100644 sqlite-3.6.13-iotest-nodirsync.patch delete mode 100644 sqlite-3.6.17-tkt3951.patch diff --git a/sqlite-3.6.13-iotest-nodirsync.patch b/sqlite-3.6.13-iotest-nodirsync.patch deleted file mode 100644 index 916abd8..0000000 --- a/sqlite-3.6.13-iotest-nodirsync.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up sqlite-3.6.13/test/io.test.nodirsync sqlite-3.6.13/test/io.test ---- sqlite-3.6.13/test/io.test.nodirsync 2009-05-14 12:12:21.000000000 +0300 -+++ sqlite-3.6.13/test/io.test 2009-05-14 12:13:51.000000000 +0300 -@@ -426,7 +426,8 @@ sqlite3_simulate_device -char safe_appen - # on the journal file between steps (2) and (3) above. - # - if {$::tcl_platform(platform)=="unix"} { -- set expected_sync_count 3 -+ # normally 3 but with -DSQLITE_DISABLE_DIRSYNC its 2 -+ set expected_sync_count 2 - } else { - set expected_sync_count 2 - } diff --git a/sqlite-3.6.17-tkt3951.patch b/sqlite-3.6.17-tkt3951.patch deleted file mode 100644 index d228b21..0000000 --- a/sqlite-3.6.17-tkt3951.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -up sqlite-3.6.17/test/tkt3922.test.tkt3951 sqlite-3.6.17/test/tkt3922.test ---- sqlite-3.6.17/test/tkt3922.test.tkt3951 2009-06-26 17:19:55.000000000 +0300 -+++ sqlite-3.6.17/test/tkt3922.test 2009-08-21 13:12:27.000000000 +0300 -@@ -36,20 +36,20 @@ if {[working_64bit_int]} { - } - } {-1 integer} - } --do_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 { -- execsql { -- DELETE FROM t1; -- INSERT INTO t1 VALUES('-9223372036854776832'); -- SELECT a, typeof(a) FROM t1; -- } --} {-9.22337203685478e+18 real} -+#do_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 { -+# execsql { -+# DELETE FROM t1; -+# INSERT INTO t1 VALUES('-9223372036854776832'); -+# SELECT a, typeof(a) FROM t1; -+# } -+#} {-9.22337203685478e+18 real} - do_test tkt3922.4 { - execsql { - DELETE FROM t1;