aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 10dc8c6..82f30b9 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -523,6 +523,10 @@ def skippable(suite, test):
if test.endswith('14 fortran links c'):
return True
+ # Blocks are not supported on all compilers
+ if test.endswith('29 blocks'):
+ return True
+
# No frameworks test should be skipped on linux CI, as we expect all
# prerequisites to be installed
if mesonlib.is_linux():