Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56828 - in sandbox/itl/libs/validate/test: . test_bit_collector_ test_collector_ test_itl_morphic_ test_itl_set_ test_map_copy_conformity_ test_map_order_ test_set_order_ test_signed_quantifier_ test_unsigned_quantifier_ test_val_relations_
From: afojgo_at_[hidden]
Date: 2009-10-14 10:33:55


Author: jofaber
Date: 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
New Revision: 56828
URL: http://svn.boost.org/trac/boost/changeset/56828

Log:
Renamed test modules. Excluded largest law based tests, that fail to link. Stable {msvc-8.0, 9.0; gcc-3.4.4}

Text files modified:
   sandbox/itl/libs/validate/test/Jamfile.v2 | 13 ++++++-------
   sandbox/itl/libs/validate/test/test_bit_collector_/test_bit_collector.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_collector_/test_collector.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_itl_morphic_/test_itl_morphic.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_itl_set_/test_itl_set.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_map_copy_conformity_/test_map_copy_conformity.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_map_order_/test_map_order.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_set_order_/test_set_order.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_signed_quantifier_/test_signed_quantifier.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_unsigned_quantifier_/test_unsigned_quantifier.cpp | 2 +-
   sandbox/itl/libs/validate/test/test_val_relations_/test_val_relations.cpp | 2 +-
   11 files changed, 16 insertions(+), 17 deletions(-)

Modified: sandbox/itl/libs/validate/test/Jamfile.v2
==============================================================================
--- sandbox/itl/libs/validate/test/Jamfile.v2 (original)
+++ sandbox/itl/libs/validate/test/Jamfile.v2 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -39,15 +39,14 @@
       [ run test_unsigned_quantifier_/test_unsigned_quantifier.cpp ../src/gentor/gentorprofile.cpp ]
       
       # msvc9 compilation time:
- [ run test_itl_morphic_/test_itl_morphic.cpp ../src/gentor/gentorprofile.cpp ]
-
- # msvc9 compilation time: 2:36
- [ run test_signed_quantifier_/test_signed_quantifier.cpp ../src/gentor/gentorprofile.cpp ]
-
- # msvc9 compilation time:
       [ run test_set_order_/test_set_order.cpp ../src/gentor/gentorprofile.cpp ]
       
       # msvc9 compilation time:
- [ run test_map_order_/test_map_order.cpp ../src/gentor/gentorprofile.cpp ]
+ # [ run test_map_order_/test_map_order.cpp ../src/gentor/gentorprofile.cpp ]
+
+ # msvc9 compilation time:
+ # [ run test_itl_morphic_/test_itl_morphic.cpp ../src/gentor/gentorprofile.cpp ]
       
+ # msvc9 compilation time: 2:36
+ # [ run test_signed_quantifier_/test_signed_quantifier.cpp ../src/gentor/gentorprofile.cpp ]
     ;

Modified: sandbox/itl/libs/validate/test/test_bit_collector_/test_bit_collector.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_bit_collector_/test_bit_collector.cpp (original)
+++ sandbox/itl/libs/validate/test/test_bit_collector_/test_bit_collector.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::bit_collector_copy_conformity unit test
+#define BOOST_TEST_MODULE validate::itl_bit_collector unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_collector_/test_collector.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_collector_/test_collector.cpp (original)
+++ sandbox/itl/libs/validate/test/test_collector_/test_collector.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::collector unit test
+#define BOOST_TEST_MODULE validate::itl_collector unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_itl_morphic_/test_itl_morphic.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_itl_morphic_/test_itl_morphic.cpp (original)
+++ sandbox/itl/libs/validate/test/test_itl_morphic_/test_itl_morphic.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::itl_morphic_copy_conformity unit test
+#define BOOST_TEST_MODULE validate::itl_itl_morphic unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_itl_set_/test_itl_set.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_itl_set_/test_itl_set.cpp (original)
+++ sandbox/itl/libs/validate/test/test_itl_set_/test_itl_set.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::itl_set_copy_conformity unit test
+#define BOOST_TEST_MODULE validate::itl_itl_set unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_map_copy_conformity_/test_map_copy_conformity.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_map_copy_conformity_/test_map_copy_conformity.cpp (original)
+++ sandbox/itl/libs/validate/test/test_map_copy_conformity_/test_map_copy_conformity.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::itl_set_copy_conformity unit test
+#define BOOST_TEST_MODULE validate::itl_map_copy_conformity unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_map_order_/test_map_order.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_map_order_/test_map_order.cpp (original)
+++ sandbox/itl/libs/validate/test/test_map_order_/test_map_order.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::map_order unit test
+#define BOOST_TEST_MODULE validate::itl_map_order unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_set_order_/test_set_order.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_set_order_/test_set_order.cpp (original)
+++ sandbox/itl/libs/validate/test/test_set_order_/test_set_order.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::set_order unit test
+#define BOOST_TEST_MODULE validate::itl_set_order unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_signed_quantifier_/test_signed_quantifier.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_signed_quantifier_/test_signed_quantifier.cpp (original)
+++ sandbox/itl/libs/validate/test/test_signed_quantifier_/test_signed_quantifier.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::signed_quantifier_copy_conformity unit test
+#define BOOST_TEST_MODULE validate::itl_signed_quantifier unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_unsigned_quantifier_/test_unsigned_quantifier.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_unsigned_quantifier_/test_unsigned_quantifier.cpp (original)
+++ sandbox/itl/libs/validate/test/test_unsigned_quantifier_/test_unsigned_quantifier.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::unsigned_quantifier unit test
+#define BOOST_TEST_MODULE validate::itl_unsigned_quantifier unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/itl/libs/validate/test/test_val_relations_/test_val_relations.cpp
==============================================================================
--- sandbox/itl/libs/validate/test/test_val_relations_/test_val_relations.cpp (original)
+++ sandbox/itl/libs/validate/test/test_val_relations_/test_val_relations.cpp 2009-10-14 10:33:54 EDT (Wed, 14 Oct 2009)
@@ -7,7 +7,7 @@
       (See accompanying file LICENCE.txt or copy at
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
-#define BOOST_TEST_MODULE validate::itl_val_relations unit test
+#define BOOST_TEST_MODULE validate::itl_itl_val_relations unit test
 #include <string>
 #include <iostream>
 #include <boost/test/unit_test.hpp>


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