bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-6.9 build/check: test/ls failed on color-dtype-dir


From: anirkko
Subject: coreutils-6.9 build/check: test/ls failed on color-dtype-dir
Date: Tue, 1 May 2007 19:07:02 +0200 (MET DST)

Ok, got coreutils-6.9 now; this one failed 'gmake check'
in tests/ls on color-dtype-dir (see verbose output below).

System:     sun-sparc-solaris2.6
Compiler:   gcc-4.1.2

Greets,
Arto

-------------------------------------------------------
+ ls --version 
ls (GNU coreutils) 6.9
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by Richard Stallman and David MacKenzie.
+ . /build/coreutils-6.9/tests/ls/../envvar-check 
as_unset=unset
envvar_check_failed=0
vars=
  _POSIX2_VERSION
  BLOCKSIZE
  BLOCK_SIZE
  CDPATH
  COLUMNS
  DF_BLOCK_SIZE
  DU_BLOCK_SIZE
  LS_BLOCK_SIZE
  LS_COLORS
  POSIXLY_CORRECT
  QUOTING_STYLE
  SIMPLE_BACKUP_SUFFIX
  TABSIZE
  TERM
  TIME_STYLE
  TMPDIR
  VERSION_CONTROL

+ unset _POSIX2_VERSION 
+ eval test "${_POSIX2_VERSION+set}" = set 
+ test  = set 
+ unset BLOCKSIZE 
+ eval test "${BLOCKSIZE+set}" = set 
+ test  = set 
+ unset BLOCK_SIZE 
+ eval test "${BLOCK_SIZE+set}" = set 
+ test  = set 
+ unset CDPATH 
+ eval test "${CDPATH+set}" = set 
+ test  = set 
+ unset COLUMNS 
+ eval test "${COLUMNS+set}" = set 
+ test  = set 
+ unset DF_BLOCK_SIZE 
+ eval test "${DF_BLOCK_SIZE+set}" = set 
+ test  = set 
+ unset DU_BLOCK_SIZE 
+ eval test "${DU_BLOCK_SIZE+set}" = set 
+ test  = set 
+ unset LS_BLOCK_SIZE 
+ eval test "${LS_BLOCK_SIZE+set}" = set 
+ test  = set 
+ unset LS_COLORS 
+ eval test "${LS_COLORS+set}" = set 
+ test  = set 
+ unset POSIXLY_CORRECT 
+ eval test "${POSIXLY_CORRECT+set}" = set 
+ test  = set 
+ unset QUOTING_STYLE 
+ eval test "${QUOTING_STYLE+set}" = set 
+ test  = set 
+ unset SIMPLE_BACKUP_SUFFIX 
+ eval test "${SIMPLE_BACKUP_SUFFIX+set}" = set 
+ test  = set 
+ unset TABSIZE 
+ eval test "${TABSIZE+set}" = set 
+ test  = set 
+ unset TERM 
+ eval test "${TERM+set}" = set 
+ test  = set 
+ unset TIME_STYLE 
+ eval test "${TIME_STYLE+set}" = set 
+ test  = set 
+ unset TMPDIR 
+ eval test "${TMPDIR+set}" = set 
+ test  = set 
+ unset VERSION_CONTROL 
+ eval test "${VERSION_CONTROL+set}" = set 
+ test  = set 
+ test  = 1 
+ pwd 
pwd=/build/coreutils-6.9_static-obj9_g412-b2175020070420-O3-mcpu=supersparc/tests/ls
+ echo /build/coreutils-6.9/tests/ls/color-dtype-dir 
+ sed s,.*/,, 
t0=color-dtype-dir.tmp
tmp=color-dtype-dir.tmp/12988
+ trap status=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $status 
0 
+ trap (exit $?); exit $? 1 2 13 15 
framework_failure=0
+ mkdir -p color-dtype-dir.tmp/12988 
+ cd color-dtype-dir.tmp/12988 
+ mkdir d other-writable sticky 
+ chmod o+w other-writable 
+ chmod o+t sticky 
+ test 0 = 1 
fail=0
+ ls --color=always 
+ cat -A out 
+ echo 
+ mv o1 out 
+ cat 
+ cmp out exp 
out exp differ: char 9, line 1
fail=1
+ test 1 = 1 
+ diff out exp 
1c1
< ^[[0m^[[34;42md^[[0m$
---
> ^[[0m^[[01;34md^[[0m$
4c4
< ^[[30;42msticky^[[0m$
---
> ^[[37;44msticky^[[0m$
+ exit 1 
+ exit 1 
status=1
+ cd 
/build/coreutils-6.9_static-obj9_g412-b2175020070420-O3-mcpu=supersparc/tests/ls
 
+ chmod -R u+rwx color-dtype-dir.tmp 
+ rm -rf color-dtype-dir.tmp 
+ exit 1 
FAIL: color-dtype-dir
+ ls --version 
ls (GNU coreutils) 6.9
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by Richard Stallman and David MacKenzie.
...
...
...
+ exit 0 
PASS: stat-vs-dirent
======================================
1 of 15 tests failed
(2 tests were not run)
Please report to address@hidden
======================================
gmake[3]: *** [check-TESTS] Error 1
...
...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]