[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Errors on Solaris
From: |
Ben Pfaff |
Subject: |
Re: Errors on Solaris |
Date: |
Sun, 01 Jun 2008 20:55:00 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
I'm almost certain that it was, once. These warnings were
supposed to be fixed by setting TESTS_ENVIRONMENT in
tests/automake.mk:
# Allow locale_charset to find charset.alias before running "make install".
TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl'
John Darrington <address@hidden> writes:
> Damn! I thought BSD was clean once?
>
> J'
>
> On Sun, Jun 01, 2008 at 12:54:35PM -0400, Jason Stover wrote:
> On Sun, Jun 01, 2008 at 07:04:28AM +0800, John Darrington wrote:
> > On Sat, May 31, 2008 at 01:09:59PM -0400, Jason Stover wrote:
> > On Sat, May 31, 2008 at 09:40:11AM +0800, John Darrington wrote:
> >
> > > OK. I think the attached patch will improve matters. It makes
> the
> > > tests use $PPID if it's available, otherwise it resorts to `ps
> -o ppid
> > > -p $$ | tail -1`.
> > >
> > After patching, all tests passed.
> >
> > Thanks. Any chance you could test the same patch on BSD ?
>
> The following failed on OpenBSD, x86. signals.sh failed, but it
> fails in the same place without the patch.
>
> 0a1,2
> > Warning: cannot create a convertor for "646" to "UTF-8": Invalid
> argument
> > Warning: cannot create a convertor for "UTF-8" to "646": Invalid
> argument
> compare output
> FAILED
> FAIL: tests/formats/format-guesser.sh
>
> checking for absence of error messages 1
> FAILED
> FAIL: tests/bugs/signals.sh
>
> compare two-pass output
> FAILED
> FAIL: tests/stats/moments.sh
>
> > Warning: cannot create a convertor for "646" to "UTF-8": Invalid
> argument
> > Warning: cannot create a convertor for "UTF-8" to "646": Invalid
> argument
> compare optimizing output
> FAILED
> FAIL: tests/expressions/expressions.sh
> 1,2d0
> < Warning: cannot create a convertor for "646" to "UTF-8": Invalid
> argument
> < Warning: cannot create a convertor for "UTF-8" to "646": Invalid
> argument
> compare results
> NO RESULT
> FAIL: tests/expressions/epoch.sh
>
>
> _______________________________________________
> pspp-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/pspp-dev
>
> --
> PGP Public key ID: 1024D/2DE827B3
> fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
> See http://pgp.mit.edu or any PGP keyserver for public key.
>
>
> _______________________________________________
> pspp-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/pspp-dev
--
Ben Pfaff <address@hidden>
Author and maintainer of Pintos