From b0d3107b99a63c2e07b96a0b2aa97dd15a6b839e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 6 Mar 2024 02:16:51 +0200 Subject: [PATCH] Disable hash_fs_path_test for mingw32 --- test/Jamfile.v2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7a11b5a..4f3f386 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,7 +77,11 @@ run hash_string_test2.cpp ; # for gcc-4.8 local fs-path-req = "-gcc:-Wshadow" "-gcc:-Wconversion" gcc-4.7:no ; -run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no norecover:static ; +run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) + msvc-14.0,latest:no + gcc,32,windows:no + norecover:static ; + run is_range_test2.cpp : : : $(fs-path-req) ; run hash_container_test.cpp ;