summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2009-06-06 13:53:19 +0000
committerDaniel James <daniel@calamity.org.uk>2009-06-06 13:53:19 +0000
commit572e38e6c60eaa396e2898408725750482e38cf7 (patch)
tree3ca82ebf2fb3499cfe532c3d0bae8207dff869e3 /status
parent6ec40f652d782e26b4a2aa35a2f3408e057aa5e5 (diff)
downloadboost-572e38e6c60eaa396e2898408725750482e38cf7.tar.gz
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. ........ [SVN r53686]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index b0cb4f6d0b..6ae26c63d4 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -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.