diff options
author | Toomas Soome <tsoome@me.com> | 2021-09-30 11:05:05 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2021-10-16 00:33:08 +0300 |
commit | a0fbb7fb6838a78ac78444267878638832a983f3 (patch) | |
tree | 8399daf4aff6449ee9181a0421abb897aa205ea4 /exception_lists | |
parent | 9e11eb24108a4735199cb20067ce66706c492016 (diff) | |
download | illumos-gate-a0fbb7fb6838a78ac78444267878638832a983f3.tar.gz |
14124 ztest is looking for zdb in wrong directory
14125 zfs-tests should be built 64-bit only
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Klaus Ziegler <klausz@haus-gisela.de>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 69796247aa..13a07c417b 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -232,11 +232,8 @@ FORBIDDEN_DEP usr/lib/netsvc/yp/ypxfrd # C++ # libfakekernel is a test environment, not intended for general use FORBIDDEN libfakekernel\.so FORBIDDEN_DEP usr/MACH(lib)/libzpool.so.1 -FORBIDDEN_DEP usr/bin/amd64/ztest -FORBIDDEN_DEP usr/bin/i86/ztest +FORBIDDEN_DEP usr/bin/ztest FORBIDDEN_DEP usr/bin/raidz_test -FORBIDDEN_DEP usr/bin/sparcv7/ztest -FORBIDDEN_DEP usr/bin/sparcv9/ztest FORBIDDEN_DEP usr/lib/MACH(smbfs)/libfknsmb.so.1 FORBIDDEN_DEP usr/lib/MACH(smbfs)/libfksmbfs.so.1 FORBIDDEN_DEP usr/lib/MACH(smbsrv)/libfksmbsrv.so.1 |