1 ;;;; Set up *BUGID->KNOWNP* for clocc-ansi.test.sh.
3 ;;;; This software is part of the SBCL system. See the README file for
6 ;;;; While most of SBCL is derived from the CMU CL system, the test
7 ;;;; files (like this one) were written from scratch after the fork
10 ;;;; This software is in the public domain and is provided with
11 ;;;; absolutely no warranty. See the COPYING and CREDITS files for
12 ;;;; more information.
17 (defvar *bugid-
>knownp
* (make-hash-table))
20 (setf (gethash bugid
*bugid-
>knownp
*)
22 #(;; FIXME: several metaproblems here, over and above the primary
23 ;; problem represented by the honking big bug list..
24 ;; * This list was generated automatically from test output
25 ;; from my locally patched copy of ansi-test. I can't
26 ;; use the CVS version of ansi-test until they patch it
27 ;; it to support BUGIDs; and there's no guarantee that
28 ;; * Once BUGIDs are stable, there should probably be comments
29 ;; for bugs and groups of bugs explaining what's going on.
30 ;; * Once BUGIDs are stable, the ansi-test-related entries in
31 ;; BUGS should probably be deleted in favor of the BUGIDs
41 #+(and linux x86
) :ALLTEST-LEGACY-1814
42 #+(and linux x86
) :ALLTEST-LEGACY-1818
43 #+(and linux x86
) :ALLTEST-LEGACY-1822
44 #+(and linux x86
) :ALLTEST-LEGACY-1826
45 #+(and linux x86
) :ALLTEST-LEGACY-1830
46 #+(and linux x86
) :ALLTEST-LEGACY-1834
47 #+(and linux x86
) :ALLTEST-LEGACY-1838
48 #+(and linux x86
) :ALLTEST-LEGACY-1842
52 :CMUCL-BUGS-LEGACY-292
53 :CMUCL-BUGS-LEGACY-501
54 :CMUCL-BUGS-LEGACY-517
55 :CMUCL-BUGS-LEGACY-580
64 :CONDITIONS-LEGACY-102
65 :CONDITIONS-LEGACY-106
66 :CONDITIONS-LEGACY-110
67 :CONDITIONS-LEGACY-114
68 :CONDITIONS-LEGACY-118
69 :CONDITIONS-LEGACY-122
70 :CONDITIONS-LEGACY-126
71 :CONDITIONS-LEGACY-130
72 :CONDITIONS-LEGACY-134
73 :CONDITIONS-LEGACY-138
74 :CONDITIONS-LEGACY-142
75 :CONDITIONS-LEGACY-146
76 :CONDITIONS-LEGACY-150
77 :CONDITIONS-LEGACY-154
78 :CONDITIONS-LEGACY-158
79 :CONDITIONS-LEGACY-162
80 :CONDITIONS-LEGACY-166
81 :CONDITIONS-LEGACY-170
82 :CONDITIONS-LEGACY-174
83 :CONDITIONS-LEGACY-178
84 :CONDITIONS-LEGACY-182
85 :CONDITIONS-LEGACY-201
86 :CONDITIONS-LEGACY-209
87 :CONDITIONS-LEGACY-217
132 :EXCEPSIT-LEGACY-1007
133 :EXCEPSIT-LEGACY-1015
134 :EXCEPSIT-LEGACY-1054
135 :EXCEPSIT-LEGACY-1058
136 :EXCEPSIT-LEGACY-1197
137 :EXCEPSIT-LEGACY-1201
138 :EXCEPSIT-LEGACY-1269
139 :EXCEPSIT-LEGACY-1273
140 :EXCEPSIT-LEGACY-1327
141 :EXCEPSIT-LEGACY-1357
142 :EXCEPSIT-LEGACY-1369
143 :EXCEPSIT-LEGACY-1381
144 :EXCEPSIT-LEGACY-1397
145 :EXCEPSIT-LEGACY-1401
146 :EXCEPSIT-LEGACY-1405
147 :EXCEPSIT-LEGACY-1445
148 :EXCEPSIT-LEGACY-1546
149 :EXCEPSIT-LEGACY-1567
150 :EXCEPSIT-LEGACY-1571
163 ;; (These aren't really separate bugs, but 804 depends on a
164 ;; side effect of 791, and then 812 depends on a side effect of
165 ;; 804, so that as long as 791 is suppressed we need to
166 ;; suppress these too.)
180 :SECTION12-LEGACY-775
181 :SECTION12-LEGACY-789
182 :SECTION12-LEGACY-833
183 :SECTION12-LEGACY-849
186 :SECTION17-LEGACY-105
187 :SECTION17-LEGACY-632
188 :SECTION17-LEGACY-674
189 :SECTION22-LEGACY-200
198 ;; DEFINE-SYMBOL-MACRO stuff fixed by NJF patch merged 2002-03-31:
199 ;; :SECTION3-LEGACY-807
200 ;; :SECTION3-LEGACY-812
201 ;; :SECTION3-LEGACY-816
202 ;; :SECTION3-LEGACY-820
203 ;; :SECTION3-LEGACY-824
204 ;; :SECTION3-LEGACY-832
205 ;; :SECTION3-LEGACY-844