From 4d28120e9b39556b660102b909a716004c9a92b9 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Sun, 21 Jun 2020 11:49:29 +0200 Subject: [PATCH] macos: test 114 is not supported on macOS and this is not related to old gcc version --- tests/tests2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index b53622e6..29710f6c 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -44,7 +44,7 @@ endif ifeq (-$(CONFIG_WIN32)-,-yes-) SKIP += 106_pthread.test # No pthread support endif -ifneq (-$(CONFIG_WIN32)-$(findstring $(GCC_MAJOR),3 4)-,---) +ifneq (-$(CONFIG_WIN32)-$(CONFIG_OSX)-$(findstring $(GCC_MAJOR),3 4)-,---) SKIP += 114_bound_signal.test # not on windows or older linuxes endif