git: tests: Add Illumos oclo tests for O_CLOEXEC & O_CLOFORK
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jul 9 20:27:39 PDT 2025
commit 1905ae529d127b74fdb58620bcbfa58ca14d4774
Author: Ricardo Branco <rbranco at suse.de>
Date: Sun Jun 29 11:43:34 2025 +0200
tests: Add Illumos oclo tests for O_CLOEXEC & O_CLOFORK
Taken from last commit b3ff81dc6673bee7f291d9d66a832cb3e1004f49 from
https://github.com/illumos/illumos-gate/tree/master/usr/src/test/os-tests/tests/oclo
Summary of changes:
test/illumos/oclo/oclo.c | 1310 +++++++++++++++++++++++++++++++++++
test/illumos/oclo/oclo_errors.c | 193 ++++++
test/illumos/oclo/ocloexec_verify.c | 137 ++++
3 files changed, 1640 insertions(+)
create mode 100644 test/illumos/oclo/oclo.c
create mode 100644 test/illumos/oclo/oclo_errors.c
create mode 100644 test/illumos/oclo/ocloexec_verify.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1905ae529d127b74fdb58620bcbfa58ca14d4774
--
DragonFly BSD source repository
More information about the Commits
mailing list