From e378b8a0d1141b68bc9a8017b043ee2abcd53afb Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Mon, 21 Feb 2022 21:28:56 +0300 Subject: baremetal: Skip `shared-libraries` test for GCC toolchains ... because we can't detect the target 'none' platform in case of a bare-metal GCC (this feature is not implemented yet). In other words, the barametal platforms do not support the shared libraries. Change-Id: I8ea62e649474e57ecc363b556e5f901a35c3fa85 Reviewed-by: Christian Kandeler --- .../blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs b/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs index f55b4d400..fded553f6 100644 --- a/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs +++ b/tests/auto/blackbox/testdata-baremetal/shared-libraries/shared-libraries.qbs @@ -11,8 +11,6 @@ Project { if (qbs.toolchainType === "msvc") return true; - if (qbs.toolchainType === "gcc") - return true; console.info("unsupported toolset: %%" + qbs.toolchainType + "%%, %%" + qbs.architecture + "%%"); -- cgit v1.2.1