diff options
author | Artyom Beilis <artyomtnk@yahoo.com> | 2011-08-22 10:39:12 +0000 |
---|---|---|
committer | Artyom Beilis <artyomtnk@yahoo.com> | 2011-08-22 10:39:12 +0000 |
commit | e55ac23d7bf35d5af4625cfce5a1f3c9d4e1a437 (patch) | |
tree | 5f47db7c1f8920dfd8b198475fb225be82169949 /status | |
parent | f59b6aa52e2cc4f0f08ad45bd75d45cac91f4dc9 (diff) | |
download | boost-e55ac23d7bf35d5af4625cfce5a1f3c9d4e1a437.tar.gz |
Merged Boost.Locale to release branch
[SVN r74002]
Diffstat (limited to 'status')
-rw-r--r-- | status/Jamfile.v2 | 1 | ||||
-rw-r--r-- | status/explicit-failures-markup.xml | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index c01c0c296c..bab7699fcb 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -91,6 +91,7 @@ run-tests libs : iostreams/test # test-suite iostreams iterator/test # test-suite iterator lambda/test # test-suite lambda + locale/test # test-suite locale logic/test # test-suite logic math/test # test-suite math move/example # test-suite move_example diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index d8d84209dd..e7154f3fa3 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -6329,6 +6329,44 @@ These tests will fail in most compilers that don't support rvalue references. </library> + <library name="locale"> + <mark-unusable> + <toolset name="sun*" /> + <note author="Artyom Beilis"> + This library is unusable due to bug #5373 in Boost.Thread + on this compiler. + </note> + </mark-unusable> + + <mark-unusable> + <toolset name="msvc-9.0~wm5~stlport5.2" /> + <note author="Artyom Beilis"> + Windows Mobile lacks essential features of the standard C + library like gmtime, mktime, localtime making it impossible + to use Boost.Locale on this platform. + </note> + </mark-unusable> + + <mark-expected-failures> + <test name="test_date_time" /> + <toolset name="gcc-mingw-4.4.0"/> + <note author="Artyom Beilis"> + Compiler does not support shared runtime linking + thus is makes it problematic to use Boost.Locale as dll + </note> + </mark-expected-failures> + + <mark-expected-failures> + <test name="test_codepage"/> + <toolset name="msvc-9.0~stlport5.2"/> + <toolset name="pathscale-4*"/> + <note author="Artyom Beilis"> + Problems with wide file stream I/O. + </note> + </mark-expected-failures> + </library> + + <!-- /////////////// Standard note definitions /////////////// --> <note id="0"> |