summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-13 18:41:42 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-13 20:22:48 -0600
commit4392979e9d616aebd376f5aac69a08277b7820dc (patch)
treeab38c4284584fea78331329f3753ec99352b131a /ANNOUNCE
parent27057ea197f108ba657cc2f8bc4546de6c479946 (diff)
downloadgroff-git-4392979e9d616aebd376f5aac69a08277b7820dc.tar.gz
[tmac]: Work around macOS od (mis-)behavior.
* tmac/tests/latin2_works.sh: * tmac/tests/latin5_works.sh: * tmac/tests/latin9_works.sh: Port to work around macOS's apparently POSIX non-conforming 'od' command. Use single-byte octal output format instead of "character", and update test expectations accordingly. Apparently gratuitously, macOS also puts more spaces after the octal address field when using this output format. * HACKING: Document, and elaborate upon, this problem. Also distinguish identical test failure diagnostics. ANNOUNCE: Remove caveat about automated test failures on macOS.
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE13
1 files changed, 2 insertions, 11 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 441007d0b..2e8211f89 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -140,17 +140,8 @@ o A failure in automated testing occurs (if you run "make check") for
gdiffmk if GNU diffutils 3.9 is used. This is a known problem with
that release; see <https://debbugs.gnu.org/db/61/61193.html>.
-o Some automated test failures (if you run "make check") are expected on
- macOS. These are due to differences between GNU and BSD-descended
- versions of POSIX-standardized utilities. We hope to resolve these
- for final release. The following tests are affected.
-
- tmac/tests/latin2_works.sh
- tmac/tests/latin5_works.sh
- tmac/tests/latin9_works.sh
-
-o Solaris 10 also has known problems with automated tests; see the
- "PROBLEMS" file in the distribution archive.
+o Solaris 10 has known problems with automated tests; see the "PROBLEMS"
+ file in the distribution archive.
News
====