Commit graph

1796 commits

Author SHA1 Message Date
Oliver Kowalke
e0b5f2be02 boost.context added to testing
[SVN r77139]
2012-02-29 09:04:13 +00:00
Lorenzo Caminiti
99e03f67d5 Added LocalFunction tests to regression tests.
[SVN r77072]
2012-02-19 03:36:59 +00:00
Lorenzo Caminiti
bc8bdab73b Added Boost.Utility/IdentityType and Boost.Functional/OverloadedFunction to status/Jamfile.v2 list of regression tests.
Updated Boost.ScopeExit documentation.

[SVN r77059]
2012-02-17 21:02:00 +00:00
Antony Polukhin
79ba3efb72 Update explicit failures markup:
* All VC successfully pass lexical_cast_typedefed_wchar_test_runtime, so errors on that issue are now not expected
* msvc-11.0 continues to fail lexical_cast_loopback_test (as all of msvc-* do). Such failures are now marked as expected

[SVN r76603]
2012-01-21 10:14:28 +00:00
Daniel James
01a0b11751 Detail: Mark up some more container_fwd failures.
[SVN r76559]
2012-01-17 18:34:46 +00:00
Daniel James
e0daf5afe8 Unordered: Mark up new container forwarding failures. Refs #6323.
A lot of new failures because container forwading is now disabled for a
lot of cases where it doesn't have to be.

[SVN r76444]
2012-01-13 08:55:28 +00:00
Marshall Clow
db37922911 Initial checkin of Boost.Algorithm searching and clamp code and tests; docs and more Algos coming
[SVN r76388]
2012-01-09 17:21:04 +00:00
Peter Dimov
7525a6468b Unmark shared_ptr_move_test.
[SVN r76126]
2011-12-24 00:00:05 +00:00
Antony Polukhin
ddace8ea9b Explicit failures markup update. (VC10 takes too long to compile and link)
[SVN r76063]
2011-12-19 15:29:18 +00:00
Tim Blechmann
b46185b19e testsuite: integrate boost.heap
[SVN r75822]
2011-12-06 10:59:58 +00:00
Antony Polukhin
76bb4f8ca0 Update explicit failures markup (added markup for lexical_cast_float_types_test test compiled with clang-darwin-libcxx*)
[SVN r75467]
2011-11-12 19:17:57 +00:00
Antony Polukhin
50feee456c Update explicit failures markup (added markup for lexical_cast tests compiled with qcc compiler)
[SVN r75412]
2011-11-08 18:41:31 +00:00
Daniel James
7606882b29 Detail: container_fwd_debug failures on clang.
[SVN r75087]
2011-10-22 11:47:30 +00:00
Antony Polukhin
e4d2cfbb26 Update of explicit failures markup (more platforms added, that have bad float types conversion implementation)
[SVN r74760]
2011-10-06 16:47:38 +00:00
Eric Niebler
dd167e83e7 support for noncopyable rvalue ranges using C++0x
[SVN r74584]
2011-09-26 18:10:45 +00:00
Eric Niebler
8f29a45659 mark up foreach test failures
[SVN r74567]
2011-09-25 19:17:00 +00:00
Daniel James
d3c5133bd6 Unordered: Remove expected failure.
It looks like Ion's member function detection will work on most
of our test compilers - sunpro isn't working at the moment, but that
might be fixable.

[SVN r74544]
2011-09-24 07:54:12 +00:00
Eric Niebler
048769b24c mark up proto vacpp failures
[SVN r74481]
2011-09-20 18:12:31 +00:00
Daniel James
7be729d5be Unordered: Markup a vacpp failure.
[SVN r74318]
2011-09-08 21:10:57 +00:00
Artyom Beilis
6a9373300b Fixing unit test, It does not seems that the standard
requires that error would not be reported on first codecvt failure...


[SVN r74174]
2011-08-31 07:08:07 +00:00
Daniel James
78951f477a Unordered: More compilers without SFINAE expressions.
[SVN r74132]
2011-08-29 15:18:29 +00:00
Daniel James
ce7593521a Unordered: Failures for compilers without SFINAE expressions.
More to come.

[SVN r74120]
2011-08-29 09:41:25 +00:00
Ion Gaztañaga
c6f87a4f8e Inclusion of boost::container
[SVN r74079]
2011-08-26 18:33:22 +00:00
Ion Gaztañaga
2472936a8d Inclusion of boost::container
[SVN r74078]
2011-08-26 18:30:59 +00:00
Artyom Beilis
8c709b2cb7 Fixed incorrect toolset name
[SVN r73846]
2011-08-17 15:26:33 +00:00
Artyom Beilis
5e41a761d1 Added more faults
[SVN r73842]
2011-08-17 10:57:22 +00:00
Artyom Beilis
b6e7caa833 - Updates according to library requirements
- cleanup of inspect warnings
  - various requiremets like libraries.htm and maintainers.txt


