Skip to content

Commit a492b73

Browse files
committed
tests/cpychecker/absinterp/comparisons/conditionals: exclude for gcc <= 4.9
1 parent eef69ff commit a492b73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-test-suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ def exclude_tests_below(path):
749749

750750
# Tests that are over-specified and only work for GCC 5 and later:
751751
if GCC_VERSION < 5000:
752+
exclude_test('tests/cpychecker/absinterp/comparisons/conditionals')
752753
exclude_test('tests/plugin/rtl')
753754

754755
# Tests that are over-specified and only work for GCC 6 and later:

0 commit comments

Comments
 (0)