diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-11-26 10:39:52 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-11-26 10:39:52 -0500 |
commit | 4a074b8b70a2368c3e335b5a70cdf09a8f912115 (patch) | |
tree | 7c3dc3dd61d831489b3623fc65cc8603f15270be /usr/src/pkg/manifests/system-test-libctest.p5m | |
parent | 329cc77e6ce2d98b347a297d8c3f8a61bde4cca9 (diff) | |
parent | 218c1e8d5b1b53d614b55e423b8b0a03f728e2e3 (diff) | |
download | illumos-joyent-4a074b8b70a2368c3e335b5a70cdf09a8f912115.tar.gz |
[illumos-gate merge]
commit 218c1e8d5b1b53d614b55e423b8b0a03f728e2e3
15175 Update intel CPU Microcode to 20221108
commit 621b6cf75a027e4c06f2a1b3207abb5f24539b14
15181 Add errc, verrc, warnc, vwarnc to libc
commit 3eaaeb3d8421fdd2f5e4d63f0483f6047911215f
15202 nvme should recognise Format-in-progress generic status
Conflicts:
manifest
usr/src/pkg/manifests/system-test-libctest.p5m
Diffstat (limited to 'usr/src/pkg/manifests/system-test-libctest.p5m')
-rw-r--r-- | usr/src/pkg/manifests/system-test-libctest.p5m | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/system-test-libctest.p5m b/usr/src/pkg/manifests/system-test-libctest.p5m index 917e9f5b44..763ae9b093 100644 --- a/usr/src/pkg/manifests/system-test-libctest.p5m +++ b/usr/src/pkg/manifests/system-test-libctest.p5m @@ -14,7 +14,7 @@ # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2015 Garrett D'Amore <garrett@damore.org> # Copyright 2018 Joyent, Inc. -# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2022 OmniOS Community Edition (OmniOSce) Association. # set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS) @@ -79,6 +79,22 @@ file path=opt/libc-tests/tests/env-7076.32 mode=0555 file path=opt/libc-tests/tests/env-7076.64 mode=0555 file path=opt/libc-tests/tests/env-OS-4089.32 mode=0555 file path=opt/libc-tests/tests/env-OS-4089.64 mode=0555 +dir path=opt/libc-tests/tests/err +dir path=opt/libc-tests/tests/err/data +file path=opt/libc-tests/tests/err/data/E.0.3.4 mode=0444 +file path=opt/libc-tests/tests/err/data/E.1.5.6 mode=0444 +file path=opt/libc-tests/tests/err/data/E.2.7.8 mode=0444 +file path=opt/libc-tests/tests/err/data/E.3.9.10 mode=0444 +file path=opt/libc-tests/tests/err/data/E.4.11.12 mode=0444 +file path=opt/libc-tests/tests/err/data/E.5.13.14 mode=0444 +file path=opt/libc-tests/tests/err/data/W.0.3.4 mode=0444 +file path=opt/libc-tests/tests/err/data/W.1.5.6 mode=0444 +file path=opt/libc-tests/tests/err/data/W.2.7.8 mode=0444 +file path=opt/libc-tests/tests/err/data/W.3.9.10 mode=0444 +file path=opt/libc-tests/tests/err/data/W.4.11.12 mode=0444 +file path=opt/libc-tests/tests/err/data/W.5.13.14 mode=0444 +file path=opt/libc-tests/tests/err/err mode=0555 +file path=opt/libc-tests/tests/err/err.ksh mode=0555 file path=opt/libc-tests/tests/fnmatch.32 mode=0555 file path=opt/libc-tests/tests/fnmatch.64 mode=0555 file path=opt/libc-tests/tests/fpround_test mode=0555 |