Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Feb 2020 14:53:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@freebsd.org
Subject:   [Bug 243839] sys.capsicum.capsicum-test.main fails after r357412
Message-ID:  <bug-243839-32464-TC9AM21qNP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243839-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243839-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243839

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
Example failure:

[ RUN      ] Capability.InheritanceForked
/usr/src/contrib/capsicum-test/capability-fd.cc:388: Failure
Expected equality of these values:
  93
  (* __error())
    Which is: 20
/usr/src/contrib/capsicum-test/capability-fd.cc:360: Failure
Expected equality of these values:
  0
  rc
    Which is: 1
[  FAILED  ] Capability.InheritanceForked (12 ms)

   387    file =3D openat(cap_dir, filename, O_WRONLY|O_APPEND);
   388    EXPECT_NOTCAPABLE(file);

errno 20 is ENOTDIR

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243839-32464-TC9AM21qNP>