Removed failure-markup for clang. The clang compiler has been fixed.

[SVN r69988]
This commit is contained in:
Joachim Faulhaber 2011-03-14 22:12:11 +00:00
parent 7047043361
commit d159a0daf6

View file

@ -1907,50 +1907,6 @@
The compiler does not support features that are essential for the library.
</note>
</mark-unusable>
<mark-expected-failures>
<test name="fastest_icl_map"/>
<test name="fastest_interval_map"/>
<test name="fastest_interval_map_infix"/>
<test name="fastest_interval_set"/>
<test name="fastest_interval_set_infix"/>
<test name="fastest_partial_icl_quantifier"/>
<test name="fastest_partial_interval_quantifier"/>
<test name="fastest_separate_interval_set"/>
<test name="fastest_separate_interval_set_infix"/>
<test name="fastest_set_icl_set"/>
<test name="fastest_set_interval_set"/>
<test name="fastest_split_interval_map"/>
<test name="fastest_split_interval_map_infix"/>
<test name="fastest_split_interval_set"/>
<test name="fastest_split_interval_set_infix"/>
<test name="fastest_total_icl_quantifier"/>
<test name="fastest_total_interval_quantifier"/>
<test name="fix_icl_after_thread"/>
<toolset name="clang-darwin-2.0"/>
<toolset name="clang-darwin-4.2.1"/>
<toolset name="clang-darwin-normal"/>
<toolset name="clang-darwin-*"/>
<toolset name="clang-linux-2.8"/>
<toolset name="clang-linux-4.2.1"/>
<note author="Joachim Faulhaber">
The clang compiler seems to have problems with passing template template parameters in
some combinations with test function templates. This is done in the tests in order to be
able to vary more than one template parameter in the tests. Because this is a feature
of the tests, failure does not necessarily mean, that icl can not be used with clang.
The tests most likely fail for a property that relates to the test environment rather
than to library code itself.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="cmp_clang_ttp_passing"/>
<test name="cmp_clang_ttp_passing2"/>
<toolset name="clang-darwin-*"/>
<toolset name="clang-linux-4.2.1"/>
<note author="Joachim Faulhaber">
Compiler error expected for clang: Minimal examples for passing combinations
of template template parameters that derail clang.
</note>
</mark-expected-failures>
<mark-expected-failures>
<test name="cmp_msvc_value_born_error"/>
<toolset name="msvc-7.1"/>