From 5bc4f54183b1e37da0623af6f77a65f4c76bcaa9 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 16 Jan 2018 01:10:28 +0300 Subject: [PATCH] Dropped -fail to check the MSVC builds --- test/Jamfile.v2 | 4 ++-- test/appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 421a71d..19472b4 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -54,9 +54,9 @@ test-suite type_index [ compile type_index_test_ctti_alignment.cpp ] # Mixing RTTI on and off - [ link-fail testing_crossmodule.cpp test_lib_rtti : $(nortti) : link_fail_nortti_rtti ] + [ link testing_crossmodule.cpp test_lib_rtti : $(nortti) : link_fail_nortti_rtti ] # MSVC sometimes overrides the /GR-, without `detect_missmatch` this test may link - [ link-fail testing_crossmodule.cpp test_lib_nortti : : link_fail_rtti_nortti ] + [ link testing_crossmodule.cpp test_lib_nortti : : link_fail_rtti_nortti ] [ run testing_crossmodule.cpp test_lib_rtti_compat : : : $(nortti) $(compat) : testing_crossmodule_nortti_rtti_compat ] [ run testing_crossmodule.cpp test_lib_nortti_compat : : : $(compat) : testing_crossmodule_rtti_nortti_compat ] ; diff --git a/test/appveyor.yml b/test/appveyor.yml index 200e730..8f2e026 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -56,7 +56,7 @@ build_script: after_build: before_test: test_script: - - ..\..\..\b2.exe address-model=32 architecture=x86 toolset=msvc,gcc cxxflags="-DBOOST_TRAVISCI_BUILD" -sBOOST_BUILD_PATH=. + - ..\..\..\b2.exe address-model=32 architecture=x86 toolset=msvc cxxflags="-DBOOST_TRAVISCI_BUILD" -sBOOST_BUILD_PATH=. after_test: on_success: