Boost logo

Boost Testing :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-06-27 08:50:24


Toon Knapen wrote:
> As previously reported, compiling the test-file ptr_array.cpp of the
> boost.ptr_container library makes the IBM compiler hang.
>
> Is there a way to disable (the compilation of) this test on vacpp or to
> disable all tests of the boost.ptr_container library because this
> problem makes that I can't update the regression status for vacpp at all
> anymore.

This should do it:

Index: libs/ptr_container/test/Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/ptr_container/test/Jamfile,v
retrieving revision 1.5
diff -u -r1.5 Jamfile
--- libs/ptr_container/test/Jamfile 23 Mar 2005 13:48:25 -0000 1.5
+++ libs/ptr_container/test/Jamfile 27 Jun 2005 13:46:56 -0000
@@ -3,12 +3,13 @@

  import testing ;

-rule sc-test ( name )
+rule sc-test ( name : requirements * )
  {
      return [
        run $(name).cpp
        <lib>../../test/build/boost_unit_test_framework
        : : :
+ $(requirements)
             ]
      ;
  }
@@ -20,7 +21,7 @@
      [ sc-test ptr_deque ]
      [ sc-test ptr_set ]
      [ sc-test ptr_map ]
- [ sc-test ptr_array ]
+ [ sc-test ptr_array : <vacpp><*><build>no ]
  # [ sc-test simple_test ]
      [ sc-test tree_test ]
  # [ sc-test pointainer_speed ]
===================================================================

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

Boost-testing list run by mbergal at meta-comm.com