From 6067d9e5150b527dcf9a3088124340d1ce4fd3bb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 11 Sep 2024 12:15:37 +0300 Subject: [PATCH] Disable tests using Boost.Process under MinGW as well --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 83fa7f39..2a672999 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -307,6 +307,7 @@ for local container in $(MMAP_CONTAINERS) gcc-4.8:no # Boost.Process does not compile gcc-4.9:no # ditto cygwin:no + gcc,windows:no # Process on MinGW on Appveyor doesn't compile : foa_mmap_$(container)_tests ; } @@ -411,6 +412,7 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? ) gcc-4.8:no # idem gcc-4.9:no # idem cygwin:no + gcc,windows:no # Process on MinGW on Appveyor doesn't compile /boost/filesystem//boost_filesystem /boost/interprocess//boost_interprocess /boost/process//boost_process