[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Testsuite fails with 2.6.1 on hppa2.0w-hp-hpux11.11
From: |
John David Anglin |
Subject: |
Testsuite fails with 2.6.1 on hppa2.0w-hp-hpux11.11 |
Date: |
Sat, 27 Mar 2010 12:44:17 -0400 (EDT) |
I had the fails below running make check.
My original build failed compiling src/main.c because the getopt.h
header wasn't found. Added -I$(top_builddir)/lib to DEFAULT_INCLUDES
to fix.
Dave
--
J. David Anglin address@hidden
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
=================================================
GNU grep 2.6.1: gnulib-tests/test-suite.log
=================================================
2 of 62 tests failed. (9 tests were not run).
.. contents:: :depth: 2
SKIP: test-btowc2.sh (exit: 77)
===============================
Skipping test: no french Unicode locale is installed
FAIL: test-exclude2.sh (exit: 1)
================================
*** excltmp.1374 Sat Mar 27 12:28:53 2010
--- - Sat Mar 27 12:28:53 2010
***************
*** 2,6 ****
foo*: 1
bar: 1
foobar: 0
! baz: 1
bar/qux: 0
--- 2,6 ----
foo*: 1
bar: 1
foobar: 0
! baz: 0
bar/qux: 0
FAIL: test-exclude5.sh (exit: 1)
================================
*** excltmp.1436 Sat Mar 27 12:28:53 2010
--- - Sat Mar 27 12:28:53 2010
***************
*** 1,4 ****
bar: 1
! bar/qux: 1
barz: 0
foo/bar: 1
--- 1,4 ----
bar: 1
! bar/qux: 0
barz: 0
foo/bar: 1
SKIP: test-mbrtowc2.sh (exit: 77)
=================================
Skipping test: no french Unicode locale is installed
SKIP: test-mbrtowc4.sh (exit: 77)
=================================
Skipping test: no transitional chinese locale is installed
SKIP: test-mbscasecmp.sh (exit: 77)
===================================
Skipping test: no turkish Unicode locale is installed
SKIP: test-mbsinit.sh (exit: 77)
================================
Skipping test: no french Unicode locale is installed
SKIP: test-mbsrtowcs2.sh (exit: 77)
===================================
Skipping test: no french Unicode locale is installed
SKIP: test-mbsrtowcs4.sh (exit: 77)
===================================
Skipping test: no transitional chinese locale is installed
SKIP: test-update-copyright.sh (exit: 77)
=========================================
../../gnulib-tests/test-update-copyright.sh: skipping this test;
your system has insufficient support for Perl
SKIP: test-vc-list-files-git.sh (exit: 77)
==========================================
Skipping test: git not found in PATH
- Testsuite fails with 2.6.1 on hppa2.0w-hp-hpux11.11,
John David Anglin <=