From 1ecd78f5cc502fe4cff17a1bea0bcaceb3148b9b Mon Sep 17 00:00:00 2001 From: Yanfeng Liu Date: Thu, 15 Feb 2024 19:36:17 +0800 Subject: [PATCH] citest/sim01: disable sim:libcxxtest on macOS There have been errors like below on macOS for sim:libcxxtest ``` Error: /Applications/Xcode.../include/mach/vm_page_size.h:59:44: error: expected ';' after top level declarator ``` This patch tries to disable that check on macOS. Signed-off-by: Yanfeng Liu --- tools/ci/testlist/sim-01.dat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ci/testlist/sim-01.dat b/tools/ci/testlist/sim-01.dat index 36ee20c3e6..c0cd626647 100644 --- a/tools/ci/testlist/sim-01.dat +++ b/tools/ci/testlist/sim-01.dat @@ -36,6 +36,9 @@ # macOS matter compilation is not currently supported -Darwin,sim:matter +# macOS has trouble with sim:libcxxtest +-Darwin,sim:libcxxtest + # Boards build by CMake CMake,sim:alsa CMake,sim:bluetooth