mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-13 18:31:31 -07:00
There were a bunch of tests that were breaking make check and should never be run in batch mode, because they do things like assuming there is a controlling tty or assuming we can access network services when we can't (e/g. in a CI/CD environment). I have shotgunned this problem by tagging all the failing tests with :nobatch and then changing the default and expensive selectors so make check won't barf all over its shoes. As many of these :nobatch should be individually removed as possible, after upgrading the test harness to mock the environmental stuff they need. Investigate these failures with "make check-nobatch". |
||
|---|---|---|
| .. | ||
| base | ||
| commands | ||
| dcc/chat | ||
| erc-d | ||
| fill | ||
| join | ||
| keep-place | ||
| match/fools | ||
| networks | ||
| nicks | ||
| sasl | ||
| scrolltobottom | ||
| services | ||
| spelling | ||
| erc-scenarios-common.el | ||
| erc-tests-common.el | ||