mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
merged uuid from trunk
[SVN r60927]
This commit is contained in:
parent
6340eae874
commit
30ced86433
2 changed files with 51 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 85c70c76dbd2de1566833d21376ca0e7072fe866
|
||||
Subproject commit 3ca9d3fae00805833d42210e51f24966939fbc05
|
|
@ -5970,6 +5970,56 @@ These tests will fail in most compilers that don't support rvalue references.
|
|||
</library>
|
||||
|
||||
|
||||
<!-- uuid -->
|
||||
<library name="uuid">
|
||||
<mark-expected-failures>
|
||||
<test name="test_serialization"/>
|
||||
<toolset name="cuda-2.2"/>
|
||||
<toolset name="borland-cb2009"/>
|
||||
<toolset name="borland-cb2010"/>
|
||||
<toolset name="borland-5.9.3"/>
|
||||
<toolset name="borland-6.1.3"/>
|
||||
<toolset name="borland-6.2.1"/>
|
||||
<note author="Andy Tompkins">
|
||||
The test relies on Boost.Serialization which is not
|
||||
supported on this toolset.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="test_random_generator"/>
|
||||
<test name="test_tagging"/>
|
||||
<test name="test_uuid_class"/>
|
||||
<toolset name="borland-cb2009"/>
|
||||
<toolset name="borland-cb2010"/>
|
||||
<toolset name="borland-5.9.3"/>
|
||||
<toolset name="borland-6.1.3"/>
|
||||
<toolset name="borland-6.2.1"/>
|
||||
<note author="Andy Tompkins">
|
||||
The test relies on Boost.Random which is not supported
|
||||
on this toolset.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="test_uuid"/>
|
||||
<toolset name="borland-cb2009"/>
|
||||
<toolset name="borland-cb2010"/>
|
||||
<toolset name="borland-5.9.3"/>
|
||||
<toolset name="borland-6.1.3"/>
|
||||
<toolset name="borland-6.2.1"/>
|
||||
<note author="Andy Tompkins" refid="28"/>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="compile_random_generator"/>
|
||||
<test name="compile_uuid_generators"/>
|
||||
<test name="test_include1"/>
|
||||
<toolset name="borland-6.2.1"/>
|
||||
<note author="Andy Tompkins">
|
||||
The test relies on Boost.Iterator (iterator_facade)
|
||||
which is not supported on this toolset.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- variant -->
|
||||
<library name="variant">
|
||||
<mark-unusable>
|
||||
|
|
Loading…
Add table
Reference in a new issue