2013-08-29 16:55:14
| drh | ok
|
60e. tclsh fulltest.tcl fast.rc test.rc |
2013-08-29 16:13:00
| drh | ok
|
110a. make test |
2013-08-29 15:53:24
| drh | ok
|
90b. th3make test.rc |
2013-08-29 15:52:35
| drh | ok
|
10. Compiler warning checks.
(Warnings in the Porter stemmer code are allowed.) |
2013-08-29 15:52:33
| drh | ok
|
10c. OpenBSD GCC using options -Wall |
2013-08-29 15:52:18
| drh | pending
|
110a. make test |
2013-08-29 15:52:09
| drh | ok
|
150. Build using the configure/make in main source tree. |
2013-08-29 15:52:06
| drh | ok
|
150g. Works on OpenBSD |
2013-08-29 15:50:54
| drh | ok
|
190. CEROD tests in the test/ subdirectory. |
The cerod01.test script only |
2013-08-29 15:49:22
| drh | ok
|
160b. No undesirable library dependencies |
2013-08-29 15:49:19
| drh | ok
|
160a. No private symbols exported. (This is also checked by releasetest.tcl) |
2013-08-29 15:47:43
| drh | pending
|
70a. tclsh releasetest.tcl |
2013-08-29 15:44:05
| drh | ok
|
310. 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. |
2013-08-29 15:42:55
| drh | ok
|
140c. run-all.sh with no errors |
2013-08-29 15:09:10
| drh | ok
|
300f. make test (on unix) |
Tested trunk which contains similar fixes. |
2013-08-29 15:07:25
| drh | ok
|
260e. windows nmake |
2013-08-29 15:05:54
| drh | ok
|
90e. At least one of the above using MSVC-32 |
2013-08-29 15:05:50
| drh | ok
|
90c. th3make fast.rc |
2013-08-29 15:05:35
| drh | ok
|
260b. mac |
2013-08-29 15:05:33
| drh | ok
|
260a. linux |
2013-08-29 15:01:35
| drh | ok
|
200a. see.c |
2013-08-29 15:01:32
| drh | ok
|
200h. At least one of the above on Linux |
2013-08-29 14:59:44
| drh | ok
|
290a. Linux |
2013-08-29 14:58:56
| drh | pending
|
140c. run-all.sh with no errors |
2013-08-29 14:58:50
| drh | ok
|
140b. No compiler warnings |
2013-08-29 14:58:41
| drh | pending
|
200h. At least one of the above on Linux |
2013-08-29 14:58:32
| drh | pending
|
200a. see.c |
2013-08-29 14:54:59
| drh | ok
|
180. Firefox recompiled using lastest SQLite. |
2013-08-29 14:54:57
| drh | ok
|
180b. Active use with no issues noted |
2013-08-29 14:54:53
| drh | ok
|
180a. No SQLite compiler warnings |
2013-08-29 14:54:25
| drh | ok
|
10b. Mac GCC -Wall -Wextra (the tool/warnings.sh script) |
2013-08-29 14:54:04
| drh | ok
|
150f. Works on Mac |
2013-08-29 14:53:17
| drh | ok
|
10f. sh tool/warnings-clang.sh |
2013-08-29 14:48:06
| drh | pending
|
180a. No SQLite compiler warnings |
2013-08-29 14:47:46
| drh | pending
|
90b. th3make test.rc |
2013-08-29 14:44:53
| drh | ok
|
130f. th3make min.rc -Os -DTH3_LOWMEM; valgrind ./th3 |
2013-08-29 14:34:58
| drh | ok
|
10d. Windows MSVC Win32 /W3 |
2013-08-29 14:34:49
| drh | pending
|
90e. At least one of the above using MSVC-32 |
2013-08-29 14:34:43
| drh | pending
|
90c. th3make fast.rc |
2013-08-29 14:33:06
| drh | ok
|
150d. Verify that the --disable-amalgamation option to configure works. |
2013-08-29 14:33:00
| drh | pending
|
150f. Works on Mac |
2013-08-29 14:27:27
| drh | ok
|
90f. At least one of the above using MSVC-64 |
2013-08-29 14:27:23
| drh | ok
|
90a. make fulltestonly |
2013-08-29 14:27:09
| drh | ok
|
30. Source code change review.
"fossil diff --from release --to trunk" |
2013-08-29 14:27:06
| drh | ok
|
20. Documentation checks: |
2013-08-29 14:27:03
| drh | ok
|
20i. Check new/changed documentation for spelling and gramatical mistakes |
2013-08-29 14:25:39
| drh | ok
|
30h. Verify that source code contains no tabs and that surplus whitespace has
been removed. |
2013-08-29 14:25:20
| drh | ok
|
30i. Verify that the list of APIs exposed via the extension header is
up-to-date (sqlite3ext.h) |
2013-08-29 14:25:10
| drh | ok
|
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. |
2013-08-29 14:25:06
| drh | ok
|
30f. Variables and functions have been renamed to reflect changes
in their use |
2013-08-29 14:25:03
| drh | ok
|
30e. Comments have been updated to reflect code changes |
2013-08-29 14:25:00
| drh | ok
|
30d. New code complies with design rules |
2013-08-29 14:24:57
| drh | ok
|
30c. New code complies with style guidelines |
2013-08-29 14:24:54
| drh | ok
|
30b. All significant changes are mentioned in the "changes" log
of the documentation |
2013-08-29 14:24:50
| drh | ok
|
30a. No stray changes |
2013-08-29 14:24:08
| drh | ok
|
20h. Test metrics are up-to-date (testing.html) |
2013-08-29 14:24:05
| drh | ok
|
20g. Database footprint is up-to-date (features.html) |
2013-08-29 14:24:02
| drh | ok
|
20f. The compile-time options are all up-to-date (compile.html) |
2013-08-29 14:23:59
| drh | ok
|
20e. Requirements marks are up-to-date in both documentation and source code |
2013-08-29 14:23:54
| drh | ok
|
20d. No unresolved hyperlinks in the documentation build |
2013-08-29 14:23:50
| drh | ok
|
20c. Release accouncement in news.html |
2013-08-29 14:23:39
| drh | ok
|
20b. Release announcement in changes.in |
2013-08-29 14:23:33
| drh | ok
|
20a. Latest release on the index.html page |
2013-08-29 14:10:20
| drh | ok
|
120a. make test |
2013-08-29 13:56:51
| drh | ok
|
150e. Works on Linux |
2013-08-29 13:56:33
| drh | ok
|
170. Fossil updated to use the latest SQLite. |
2013-08-29 13:56:28
| drh | ok
|
170b. Used on active websites with no issues |
2013-08-29 13:56:21
| drh | ok
|
170a. No compiler warnings |
2013-08-29 13:49:24
| drh | ok
|
150b. Run "make test" to verify that the build works. |
2013-08-29 13:38:17
| drh | pending
|
130f. th3make min.rc -Os -DTH3_LOWMEM; valgrind ./th3 |
2013-08-29 13:35:43
| drh | ok
|
10e. Windows MSVC Win64 /W3 |
2013-08-29 13:35:36
| drh | pending
|
90a. make fulltestonly |
2013-08-29 13:34:16
| drh | pending
|
120a. make test |
2013-08-29 13:34:07
| drh | ok
|
150h. Works on Solaris |
2013-08-29 13:34:04
| drh | pending
|
150b. Run "make test" to verify that the build works. |
2013-08-29 13:33:52
| drh | ok
|
150c. Verify the correct version numbers have been installed. |
2013-08-29 13:33:38
| drh | ok
|
150a. Make sure that autoconf has been run to update the configure script. |
2013-08-29 13:31:29
| drh | pending
|
60e. tclsh fulltest.tcl fast.rc test.rc |
2013-08-29 13:30:56
| drh | ok
|
60a. tclsh th3make cov.rc
(verify 100% branch test coverage) |
2013-08-29 13:30:40
| drh | ok
|
10a. Linux GCC -Wall -Wextra (the tool/warnings.sh script) |