1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Fix a problem preventing wapptest from setting SQLITE_ENABLE_LOCKING_STYLE for OSX tests. Also modify the "Sanitize" configuration in releasetest_data.tcl to subsume test item 6g.

FossilOrigin-Name: f762d7df2a41a88560a4251d744e0887f42812f8160af4f0129d22a71c0fa48b
This commit is contained in:
dan
2021-03-10 10:43:17 +00:00
parent c5edbd1cf6
commit a1c467f51f
3 changed files with 18 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
C When\sshell\shas\sno\s.ar,\sfake\sits\seffect\sw.r.t.\spage_size\sand\stable\screation/filling. C Fix\sa\sproblem\spreventing\swapptest\sfrom\ssetting\sSQLITE_ENABLE_LOCKING_STYLE\sfor\sOSX\stests.\sAlso\smodify\sthe\s"Sanitize"\sconfiguration\sin\sreleasetest_data.tcl\sto\ssubsume\stest\sitem\s6g.
D 2021-03-10T06:06:16.491 D 2021-03-10T10:43:17.298
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -1292,7 +1292,7 @@ F test/regexp1.test 497ea812f264d12b6198d6e50a76be4a1973a9d8
F test/regexp2.test 40e894223b3d6672655481493f1be12012f2b33c F test/regexp2.test 40e894223b3d6672655481493f1be12012f2b33c
F test/reindex.test cd9d6021729910ece82267b4f5e1b5ac2911a7566c43b43c176a6a4732e2118d F test/reindex.test cd9d6021729910ece82267b4f5e1b5ac2911a7566c43b43c176a6a4732e2118d
F test/releasetest.tcl fb76d8fcc95ac29d6356cd9e52b726ab9e43a24082897618dfbcb7c2b0049153 x F test/releasetest.tcl fb76d8fcc95ac29d6356cd9e52b726ab9e43a24082897618dfbcb7c2b0049153 x
F test/releasetest_data.tcl d60628b6a04891e97cc4f5fbce08abe13c5b74cb23dcca5ac24800471a3bc6db F test/releasetest_data.tcl 3d41ddb3f04f474ac9d925485da24ce6576ff0ebc4c7201c8a340bc09846c261
F test/resetdb.test 8062cf10a09d8c048f8de7711e94571c38b38168db0e5877ba7561789e5eeb2b F test/resetdb.test 8062cf10a09d8c048f8de7711e94571c38b38168db0e5877ba7561789e5eeb2b
F test/resolver01.test f4022acafda7f4d40eca94dbf16bc5fc4ac30ceb F test/resolver01.test f4022acafda7f4d40eca94dbf16bc5fc4ac30ceb
F test/returning1.test 209b910c132cb2015bb1159f852c7124778004963c09095c42c3d2442110c56c F test/returning1.test 209b910c132cb2015bb1159f852c7124778004963c09095c42c3d2442110c56c
@@ -1910,7 +1910,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
P a6681fbb2e0c8d5a7c968f6fd458f61658fad6ac4c7eb8663762b6ac386cdae5 P 959f5c65ea14f4716df61e250e9d5a0d69d602a2a973ad22a364e640162c2983
R c5255ad6d706f59a1204e6271021ef44 R d626d3a5efcce27f8b2b558d85869041
U larrybr U dan
Z 6ffa18aa5b815a92fb54091eda0e7ca8 Z 1b9ef75646145da6a8ad40b41fd55ca0

View File

@@ -1 +1 @@
959f5c65ea14f4716df61e250e9d5a0d69d602a2a973ad22a364e640162c2983 f762d7df2a41a88560a4251d744e0887f42812f8160af4f0129d22a71c0fa48b

View File

@@ -283,7 +283,7 @@ array set ::Configs [strip_comments {
FuzzFail2 {-O0} FuzzFail2 {-O0}
}] }]
if {$tcl_platform(os)=="Darwin"} { if {$tcl_platform(os)=="Darwin"} {
lappend Configs(Apple -DSQLITE_ENABLE_LOCKING_STYLE=1 lappend Configs(Apple) -DSQLITE_ENABLE_LOCKING_STYLE=1
} }
array set ::Platforms [strip_comments { array set ::Platforms [strip_comments {
@@ -302,7 +302,7 @@ array set ::Platforms [strip_comments {
"No-lookaside" test "No-lookaside" test
"Devkit" test "Devkit" test
"Apple" test "Apple" test
"Sanitize" {QUICKTEST_OMIT=crash*,shell*,sqldiff*,sessionB.test test} "Sanitize" test
"Device-One" fulltest "Device-One" fulltest
"Default" "threadtest fulltest" "Default" "threadtest fulltest"
"Valgrind*" valgrindtest "Valgrind*" valgrindtest
@@ -355,6 +355,14 @@ array set ::Platforms [strip_comments {
} }
}] }]
#--------------------------------------------------------------------------
#--------------------------------------------------------------------------
#--------------------------------------------------------------------------
# End of configuration section.
#--------------------------------------------------------------------------
#--------------------------------------------------------------------------
#--------------------------------------------------------------------------
# Configuration verification: Check that each entry in the list of configs # Configuration verification: Check that each entry in the list of configs
# specified for each platforms exists. # specified for each platforms exists.
# #