Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in permutations.test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b6600ecb4ee8e4d0fe5e8399450ef25b |
User & Date: | dan 2010-07-05 05:31:48.000 |
Context
2010-07-05
| ||
05:54 | Add any files specified as part of the QUICKTEST_INCLUDE environment variable to the set of test files run as part of "make test". Release testing uses this trick. (check-in: a40a6e7df1 user: dan tags: trunk) | |
05:31 | Fix typos in permutations.test. (check-in: b6600ecb4e user: dan tags: trunk) | |
2010-07-03
| ||
19:08 | Do not run the memsubsys1.test script under the memsubsys1 permutation. (check-in: 3a1a8c77a5 user: dan tags: trunk) | |
Changes
Changes to test/permutations.test.
︙ | ︙ | |||
489 490 491 492 493 494 495 | # WAL mode is different. wal* }] ifcapable mem3 { test_suite "memsys3" -description { Run tests using the allocator in mem3.c. | | | 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 | # WAL mode is different. wal* }] ifcapable mem3 { test_suite "memsys3" -description { Run tests using the allocator in mem3.c. } -files [test_set $::allquicktests -exclude { autovacuum.test delete3.test manydb.test bigrow.test incrblob2.test memdb.test bitvec.test index2.test memsubsys1.test capi3c.test ioerr.test memsubsys2.test capi3.test join3.test pagesize.test collate5.test limit.test backup_ioerr.test backup_malloc.test |
︙ | ︙ | |||
527 528 529 530 531 532 533 | autoinstall_test_functions } } ifcapable mem5 { test_suite "memsys5" -description { Run tests using the allocator in mem5.c. | | | 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 | autoinstall_test_functions } } ifcapable mem5 { test_suite "memsys5" -description { Run tests using the allocator in mem5.c. } -files [test_set $::allquicktests -exclude { autovacuum.test delete3.test manydb.test bigrow.test incrblob2.test memdb.test bitvec.test index2.test memsubsys1.test capi3c.test ioerr.test memsubsys2.test capi3.test join3.test pagesize.test collate5.test limit.test zeroblob.test }] -initialize { |
︙ | ︙ |