From 0a38ca1660a5555fe3e7b6dc48b3706234cf97ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Mon, 27 Feb 2006 15:26:45 +0000 Subject: [PATCH] Disable pointer_vector test on HP-CXX for now. [SVN r33147] --- test/Jamfile.v2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index da425b0b..71f44aee 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -126,7 +126,14 @@ bpl-test crossmod_exception [ bpl-test docstring ] [ bpl-test vector_indexing_suite ] -[ bpl-test pointer_vector ] + +[ bpl-test pointer_vector + : # files + : # requirements + # Turn off this test on HP CXX, as the test hangs when executing. + # Whenever the cause for the failure of the polymorphism test is found + # and fixed, this should be retested. + hp_cxx:no ] [ python-extension map_indexing_suite_ext : map_indexing_suite.cpp int_map_indexing_suite.cpp