Current-Users archive

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

Re: Automated report: NetBSD-current/i386 test failure



    Date:        Sat, 22 Apr 2017 06:08:07 +0000 (UTC)
    From:        NetBSD Test Fixture <bracket%NetBSD.org@localhost>
    Message-ID:  <149284128755.18726.798491142241052119%babylon5.NetBSD.org@localhost>

  | The newly failing test case is:
  | 
  |     lib/librumphijack/t_vfs:ln_nox
  | 
  | The above test failed in each of the last 3 test runs, and passed in
  | at least 27 consecutive runs before that.

This is because librumphijack does not support hijacking linkat() which
the new ln command uses (so it's -P arg can be implemented.)

I am looking to see how easy it would be to add support for linkat()
(and then possibly the other *at() sys calls) - at least when the fd(s)
used is/are AT_FDCWD, which is all that is needed for ln(1) - and perhaps
in other cases as well)

Anyone else who understands librumphijack better than I (or perhaps is
just less nauseous when they look at it) feel free to rump in and get
it done before I really get started...

kre



Home | Main Index | Thread Index | Old Index