>>>>> On Mon, 10 Jan 2022 16:39:40 -0600, Stefan Kangas said: Stefan> Hi! Stefan> The second pretest for what will be the 28.1 release of Emacs (the Stefan> extensible text editor) is available at: Stefan> https://alpha.gnu.org/gnu/emacs/pretest/emacs-28.0.91.tar.xz I get three test failures on macOS with this (and zero on GNU/Linux). The spelling test one is because I think my hunspell installation is broken, but we can guard against it (see attached patch). The other two I suspect are because 'gcc' here is 'clang', not real gcc, so maybe those tests need to check for that. Logs attached. 1 files did not contain any tests: lisp/so-long-tests/spelling-tests.log 2 files contained unexpected results: lisp/progmodes/flymake-tests.log lisp/cedet/semantic/bovine/gcc-tests.log make[2]: *** [check-doit] Error 2 make[1]: *** [check] Error 2 make: *** [check] Error 2 Robert --