This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 1ecd78f5cc citest/sim01: disable sim:libcxxtest on macOS 1ecd78f5cc is described below commit 1ecd78f5cc502fe4cff17a1bea0bcaceb3148b9b Author: Yanfeng Liu <yfliu2...@qq.com> AuthorDate: Thu Feb 15 19:36:17 2024 +0800 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 <yfliu2...@qq.com> --- 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