~ubuntu-branches/ubuntu/oneiric/swig1.3/oneiric

« back to all changes in this revision

Viewing changes to Examples/test-suite/common.mk

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-06 10:27:08 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206102708-t37t62i45n595w0e
Tags: 1.3.33-2ubuntu1
* Merge with Debian; remaining changes:
  - Drop support for pike.
  - Use python2.5 instead of python2.4.
  - Clean Runtime/ as well.
  - Force a few environment variables.
* debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#######################################################################
2
 
# $Header: /cvsroot/swig/SWIG/Examples/test-suite/common.mk,v 1.196 2006/11/13 22:32:41 wsfulton Exp $
3
 
4
2
# SWIG test suite makefile.
5
3
# The test suite comprises many different test cases, which have
6
4
# typically produced bugs in the past. The aim is to have the test 
49
47
CPP_TEST_BROKEN += \
50
48
        constants \
51
49
        cpp_broken \
 
50
        exception_partial_info \
 
51
        extend_variable \
52
52
        namespace_union \
53
53
        nested_comment \
54
54
        overload_complicated \
98
98
        constructor_copy \
99
99
        constructor_exception \
100
100
        constructor_explicit \
 
101
        constructor_ignore \
101
102
        constructor_value \
102
103
        contract \
103
104
        compactdefaultargs \
151
152
        evil_diamond_ns \
152
153
        evil_diamond_prop \
153
154
        exception_order \
154
 
        exception_partial_info \
155
155
        extend \
156
156
        extend_default \
157
157
        extend_placement \
158
158
        extend_template \
159
159
        extend_template_ns \
160
 
        extend_variable \
161
160
        extern_namespace \
162
161
        extern_throws \
163
162
        features \
164
163
        fvirtual \
165
164
        friends \
 
165
        fragments \
166
166
        global_ns_arg \
167
167
        global_vars \
168
168
        grouping \
171
171
        inherit \
172
172
        inherit_missing \
173
173
        inherit_same_name \
 
174
        inherit_target_language \
174
175
        inherit_void_arg \
175
176
        inline_initializer \
176
177
        kind \
183
184
        li_typemaps \
184
185
        li_windows \
185
186
        long_long_apply \
 
187
        member_pointer \
186
188
        member_template \
187
189
        minherit \
188
190
        minherit2 \
219
221
        refcount \
220
222
        reference_global_vars \
221
223
        register_par \
 
224
        rename1 \
 
225
        rename2 \
 
226
        rename3 \
 
227
        rename4 \
222
228
        rename_scope \
 
229
        restrict_cplusplus \
223
230
        return_const_value \
224
231
        return_value_scope \
225
232
        rname \
227
234
        smart_pointer_const \
228
235
        smart_pointer_const2 \
229
236
        smart_pointer_extend \
230
 
        smart_pointer_inherit \
231
237
        smart_pointer_member \
232
238
        smart_pointer_multi \
233
239
        smart_pointer_multi_typedef \
237
243
        smart_pointer_overload \
238
244
        smart_pointer_protected \
239
245
        smart_pointer_rename \
 
246
        smart_pointer_templatemethods \
240
247
        smart_pointer_simple \
241
248
        smart_pointer_static \
242
249
        smart_pointer_typedef \
272
279
        template_inherit \
273
280
        template_inherit_abstract \
274
281
        template_int_const \
 
282
        template_methods \
275
283
        template_ns \
276
284
        template_ns2 \
277
285
        template_ns3 \
352
360
        li_std_string \
353
361
        li_std_vector \
354
362
        naturalvar \
 
363
        smart_pointer_inherit \
355
364
        template_typedef_fnc \
356
365
        template_type_namespace \
357
366
        template_opaque
402
411
        clientdata_prop \
403
412
        imports \
404
413
        mod \
405
 
        template_typedef_import
 
414
        template_typedef_import \
 
415
        multi_import
406
416
 
407
417
NOT_BROKEN_TEST_CASES = $(CPP_TEST_CASES:=.cpptest) \
408
418
                        $(C_TEST_CASES:=.ctest) \