1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2017-2018 Daniel James 4 Distributed under the Boost Software License, Version 1.0. 5 (See accompanying file LICENSE_1_0.txt or copy at 6 http://www.boost.org/LICENSE_1_0.txt) 7--> 8<explicit-failures-markup> 9 <!-- functional/factory --> 10 <library name="functional/factory"> 11 <mark-expected-failures> 12 <test name="factory_with_allocator"/> 13 <toolset name="borland-*"/> 14 <note author="Tobias Schwinger"> 15 Probably broken const conversion with that compiler. 16 </note> 17 </mark-expected-failures> 18 </library> 19 20 <!-- functional/forward --> 21 <library name="functional/foward"> 22 <mark-unusable> 23 <toolset name="msvc-7.0*"/> 24 <toolset name="msvc-7.1*"/> 25 <toolset name="sun-5.*"/> 26 <toolset name="vacpp*"/> 27 <toolset name="borland-*"/> 28 <note author="Tobias Schwinger"> 29 This compiler is currently not supported. 30 </note> 31 </mark-unusable> 32 </library> 33</explicit-failures-markup> 34