We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef69ff commit a492b73Copy full SHA for a492b73
run-test-suite.py
@@ -749,6 +749,7 @@ def exclude_tests_below(path):
749
750
# Tests that are over-specified and only work for GCC 5 and later:
751
if GCC_VERSION < 5000:
752
+ exclude_test('tests/cpychecker/absinterp/comparisons/conditionals')
753
exclude_test('tests/plugin/rtl')
754
755
# Tests that are over-specified and only work for GCC 6 and later:
0 commit comments