diff options
author | Dan McDonald <danmcd@joyent.com> | 2021-08-11 23:13:13 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-08-11 23:13:13 -0400 |
commit | 30b685805444698bf3d8c0ad6e04c8c9c77eb691 (patch) | |
tree | 63045c5cc80798f12c1c4bbfc9d44ef9e7d0af71 | |
parent | cd6466e625fccd4ab37d8039a23f5a53859c8e2c (diff) | |
download | illumos-joyent-release-20210812.tar.gz |
14005 eventfd_read/write() don't return failure (fix mismerge)release-20210812
-rw-r--r-- | usr/src/pkg/manifests/system-test-ostest.mf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/pkg/manifests/system-test-ostest.mf b/usr/src/pkg/manifests/system-test-ostest.mf index 153fd3ade9..60308fc1b1 100644 --- a/usr/src/pkg/manifests/system-test-ostest.mf +++ b/usr/src/pkg/manifests/system-test-ostest.mf @@ -35,6 +35,7 @@ $(i386_ONLY)dir path=opt/os-tests/tests/i386 dir path=opt/os-tests/tests/ksensor dir path=opt/os-tests/tests/libtopo dir path=opt/os-tests/tests/pf_key +dir path=opt/os-tests/tests/poll dir path=opt/os-tests/tests/sdevfs dir path=opt/os-tests/tests/secflags dir path=opt/os-tests/tests/sigqueue @@ -55,7 +56,6 @@ file path=opt/os-tests/tests/OS-6097.64 mode=0555 file path=opt/os-tests/tests/ddi_ufm/ufm-test mode=0555 file path=opt/os-tests/tests/ddi_ufm/ufm-test-cleanup mode=0555 file path=opt/os-tests/tests/ddi_ufm/ufm-test-setup mode=0555 -file path=opt/os-tests/tests/epoll_test mode=0555 file path=opt/os-tests/tests/eventfd.32 mode=0555 file path=opt/os-tests/tests/eventfd.64 mode=0555 file path=opt/os-tests/tests/file-locking/acquire-lock.32 mode=0555 @@ -89,7 +89,8 @@ file path=opt/os-tests/tests/pf_key/acquire-spray mode=0555 file path=opt/os-tests/tests/pf_key/eacq-enabler mode=0555 file path=opt/os-tests/tests/pf_key/kmc-update mode=0555 file path=opt/os-tests/tests/pf_key/kmc-updater mode=0555 -file path=opt/os-tests/tests/poll_test mode=0555 +file path=opt/os-tests/tests/poll/epoll_test mode=0555 +file path=opt/os-tests/tests/poll/poll_test mode=0555 file path=opt/os-tests/tests/sdevfs/sdevfs_eisdir mode=0555 file path=opt/os-tests/tests/secflags/addrs-32 mode=0555 file path=opt/os-tests/tests/secflags/addrs-64 mode=0555 |