File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -632,6 +632,25 @@ def exclude_tests_below(path):
632
632
# For now, disable many of the tests on 4.6.*:
633
633
if GCC_VERSION == 4006 :
634
634
exclude_tests_below ('tests/cpychecker/refcounts' )
635
+ exclude_test ('tests/cpychecker/absinterp/exceptions' )
636
+ exclude_test ('tests/plugin/array-type' )
637
+ exclude_test ('tests/plugin/translation-units' )
638
+
639
+ # Other tests that fail on 4.6:
640
+ if GCC_VERSION == 4006 :
641
+ # some minor changes to stdout:
642
+ exclude_test ('tests/examples/cplusplus/classes' )
643
+
644
+ # presence of stdout line:
645
+ # :py:class:`gcc.WidenLshiftExpr` `w<<`
646
+ exclude_test ('tests/plugin/expressions/get_symbol' )
647
+
648
+ # too fragile?
649
+ exclude_test ('tests/plugin/gimple-walk-tree/dump-all' )
650
+
651
+ # repr() for gcc.CaseLabelExpr and gcc.GimpleLabel
652
+ exclude_test ('tests/plugin/switch' )
653
+
635
654
636
655
def run_one_test (testdir ):
637
656
try :
You can’t perform that action at this time.
0 commit comments