From 98bbd2ba56d87dae19fa14574e193ff5dd6d170c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 4 Jun 2022 15:53:54 +0300 Subject: [PATCH] Disable hash_fs_path_test for msvc-14.0 cxxstd=latest --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index d70b5fc..c756e01 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -77,5 +77,5 @@ 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) ; +run hash_fs_path_test.cpp /boost//filesystem/off : : : $(fs-path-req) msvc-14.0,latest:no ; run detail_is_range_test2.cpp : : : $(fs-path-req) ;