Skip to content

Commit e8c5d3e

Browse files
committed
tests/plugin/rtl: disable prior to gcc 5
1 parent 606f4a6 commit e8c5d3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run-test-suite.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,10 @@ def exclude_tests_below(path):
747747
exclude_test('tests/plugin/callgraph')
748748
exclude_test('tests/plugin/rtl')
749749

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+
750754
# Tests that are over-specified and only work for GCC 6 and later:
751755
if GCC_VERSION < 6000:
752756
exclude_test('tests/examples/find-global-state')

0 commit comments

Comments
 (0)