|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r53686 - in branches/release: . libs/functional/hash/test status
From: daniel_james_at_[hidden]
Date: 2009-06-06 09:53:20
Author: danieljames
Date: 2009-06-06 09:53:19 EDT (Sat, 06 Jun 2009)
New Revision: 53686
URL: http://svn.boost.org/trac/boost/changeset/53686
Log:
Minor hash test changes.
Merged revisions 53522-53523 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r53522 | danieljames | 2009-06-01 07:49:45 +0100 (Mon, 01 Jun 2009) | 1 line
Test the hash functions for a couple of typedefs.
........
r53523 | danieljames | 2009-06-01 07:50:14 +0100 (Mon, 01 Jun 2009) | 2 lines
Recent versions of borland haven't fixed some of their namespace bugs, so mark
up their hash failures for all versions.
........
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/libs/functional/hash/test/hash_number_test.cpp | 3 +++
branches/release/status/explicit-failures-markup.xml | 8 ++------
2 files changed, 5 insertions(+), 6 deletions(-)
Modified: branches/release/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- branches/release/libs/functional/hash/test/hash_number_test.cpp (original)
+++ branches/release/libs/functional/hash/test/hash_number_test.cpp 2009-06-06 09:53:19 EDT (Sat, 06 Jun 2009)
@@ -157,6 +157,9 @@
NUMERIC_TEST(float, float)
NUMERIC_TEST(double, double)
+ NUMERIC_TEST(std::size_t, size_t)
+ NUMERIC_TEST(std::ptrdiff_t, ptrdiff_t)
+
bool_test();
return boost::report_errors();
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2009-06-06 09:53:19 EDT (Sat, 06 Jun 2009)
@@ -1716,9 +1716,7 @@
<mark-expected-failures>
<test name="point" />
- <toolset name="borland-5.6*"/>
- <toolset name="borland-5.8*"/>
- <toolset name="borland-5.9*"/>
+ <toolset name="borland-*"/>
<note author="Daniel James">
It appears that Borland doesn't find friend functions defined
in a class by ADL. This is easily fixed but this example is
@@ -1729,9 +1727,7 @@
<mark-expected-failures>
<test name="hash_global_namespace_test" />
- <toolset name="borland-5.6*"/>
- <toolset name="borland-5.8*"/>
- <toolset name="borland-5.9*"/>
+ <toolset name="borland-*"/>
<note author="Daniel James">
The test demonstrates a Borland bug - functions that aren't
in a namespace don't appear to be found by ADL.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk