From bf0a77f062c2200d5ab8efe1a4f3b8b1c38c8a74 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 18 Sep 2022 14:28:24 +0300 Subject: [PATCH] Disable tests using fs::path for msvc-8.0 --- test/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 7a47734..3420c39 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,8 +77,8 @@ run hash_string_test2.cpp ; # for gcc-4.8 local fs-path-req = "-gcc:-Wshadow" "-gcc:-Wconversion" ; -run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no ; -run is_range_test2.cpp : : : $(fs-path-req) ; +run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no msvc-8.0:no ; +run is_range_test2.cpp : : : $(fs-path-req) msvc-8.0:no ; run hash_container_test.cpp ;