[SVN r73786]
2011-08-15 19:04:34 +00:00
Ion Gaztañaga
a92c3ff595 Removed pathscale from Interprocess, Intrusive and Move to check regression tests.
[SVN r73603]
2011-08-07 19:59:39 +00:00
Antony Polukhin
47c9315c16 Fixes #5732.
* some fixes for WinCE
* updated explicit failures markup

[SVN r73601]
2011-08-07 17:38:33 +00:00
Daniel James
f0bcf5d965 Details: A couple of missing expected failures.
[SVN r73447]
2011-07-30 16:55:42 +00:00
Daniel James
5ddb7cbfb7 Detail: Mark failures for container_fwd tests.
[SVN r73436]
2011-07-29 19:44:18 +00:00
Barend Gehrels
176462efa8 Muted another intel-darwin flavour and another pgi flavour
[SVN r73417]
2011-07-28 21:44:17 +00:00
Antony Polukhin
602dd563f0 Fixes #5732.
* reduces templates count
 * leaves only one lexical converting class (at least for modern compilers)
 * fixes small TODOs and XXXs from source code
 * makes lexical_stream_limited_src more readable
 * updates status/explicit-failures-markup.xml
 * makes lexical_cast_inf_nan_test.cpp pass on Itanium pltform
 * makes lexical_cast able to convert signed and unsigned chars to wchar_t
 and updates lexical_cast_wchars_test

[SVN r73313]
2011-07-23 15:55:54 +00:00
Artyom Beilis
9f3ab8ba83 Updated explicit faults till the bug is fixed
[SVN r73310]
2011-07-23 11:46:42 +00:00
Ion Gaztañaga
b4fb4a26e7 Fixed tab
[SVN r73284]
2011-07-21 19:18:16 +00:00
Artyom Beilis
223ad817f0 Marked Boost.Locale as unusable on Windows Mobile
[SVN r73216]
2011-07-18 13:48:45 +00:00
Artyom Beilis
fec5e693ca Added Boost.Locale to test suite
[SVN r73042]
2011-07-13 08:10:38 +00:00
Daniel James
87570f9a47 Unordered: Fix invalid xml. Fixes #5684
[SVN r73002]
2011-07-11 10:43:35 +00:00
Daniel James
458feeedd6 Unordered: remove failure markup for compile_set/map.
Concept checks seem to be working better on pathscale (I think that
might have been due to a configuration fix). We haven't had a gcc-open64
for a while.

[SVN r72989]
2011-07-09 17:12:30 +00:00
John Maddock
e23294a0d5 Bring type traits markup into line with current (new) tests.
[SVN r72814]
2011-06-30 09:22:37 +00:00
Antony Polukhin
cab1609b87 Some compilers continue to fail lexical_cast_loopback_test. Explicitly mark failures as expected.
Updates #5660

[SVN r72798]
2011-06-29 16:16:15 +00:00
Daniel James
e3169f169f Iostreams: detab last commit.
[SVN r72480]
2011-06-07 22:30:58 +00:00
Daniel James
42468b5d62 Iostreams: Mark up expected failure for Visual C++ 7.1
[SVN r72479]
2011-06-07 22:29:02 +00:00
Thomas Heller
0996fcfb69 removed leading *
[SVN r71268]
2011-04-15 10:06:21 +00:00
Thomas Heller
6f4d72c242 [phoenix] fixed some gcc 4.4 hickups, added expected failures
[SVN r71267]
2011-04-15 06:00:03 +00:00
Thomas Heller
7a4014467f [phoenix]
- fixed container_tests6a failure for MSVC 10

[spirit]
    - Added some known failing compilers

[SVN r70791]
2011-03-31 16:49:33 +00:00
Joachim Faulhaber
434396c222 Adapted markup for new msvc-10.0 variants.
[SVN r70779]
2011-03-31 09:12:50 +00:00
Ion Gaztañaga
7dae89b1d5 Added Move library
[SVN r70693]
2011-03-29 11:59:19 +00:00
Barend Gehrels
35caf62164 Marked 3 compilers (Intel-darwin-11.1 ; pgi 11.2, msvc- 9.0~wm5~stlport5.2) unusable including reasons
[SVN r70620]
2011-03-27 10:51:37 +00:00
Thomas Heller
5a7c652cec [phoenix]
- took car of some more failing tests



[SVN r70218]
2011-03-20 09:23:22 +00:00