From 1d76acc7c03786e2e35f3a5afaabeefa368da1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 8 Aug 2025 11:01:57 +0200 Subject: [PATCH] Add DoNotAbortTestingOnFirstFailure to macOS 26 test configs So that we get complete test results for all failing tests. Change-Id: I83288f7b8865d494402ada8c8401bce932ac2510 Reviewed-by: Volker Hilsheimer --- coin/platform_configs/macos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index b21efd07..4ae04a4e 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -66,7 +66,7 @@ Configurations: Id: 'macos-26-arm64-tests' Template: 'qtci-macos-26-arm-101' Compiler: 'Clang' - Features: ['TestOnly', 'Packaging'] + Features: ['TestOnly', 'Packaging', 'DoNotAbortTestingOnFirstFailure'] Platform dependency: 'macos-universal-on-arm64' Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ] @@ -130,6 +130,6 @@ Configurations: Id: 'macos-26-arm64-developer-build-tests' Template: 'qtci-macos-26-arm-101' Compiler: 'Clang' - Features: ['TestOnly', 'InsignificantTests'] + Features: ['TestOnly', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure'] Platform dependency: 'macos-26-arm64-developer-build' Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]