groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 11/12: tmac/tmac.am: Mark a test as XFAIL.


From: G. Branden Robinson
Subject: [groff] 11/12: tmac/tmac.am: Mark a test as XFAIL.
Date: Thu, 16 Dec 2021 07:11:25 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit ca654b167ea9518366ba00fc40e5359a8ddb90c5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 16 19:00:55 2021 +1100

    tmac/tmac.am: Mark a test as XFAIL.
    
    * tmac/tmac.am (tmac_XFAIL_TESTS): Mark test
      "e_footnotes-work-with-columns.sh" as expected to fail (as it does
      now, consequent to a reverted commit).
    
    See discussion in Savannah #58736.
---
 ChangeLog    | 6 ++++++
 tmac/tmac.am | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2908dd0..b41d8df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-16  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/tmac.am (tmac_XFAIL_TESTS): Mark test
+       "e_footnotes-work-with-columns.sh" as expected to fail (as it
+       does now, consequent to a reverted commit).
+
 2021-12-16  Dave Kemper <saint.snit@gmail.com>
 
        * man/groff_tmac.5.man: Fix minor errors.
diff --git a/tmac/tmac.am b/tmac/tmac.am
index 88b2848..146178f 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -200,7 +200,8 @@ EXTRA_DIST += $(tmac_TESTS)
 tmac_XFAIL_TESTS = \
   tmac/tests/an-ext_ME-punct-hyphenates.sh \
   tmac/tests/an-ext_UE-punct-hyphenates.sh \
-  tmac/tests/an-ext_UE-breaks-before-long-URIs.sh
+  tmac/tests/an-ext_UE-breaks-before-long-URIs.sh \
+  tmac/tests/e_footnotes-work-with-columns.sh
 XFAIL_TESTS += $(tmac_XFAIL_TESTS)
 
 tmac/www.tmac: tmac/www.tmac.in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]