diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2021-07-31 18:32:39 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2021-11-11 14:12:38 -0800 |
commit | 8e458de0baeb1fee50643403223bc7e909a48464 (patch) | |
tree | 56fb55c9127badcfdd124858bc930e1f7ba693a5 /usr/src/pkg | |
parent | 1dee82f4f45d5f7651c78ce447f9829386d9d9c5 (diff) | |
download | illumos-joyent-8e458de0baeb1fee50643403223bc7e909a48464.tar.gz |
13925 core files should include DWARF
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Adam Leventhal <adam.leventhal@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-test-ostest.mf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-ostest.mf b/usr/src/pkg/manifests/system-test-ostest.mf index f71c189b62..c28ff19239 100644 --- a/usr/src/pkg/manifests/system-test-ostest.mf +++ b/usr/src/pkg/manifests/system-test-ostest.mf @@ -29,6 +29,8 @@ dir path=opt/os-tests dir path=opt/os-tests/bin dir path=opt/os-tests/runfiles dir path=opt/os-tests/tests +dir path=opt/os-tests/tests/cores +$(i386_ONLY)dir path=opt/os-tests/tests/cores/amd64 dir path=opt/os-tests/tests/ddi_ufm dir path=opt/os-tests/tests/file-locking $(i386_ONLY)dir path=opt/os-tests/tests/i386 @@ -51,6 +53,13 @@ file path=opt/os-tests/bin/ostest mode=0555 file path=opt/os-tests/runfiles/default.run mode=0444 file path=opt/os-tests/tests/clock_gettime.32 mode=0555 file path=opt/os-tests/tests/clock_gettime.64 mode=0555 +$(i386_ONLY)file path=opt/os-tests/tests/cores/amd64/libdumper.so.1 mode=0755 +file path=opt/os-tests/tests/cores/core_prereqs mode=0555 +file path=opt/os-tests/tests/cores/coretests mode=0555 +file path=opt/os-tests/tests/cores/dumper.32 mode=0555 +file path=opt/os-tests/tests/cores/dumper.64 mode=0555 +file path=opt/os-tests/tests/cores/libdumper.so.1 mode=0755 +file path=opt/os-tests/tests/cores/secmapper 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 |