diff options
-rw-r--r-- | status/explicit-failures-markup.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index ef0ae7c21e..269ab72642 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -4785,6 +4785,14 @@ for more information. </mark-failure> </test> <mark-expected-failures> + <test name="none_test"/> + <toolset name="borland-5.8.2"/> + <note author="Fernando Cacciola"> + This failure is caused by an UNRELATED compiler bug resulted from the particular test strategy. + 'boost::none' DOES work correctly in this compiler. + </note> + </mark-expected-failures> + <mark-expected-failures> <test name="value_init_test"/> <toolset name="msvc-6.5*"/> <toolset name="msvc-7.0"/> |