SQLite

Checklist For SQLite 3.8.3
Login
2014-01-31 02:22:46 mistachkinok
350. System.Data.SQLite builds and checks out using the SQLite core
netfx40, debug, release, netCF 2.0/3.5 (x86 & x64) OK
2014-01-30 14:18:27 mistachkinok
100. Tests for platform Win32/64:
2014-01-30 14:18:07 mistachkinok
100k. Verify that EXEs and DLLs generated using MSVC contain the correct version number, product name, description, and copyright as resources.
2014-01-30 12:22:58 mistachkinpending+
350. System.Data.SQLite builds and checks out using the SQLite core
netfx40, debug, release, netCF 2.0/3.5 OK
2014-01-30 09:17:35 mistachkinpending
350. System.Data.SQLite builds and checks out using the SQLite core
2014-01-30 08:16:50 mistachkinok
100j. At least one of the above on Windows Embedded Compact 2013
2014-01-30 07:03:58 mistachkinpending
100j. At least one of the above on Windows Embedded Compact 2013
2014-01-30 06:13:16 mistachkinok
100i. At least one of the above on Windows Phone
2014-01-30 05:15:57 mistachkinpending
100i. At least one of the above on Windows Phone
2014-01-30 05:15:39 mistachkinok
100h. At least one of the above on WinRT (ARM)
2014-01-30 03:00:42 mistachkinpending
100h. At least one of the above on WinRT (ARM)
2014-01-30 02:59:58 mistachkinok
100g. At least one of the above on WinRT (x86)
2014-01-30 01:36:18 mistachkinpending
100g. At least one of the above on WinRT (x86)
2014-01-29 17:48:07 drhok
20. Documentation checks:
2014-01-29 17:48:04 drhok
20i. Check new/changed documentation for spelling and gramatical mistakes
2014-01-29 17:47:59 drhok
20c. Release accouncement in news.html
2014-01-29 17:22:23 danok+
260a. The TCL speed*.test scripts
speedp.test and speed4.test both show 3.8.3 as 3-4% faster (wall-clock time) than 3.8.2.
2014-01-29 17:14:25 drhok
20h. Test metrics are up-to-date (testing.html)
2014-01-29 17:14:21 drhok
20g. Database footprint is up-to-date (features.html)
2014-01-29 17:14:16 drhok
20f. The compile-time options are all up-to-date (compile.html)
2014-01-29 17:12:23 drhok
20e. Requirements marks are up-to-date in both documentation and source code
2014-01-29 17:12:12 drhok
20d. No unresolved hyperlinks in the documentation build
2014-01-29 17:12:07 drhok
20b. Release announcement in changes.in
2014-01-29 17:12:03 drhok
20a. Latest release on the index.html page
2014-01-29 17:11:17 drhok
30. Source code change review. "fossil diff --from release --to trunk"
2014-01-29 17:11:14 drhok
30i. Verify that the list of APIs exposed via the extension header is up-to-date (sqlite3ext.h)
2014-01-29 17:11:11 drhok
30g. Check all multiplications, and especially those involving the offset parameters to sqlite3OsRead() and sqlite3OsWrite() or having operands pageSize or szPage to make sure that 32x32-bit multiplicates that intend to yield a 64-bit result do not instead truncate to 32-bits.
2014-01-29 17:11:08 drhok
30f. Variables and functions have been renamed to reflect changes in their use
2014-01-29 17:11:05 drhok
30e. Comments have been updated to reflect code changes
2014-01-29 17:11:02 drhok
30d. New code complies with design rules
2014-01-29 17:10:59 drhok
30c. New code complies with style guidelines
2014-01-29 17:10:56 drhok
30b. All significant changes are mentioned in the "changes" log of the documentation
2014-01-29 17:10:25 drhok
30a. No stray changes
2014-01-29 16:35:54 drhok
230. NX-Devkit compiles and runs "tclsh th3make test.rc nx_compress.o" without error.
0 errors out of 6580681 tests in 31 configurations. "bella"
2014-01-29 16:35:26 drhok
260. Run performance tests comparing the new SQLite release against the previous release and a release from one year ago. Document and justify any performance decrease.
2014-01-29 16:35:23 drhok
260a. The TCL speed*.test scripts
3.8.2: 6.150s real time vs. 3.8.3 6.036s. 1.9% faster
2014-01-29 16:31:07 drhok
330. Tests for the sessions branch with macros SQLITE_ENABLE_SESSION and SQLITE_ENABLE_PREUPDATE_HOOK
2014-01-29 16:31:03 drhok
330a. tclsh th3make session.rc test.rc (on windows)
0 errors out of 5677702 tests. msvc-32 on win8.
2014-01-29 16:23:03 danok
330d. tclsh th3make session.rc min.rc -norun -DTH3_LOWMEM -DTH3_OMIT_MISUSE; valgrind ./th3
2014-01-29 16:06:09 drhok
310. Cross-platform tests. Verify the ability of databases, WAL files, and rollback journals to be copied and used between 32-bit and 64-bit systems and between big-endian and little-endian systems.
2014-01-29 16:06:07 drhok
310f. 64-little to 32-big, CEROD database
2014-01-29 16:02:53 drhok
310e. 64-little to 32-big, ZIPVFS database
2014-01-29 16:00:47 drhok
310d. 64-little to 32-big, SEE database
2014-01-29 15:55:18 drhok
310b. 32-big to 64-little, WAL
2014-01-29 15:54:47 drhok
310c. 32-big to 64-little, rollback
2014-01-29 15:54:11 drhok
310a. 32-big to 64-little, database
2014-01-29 15:49:06 drhok
90. Tests for platform MacOS 10.2 PPC:
2014-01-29 15:49:03 drhok
90a. tclsh th3make -Os min.rc
2014-01-29 15:41:36 drhpending
90a. tclsh th3make -Os min.rc
2014-01-29 15:40:54 drhpending
230. NX-Devkit compiles and runs "tclsh th3make test.rc nx_compress.o" without error.
2014-01-29 15:19:38 drhpending
330a. tclsh th3make session.rc test.rc (on windows)
2014-01-29 15:06:15 drhok
330e. make test (on windows)
2014-01-29 14:52:19 danok
330b. tclsh th3make session.rc test.rc (on unix)
2014-01-29 14:48:09 drhpending
330e. make test (on windows)
2014-01-29 14:38:41 drhok
210. SEE tests using TH3:
2014-01-29 14:38:38 drhok
210d. see-rc4.c
2014-01-29 14:38:36 drhok
210g. At least one of the above using memdebug.rc
2014-01-29 14:35:34 drhok
90c. Verify that Fossil repositories are cross-platform with x86/x64.
2014-01-29 14:33:53 drhok
260f. One or more of the above on windows
2014-01-29 14:33:50 drhok
260d. ./speedtest1 --nosync --size 25 --trace 2>x.txt
time ./sqlite3 x.db <x.txt >/dev/null
3.8.2: 2.805s versus 3.8.3: 2.657s on win8 with msvc-32. 5.3% faster
2014-01-29 14:31:32 danok
330c. tclsh th3make session.rc cov.rc
2014-01-29 14:26:15 drhok
210j. At least one of the above on Windows
2014-01-29 14:26:10 drhok
210c. see-aes256-ofb.c
2014-01-29 14:23:44 danpending
330d. tclsh th3make session.rc min.rc -norun -DTH3_LOWMEM -DTH3_OMIT_MISUSE; valgrind ./th3
2014-01-29 14:23:03 danpending
330c. tclsh th3make session.rc cov.rc
2014-01-29 14:22:24 danpending
330b. tclsh th3make session.rc test.rc (on unix)
2014-01-29 14:20:35 danok
330g. testfixture test/session.test
2014-01-29 14:20:01 danpending
330g. testfixture test/session.test
2014-01-29 14:11:25 drhok
90b. Recompile and test Fossil
2014-01-29 14:09:56 danok
220. ZIPVFS tests:
2014-01-29 14:09:19 danok
220c. th3make zipvfs.rc memdebug.rc
2014-01-29 14:08:51 drhok
260g. One or more of the above on mac
2014-01-29 14:08:47 danok
220d. th3make zipvfs.rc min.rc -DTH3_LOWMEM -DTH3_OMIT_MISUSE; valgrind ./th3
2014-01-29 14:08:47 drhok
260b. The TH3 speed tests
3.8.2: 17.467 seconds (wall clock time) vs. 3.8.3: 17.110. 2.0% faster. Mac OS 10.6.8
2014-01-29 14:02:09 danok
350. System.Data.SQLite builds and checks out using the SQLite core
2014-01-29 13:59:44 drhok
210f. At least one of the above using test.rc
2014-01-29 13:59:41 drhok
210a. see.c
2014-01-29 13:54:41 drhok
210h. At least one of the above on Linux
2014-01-29 13:54:37 drhok
210e. see-aes128-ccm.c
2014-01-29 13:54:19 drhok
210b. see-aes128-ofb.c
2014-01-29 13:54:03 drhok
210i. At least one of the above on Mac
2014-01-29 13:34:38 drhpending
210c. see-aes256-ofb.c
2014-01-29 13:33:01 drhpending
210d. see-rc4.c
2014-01-29 13:32:51 drhpending
210b. see-aes128-ofb.c
2014-01-29 13:32:38 drhok
220h. At least one of the above on Windows
0 errors out of 1842576 tests. min.rc, msvc-32 on win8.
2014-01-29 13:24:29 drhpending
210a. see.c
2014-01-29 13:22:48 drhok
200. CEROD tests in the test/ subdirectory.
2014-01-29 12:45:24 drhpending
220h. At least one of the above on Windows
2014-01-29 11:36:11 danok
300. Verify that databases (including FTS3 and RTREE databases), rollback journals, and WAL files created by the release candidate are readable and writeable by historical versions of SQLite (as long as no unsupported features are used) and vice versa.
2014-01-29 11:31:27 danok
250. TEA archive builds correctly and runs:
2014-01-29 11:31:15 danok
250a. Linux
2014-01-29 11:29:27 danok
250b. Mac
2014-01-29 11:28:22 danok
240. Amalgamation autoconf tarball.
2014-01-29 11:28:14 danok
240c. Works on Mac
2014-01-29 11:24:29 danok
240b. Works on Linux
2014-01-29 11:22:27 danok
240a. Builds
2014-01-29 11:14:43 danok
220f. At least one of the above on Linux
2014-01-29 11:10:45 danok
220b. th3make zipvfs.rc test.rc
2014-01-29 11:06:34 danok
220g. At least one of the above on Mac
2014-01-29 11:06:21 danok
220e. th3make min.rc
2014-01-29 10:55:07 danpending
220g. At least one of the above on Mac
2014-01-29 10:54:55 danpending
220f. At least one of the above on Linux
2014-01-29 10:54:41 danpending
220e. th3make min.rc
2014-01-29 10:48:33 danpending
220d. th3make zipvfs.rc min.rc -DTH3_LOWMEM -DTH3_OMIT_MISUSE; valgrind ./th3
2014-01-29 10:35:24 danpending
220c. th3make zipvfs.rc memdebug.rc
2014-01-29 10:33:30 danpending
220b. th3make zipvfs.rc test.rc
2014-01-29 10:33:14 danok
220a. testfixture ../zipvfs/test/zipvfs.test (See test/README.txt in the ZIPVFS source tree for details.)
2014-01-29 10:21:07 danpending
220a. testfixture ../zipvfs/test/zipvfs.test (See test/README.txt in the ZIPVFS source tree for details.)
2014-01-29 07:51:09 danok
40. OMIT, ENABLE, and DISABLE options:
2014-01-29 07:51:02 danok
50. Tests for platform Linux x86:
2014-01-29 07:50:54 danok
80. Tests for platform Mac OS-X x86:
2014-01-29 07:50:47 danok
60. Tests for platform Linux x86_64:
2014-01-29 07:50:34 danok
60g. tclsh th3make test-ex.rc
2014-01-29 07:50:08 danok
50d. tclsh th3make fast-ex.rc
2014-01-29 07:50:02 danok
50c. tclsh fulltest.tcl fast.rc test.rc
2014-01-29 07:49:56 danok
50a. tclsh releasetest.tcl
2014-01-29 07:49:34 danok
80b. tclsh fulltest.tcl fast.rc test.rc
2014-01-29 04:36:13 drhok
150. Sqllogictest:
2014-01-29 04:36:10 drhok
150d. run-all.bat with no errors
2014-01-29 04:28:01 drhok
10. Compiler warning checks. (Warnings in the Porter stemmer code are allowed.)
2014-01-29 04:27:58 drhok
10b. Mac GCC -Wall -Wextra (the tool/warnings.sh script)
2014-01-29 04:27:32 drhok
320. Build and verify correct operation of sqlite3_analyzer on:
2014-01-29 04:27:29 drhok
320e. Win32 (MSVC)
2014-01-29 04:25:31 drhok
320b. Mac
2014-01-29 04:25:10 drhok
320d. Win32 (MinGW)
2014-01-29 04:23:49 drhok
290. Verify that the amalgamation builds are byte-for-byte identical on all workstation platforms.
2014-01-29 04:23:46 drhok
290d. windows native mingw
2014-01-29 04:21:52 drhok
290e. windows nmake
2014-01-29 04:20:35 drhok
100l. th3make msvc.rc test.rc /RTC1
0 errors out of 5688303 tests. msvc-32 on win8.
2014-01-29 04:08:51 drhok
290c. openbsd
2014-01-29 04:07:08 drhok
140. Other test performed on any available platform:
2014-01-29 04:07:04 drhok
140g. th3make test.rc -DSQLITE_MAX_ATTACHED=62
0 errors out of 7504574 tests in 33 configurations on "bella"
2014-01-29 04:03:05 drhok
10c. OpenBSD GCC using options -Wall
2014-01-29 04:02:44 drhok
160. Build using the configure/make in main source tree.
2014-01-29 04:02:34 drhok
160g. Works on OpenBSD
percentile-2.1.50 gives 2749999.50004681 instead of just 2749999.5. All other tests pass.
2014-01-29 04:01:10 drhok
140d. th3make test.rc -ftrapv
0 errors out of 7504581 tests in 33 configurations on "bella"
2014-01-29 03:46:29 drhok
140l. th3make min.rc -DSQLITE_TRACE_SIZE_LIMIT=15 -O6
0 errors out of 1368385 tests in 19 configurations, "tallis"
2014-01-29 03:42:14 drhok
140k. th3make cov.rc -DSQLITE_TRACE_SIZE_LIMIT=15 (verify coverage)
0 errors out of 1368445 tests in 19 configurations, 100% coverage. "tallis"
2014-01-29 03:40:33 drhok
320c. Sparc Solaris
2014-01-29 03:39:42 drhok
290a. linux
2014-01-29 03:39:42 drhok
290b. mac
2014-01-29 03:39:42 drhok
290f. sparc solaris using autoconf
2014-01-29 03:32:06 drhok
260e. One or more of the above on linux
2014-01-29 03:31:37 drhok
160f. Works on Mac
0 errors out of 136368 tests. Mac OS 10.6.8
2014-01-29 03:30:42 drhok
130. Tests for platform Solaris Sparc:
2014-01-29 03:30:33 drhok
130e. Verify that Fossil repositories are cross-platform with x86/x64
2014-01-29 03:29:41 drhok
140h. th3make min.rc -Os -DTH3_LOWMEM -DTH3_OMIT_MISUSE; valgrind ./th3
0 errors out of 1368245 tests in 19 configurations, no valgrind warnings, on "tallis"
2014-01-29 03:29:17 drhok
140j. valgrind testfixture permutations.test valgrind
21 valgrind warnings, but all were legitimate, arising from "misuse" cases.
2014-01-29 03:14:53 drhok
140i. th3make min.rc -Os -DTH3_LOWMEM -DTH3_OMIT_MISUSE -DSQLITE_ENABLE_STAT4; valgrind ./th3
0 errors out of 1448225 tests in 19 configurations, no valgrind warnings, on "bella".
2014-01-29 03:08:20 drhok
130d. Recompile and test Fossil
2014-01-29 03:07:55 drhok
130b. th3make test.rc
0 errors out of 7256279 tests in 33 configurations
2014-01-29 03:07:31 drhpending
100l. th3make msvc.rc test.rc /RTC1
2014-01-29 03:06:15 drhok
100d. At least one of the above using MinGW
2014-01-29 03:06:11 drhok
100c. th3make fast.rc
0 errors out of 5693345 tests
2014-01-29 01:50:34 drhpending
100d. At least one of the above using MinGW
2014-01-29 01:50:29 drhpending
100c. th3make fast.rc
2014-01-29 01:49:24 drhok
100e. At least one of the above using MSVC-32
2014-01-29 01:49:21 drhok
100b. th3make test.rc
0 errors out of 5688300 tests in 27 configurations. Win8
2014-01-29 01:07:10 drhpending
130b. th3make test.rc
2014-01-29 01:06:39 drhok
130c. th3make fast.rc
0 errors out of 7256286 tests in 33 configurations
2014-01-29 01:06:15 drhok
140e. OPTS=-DSQLITE_SMALL_STACK make sqlite3.c; th3make test.rc -DSQLITE_SMALL_STACK
0 errors out of 7517535 tests in 33 configurations, bella
2014-01-29 01:05:58 drhok
140c. th3make test.rc -DSQLITE_THREADSAFE=0
0 errors out of 7483515 tests in 33 configurations, bella
2014-01-29 01:05:36 drhok
140b. th3make test.rc -DHAVE_LOCALTIME_R
0 errors out of 7504579 tests in 33 configurations, tallis
2014-01-29 00:26:23 drhok
60c. tclsh th3make cov.rc -DSQLITE_ENABLE_STAT4 (verify 100% branch test coverage)
0 errors out of 1448397 tests in 19 configurations
2014-01-29 00:26:06 drhok
60b. tclsh th3make cov.rc -DHAVE_MALLOC_H -DHAVE_MALLOC_USABLE_SIZE (verify 100% branch test coverage)
0 errors out of 1366028 tests in 19 configurations, "tallis"
2014-01-29 00:16:59 drhok
60a. tclsh th3make cov.rc (verify 100% branch test coverage)
0 errors out of 1368417 tests in 19 configurations, i7 x64.
2014-01-29 00:09:53 drhpending
100e. At least one of the above using MSVC-32
2014-01-29 00:09:47 drhpending
100b. th3make test.rc
2014-01-29 00:08:16 drhok
100n. mptester x.db mptest/multiwrite01.test
2014-01-29 00:07:58 drhok
100m. mptester x.db mptest/crash01.test
2014-01-29 00:06:35 drhok
160e. Works on Linux
2014-01-29 00:06:32 drhok
160d. Verify that the --disable-amalgamation option to configure works.
2014-01-29 00:06:23 drhpending
130c. th3make fast.rc
2014-01-28 23:25:05 drhok
280. Compute the size of a standard build (gcc -Os -c sqlite3.c) and and record the size change in the comments
2014-01-28 23:24:57 drhok
280b. Versus the trunk from 12 months ago
trunk:2013-01-02: 413917 bytes. 3.8.3: 437417 bytes. 5.7% larger
2014-01-28 23:23:05 drhok+
280a. Versus the previous release
3.8.2: 436911 bytes. 3.8.3: 437417 bytes. gcc 4.8.1 on x64.
2014-01-28 20:47:00 danok
80a. tclsh releasetest.tcl
2014-01-28 20:44:54 drhok
140f. th3make test.rc CC=clang -fsanitize=undefined
0 errors out of 7504582 tests in 33 configurations, Linux x64, clang 3.4-1ubuntu1
2014-01-28 20:43:27 drhok
270. Run "make wordcount; bash run-wordcount.bash $OPTIONS" with options:
2014-01-28 20:43:24 drhok
270b. sqlite3.c --cachesize 5 --nosync
2014-01-28 20:43:21 drhok
270a. sqlite3.c
2014-01-28 20:42:26 drhok
160c. Verify the correct version numbers have been installed.
2014-01-28 20:42:22 drhok
160a. Make sure that autoconf has been run to update the configure script.
2014-01-28 20:42:11 drhok
160h. Works on Solaris
2014-01-28 20:42:08 drhok
160b. Run "make test" to verify that the build works.
On solaris
2014-01-28 20:41:15 drhok
130a. make test
0 errors out of 136429 tests
2014-01-28 20:38:16 drhok
330f. make test (on unix)
2014-01-28 20:38:02 drhok
320f. A database containing WITHOUT ROWID tables
2014-01-28 20:38:00 drhok
320a. Linux
2014-01-28 20:26:56 drhok
340. Verify that the sqlite3-all.c build target works and that the resulting sqlite3-all.c file and its include files (sqlite3-?.c) compile and run the same as the single-file amalgamation.
2014-01-28 20:26:22 drhpending
130a. make test
2014-01-28 19:51:37 danok
110. Tests for platform Android:
2014-01-28 19:51:31 danok
110a. th3make -Os min.rc
2014-01-28 19:41:28 drhok
190. Firefox recompiled using lastest SQLite.
2014-01-28 19:41:26 drhok
190b. Active use with no issues noted
2014-01-28 19:41:23 drhok
190a. No SQLite compiler warnings
2014-01-28 19:20:18 drhok
170. Exported symbol checks: tool/symbols.sh
2014-01-28 19:20:15 drhok
170d. No undesirable library dependencies on MinGW
2014-01-28 19:20:13 drhok
170c. No private symbols exported in MinGW (check using tool/symbols-mingw.sh)
2014-01-28 19:16:30 drhok
70. Tests for platform Linux ARM (BeagleBoard)
2014-01-28 19:16:27 drhok
70a. tclsh th3make min.rc
0 errors out of 1374991 tests in 19 configurations
2014-01-28 19:15:58 drhok
100f. At least one of the above using MSVC-64
2014-01-28 19:15:53 drhok
100a. make fulltestonly
0 errors out of 1,143,593 tests. MSVC-64 on Win8
2014-01-28 19:14:54 drhpending
140f. th3make test.rc CC=clang -fsanitize=undefined
2014-01-28 19:13:10 danpending
110a. th3make -Os min.rc
2014-01-28 18:26:58 drhpending
100a. make fulltestonly
2014-01-28 18:26:10 drhok
150c. run-all.sh with no errors
0 errors out of 17,819,637 tests.
2014-01-28 18:21:40 drhpending
70a. tclsh th3make min.rc
2014-01-28 18:21:06 drhok
30h. Verify that source code contains no tabs and that surplus whitespace has been removed.
2014-01-28 18:15:16 drhok
180. Fossil updated to use the latest SQLite.
2014-01-28 18:15:12 drhok
180b. Used on active websites with no issues
2014-01-28 18:15:09 drhok
180a. No compiler warnings
2014-01-28 18:15:01 drhok
170b. No undesirable library dependencies
2014-01-28 18:14:58 drhok
170a. No private symbols exported. (This is also checked by releasetest.tcl)
2014-01-28 18:12:03 drhpending
150c. run-all.sh with no errors
2014-01-28 18:11:55 drhok
150b. No compiler warnings
2014-01-28 18:11:52 drhok
150a. Checked in latest SQLite amalgamation
2014-01-28 17:48:43 danok
40a. tclsh ../tool/omittest.tcl -skip_run
2014-01-28 17:33:48 danok
80c. tclsh th3make fast.rc CC=clang
2014-01-28 17:33:17 danok
120. Tests for platform OpenBSD x86:
2014-01-28 17:33:11 danok
120b. th3make -Os min.rc
2014-01-28 17:33:05 danok
120a. make test
2014-01-28 17:07:47 danok
50b. tclsh th3make cov.rc (verify 100% branch test coverage)
2014-01-28 16:49:40 danpending
120b. th3make -Os min.rc
2014-01-28 16:49:05 danpending
120a. make test
2014-01-28 16:43:44 danok
60k. ./mptester x.db mptest/multiwrite01.test
2014-01-28 16:43:35 danok
60j. ./mptester x.db mptest/crash01.test
2014-01-28 16:41:58 danok
80e. ./mptester x.db mptest/multiwrite01.test
2014-01-28 16:40:44 danok
80d. ./mptester x.db mptest/crash01.test
2014-01-28 16:38:25 danpending
80c. tclsh th3make fast.rc CC=clang
2014-01-28 16:38:12 danpending+
80b. tclsh fulltest.tcl fast.rc test.rc
2014-01-28 16:37:19 danpending
80b. tclsh fulltest.tcl fast.rc test.rc
2014-01-28 16:35:45 danpending
80a. tclsh releasetest.tcl
2014-01-28 16:23:20 danpending
40a. tclsh ../tool/omittest.tcl -skip_run
2014-01-28 16:22:24 danok
60f. tclsh th3make memdebug.rc
2014-01-28 16:21:27 danpending
50b. tclsh th3make cov.rc (verify 100% branch test coverage)
2014-01-28 16:20:21 danpending
50c. tclsh fulltest.tcl fast.rc test.rc
2014-01-28 16:19:29 danpending
50d. tclsh th3make fast-ex.rc
2014-01-28 16:17:50 danpending
50a. tclsh releasetest.tcl
2014-01-28 16:00:23 danok
60h. tclsh th3make test.rc CC=clang
2014-01-28 15:47:43 danok
60i. tclsh th3make fast.rc CC=clang
2014-01-28 15:26:21 danpending
60i. tclsh th3make fast.rc CC=clang
2014-01-28 15:23:57 danpending
60h. tclsh th3make test.rc CC=clang
2014-01-28 15:22:44 danpending
60g. tclsh th3make test-ex.rc
2014-01-28 15:22:26 danpending+
60f. tclsh th3make memdebug.rc
2014-01-28 15:21:55 danpending
60f. tclsh th3make memdebug.rc
2014-01-28 15:15:27 danok
60d. tclsh releasetest.tcl
2014-01-27 21:50:27 drhok
10f. sh tool/warnings-clang.sh
clang 3.4 gives many spurious warnings. clang 3.0 gives only two. The quality of analysis from clang seems to be on the decline. We may need to drop this item from the checklist.
2014-01-27 20:42:30 drhok
140a. th3make alignment2.rc test.rc
0 errors out of 5483998 tests in 33 configurations
2014-01-27 20:36:26 drhok
280a. Versus the previous release
3.8.2: 427025 bytes. 3.8.3: 427678 bytes. gcc 4.8.1 on x64.
2014-01-27 20:35:11 drhok
260c. The speedtest1 program
1,056,355,823 cycles for 3.8.2 versus 990,753,314 cycles for 3.8.3, measured by valgrind. 6.2% faster
2014-01-27 20:32:57 drhok
10a. Linux GCC -Wall -Wextra (the tool/warnings.sh script)
gcc 4.8.1 gives spurious array bounds warnings with -O3 but is clean with -O0. gcc 4.6.3 is clean in all configurations.
2014-01-27 20:29:59 drhok
10e. Windows MSVC Win64 /W3
2014-01-27 20:29:56 drhok
10d. Windows MSVC Win32 /W3
2014-01-27 20:19:17 drhok
60e. tclsh fulltest.tcl fast.rc test.rc
0 errors out of 77,080,687 tests, 330 configurations, and 10 alignment.