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