[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FAIL: test-rwlock1 on 32-bit ARM
From: |
Jeffrey Walton |
Subject: |
FAIL: test-rwlock1 on 32-bit ARM |
Date: |
Tue, 6 Feb 2018 00:04:29 -0500 |
Hi Everyone,
I'm building coreutils 8.29 on a CubieTruck v5. The CubieTruck uses a
Cortex-A7. It runs a Ubuntu port:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Linaro
Description: Linaro 14.04
Release: 14.04
Codename: trusty
And:
$ gcc --version
gcc (Ubuntu/Linaro 4.8.2-19ubuntu1) 4.8.2
I'm seeing one failed self test:
...
PASS: test-locale
PASS: test-localeconv
PASS: test-localename
../build-aux/test-driver: line 107: 10631 Aborted "$@" > $log_file 2>&1
FAIL: test-rwlock1
PASS: test-lock
PASS: test-lseek.sh
PASS: test-lstat
...
A little further down I see:
FAIL: test-rwlock1
==================
Unexpected outcome 3
FAIL test-rwlock1 (exit status: 134)
Any ideas what I might be doing wrong?
Thanks in advance.