Print this page
12370 mdb tests should be packaged
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/findunref/exception_list.open
+++ new/usr/src/tools/findunref/exception_list.open
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 # Copyright 2014 Gary Mills
23 23 #
24 24 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
25 25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 +# Copyright 2020 Joyent, Inc.
26 27 #
27 28 #
28 29 # open-tree exception list
29 30 #
30 31 # See README.exception_lists for details
31 32 #
32 33
33 34 #
34 35 # Ignore oddly-named text files scattered about -- someday these should be
35 36 # suffixed with .txt so we don't have to list them.
36 37 #
37 38 ./usr/src/cmd/oawk/EXPLAIN
38 39 ./usr/src/cmd/vi/port/ex.news
39 40
40 41 #
41 42 # Ignore everything under trees that may be resynched from outside ON.
42 43 #
43 44 ./usr/src/cmd/perl
44 45 ./usr/src/cmd/sqlite
45 46 ./usr/src/lib/libsqlite
46 47 ./usr/src/cmd/tcpd
47 48 ./usr/src/grub
48 49 ./usr/src/uts/intel/sys/acpi
49 50
50 51 #
51 52 # Ignore ksh93/ast-related files that are only used to resync our build
52 53 # configuration with upstream.
53 54 #
54 55 ./usr/src/lib/libast/*/src/lib/libast/FEATURE
55 56 ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
56 57 ./usr/src/lib/libast/common/comp/conf.*
57 58 ./usr/src/lib/libast/common/features
58 59 ./usr/src/lib/libast/common/include/ast_windows.h
59 60 ./usr/src/lib/libast/common/port/lc.tab
60 61 ./usr/src/lib/libast/common/port/lcgen.c
61 62 ./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
62 63 ./usr/src/lib/libcmd/common/features
63 64 ./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
64 65 ./usr/src/lib/libdll/common/features
65 66 ./usr/src/lib/libpp/*/pp.*
66 67 ./usr/src/lib/libpp/common/gentab.sh
67 68 ./usr/src/lib/libpp/common/ppsym.c
68 69 ./usr/src/lib/libpp/i386/ppdebug.h
69 70 ./usr/src/lib/libpp/sparc/ppdebug.h
70 71 ./usr/src/lib/libshell/*/src/cmd/ksh93/FEATURE
71 72 ./usr/src/lib/libshell/common/data/math.tab
72 73 ./usr/src/lib/libshell/common/features
73 74 ./usr/src/lib/libshell/misc/buildksh93.sh
74 75 ./usr/src/lib/libshell/misc/buildksh93.readme
75 76
76 77 #
77 78 # Ignore ksh93/ast-related "iffe" (if feature enabled) probe
78 79 #
79 80 ./usr/src/lib/libsum/common/features/sum
80 81
81 82 #
82 83 # Ignore ksh93/ast-related upstream source, currently superseded by
83 84 # a per-platform version of sum.h, since we use libmd.so.1 for some
84 85 # ciphers.
85 86 #
86 87 ./usr/src/lib/libsum/common/sum.h
87 88
88 89 #
89 90 # Ignore ksh93/ast-related test programs.
90 91 #
91 92 ./usr/src/cmd/ast/msgcc/msgcc.tst
92 93 ./usr/src/lib/libast/common/port/astmath.c
93 94
94 95 #
95 96 # Ignore ksh93/ast-related source components that are not currently
96 97 # used but may be useful later.
97 98 #
98 99 ./usr/src/lib/libcmd/common/cksum.c
99 100 ./usr/src/lib/libcmd/common/md5sum.c
100 101 ./usr/src/lib/libcmd/common/sum.c
101 102 ./usr/src/lib/libshell/common/bltins/mkservice.c
102 103 ./usr/src/lib/libshell/common/data/bash_pre_rc.sh
103 104 ./usr/src/lib/libshell/common/include/env.h
104 105 ./usr/src/lib/libshell/common/sh/bash.c
105 106 ./usr/src/lib/libshell/common/sh/env.c
106 107 ./usr/src/lib/libshell/common/sh/shcomp.c
107 108 ./usr/src/lib/libshell/common/sh/suid_exec.c
108 109
109 110 #
110 111 # Ignore any files built as part of the nightly program itself.
111 112 #
112 113 # ISUSED - let checkpaths know that the next entry is good.
113 114 ./usr/src/*.out
114 115 # ISUSED - let checkpaths know that the next entry is good.
115 116 ./usr/src/*.ref
116 117
117 118 #
118 119 # Ignore internal test directories and test programs.
119 120 #
120 121 */tests
121 122 */test
122 123 *Test.java
123 124 *_test.[ch]
124 125 ./usr/src/cmd/ldap/common/*test.c
125 126 ./usr/src/cmd/logadm/tester
126 127 ./usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/extract
127 128 ./usr/src/cmd/print/printmgr/com/sun/admin/pm/server/pmtest
128 129 ./usr/src/cmd/sendmail/libsm/t-*.c
129 130 ./usr/src/cmd/sort/common/convert.c
130 131 ./usr/src/cmd/sort/common/invoke.c
131 132 ./usr/src/lib/crypt_modules/sha256/test.c
132 133 ./usr/src/lib/efcode/fcode_test
133 134 ./usr/src/lib/libkvm/common/test.c
134 135 ./usr/src/lib/libsaveargs/tests/
135 136
136 137 #
137 138 # Ignore debugging code.
138 139 #
139 140 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
140 141 ./usr/src/cmd/sort/common/statistics.c
141 142
142 143 #
143 144 # Ignore internal packages, scripts, and tools that are intentionally not
144 145 # built or used during a nightly.
145 146 #
146 147 ./usr/src/cmd/sgs/rtld.4.x
147 148 ./usr/src/prototypes
148 149 ./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
149 150 ./usr/src/uts/intel/io/acpica/cmp_ca.sh
150 151
151 152 #
152 153 # Ignore files that are only used by internal packages.
153 154 #
154 155 ./usr/src/cmd/sgs/*/*/*chk.msg
155 156
156 157 #
157 158 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
158 159 #
159 160 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
160 161 ./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
161 162 ./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
162 163 ./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
163 164
164 165 #
165 166 # Ignore Makefiles which are used by developers but not used by nightly
166 167 # itself. This is a questionable practice, since they tend to rot.
167 168 #
168 169 ./usr/src/cmd/syslogd/sparcv9/Makefile
169 170 ./usr/src/uts/sparc/uhci/Makefile
170 171 ./usr/src/lib/pam_modules/smb/amd64/Makefile
171 172 ./usr/src/lib/pam_modules/smb/sparcv9/Makefile
172 173 ./usr/src/cmd/isns/isnsd/xml_def/isnsmgmtSchema.xsd
173 174
174 175 #
175 176 # Ignore dtrace scripts only used by developers
176 177 #
177 178 ./usr/src/cmd/vscan/vscand/vscan.d
178 179
179 180 #
180 181 # Ignore sample source code.
181 182 #
182 183 ./usr/src/cmd/sendmail/libmilter/example.c
183 184
184 185 #
185 186 # Ignore .xcl files that aren't used because the program is statically linked.
186 187 #
187 188 ./usr/src/cmd/cmd-inet/sbin/dhcpagent/dhcpagent.xcl
188 189
189 190 #
190 191 # Ignore sendmail files included for completeness' sake, but which won't
191 192 # be used until certain _FFR (for future release) #define's go live.
192 193 #
193 194 ./usr/src/cmd/sendmail/src/statusd_shm.h
194 195
195 196 #
196 197 # Ignore files originally supplied by ISC (Internet Software Consortium)
197 198 # as part of a BIND release.
198 199 #
199 200 ./usr/src/lib/libresolv2/common/irs/getaddrinfo.c
200 201 ./usr/src/lib/libresolv2/common/irs/nis_p.h
201 202 ./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
202 203 ./usr/src/lib/libresolv2/include/err.h
203 204
204 205 #
205 206 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
206 207 # assembly files. We keep it around for future reference.
207 208 #
208 209 ./usr/src/common/bignum/mont_mulf.c
209 210
210 211 #
211 212 # Ignore any files that get used during a gcc build only.
212 213 #
213 214 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
214 215
215 216 #
216 217 # The sharemgr command is built 32-bit only by default, but support
217 218 # for building 64-bit is latent in the Makefiles.
218 219 #
219 220 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
220 221 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
221 222
222 223 #
223 224 # Legitimately unreferenced license/copying files. Please include
224 225 # explanatory comments when adding items here.
225 226 #
226 227
227 228 #
228 229 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
229 230 # referenced in the CDDL headers.
230 231 #
231 232 ./usr/src/OPENSOLARIS.LICENSE
↓ open down ↓ |
196 lines elided |
↑ open up ↑ |
232 233
233 234 #
234 235 # This covers header files that are not delivered.
235 236 #
236 237 ./usr/src/uts/common/xen/public/COPYING
237 238
238 239 #
239 240 # ld tests which are not currently delivered
240 241 #
241 242 ./usr/src/cmd/sgs/test
242 -./usr/src/cmd/mdb/test
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX