bug-groff
[Top][All Lists]
Advanced

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

[bug #62506] do-not-seek-the-unseekable.sh: result depends on "make -j<n


From: Bjarni Ingi Gislason
Subject: [bug #62506] do-not-seek-the-unseekable.sh: result depends on "make -j<n>"
Date: Sun, 22 May 2022 16:46:13 -0400 (EDT)

Follow-up Comment #2, bug #62506 (project groff):

GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
...

Debian 4.3-4.1

running /usr/bin/make --output-sync=recurse -j check

  From .../*.log

testing seekability of file operand '-'
SKIP src/preproc/preconv/tests/do-not-seek-the-unseekable.sh (exit status:
77)

  From .../*.trs

:test-result: SKIP
:global-test-result: SKIP
:recheck: no
:copy-in-global-log: yes

####

running /usr/bin/make --output-sync=recurse check

testing seekability of file operand '-'
testing seekability of standard input stream
PASS src/preproc/preconv/tests/do-not-seek-the-unseekable.sh (exit status: 0)


:test-result: PASS
:global-test-result: PASS
:recheck: no
:copy-in-global-log: no

####

  Adding:

ls -l /dev/stdin
ls -l /dev/fd/0
ls -l $(tty) || :

  Run with -j

testing seekability of file operand '-'
lrwxrwxrwx 1 root root 4 maí 22 19:10 /dev/stdin -> fd/0
lr-x------ 1 bg bg 64 maí 22 20:22 /dev/fd/0 -> pipe:[20015]
ls: cannot access 'not': No such file or directory
ls: cannot access 'a': No such file or directory
ls: cannot access 'tty': No such file or directory
FAIL src/preproc/preconv/tests/do-not-seek-the-unseekable.sh (exit status: 2)


:test-result: FAIL
:global-test-result: FAIL
:recheck: yes
:copy-in-global-log: yes


  Run without j


testing seekability of file operand '-'
lrwxrwxrwx 1 root root 4 maí 22 19:10 /dev/stdin -> fd/0
lrwx------ 1 bg bg 64 maí 22 20:28 /dev/fd/0 -> /dev/tty1
crw------- 1 bg tty 4, 1 maí 22 20:27 /dev/tty1
testing seekability of standard input stream
PASS src/preproc/preconv/tests/do-not-seek-the-unseekable.sh (exit status: 0)


:test-result: PASS
:global-test-result: PASS
:recheck: no
:copy-in-global-log: no



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62506>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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