about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2019-12-24testcommon: add require_mods method and use it
2019-12-20view: show percentage in search results thread skeleton
2019-12-19t/run.perl: to avoid repeated process spawning for *.t
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-19t/*.t: avoid sharing "my" variables in subs
2019-12-18viewvcs: flesh out some functionality and test
2019-12-17t/edit.t: drop redundant "delete local $ENV{...}"
2019-12-15address: explicitly reject local-only addresses
2019-12-15address: use Email::Address::XS if available
2019-12-15address: use comment as name if no phrase available
2019-12-14daemon: use DESTROY for unlinking --pid-file
2019-12-12msgtime: avoid obviously out-of-range dates (for now)
2019-12-12msgtime: drop Date::Parse for RFC2822
2019-12-11spawn: remove support for clearing the env
2019-12-11t/common: set $0 when running script w/o fork
2019-12-11t: localize the PI_CONFIG env
2019-11-29t/replace: quiet "git fsck" invocation
2019-11-28t/httpd-unix: FreeBSD expects to fail with EADDRINUSE
2019-11-27httpd|nntpd: avoid missed signal wakeups
2019-11-27dskqxs: fix missing EV_DISPATCH define
2019-11-27msgtime: deal with strange minutes in TZ offsets
2019-11-27t/msgtime: add more checks for known cases
2019-11-27t/msgtime: show date in test descriptions
2019-11-24tests: move giant inbox/git dependent tests to xt/
2019-11-24t/perf-*.t: use $ENV{GIANT_INBOX_DIR} consistently
2019-11-24tests: quiet down commit graph
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24t/nntpd-validate: get rid of threads dependency
2019-11-24t/common: start_script replaces spawn_listener
2019-11-24t/nntpd-tls: sometimes SSL_connect succeeds quickly
2019-11-24t/httpd-corner: wait for worker process death
2019-11-24t/xcpdb-reshard: test xcpdb --compact
2019-11-24t/v1-add-remove-add: quiet down "git init"
2019-11-24tests: use strict everywhere
2019-11-24tests: disable daemon workers in a few more places
2019-11-16t/xcpdb-reshard: use run_script for -xcpdb
2019-11-16t/indexlevels-mirror*: switch to run_script
2019-11-16t/v2mda: switch to run_script in many places
2019-11-16t/watch_filter_rubylang: run_script for -init and -index
2019-11-16t/nntpd: use run_script for -init
2019-11-16t/watch_maildir_v2: use run_script for -init
2019-11-16t/httpd: use run_script for -init
2019-11-16t/convert-compact: convert to run_script
2019-11-16t/v2mirror: switch to default run_mode for speedup
2019-11-16t/mda_filter_rubylang: drop IPC::Run dependency
2019-11-16t/mda: switch to run_script for testing
2019-11-16t/v2mirror: get rid of IPC::Run dependency
2019-11-16t/purge: convert to run_script
2019-11-16t/init: convert to using run_script
2019-11-16t/edit: switch to use run_script