unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: 10520@debbugs.gnu.org
Cc: "Ludovic Courtès" <ludo@gnu.org>
Subject: bug#10520: [platform-testers] Guile 2.0.4 release imminent
Date: Mon, 16 Jan 2012 02:54:27 +0100	[thread overview]
Message-ID: <2868479.83e0vQ4DBt@linuix> (raw)
In-Reply-To: <9485528.QKLtPtEgNZ@linuix>

PS: More failures:

11) On Solaris 11, "make check" gives 1 test failure:

gmake[5]: Entering directory `/home/bruno/multibuild-1614/solaris11x8632/guile-2.0.3.152-c5f6c2/test-suite/standalone'
PASS: test-system-cmds
PASS: test-bad-identifiers
PASS: test-require-extension
usage: tail [+/-[n][lbc][f]] [file]
       tail [+/-[n][l][r|f]] [file]
Incorrect output: expected "a;", but got ""
FAIL: test-guile-snarf

The 'tail' program in Solaris does not understand the modern syntax.

$ printf 'a\nb\nc\nd\ne\n' | tail -n +2
usage: tail [+/-[n][lbc][f]] [file]
       tail [+/-[n][l][r|f]] [file]
$ printf 'a\nb\nc\nd\ne\n' | tail -n 2
usage: tail [+/-[n][lbc][f]] [file]
       tail [+/-[n][l][r|f]] [file]
$ printf 'a\nb\nc\nd\ne\n' | sed 1d
b
c
d
e

So I would suggest to replace "tail -n +2" with "sed 1d".


12) Still on Solaris 11, "make check" gives more test failures:

Running gc.test
FAIL: gc.test: gc: Lexical vars are collectable

Running net-db.test
ERROR: net-db.test: getaddrinfo: 127.0.0.1:80 - arguments: ((getaddrinfo-error 8))
ERROR: net-db.test: getaddrinfo: port 80 - arguments: ((getaddrinfo-error 8))

Running time.test
FAIL: time.test: strftime: C99 %z format: EST+5

Totals for this test run:
passes:                 34338
failures:               2
unexpected passes:      0
expected failures:      30
unresolved test cases:  562
untested test cases:    1
unsupported test cases: 11
errors:                 2


Bruno






  reply	other threads:[~2012-01-16  1:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87boq6qnel.fsf@gnu.org>
2012-01-16  1:38 ` bug#10520: [platform-testers] Guile 2.0.4 release imminent Bruno Haible
2012-01-16  1:54   ` Bruno Haible [this message]
2012-01-16 23:43     ` Ludovic Courtès
2012-01-16 23:44     ` Bruno Haible
2012-01-16 23:08   ` Ludovic Courtès
2012-01-17  0:22     ` Bruno Haible
2012-01-17 15:01       ` Ludovic Courtès
2012-01-21 12:10   ` Ludovic Courtès
2012-01-24 22:53     ` Ludovic Courtès
2012-01-29 21:24     ` Ludovic Courtès
2012-01-21 12:13   ` bug#10520: Status: " Ludovic Courtès
2012-01-19  3:29 ` bug#10553: " David Fang
2012-02-03 14:44   ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2868479.83e0vQ4DBt@linuix \
    --to=bruno@clisp.org \
    --cc=10520@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).