]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove 'threadtest' as a target on Windows, due to lack of pthreads. Also, change... releasetest-refactor
authormistachkin <mistachkin@noemail.net>
Tue, 23 Dec 2014 21:10:38 +0000 (21:10 +0000)
committermistachkin <mistachkin@noemail.net>
Tue, 23 Dec 2014 21:10:38 +0000 (21:10 +0000)
FossilOrigin-Name: a010c404b5140104b68087dcbb0698b7a85eef65

manifest
manifest.uuid
test/releasetest.tcl

index 90187d60b985b00d53514c65ef25713c0da4c624..89f8b08461b467f864c11a039692d8133abcc422 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\stypo\sin\slibrary\sobject\sfile\sname.
-D 2014-12-23T21:03:09.146
+C Remove\s'threadtest'\sas\sa\starget\son\sWindows,\sdue\sto\slack\sof\spthreads.\s\sAlso,\schange\s'fulltest'\sto\s'fulltestonly'.
+D 2014-12-23T21:10:38.485
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 9aaaaf6b5b0e4b42aa909db5165dc042db9bfcd5
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -801,7 +801,7 @@ F test/randexpr1.test eda062a97e60f9c38ae8d806b03b0ddf23d796df
 F test/rdonly.test dd30a4858d8e0fbad2304c2bd74a33d4df36412a
 F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
 F test/reindex.test 44edd3966b474468b823d481eafef0c305022254
-F test/releasetest.tcl 84b224e46e8d31c26591518ff91daf88c602decb
+F test/releasetest.tcl ba6e760aed00b829bd0718d61d9e605d56b0bd8d
 F test/resolver01.test 33abf37ff8335e6bf98f2b45a0af3e06996ccd9a
 F test/rollback.test 458fe73eb3ffdfdf9f6ba3e9b7350a6220414dea
 F test/rollback2.test fc14cf6d1a2b250d2735ef16124b971bce152f14
@@ -1233,7 +1233,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 2295e9e0a22220ccb1b9cc2b031c1d8e702a1888
-R a6e41f52bbcb02764e8ea99c7fc0d456
+P f49566a79d05e630a86ea7b2acc04672d76d6337
+R 333eb3cbf92231ab2930505109652a4c
 U mistachkin
-Z 6ab7423cea251d6a6862aa20cc19aa93
+Z 00b07e8b2b9d92ea23f97a4876d4552f
index 60a6c38f0f021742ca82a639b4c485d543d35572..89f5792bcc2aa977cc6aadfa7b318887cc4d939c 100644 (file)
@@ -1 +1 @@
-f49566a79d05e630a86ea7b2acc04672d76d6337
\ No newline at end of file
+a010c404b5140104b68087dcbb0698b7a85eef65
\ No newline at end of file
index b7090143cc5237fe054e102c9d194a22cfa2c422..2459422c5ee08e11eb1115b22669b785b6239937 100644 (file)
@@ -183,7 +183,7 @@ array set ::Platforms {
     "OS-X"                    "threadtest fulltest"
   }
   "Windows NT-intel" {
-    "Default"                 "threadtest fulltest"
+    "Default"                 "fulltestonly"
   }
 }