diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/avtrans.test | 7 | ||||
-rw-r--r-- | test/capi3.test | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/test/avtrans.test b/test/avtrans.test index 45e1b582f..2a03309d4 100644 --- a/test/avtrans.test +++ b/test/avtrans.test @@ -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. # diff --git a/test/capi3.test b/test/capi3.test index 0dbd0d5f3..67fd56ca5 100644 --- a/test/capi3.test +++ b/test/capi3.test @@ -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)); |