mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-04 06:54:38 +02:00
Disable tests using fs::path for msvc-8.0
This commit is contained in:
@@ -77,8 +77,8 @@ run hash_string_test2.cpp ;
|
|||||||
# for gcc-4.8
|
# for gcc-4.8
|
||||||
local fs-path-req = "-<toolset>gcc:<cxxflags>-Wshadow" "-<toolset>gcc:<cxxflags>-Wconversion" ;
|
local fs-path-req = "-<toolset>gcc:<cxxflags>-Wshadow" "-<toolset>gcc:<cxxflags>-Wconversion" ;
|
||||||
|
|
||||||
run hash_fs_path_test.cpp /boost//filesystem/<warnings>off : : : $(fs-path-req) <toolset>msvc-14.0,<cxxstd>latest:<build>no ;
|
run hash_fs_path_test.cpp /boost//filesystem/<warnings>off : : : $(fs-path-req) <toolset>msvc-14.0,<cxxstd>latest:<build>no <toolset>msvc-8.0:<build>no ;
|
||||||
run is_range_test2.cpp : : : $(fs-path-req) ;
|
run is_range_test2.cpp : : : $(fs-path-req) <toolset>msvc-8.0:<build>no ;
|
||||||
|
|
||||||
run hash_container_test.cpp ;
|
run hash_container_test.cpp ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user