1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright (c) 2012, 2016 by Delphix. All rights reserved. 14# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. 15# Copyright 2020 Joyent, Inc. 16# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. 17# Copyright 2021 Tintri by DDN, Inc. All rights reserved. 18# Copyright 2025 Oxide Computer Company 19# Copyright 2022 MNX Cloud, Inc. 20# 21 22set name=pkg.fmri value=pkg:/system/test/ostest@$(PKGVERS) 23set name=pkg.summary value="OS Unit Test Suite" 24set name=pkg.description value="Miscellaneous OS Unit Tests" 25set name=info.classification \ 26 value=org.opensolaris.category.2008:Development/System 27set name=variant.arch value=$(ARCH) 28dir path=kernel/drv group=sys 29dir path=kernel/drv/$(ARCH64) group=sys 30file path=kernel/drv/$(ARCH64)/ksensor_test group=sys 31file path=kernel/drv/ksensor_test.conf group=sys 32dir path=opt/os-tests 33file path=opt/os-tests/README mode=0444 34dir path=opt/os-tests/bin 35file path=opt/os-tests/bin/ostest mode=0555 36dir path=opt/os-tests/runfiles 37file path=opt/os-tests/runfiles/default.run mode=0444 38dir path=opt/os-tests/tests 39file path=opt/os-tests/tests/clock_gettime.32 mode=0555 40file path=opt/os-tests/tests/clock_gettime.64 mode=0555 41dir path=opt/os-tests/tests/comm_page 42file path=opt/os-tests/tests/comm_page/comm_page_ktest mode=0555 43file path=opt/os-tests/tests/comm_page/comm_page_pre mode=0555 44dir path=opt/os-tests/tests/cores 45$(i386_ONLY)dir path=opt/os-tests/tests/cores/amd64 46$(i386_ONLY)file path=opt/os-tests/tests/cores/amd64/libdumper.so.1 mode=0755 47file path=opt/os-tests/tests/cores/core_prereqs mode=0555 48file path=opt/os-tests/tests/cores/coretests mode=0555 49file path=opt/os-tests/tests/cores/dumper.32 mode=0555 50file path=opt/os-tests/tests/cores/dumper.64 mode=0555 51file path=opt/os-tests/tests/cores/libdumper.so.1 mode=0755 52file path=opt/os-tests/tests/cores/secmapper mode=0555 53dir path=opt/os-tests/tests/ddi_ufm 54file path=opt/os-tests/tests/ddi_ufm/ufm-test mode=0555 55file path=opt/os-tests/tests/ddi_ufm/ufm-test-cleanup mode=0555 56file path=opt/os-tests/tests/ddi_ufm/ufm-test-setup mode=0555 57dir path=opt/os-tests/tests/definit 58file path=opt/os-tests/tests/definit/definit mode=0555 59file path=opt/os-tests/tests/definit/definit_test.32 mode=0555 60file path=opt/os-tests/tests/definit/definit_test.64 mode=0555 61file path=opt/os-tests/tests/definit/init.data mode=0444 62file path=opt/os-tests/tests/definit/init.expected mode=0444 63file path=opt/os-tests/tests/epoll_test mode=0555 64file path=opt/os-tests/tests/eventfd.32 mode=0555 65file path=opt/os-tests/tests/eventfd.64 mode=0555 66dir path=opt/os-tests/tests/execvpe 67file path=opt/os-tests/tests/execvpe/execvpe-noperm mode=0444 68file path=opt/os-tests/tests/execvpe/execvpe-script mode=0555 69file path=opt/os-tests/tests/execvpe/execvpe-test.32 mode=0555 70file path=opt/os-tests/tests/execvpe/execvpe-test.64 mode=0555 71file path=opt/os-tests/tests/fifo-tvnsec.32 mode=0555 72file path=opt/os-tests/tests/fifo-tvnsec.64 mode=0555 73dir path=opt/os-tests/tests/file-locking 74file path=opt/os-tests/tests/file-locking/acquire-lock.32 mode=0555 75file path=opt/os-tests/tests/file-locking/acquire-lock.64 mode=0555 76file path=opt/os-tests/tests/file-locking/runtests.32 mode=0555 77file path=opt/os-tests/tests/file-locking/runtests.64 mode=0555 78file path=opt/os-tests/tests/getcontext_extd.32 mode=0555 79file path=opt/os-tests/tests/getcontext_extd.64 mode=0555 80dir path=opt/os-tests/tests/hexdump 81dir path=opt/os-tests/tests/hexdump/data 82file path=opt/os-tests/tests/hexdump/data/_input mode=0444 83file path=opt/os-tests/tests/hexdump/data/addr1 mode=0444 84file path=opt/os-tests/tests/hexdump/data/addr2 mode=0444 85file path=opt/os-tests/tests/hexdump/data/address mode=0444 86file path=opt/os-tests/tests/hexdump/data/address+header mode=0444 87file path=opt/os-tests/tests/hexdump/data/align1 mode=0444 88file path=opt/os-tests/tests/hexdump/data/ascii mode=0444 89file path=opt/os-tests/tests/hexdump/data/basic mode=0444 90file path=opt/os-tests/tests/hexdump/data/dedup mode=0444 91file path=opt/os-tests/tests/hexdump/data/default mode=0444 92file path=opt/os-tests/tests/hexdump/data/doublespace mode=0444 93file path=opt/os-tests/tests/hexdump/data/group2 mode=0444 94file path=opt/os-tests/tests/hexdump/data/group4 mode=0444 95file path=opt/os-tests/tests/hexdump/data/group8 mode=0444 96file path=opt/os-tests/tests/hexdump/data/header mode=0444 97file path=opt/os-tests/tests/hexdump/data/indent mode=0444 98file path=opt/os-tests/tests/hexdump/data/marker1 mode=0444 99file path=opt/os-tests/tests/hexdump/data/narrow1 mode=0444 100file path=opt/os-tests/tests/hexdump/data/narrow2 mode=0444 101file path=opt/os-tests/tests/hexdump/data/wide1 mode=0444 102file path=opt/os-tests/tests/hexdump/data/width12 mode=0444 103file path=opt/os-tests/tests/hexdump/hexdump_basic.32 mode=0555 104file path=opt/os-tests/tests/hexdump/hexdump_basic.64 mode=0555 105$(i386_ONLY)dir path=opt/os-tests/tests/i386 106$(i386_ONLY)file path=opt/os-tests/tests/i386/badseg mode=0555 107$(i386_ONLY)file path=opt/os-tests/tests/i386/badseg_exec mode=0555 108$(i386_ONLY)file path=opt/os-tests/tests/i386/ldt mode=0555 109dir path=opt/os-tests/tests/idmap 110file path=opt/os-tests/tests/idmap/idmap_fini mode=0555 111file path=opt/os-tests/tests/idmap/idmap_init mode=0555 112file path=opt/os-tests/tests/idmap/idmaptest.32 mode=0555 113file path=opt/os-tests/tests/idmap/idmaptest.64 mode=0555 114dir path=opt/os-tests/tests/ilstr 115file path=opt/os-tests/tests/ilstr/ilstr_basic.32 mode=0555 116file path=opt/os-tests/tests/ilstr/ilstr_basic.64 mode=0555 117$(i386_ONLY)file path=opt/os-tests/tests/imc_test mode=0555 118dir path=opt/os-tests/tests/ksensor 119file path=opt/os-tests/tests/ksensor/ksensor_basic.32 mode=0555 120file path=opt/os-tests/tests/ksensor/ksensor_basic.64 mode=0555 121file path=opt/os-tests/tests/ksensor/ksensor_err.32 mode=0555 122file path=opt/os-tests/tests/ksensor/ksensor_err.64 mode=0555 123file path=opt/os-tests/tests/ksensor/ksensor_fini mode=0555 124file path=opt/os-tests/tests/ksensor/ksensor_init mode=0555 125file path=opt/os-tests/tests/ksensor/ksensor_sread.32 mode=0555 126file path=opt/os-tests/tests/ksensor/ksensor_sread.64 mode=0555 127file path=opt/os-tests/tests/ksensor/ksensor_stress mode=0555 128file path=opt/os-tests/tests/ksensor/ksensor_unload mode=0555 129dir path=opt/os-tests/tests/ksid 130file path=opt/os-tests/tests/ksid/ksid.32 mode=0555 131file path=opt/os-tests/tests/ksid/ksid.64 mode=0555 132dir path=opt/os-tests/tests/ktest 133file path=opt/os-tests/tests/ktest/ktest_ktest mode=0555 134file path=opt/os-tests/tests/ktest/stream_ktest mode=0555 135dir path=opt/os-tests/tests/libtopo 136file path=opt/os-tests/tests/libtopo/digraph-test mode=0555 137file path=opt/os-tests/tests/libtopo/digraph-test-in-badedge.xml mode=0444 138file path=opt/os-tests/tests/libtopo/digraph-test-in-badelement.xml mode=0444 139file path=opt/os-tests/tests/libtopo/digraph-test-in-badnum.xml mode=0444 140file path=opt/os-tests/tests/libtopo/digraph-test-in-badscheme.xml mode=0444 141file path=opt/os-tests/tests/libtopo/digraph-test-in.xml mode=0444 142dir path=opt/os-tests/tests/mac 143dir path=opt/os-tests/tests/mac/data 144file path=opt/os-tests/tests/mac/data/ipv4_bad_proto.snoop mode=0444 145file path=opt/os-tests/tests/mac/data/ipv4_icmp.snoop mode=0444 146file path=opt/os-tests/tests/mac/data/ipv4_sctp.snoop mode=0444 147file path=opt/os-tests/tests/mac/data/ipv4_tcp.snoop mode=0444 148file path=opt/os-tests/tests/mac/data/ipv4_udp.snoop mode=0444 149file path=opt/os-tests/tests/mac/data/ipv6_eh_udp.snoop mode=0444 150file path=opt/os-tests/tests/mac/data/ipv6_icmp.snoop mode=0444 151file path=opt/os-tests/tests/mac/data/ipv6_sctp.snoop mode=0444 152file path=opt/os-tests/tests/mac/data/ipv6_tcp.snoop mode=0444 153file path=opt/os-tests/tests/mac/data/ipv6_udp.snoop mode=0444 154file path=opt/os-tests/tests/mac/mac_cksum mode=0555 155file path=opt/os-tests/tests/mac/mac_ktest mode=0555 156file path=opt/os-tests/tests/mac/mac_parsing mode=0555 157dir path=opt/os-tests/tests/minttl 158file path=opt/os-tests/tests/minttl/minttl mode=0555 159file path=opt/os-tests/tests/minttl/minttl_err mode=0555 160dir path=opt/os-tests/tests/oclo 161file path=opt/os-tests/tests/oclo/oclo mode=0555 162file path=opt/os-tests/tests/oclo/oclo_errors mode=0555 163file path=opt/os-tests/tests/oclo/ocloexec_verify mode=0555 164file path=opt/os-tests/tests/odirectory.32 mode=0555 165file path=opt/os-tests/tests/odirectory.64 mode=0555 166dir path=opt/os-tests/tests/pf_key 167file path=opt/os-tests/tests/pf_key/15146 mode=0555 168file path=opt/os-tests/tests/pf_key/acquire-compare mode=0555 169file path=opt/os-tests/tests/pf_key/acquire-spray mode=0555 170file path=opt/os-tests/tests/pf_key/eacq-enabler mode=0555 171file path=opt/os-tests/tests/pf_key/kmc-update mode=0555 172file path=opt/os-tests/tests/pf_key/kmc-updater mode=0555 173file path=opt/os-tests/tests/poll_test mode=0555 174dir path=opt/os-tests/tests/portfs 175file path=opt/os-tests/tests/portfs/file_assoc.32 mode=0555 176file path=opt/os-tests/tests/portfs/file_assoc.64 mode=0555 177dir path=opt/os-tests/tests/regression 178file path=opt/os-tests/tests/regression/illumos-15031 mode=0555 179file path=opt/os-tests/tests/regression/illumos-15036 mode=0555 180dir path=opt/os-tests/tests/saveargs 181dir path=opt/os-tests/tests/saveargs/functional 182file path=opt/os-tests/tests/saveargs/functional/align mode=0555 183file path=opt/os-tests/tests/saveargs/functional/basic mode=0555 184file path=opt/os-tests/tests/saveargs/functional/big-struct-ret mode=0555 185file path=opt/os-tests/tests/saveargs/functional/big-struct-ret-and-spill \ 186 mode=0555 187file path=opt/os-tests/tests/saveargs/functional/functional mode=0555 188file path=opt/os-tests/tests/saveargs/functional/small-struct-ret mode=0555 189file path=opt/os-tests/tests/saveargs/functional/small-struct-ret-and-spill \ 190 mode=0555 191file path=opt/os-tests/tests/saveargs/functional/stack-spill mode=0555 192dir path=opt/os-tests/tests/saveargs/testmatch 193file path=opt/os-tests/tests/saveargs/testmatch/testmatch mode=0555 194dir path=opt/os-tests/tests/sdevfs 195file path=opt/os-tests/tests/sdevfs/sdevfs_eisdir mode=0555 196dir path=opt/os-tests/tests/secflags 197file path=opt/os-tests/tests/secflags/addrs-32 mode=0555 198file path=opt/os-tests/tests/secflags/addrs-64 mode=0555 199file path=opt/os-tests/tests/secflags/secflags_aslr mode=0555 200file path=opt/os-tests/tests/secflags/secflags_core mode=0555 201file path=opt/os-tests/tests/secflags/secflags_dts mode=0555 202file path=opt/os-tests/tests/secflags/secflags_elfdump mode=0555 203file path=opt/os-tests/tests/secflags/secflags_forbidnullmap mode=0555 204file path=opt/os-tests/tests/secflags/secflags_limits mode=0555 205file path=opt/os-tests/tests/secflags/secflags_noexecstack mode=0555 206file path=opt/os-tests/tests/secflags/secflags_proc mode=0555 207file path=opt/os-tests/tests/secflags/secflags_psecflags mode=0555 208file path=opt/os-tests/tests/secflags/secflags_syscall mode=0555 209file path=opt/os-tests/tests/secflags/secflags_truss mode=0555 210file path=opt/os-tests/tests/secflags/secflags_zonecfg mode=0555 211file path=opt/os-tests/tests/secflags/stacky mode=0555 212dir path=opt/os-tests/tests/secure_getenv 213file path=opt/os-tests/tests/secure_getenv/checker mode=0555 214file path=opt/os-tests/tests/secure_getenv/secure_getenv mode=0555 215dir path=opt/os-tests/tests/signalfd 216file path=opt/os-tests/tests/signalfd/basic_args mode=0555 217file path=opt/os-tests/tests/signalfd/basic_read mode=0555 218file path=opt/os-tests/tests/signalfd/multipoll mode=0555 219dir path=opt/os-tests/tests/sigqueue 220file path=opt/os-tests/tests/sigqueue/sigqueue_queue_size mode=0555 221dir path=opt/os-tests/tests/sockfs 222file path=opt/os-tests/tests/sockfs/conn mode=0555 223file path=opt/os-tests/tests/sockfs/dgram mode=0555 224file path=opt/os-tests/tests/sockfs/drop_priv mode=0555 225file path=opt/os-tests/tests/sockfs/nosignal mode=0555 226file path=opt/os-tests/tests/sockfs/recvmsg.32 mode=0555 227file path=opt/os-tests/tests/sockfs/recvmsg.64 mode=0555 228file path=opt/os-tests/tests/sockfs/rights.32 mode=0555 229file path=opt/os-tests/tests/sockfs/rights.64 mode=0555 230file path=opt/os-tests/tests/sockfs/so_protocol mode=0555 231file path=opt/os-tests/tests/sockfs/sockpair mode=0555 232file path=opt/os-tests/tests/sockfs/timeouts.32 mode=0555 233file path=opt/os-tests/tests/sockfs/timeouts.64 mode=0555 234file path=opt/os-tests/tests/spoof-ras mode=0555 235dir path=opt/os-tests/tests/stackalign 236file path=opt/os-tests/tests/stackalign/stackalign.32 mode=0555 237file path=opt/os-tests/tests/stackalign/stackalign.64 mode=0555 238file path=opt/os-tests/tests/statvfs.32 mode=0555 239file path=opt/os-tests/tests/statvfs.64 mode=0555 240dir path=opt/os-tests/tests/stress 241file path=opt/os-tests/tests/stress/dladm-kstat mode=0555 242file path=opt/os-tests/tests/syncfs.32 mode=0555 243file path=opt/os-tests/tests/syncfs.64 mode=0555 244dir path=opt/os-tests/tests/syscall 245file path=opt/os-tests/tests/syscall/fchmodat.32 mode=0555 246file path=opt/os-tests/tests/syscall/fchmodat.64 mode=0555 247file path=opt/os-tests/tests/syscall/open.32 mode=0555 248file path=opt/os-tests/tests/syscall/open.64 mode=0555 249dir path=opt/os-tests/tests/tcpsig 250file path=opt/os-tests/tests/tcpsig/tcpsig mode=0555 251file path=opt/os-tests/tests/tcpsig/tcpsig_fini mode=0555 252file path=opt/os-tests/tests/tcpsig/tcpsig_init mode=0555 253dir path=opt/os-tests/tests/timer 254file path=opt/os-tests/tests/timer/timer_limit mode=0555 255dir path=opt/os-tests/tests/uccid 256file path=opt/os-tests/tests/uccid/atrparse mode=0555 257file path=opt/os-tests/tests/uccid/excl-badread mode=0555 258file path=opt/os-tests/tests/uccid/excl-basic mode=0555 259file path=opt/os-tests/tests/uccid/excl-close mode=0555 260file path=opt/os-tests/tests/uccid/excl-loop mode=0555 261file path=opt/os-tests/tests/uccid/excl-nonblock mode=0555 262file path=opt/os-tests/tests/uccid/excl-reset mode=0555 263file path=opt/os-tests/tests/uccid/modify mode=0555 264file path=opt/os-tests/tests/uccid/notxn-poll mode=0555 265file path=opt/os-tests/tests/uccid/pollin mode=0555 266file path=opt/os-tests/tests/uccid/pollout mode=0555 267file path=opt/os-tests/tests/uccid/status mode=0555 268file path=opt/os-tests/tests/uccid/txn-pollerr mode=0555 269file path=opt/os-tests/tests/uccid/yk mode=0555 270file path=opt/os-tests/tests/uccid/yk-poll mode=0555 271file path=opt/os-tests/tests/uccid/yk-readonly mode=0555 272file path=opt/os-tests/tests/ucontext.32 mode=0555 273file path=opt/os-tests/tests/ucontext.64 mode=0555 274file path=opt/os-tests/tests/writev.32 mode=0555 275file path=opt/os-tests/tests/writev.64 mode=0555 276$(i386_ONLY)dir path=opt/os-tests/tests/xsave 277$(i386_ONLY)file path=opt/os-tests/tests/xsave/bad_xregs.32 mode=0555 278$(i386_ONLY)file path=opt/os-tests/tests/xsave/bad_xregs.64 mode=0555 279$(i386_ONLY)dir path=opt/os-tests/tests/xsave/data 280$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/mdb_xregs.ymm.32 mode=0444 281$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/mdb_xregs.ymm.64 mode=0444 282$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/mdb_xregs.zmm.32 mode=0444 283$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/mdb_xregs.zmm.64 mode=0444 284$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.fpregs.ymm.32 \ 285 mode=0444 286$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.fpregs.ymm.64 \ 287 mode=0444 288$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.fpregs.zmm.32 \ 289 mode=0444 290$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.fpregs.zmm.64 \ 291 mode=0444 292$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.xregs.ymm.32 \ 293 mode=0444 294$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.xregs.ymm.64 \ 295 mode=0444 296$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.xregs.zmm.32 \ 297 mode=0444 298$(i386_ONLY)file path=opt/os-tests/tests/xsave/data/proc_writes.xregs.zmm.64 \ 299 mode=0444 300$(i386_ONLY)file path=opt/os-tests/tests/xsave/fpregs.32 mode=0555 301$(i386_ONLY)file path=opt/os-tests/tests/xsave/fpregs.64 mode=0555 302$(i386_ONLY)file path=opt/os-tests/tests/xsave/fpregs_xbv.32 mode=0555 303$(i386_ONLY)file path=opt/os-tests/tests/xsave/fpregs_xbv.64 mode=0555 304$(i386_ONLY)file path=opt/os-tests/tests/xsave/mdb_xregs mode=0555 305$(i386_ONLY)file path=opt/os-tests/tests/xsave/proc_writes mode=0555 306$(i386_ONLY)file path=opt/os-tests/tests/xsave/proc_xregs_set.32 mode=0555 307$(i386_ONLY)file path=opt/os-tests/tests/xsave/proc_xregs_set.64 mode=0555 308$(i386_ONLY)file path=opt/os-tests/tests/xsave/setcontext_replace.32 mode=0555 309$(i386_ONLY)file path=opt/os-tests/tests/xsave/setcontext_replace.64 mode=0555 310$(i386_ONLY)file path=opt/os-tests/tests/xsave/setcontext_restore.32 mode=0555 311$(i386_ONLY)file path=opt/os-tests/tests/xsave/setcontext_restore.64 mode=0555 312$(i386_ONLY)file path=opt/os-tests/tests/xsave/signal_restore.32 mode=0555 313$(i386_ONLY)file path=opt/os-tests/tests/xsave/signal_restore.64 mode=0555 314$(i386_ONLY)file path=opt/os-tests/tests/xsave/swapcontext_extd.32 mode=0555 315$(i386_ONLY)file path=opt/os-tests/tests/xsave/swapcontext_extd.64 mode=0555 316$(i386_ONLY)file path=opt/os-tests/tests/xsave/xregs_dump.32 mode=0555 317$(i386_ONLY)file path=opt/os-tests/tests/xsave/xregs_dump.64 mode=0555 318$(i386_ONLY)file path=opt/os-tests/tests/xsave/xregs_roundtrip.32 mode=0555 319$(i386_ONLY)file path=opt/os-tests/tests/xsave/xregs_roundtrip.64 mode=0555 320$(i386_ONLY)file path=opt/os-tests/tests/xsave/xregs_set.32 mode=0555 321$(i386_ONLY)file path=opt/os-tests/tests/xsave/xregs_set.64 mode=0555 322$(i386_ONLY)file path=opt/os-tests/tests/xsave/xsave_baducontext mode=0555 323$(i386_ONLY)file path=opt/os-tests/tests/xsave/xsave_baducontext.32 mode=0555 324$(i386_ONLY)file path=opt/os-tests/tests/xsave/xsave_baducontext.64 mode=0555 325$(i386_ONLY)file path=opt/os-tests/tests/xsave/xsu_hwtype.32 mode=0555 326$(i386_ONLY)file path=opt/os-tests/tests/xsave/xsu_hwtype.64 mode=0555 327file path=opt/os-tests/tests/zen_umc_test mode=0555 328license cr_Sun license=cr_Sun 329license lic_CDDL license=lic_CDDL 330depend type=require fmri=developer/dtrace 331depend type=require fmri=driver/ktest 332depend type=require fmri=system/io/tests 333depend type=require fmri=system/kernel/dtrace/providers 334depend type=require fmri=system/ksensor 335depend type=require fmri=system/test/testrunner 336