mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
remove dots from toolset names (see http://thread.gmane.org/gmane.comp.lib.boost.build/6603)
[SVN r25651]
This commit is contained in:
parent
2980ef0e15
commit
06ccf80890
4 changed files with 2542 additions and 2542 deletions
File diff suppressed because it is too large
Load diff
|
@ -445,7 +445,7 @@
|
|||
|
||||
<td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
|
||||
C++</a> version 6 command-line tools. NOTE; For version 7.x (the .NET
|
||||
series) use the vc7 or vc7.1 toolsets below.</td>
|
||||
series) use the vc7 or vc-7_1 toolsets below.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -456,7 +456,7 @@
|
|||
C++</a> version 6 command-line tools, using the <a href=
|
||||
"http://www.stlport.org">STLport</a> standard library implementation.
|
||||
NOTE; For version 7.x (the .NET series) use the vc7-stlport or
|
||||
vc7.1-stlport toolsets below.</td>
|
||||
vc-7_1-stlport toolsets below.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -510,7 +510,7 @@
|
|||
|
||||
<tr>
|
||||
<td><a href=
|
||||
"../tools/build/v1/vc7.1-tools.html"><code>vc7.1</code></a></td>
|
||||
"../tools/build/v1/vc-7_1-tools.html"><code>vc-7_1</code></a></td>
|
||||
|
||||
<td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
|
||||
C++</a> command-line tools from Visual Studio .NET 2003.</td>
|
||||
|
@ -518,7 +518,7 @@
|
|||
|
||||
<tr>
|
||||
<td><a href=
|
||||
"../tools/build/v1/vc7.1-stlport-tools.html"><code>vc7.1-stlport</code></a></td>
|
||||
"../tools/build/v1/vc-7_1-stlport-tools.html"><code>vc-7_1-stlport</code></a></td>
|
||||
|
||||
<td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual
|
||||
C++</a> command-line tools from Visual Studio .NET 2003 + STLPort.</td>
|
||||
|
@ -926,7 +926,7 @@
|
|||
building with. The abbreviation is composed of a short, 2 to 4 characters,
|
||||
tag for the compiler and a version number of the compiler's major and minor
|
||||
revision (if available). For example if your toolset is
|
||||
"<tt>gcc-3.2.3</tt>" the toolset tag would be "<tt>gcc32</tt>". The toolset
|
||||
"<tt>gcc-3_2_3</tt>" the toolset tag would be "<tt>gcc32</tt>". The toolset
|
||||
abbreviations used are as follows:</p>
|
||||
|
||||
<table border="1" cellpadding="5" summary="">
|
||||
|
@ -1119,14 +1119,14 @@
|
|||
|
||||
<tr>
|
||||
<td><a href=
|
||||
"../tools/build/v1/vc7.1-tools.html"><code>vc7.1</code></a></td>
|
||||
"../tools/build/v1/vc-7_1-tools.html"><code>vc-7_1</code></a></td>
|
||||
|
||||
<td><tt>vc</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href=
|
||||
"../tools/build/v1/vc7.1-stlport-tools.html"><code>vc7.1-stlport</code></a></td>
|
||||
"../tools/build/v1/vc-7_1-stlport-tools.html"><code>vc-7_1-stlport</code></a></td>
|
||||
|
||||
<td><tt>vc</tt></td>
|
||||
</tr>
|
||||
|
|
|
@ -16,19 +16,19 @@
|
|||
-->
|
||||
|
||||
<!-- /////////////// Toolsets /////////////// -->
|
||||
<mark-toolset name="borland-5.6.4" status="required"/>
|
||||
<mark-toolset name="cw-9.3" status="required"/>
|
||||
<mark-toolset name="cw-8.3" status="required"/>
|
||||
<mark-toolset name="borland-5_6_4" status="required"/>
|
||||
<mark-toolset name="cw-9_3" status="required"/>
|
||||
<mark-toolset name="cw-8_3" status="required"/>
|
||||
<mark-toolset name="msvc" status="required"/>
|
||||
<mark-toolset name="msvc-stlport" status="required"/>
|
||||
<mark-toolset name="vc7" status="required"/>
|
||||
<mark-toolset name="vc7.1" status="required"/>
|
||||
<mark-toolset name="vc8.0" status="required"/>
|
||||
<mark-toolset name="mingw-3.4.2" status="required"/>
|
||||
<mark-toolset name="mingw-3.3.1" status="required"/>
|
||||
<mark-toolset name="intel-win32-7.1-vc6" status="required"/>
|
||||
<mark-toolset name="intel-win32-7.1-vc6-stlport-4.5.3" status="required"/>
|
||||
<mark-toolset name="intel-win32-8.0" status="required"/>
|
||||
<mark-toolset name="vc-7_1" status="required"/>
|
||||
<mark-toolset name="vc-8_0" status="required"/>
|
||||
<mark-toolset name="mingw-3_4_2" status="required"/>
|
||||
<mark-toolset name="mingw-3_3_1" status="required"/>
|
||||
<mark-toolset name="iw-7_1-vc6" status="required"/>
|
||||
<mark-toolset name="iw-7_1-vc6-stlp-4_5_3" status="required"/>
|
||||
<mark-toolset name="intel-win32-8_0" status="required"/>
|
||||
<mark-toolset name="gcc-2.95.3-linux" status="required"/>
|
||||
<mark-toolset name="gcc-2.95.3-stlport-4.5.3-linux" status="required"/>
|
||||
<mark-toolset name="gcc-3.3.3-linux" status="required"/>
|
||||
|
@ -42,10 +42,10 @@
|
|||
<library name="algorithm/string">
|
||||
<mark-unusable>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
<toolset name="gcc-2.95.3-linux"/>
|
||||
<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
|
||||
<toolset name="mipspro"/>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<test name="array3">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note refid="3"/>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<test name="array4">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note refid="3"/>
|
||||
|
@ -98,7 +98,7 @@
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="list_of"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -109,7 +109,7 @@
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="multi_index_container"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="gcc-2.95.3*"/>
|
||||
<toolset name="intel-8.0-linux"/>
|
||||
<toolset name="gcc-3.4.1*"/>
|
||||
|
@ -151,7 +151,7 @@
|
|||
<library name="concept_check">
|
||||
<test name="class_concept_fail_expected">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -167,20 +167,20 @@
|
|||
</test>
|
||||
<test name="config_link_test">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3-vc7*"/>
|
||||
<toolset name="*como-4_3_3-vc7*"/>
|
||||
<note author="J. Maddock" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="limits_test">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
||||
<test name="limits_test">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
|
||||
<toolset name="iw-7_1-vc6-stlp-4_5_3"/>
|
||||
<note author="Aleksey Gurtovoy" refid="4"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -191,7 +191,7 @@
|
|||
<library name="conversion">
|
||||
<test name="lexical_cast_test">
|
||||
<mark-failure>
|
||||
<toolset name="vc8.0"/>
|
||||
<toolset name="vc-8_0"/>
|
||||
<note author="Aleksey Gurtovoy" refid="4"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -202,8 +202,8 @@
|
|||
<library name="date_time">
|
||||
<mark-unusable>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6-stlp-4_5_3"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
</mark-unusable>
|
||||
|
||||
<test name="testdate_iterator">
|
||||
|
@ -237,13 +237,13 @@
|
|||
<mark-failure>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="mingw-3*"/>
|
||||
<toolset name="gcc"/>
|
||||
<toolset name="gcc-2.95.3-linux"/>
|
||||
<toolset name="gcc-3.1-darwin"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Garst" refid="19,21"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -254,9 +254,9 @@
|
|||
<toolset name="gcc-3.1-darwin"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="mingw-3*"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Garst" refid="19,21,22"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -267,9 +267,9 @@
|
|||
<toolset name="gcc-3.1-darwin"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="mingw-3*"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Garst" refid="19,21,22"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -289,11 +289,11 @@
|
|||
<toolset name="gcc-3.1-darwin"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="mingw-3*"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Garst" refid="18,19"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="R. Rivera" refid="25"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -304,7 +304,7 @@
|
|||
</test>
|
||||
<test name="testgreg_year_dll">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -319,7 +319,7 @@
|
|||
<test name="testmicrosec_time_clock">
|
||||
<mark-failure>
|
||||
<toolset name="intel-7.1-stdlib-default-linux"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<toolset name="intel-7.1-linux"/>
|
||||
<note author="B. Garst" refid="22"/>
|
||||
</mark-failure>
|
||||
|
@ -331,31 +331,31 @@
|
|||
<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
|
||||
<toolset name="gcc-3.1-darwin"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="mingw-3*"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Garst" refid="18,19,20"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="testdate_dll">
|
||||
<mark-failure>
|
||||
<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="J. Garland" date="30 Jan 2004" id="24"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="testgreg_day_dll">
|
||||
<mark-failure>
|
||||
<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="J. Garland" date="30 Jan 2004" id="24"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="*_dll">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="J. Garland" date="30 Jan 2004" id="24"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -372,7 +372,7 @@
|
|||
<library name="dynamic_bitset">
|
||||
<test name="dyn_bitset_unit_tests4">
|
||||
<mark-failure>
|
||||
<toolset name="cw-9.3"/>
|
||||
<toolset name="cw-9_3"/>
|
||||
<toolset name="intel-8.0-linux"/>
|
||||
<note author="Aleksey Gurtovoy" refid="2"/>
|
||||
</mark-failure>
|
||||
|
@ -392,7 +392,7 @@
|
|||
</mark-unusable>
|
||||
<test name="operations_test">
|
||||
<mark-failure>
|
||||
<toolset name="vc8.0"/>
|
||||
<toolset name="vc-8_0"/>
|
||||
<note author="Aleksey Gurtovoy" refid="4"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -402,7 +402,7 @@
|
|||
<!-- graph -->
|
||||
<library name="graph">
|
||||
<mark-unusable>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
</mark-unusable>
|
||||
|
@ -420,7 +420,7 @@
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="betweenness_centrality_test"/>
|
||||
<toolset name="intel-win32-7.1-vc6*"/>
|
||||
<toolset name="iw-7_1-vc6*"/>
|
||||
<toolset name="vc7"/>
|
||||
<note refid="3" author="Aleksey Gurtovoy"/>
|
||||
</mark-expected-failures>
|
||||
|
@ -431,8 +431,8 @@
|
|||
<library name="io">
|
||||
<mark-expected-failures>
|
||||
<test name="ios_state_unit_test"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="intel-win32-7.1-v6*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="iw-7_1-vc6*"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<note refid="4" author="Aleksey Gurtovoy"/>
|
||||
|
@ -446,8 +446,8 @@
|
|||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5.5.1"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="borland-5_5_1"/>
|
||||
<toolset name="vc7"/>
|
||||
<note refid="17">
|
||||
</note>
|
||||
|
@ -475,7 +475,7 @@
|
|||
<test name="has_xxx"/>
|
||||
<test name="no_has_xxx"/>
|
||||
<test name="single_view"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="Aleksey Gurtovoy" date="17 Sep 2004">
|
||||
This failure is caused by a deficient SFINAE implementation; the bug
|
||||
was fixed in the next major compiler version (CodeWarrior 9.x).
|
||||
|
@ -485,7 +485,7 @@
|
|||
<mark-expected-failures>
|
||||
<test name="is_sequence"/>
|
||||
<test name="as_sequence"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="gcc-2.95.3*"/>
|
||||
<note author="Aleksey Gurtovoy" date="17 Sep 2004">
|
||||
This failure is caused by a deficient SFINAE implementation.
|
||||
|
@ -498,7 +498,7 @@
|
|||
<test name="multiset"/>
|
||||
<test name="zip_view"/>
|
||||
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="Aleksey Gurtovoy" date="17 Sep 2004" refid="26"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
|
@ -518,7 +518,7 @@
|
|||
|
||||
<mark-expected-failures>
|
||||
<test name="quote"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc*"/>
|
||||
<toolset name="mipspro"/>
|
||||
<note author="Aleksey Gurtovoy" date="17 Sep 2004">
|
||||
|
@ -530,7 +530,7 @@
|
|||
<mark-expected-failures>
|
||||
<test name="map"/>
|
||||
<test name="set"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc*"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="gcc-2.95.3*"/>
|
||||
|
@ -548,8 +548,8 @@
|
|||
<library name="multi_array">
|
||||
<mark-unusable>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5.5.1"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="borland-5_5_1"/>
|
||||
<note author="Alisdair Meredith" date="30 Jan 2004">
|
||||
<p>
|
||||
This library has never worked [on Borland 5.5.1 and 5.6.4], and the only tests that 'pass' are
|
||||
|
@ -579,7 +579,7 @@ for more information.
|
|||
<!-- multi_index -->
|
||||
<library name="multi_index">
|
||||
<mark-unusable>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="J. López" date="05 Jul 2004" refid="17"/>
|
||||
</mark-unusable>
|
||||
<mark-unusable>
|
||||
|
@ -588,7 +588,7 @@ for more information.
|
|||
<note author="J. López" date="09 Jul 2004" refid="17"/>
|
||||
</mark-unusable>
|
||||
<mark-unusable>
|
||||
<toolset name="meta-como-win32-4.3.3-msvc"/>
|
||||
<toolset name="*como-4_3_3-msvc"/>
|
||||
<note author="J. López" date="30 Jul 2004">
|
||||
The VC++ 6.0 backend runs out of internal resources while
|
||||
trying to process the Comeau output for this library;
|
||||
|
@ -611,17 +611,17 @@ for more information.
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="optional_test_ref_fail1"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="Fernando Cacciola" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="optional_test_fail3a"/>
|
||||
<toolset name="gcc-3.3-darwin"/>
|
||||
<toolset name="gcc-3_3-darwin"/>
|
||||
<note author="Fernando Cacciola" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="optional_test_inplace_fail2"/>
|
||||
<toolset name="gcc-3.3-darwin"/>
|
||||
<toolset name="gcc-3_3-darwin"/>
|
||||
<note author="Fernando Cacciola" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
@ -654,7 +654,7 @@ for more information.
|
|||
<note author="Robert Ramey" date="20 Sep 2004" refid="19"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="Robert Ramey" date="20 Sep 2004" refid="5"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -672,7 +672,7 @@ for more information.
|
|||
</test>
|
||||
<mark-expected-failures>
|
||||
<test name="*"/>
|
||||
<toolset name="vc8.0"/>
|
||||
<toolset name="vc-8_0"/>
|
||||
<note author="Aleksey Gurtovoy">
|
||||
This failure is caused by a compiler bug in version 14.00.40809 that has
|
||||
been fixed in the latest development "alpha".
|
||||
|
@ -752,8 +752,8 @@ for more information.
|
|||
<mark-unusable>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="borland-5.5.1"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_5_1"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="gcc-2.95.3-linux"/>
|
||||
<toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
|
||||
|
@ -789,7 +789,7 @@ for more information.
|
|||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
<test name="action_tests*"/>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
<note author="Aleksey Gurtovoy" refid="4"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
|
@ -808,7 +808,7 @@ for more information.
|
|||
<test name="bug_fixes*"/>
|
||||
<test name="chset_tests*"/>
|
||||
<test name="epsilon_tests*"/>
|
||||
<toolset name="vc8.0"/>
|
||||
<toolset name="vc-8_0"/>
|
||||
<note author="Aleksey Gurtovoy">
|
||||
This failure is caused by a compiler bug in version 14.00.40809 that has
|
||||
been fixed in the latest development "alpha".
|
||||
|
@ -842,7 +842,7 @@ for more information.
|
|||
<test name="function_arith_cxx98">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
|
@ -851,7 +851,7 @@ for more information.
|
|||
<test name="function_ref_cxx98">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
|
@ -860,46 +860,46 @@ for more information.
|
|||
<test name="lambda_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="2"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="lib_function_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="2"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="mem_fun_cxx98">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="2"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="std_bind_cxx98">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
|
@ -914,7 +914,7 @@ for more information.
|
|||
<test name="sum_avg_cxx98">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
|
@ -928,7 +928,7 @@ for more information.
|
|||
<test name="interoperable_fail">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="2"/>
|
||||
|
@ -953,7 +953,7 @@ for more information.
|
|||
<test name="is_convertible_fail" corner-case="yes">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note refid="2"/>
|
||||
|
@ -979,7 +979,7 @@ for more information.
|
|||
<test name="indirect_iter_member_types"/>
|
||||
<test name="pointee"/>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="D. Abrahams">
|
||||
This failure is caused by a compiler bug. The
|
||||
compiler tends to drop const-ness and as a result
|
||||
|
@ -992,7 +992,7 @@ for more information.
|
|||
<mark-expected-failures>
|
||||
<test name="zip_iterator_test"/>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="Aleksey Gurtovoy" date="19 Sep 2004" refid="26"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
|
@ -1014,7 +1014,7 @@ for more information.
|
|||
<library name="numeric/conversion">
|
||||
<mark-unusable>
|
||||
<toolset name="gcc-2.95.3-linux"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="Aleksey Gurtovoy" refid="5"/>
|
||||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
|
@ -1045,16 +1045,16 @@ for more information.
|
|||
<library name="numeric/interval">
|
||||
<mark-unusable>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
</mark-unusable>
|
||||
<test name="test_float">
|
||||
<mark-failure>
|
||||
<toolset name="borland-5.5.1"/>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
|
||||
<toolset name="borland-5_5_1"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6-stlp-4_5_3"/>
|
||||
<note author="G. Melquiond">
|
||||
This test ensures the inclusion property of interval
|
||||
arithmetic is available for built-in floating-point types
|
||||
|
@ -1076,7 +1076,7 @@ for more information.
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="det"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="Aleksey Gurtovoy" refid="2"/>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
@ -1086,7 +1086,7 @@ for more information.
|
|||
<library name="numeric/ublas">
|
||||
<mark-unusable>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="M.Stevens" refid="2"/>
|
||||
</mark-unusable>
|
||||
<test name="test2">
|
||||
|
@ -1097,25 +1097,25 @@ for more information.
|
|||
</test>
|
||||
<test name="test3">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-8.1"/>
|
||||
<toolset name="intel-win32-8_1"/>
|
||||
<note author="S. Slapeta" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="test4">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-8.1"/>
|
||||
<toolset name="intel-win32-8_1"/>
|
||||
<note author="S. Slapeta" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="test5">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-8.1"/>
|
||||
<toolset name="intel-win32-8_1"/>
|
||||
<note author="S. Slapeta" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="test6">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-8.1"/>
|
||||
<toolset name="intel-win32-8_1"/>
|
||||
<note author="S. Slapeta" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1143,8 +1143,8 @@ for more information.
|
|||
|
||||
<test name="unicode_test*">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6-stlp-4_5_3"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -1155,7 +1155,7 @@ for more information.
|
|||
|
||||
<test name="unicode_test">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note>The test fails at runtime for unknown reason</note>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1164,28 +1164,28 @@ for more information.
|
|||
<test name="options_description_test_dll">
|
||||
<mark-failure>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
<note refid="23"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
||||
<test name="variable_map_test_dll">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-7.1-vc6"/>
|
||||
<toolset name="iw-7_1-vc6"/>
|
||||
<note refid="23"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
||||
<test name="*dll">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note refid="18"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
||||
<test name="*dll">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note refid="24"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1209,8 +1209,8 @@ for more information.
|
|||
<library name="python">
|
||||
<mark-unusable>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.5.1"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_5_1"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note refid="2"/>
|
||||
<note refid="17"/>
|
||||
</mark-unusable>
|
||||
|
@ -1258,18 +1258,18 @@ for more information.
|
|||
</mark-unusable>
|
||||
<test name="random*">
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32-8.0"/>
|
||||
<toolset name="intel-win32-8_0"/>
|
||||
<note author="S. Slapeta" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="random_test">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note author="B. Dawes" refid="2"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1284,8 +1284,8 @@ for more information.
|
|||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
<test name="array_test"/>
|
||||
<toolset name="como-win32-4.3.3*"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="como-4_3_3*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -1293,7 +1293,7 @@ for more information.
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="iterator_range"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="tru64cxx65"/>
|
||||
|
@ -1324,11 +1324,11 @@ for more information.
|
|||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="sub_range"/>
|
||||
<toolset name="vc8.0"/>
|
||||
<toolset name="intel-win32-7.1-vc6-stlport-4.5.3"/>
|
||||
<toolset name="vc-8_0"/>
|
||||
<toolset name="iw-7_1-vc6-stlp-4_5_3"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="tru64cxx65"/>
|
||||
<note refid="6" author="Thorsten Ottosen">
|
||||
For most compilers this is due to problems
|
||||
|
@ -1351,13 +1351,13 @@ for more information.
|
|||
</test>
|
||||
<test name="posix_api_check">
|
||||
<mark-failure>
|
||||
<toolset name="como-win32-4.3.3-vc7*"/>
|
||||
<toolset name="como-4_3_3-vc7*"/>
|
||||
<note author="J. Maddock"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="*_dll">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="J. Maddock"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1367,18 +1367,18 @@ for more information.
|
|||
<library name="signals">
|
||||
<test name="dead_slot_test">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note refid="3" author="D. Gregor"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="signal_test">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="2"/>
|
||||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
|
@ -1386,7 +1386,7 @@ for more information.
|
|||
</test>
|
||||
<test name="trackable_test">
|
||||
<mark-failure>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note refid="3" author="D. Gregor"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1396,7 +1396,7 @@ for more information.
|
|||
<library name="static_assert">
|
||||
<test name="static_assert_test_fail_8">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
|
@ -1412,7 +1412,7 @@ for more information.
|
|||
|
||||
<mark-expected-failures>
|
||||
<test name="errors_handling_test"/>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Dawes" refid="3"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
|
@ -1422,7 +1422,7 @@ for more information.
|
|||
<!-- thread -->
|
||||
<library name="thread">
|
||||
<mark-unusable>
|
||||
<toolset name="*como-win32-4.3.3*"/>
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="B. Dawes" refid="10"/>
|
||||
</mark-unusable>
|
||||
<test name="test_mutex">
|
||||
|
@ -1435,9 +1435,9 @@ for more information.
|
|||
<test name="test_tss_lib">
|
||||
<mark-failure>
|
||||
<toolset name="mingw*"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-9.3"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="cw-9_3"/>
|
||||
<toolset name="vc7"/>
|
||||
<note author="Aleksey Gurtovoy" date="19 Sep 2004">
|
||||
This functionality has not been implemented yet. The library
|
||||
|
@ -1494,21 +1494,21 @@ for more information.
|
|||
</mark-expected-failures>
|
||||
<test name="tricky_incomplete_type_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="tricky_is_enum_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="is_abstract_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-9.3*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="cw-9_3*"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -1521,8 +1521,8 @@ for more information.
|
|||
<library name="utility/enable_if">
|
||||
<mark-unusable>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -1541,8 +1541,8 @@ for more information.
|
|||
</test>
|
||||
<test name="result_of_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -1561,7 +1561,7 @@ for more information.
|
|||
<test name="recursive_variant_test">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="como-win32"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
|
@ -1572,13 +1572,13 @@ for more information.
|
|||
<test name="variant_test1">
|
||||
<mark-failure>
|
||||
<toolset name="borland"/>
|
||||
<toolset name="borland-5.6.4"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<note refid="2"/>
|
||||
</mark-failure>
|
||||
</test>
|
||||
<test name="variant_reference_test">
|
||||
<mark-failure>
|
||||
<toolset name="cw-8.3*"/>
|
||||
<toolset name="cw-8_3*"/>
|
||||
<toolset name="msvc"/>
|
||||
<toolset name="msvc-stlport"/>
|
||||
<toolset name="vc7"/>
|
||||
|
@ -1586,7 +1586,7 @@ for more information.
|
|||
</mark-failure>
|
||||
<mark-failure>
|
||||
<toolset name="intel-win32"/>
|
||||
<toolset name="intel-win32-7.1*"/>
|
||||
<toolset name="iw-7_1*"/>
|
||||
<toolset name="intel-7.1*"/>
|
||||
<note refid="2"/>
|
||||
</mark-failure>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b379061eb7addcac8b3040fa4b63ea457af90a95
|
||||
Subproject commit 438023f2c046a212c84e403a2577dd928235b5cf
|
Loading…
Add table
Reference in a new issue