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 606f4a6 commit e8c5d3eCopy full SHA for e8c5d3e
run-test-suite.py
@@ -747,6 +747,10 @@ def exclude_tests_below(path):
747
exclude_test('tests/plugin/callgraph')
748
exclude_test('tests/plugin/rtl')
749
750
+# Tests that are over-specified and only work for GCC 5 and later:
751
+if GCC_VERSION < 5000:
752
+ exclude_test('tests/plugin/rtl')
753
+
754
# Tests that are over-specified and only work for GCC 6 and later:
755
if GCC_VERSION < 6000:
756
exclude_test('tests/examples/find-global-state')
0 commit comments