From 2883a86c5a167aea3c736529bff5921ab6cbc99c Mon Sep 17 00:00:00 2001 From: Tracy Narine Date: Mon, 26 Feb 2024 15:05:11 +0000 Subject: IVGCVSW-8172 Add macOS support to build tool setup * Updates build rules for platform * Failing unit tests excluded (dynamic backends, profiling) * install-packages.sh generates manual setup information Signed-off-by: Tracy Narine Change-Id: I2d3d434aa615a8796c0cb94cd5b9c35a5acfd148 --- profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'profiling') diff --git a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp index 8374102033..7b66ccc012 100644 --- a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp +++ b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp @@ -1,5 +1,5 @@ // -// Copyright © 2020 Arm Ltd and Contributors. All rights reserved. +// Copyright © 2020, 2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // @@ -17,6 +17,8 @@ TEST_SUITE("BasePipeServerTests") { using namespace arm::pipe; +#if !defined(__APPLE__) + TEST_CASE("BasePipeServerTest") { // Setup the mock service to bind to the UDS. @@ -96,4 +98,6 @@ TEST_CASE("BasePipeServerTest") socketProfilingConnection.Close(); } +#endif + } -- cgit v1.2.1