diff options
author | John Maddock <john@johnmaddock.co.uk> | 2008-07-24 09:59:45 +0000 |
---|---|---|
committer | John Maddock <john@johnmaddock.co.uk> | 2008-07-24 09:59:45 +0000 |
commit | 59c1fb16c9fc7c01518c1331a5afaca144da38fe (patch) | |
tree | 31aba3f394aeee874ddd9bfde225f4b473677b08 /status | |
parent | 1a11ea218515a6b1a57638389f3a685e400c3b54 (diff) | |
download | boost-59c1fb16c9fc7c01518c1331a5afaca144da38fe.tar.gz |
Mark up two more expected failures.
[SVN r47747]
Diffstat (limited to 'status')
-rw-r--r-- | status/explicit-failures-markup.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 99e5458df7..f68242cfd3 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -3171,6 +3171,14 @@ for more information. </note> </mark-expected-failures> <mark-expected-failures> + <test name="test_tr1_long_double"/> + <toolset name="darwin"/> + <note author="John Maddock"> + Some versions of the Darwin platform have insufficient long double support + for us to be able to run this test. + </note> + </mark-expected-failures> + <mark-expected-failures> <test name="test_policy_2"/> <toolset name="gcc-mingw-3.4.5"/> <note author="John Maddock"> @@ -4328,7 +4336,16 @@ for more information. use and building of dll's mainly. </note> </mark-expected-failures> - <mark-expected-failures> + <mark-expected-failures> + <test name="regex_regress_threaded"/> + <toolset name="darwin*"/> + <note author="J. Maddock"> + This tests fails because a dependency (Boost.Test) + fails to initialise correctly. The issue has been + reported to the library's author. + </note> + </mark-expected-failures> + <mark-expected-failures> <test name="regex_regress_threaded"/> <toolset name="gcc-*_tru64"/> <note author="J. Maddock"> |