summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorThomas Witt <witt@acm.org>2007-02-20 08:11:48 +0000
committerThomas Witt <witt@acm.org>2007-02-20 08:11:48 +0000
commit93ac770856f0af01f1fec3b28d5f444203d03959 (patch)
tree2564b6cbf2d91ed41a5332daa90358a00e7f9824 /status
parentb5291c35a1c0b59c298fb4945c3ad7a89a794ca6 (diff)
downloadboost-93ac770856f0af01f1fec3b28d5f444203d03959.tar.gz
Add explicit failure on acc as reuested by Boris Gubenko.
[SVN r37014]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 60549e1e58..e45101b112 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -2659,6 +2659,16 @@ for more information.
</note>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="is_lvalue_iterator"/>
+ <toolset name="acc"/>
+ <note author="Boris Gubenko">
+ For some currently unknown reason, with aCC6, this test can be compiled
+ only in strict ansi mode. Since on HP-UX/aCC6 boost testing is done in the
+ default compilation mode, this test fails to compile on this platform.
+ </note>
+ </mark-expected-failures>
+
</library>
@@ -2805,7 +2815,7 @@ for more information.
</test>
<test name="udt_example_0">
<mark-failure>
- <toolset name="msvc-6.5_stlport4"/>
+ <toolset name="acc"/>
<toolset name="borland-5.6.4"/>
<toolset name="borland-5.8.2"/>
<toolset name="msvc-6.5*"/>