]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Disable the bigfile tests on Macs.
authordrh <drh@noemail.net>
Sat, 29 Sep 2012 15:45:12 +0000 (15:45 +0000)
committerdrh <drh@noemail.net>
Sat, 29 Sep 2012 15:45:12 +0000 (15:45 +0000)
FossilOrigin-Name: d869eddaf208c4bf03f6bd1848f510392f9dba49

manifest
manifest.uuid
test/bigfile.test
test/bigfile2.test

index e5dcbb464bf7cf5ab2b068ebbc7fdbebf10a8a4b..9706885348517344e388b9e2a4ed06a33cda24a5 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\scompiler\swarnings\sfound\son\sLion.
-D 2012-09-29T14:45:54.660
+C Disable\sthe\sbigfile\stests\son\sMacs.
+D 2012-09-29T15:45:12.074
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5f4f26109f9d80829122e0e09f9cda008fa065fb
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -295,8 +295,8 @@ F test/badutf.test d5360fc31f643d37a973ab0d8b4fb85799c3169f
 F test/badutf2.test f5bc7f2d280670ecd79b9cf4f0f1760c607fe51f
 F test/bc_common.tcl 5c8689cc6d2fb44b7c0968ae4f85eb26d50022fa
 F test/between.test 16b1776c6323faadb097a52d673e8e3d8be7d070
-F test/bigfile.test 8f88b5ef065e31c615c49d725ede94155fbe9609
-F test/bigfile2.test 8a3c242c3c3481e7cde5a6ef2a66fdc367a095f7
+F test/bigfile.test aa74f4e5db51c8e54a1d9de9fa65d01d1eb20b59
+F test/bigfile2.test 7c79f1ef0c6c2c2bc1e7bd895596fab32bfb4796
 F test/bigrow.test f0aeb7573dcb8caaafea76454be3ade29b7fc747
 F test/bind.test 3c7b320969000c441a70952b0b15938fbb66237c
 F test/bindxfer.test efecd12c580c14df5f4ad3b3e83c667744a4f7e0
@@ -1017,7 +1017,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/win/sqlite.vsix 67d8a99aceb56384a81b3f30d6c71743146d2cc9
-P 89b8c377a6f03d9fa885f3f94c1f0b1eec263dea
-R 2026aca949a95171eccb43b1c93409df
+P fd74d3d91721ca404537f195fed04c9edef20bf2
+R acef59cbf66888f83c956993bdbbc818
 U drh
-Z af8b2e345718b556d866a3b69f467a92
+Z 60d0d33f11d050cbca81ed7def74feb5
index 0172c2d13e63ac82f8ce2f1f00aeef892bccb80a..3a58b39b0f56939d5882f1f3c22dc2e93305834a 100644 (file)
@@ -1 +1 @@
-fd74d3d91721ca404537f195fed04c9edef20bf2
\ No newline at end of file
+d869eddaf208c4bf03f6bd1848f510392f9dba49
\ No newline at end of file
index 59e9f18c9560fdbed12286b10c3968602f67e2ce..31c632322c726b085a543fde874aeaa63b3cb472 100644 (file)
@@ -16,6 +16,7 @@
 #
 
 if {[file exists skip-big-file]} return
+if {$tcl_platform(os)=="Darwin"} return
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl
index 1f0ea85e51329872f36b92b42e7ef1c78ca60556..b67cb34b43e437fca652af9695cdd12435325ef4 100644 (file)
@@ -14,6 +14,7 @@
 #
 
 if {[file exists skip-big-file]} return
+if {$tcl_platform(os)=="Darwin"} return
 
 set testdir [file dirname $argv0]
 source $testdir/tester.tcl