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 218fdc5 commit 82b6061Copy full SHA for 82b6061
run-test-suite.py
@@ -751,6 +751,10 @@ def exclude_tests_below(path):
751
if GCC_VERSION < 6000:
752
exclude_test('tests/examples/find-global-state')
753
754
+# compound locations are only supported for GCC 7 and later:
755
+if GCC_VERSION < 7000:
756
+ exclude_test('tests/plugin/compound-locations')
757
+
758
def run_one_test(testdir):
759
try:
760
sys.stdout.write('%s: ' % testdir)
0 commit comments