From 1dd2f738667e679a77e7f5aa995aa5fa887884dd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 5 Mar 2024 19:20:47 +0200 Subject: [PATCH] Disable is_range_test2 for gcc-4.7 --- test/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 87f50f5..7a11b5a 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -75,10 +75,10 @@ run hash_integral_test.cpp ; run hash_string_test2.cpp ; # for gcc-4.8 -local fs-path-req = "-gcc:-Wshadow" "-gcc:-Wconversion" ; +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 msvc-8.0:no gcc-4.7:no norecover:static ; -run is_range_test2.cpp : : : $(fs-path-req) msvc-8.0:no ; +run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no norecover:static ; +run is_range_test2.cpp : : : $(fs-path-req) ; run hash_container_test.cpp ;