[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cssc] [bug #54501] "make check" fails on some architectures with g+
From: |
Yann Dirson |
Subject: |
[Bug-cssc] [bug #54501] "make check" fails on some architectures with g++-8 |
Date: |
Sun, 12 Aug 2018 10:01:09 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0 |
URL:
<http://savannah.gnu.org/bugs/?54501>
Summary: "make check" fails on some architectures with g++-8
Project: GNU CSSC
Submitted by: ydirson
Submitted on: Sun 12 Aug 2018 04:01:07 PM CEST
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
With the mylist issue fixed, the tests pass on most Debian architectures
except for a few ones (all of them are big-endian, but then other big-endian
ones do pass the tests).
See build logs at https://buildd.debian.org/status/package.php?p=cssc
I can reproduce the problem on a mips machine, but would need help to pinpoint
the problem:
$ cssc-1.4.0/tests/binary$ bash -x auto.sh
...
+ echo passed
passed
+ rm -f infile s.testfile
+ test_bin b4 '\001\n'
+ label=b4
+ echo_nonl b4...
+ test -z b4...
+ echo -e 'b4...\c'
b4...+ shift
+ rm -f infile s.testfile
+ echo_nonl '\001\n'
+ test -z '\001\n'
+ echo -e '\001\n\c'
+ /home/dirson/cssc-1.4.0/src/admin -iinfile s.testfile
+ /home/dirson/cssc-1.4.0/src/prs -d:FL: s.testfile
+ grep encoded
+ echo foo
+ bad b4 input did not produce an encoded s-file.
+ false
+ fail b4 input did not produce an encoded s-file.
++ basename auto.sh
+ name=auto.sh
+ false
+ echo FAIL auto.sh b4 input did not produce an encoded s-file.
FAIL auto.sh b4 input did not produce an encoded s-file.
+ exit 2
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54501>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Bug-cssc] [bug #54501] "make check" fails on some architectures with g++-8,
Yann Dirson <=