]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Progress toward getting SQLITE_OMIT_FLOATING_POINT to pass all tests.
authordrh <drh@noemail.net>
Mon, 23 Jan 2006 21:37:32 +0000 (21:37 +0000)
committerdrh <drh@noemail.net>
Mon, 23 Jan 2006 21:37:32 +0000 (21:37 +0000)
Ticket #1621 (CVS 3012)

FossilOrigin-Name: c4c90965c98c591f601cd69c70351c20ba37218a

manifest
manifest.uuid
test/avtrans.test
test/capi3.test

index 1c64a8da35f8ac64061eeb771301541fc732511c..06635976b40a6a4d0e4a0394755ae8b573c35e36 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Bug\sfix\sin\scases\swhere\sa\scompound\sselect\shas\san\sORDER\sBY\sclause\swith\nmultiple\sterms.\s(CVS\s3011)
-D 2006-01-23T18:42:21
+C Progress\stoward\sgetting\sSQLITE_OMIT_FLOATING_POINT\sto\spass\sall\stests.\r\nTicket\s#1621\s(CVS\s3012)
+D 2006-01-23T21:37:32
 F Makefile.in 53841eb72e9eeb6030a8ce28c2595a92f440fd10
 F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -114,7 +114,7 @@ F test/autovacuum.test 0dd22b0e1fe2013abe03e2ef5000bb3b9c1b6666
 F test/autovacuum_crash.test 05a63b8805b20cfba7ace82856ce4ccdda075a31
 F test/autovacuum_ioerr.test c46a76869cb6eddbbb40b419b2b6c4c001766b1f
 F test/autovacuum_ioerr2.test 2f8a3fb31f833fd0ca86ad4ad98913c73e807572
-F test/avtrans.test 49a319fc423a133432179e060824d1c10260714d
+F test/avtrans.test ad4b8fd625eab2ee9f0cfa29f8d8a4c43ba476b9
 F test/between.test 16b1776c6323faadb097a52d673e8e3d8be7d070
 F test/bigfile.test ebc9ce9216e08bead63734ab816d0f27858f3b80
 F test/bigrow.test f0aeb7573dcb8caaafea76454be3ade29b7fc747
@@ -130,7 +130,7 @@ F test/btree7.test a6d3b842db22af97dd14b989e90a2fd96066b72f
 F test/btree8.test fadc112bcbd6a0c622d34c813fc8a648eacf8804
 F test/busy.test 0271c854738e23ad76e10d4096a698e5af29d211
 F test/capi2.test b9354d6c37e6f8f858c08952ebc9709712581221
-F test/capi3.test 128b418bc0ac567c7e844287a50fc6234e6d5c5d
+F test/capi3.test e573d6b8b67e8a25aeb471b20ed527a975d43c7d
 F test/capi3b.test 5f0bc94b104e11086b1103b20277e1910f59c7f4
 F test/cast.test aabdcb3873bb2f40d855bf63950f6d99a5a196c7
 F test/check.test 55ad950d7ad24d6eb3328c54149f90d38a39a962
@@ -344,7 +344,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P d4e4ba132a94e729ffd220e0ca942cfda87b3a76
-R 935ea48d67ecae6891d4d9d675698801
+P 4f56949bd69fed6167fa2ae115d0251e8369d796
+R 7667e8cde33a686fff6b21d82d25a4ae
 U drh
-Z a3b3f8b0a1e4fd9d0941a3edc1f177da
+Z b0b19f0b7cf3979347798c05f1315802
index c8d50bdd5fc287d58ff7786c3a9dd8f67a548e46..e323feadee191d5407bbe90e83e71cf7261fb2a7 100644 (file)
@@ -1 +1 @@
-4f56949bd69fed6167fa2ae115d0251e8369d796
\ No newline at end of file
+c4c90965c98c591f601cd69c70351c20ba37218a
\ No newline at end of file
index 45e1b582f7e6e34c1507970d1b25e07ebe2340d9..2a03309d40c857b2394c86336a9c50badd025cf0 100644 (file)
@@ -12,7 +12,7 @@
 # file is a copy of "trans.test" modified to run under autovacuum mode.
 # the point is to stress the autovacuum logic and try to get it to fail.
 #
-# $Id: avtrans.test,v 1.2 2006/01/17 09:35:02 danielk1977 Exp $
+# $Id: avtrans.test,v 1.3 2006/01/23 21:37:32 drh Exp $
 
 
 set testdir [file dirname $argv0]
@@ -662,6 +662,11 @@ do_test avtrans-6.39 {
 } {1 -2 -3 4 -5 -6}
 integrity_check avtrans-6.40
 
+ifcapable !floatingpoint {
+  finish_test
+  return
+}
+
 # Test to make sure rollback restores the database back to its original
 # state.
 #
index 0dbd0d5f3025d06e03ba4b487d2790843f1409ef..67fd56ca5f9c876442c895593ee07db4c4e17f7f 100644 (file)
@@ -11,7 +11,7 @@
 # This file implements regression tests for SQLite library.  The
 # focus of this script testing the callback-free C/C++ API.
 #
-# $Id: capi3.test,v 1.39 2006/01/17 09:35:02 danielk1977 Exp $
+# $Id: capi3.test,v 1.40 2006/01/23 21:37:32 drh Exp $
 #
 
 set testdir [file dirname $argv0]
@@ -432,6 +432,11 @@ do_test $test.13 {
 
 }
 
+ifcapable !floatingpoint {
+  finish_test
+  return
+}
+
 do_test capi3-5.0 {
   execsql {
     CREATE TABLE t1(a VARINT, b BLOB, c VARCHAR(16));