- lose unused patches

This commit is contained in:
Panu Matilainen 2009-12-07 05:02:37 +00:00
parent 6489ad490f
commit 73eb6d6bff
2 changed files with 0 additions and 51 deletions

View File

@ -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
}

View File

@ -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;