automake
[Top][All Lists]
Advanced

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

XFAIL and make


From: Patrick Welche
Subject: XFAIL and make
Date: Fri, 22 Feb 2008 16:15:01 +0000
User-agent: Mutt/1.5.14 (2007-03-22)

In tests/Makefile.am, there is

XFAIL_TESTS =                                   \
all.test                                        \
auxdir2.test                                    \
cond17.test                                     \
txinfo5.test

and I am getting confused by:

GNU Make 3.81

env VERBOSE=x TESTS='all.test auxdir2.test cond17.test txinfo5.test' gmake -e 
check
                                                                     ^^^^^

=====================================
4 of 4 tests failed
Please report to address@hidden
=====================================

as opposed to

BSD make in NetBSD-current/i386

env VERBOSE=x TESTS='all.test auxdir2.test cond17.test txinfo5.test' make -e 
check
                                                                     ^^^^

=====================================================
All 4 tests behaved as expected (4 expected failures)
=====================================================

?! Bug in gmake?

Cheers,

Patrick




reply via email to

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