Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64439 - in sandbox/SOC/2010/bit_masks: . lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-29 09:59:28


Author: bbartman
Date: 2010-07-29 09:59:26 EDT (Thu, 29 Jul 2010)
New Revision: 64439
URL: http://svn.boost.org/trac/boost/changeset/64439

Log:

working on updating my test suite for some of my macros however that seems to be extremely difficult to actually do
Text files modified:
   sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/template_expansion_marco_test.cpp | 5 +++--
   sandbox/SOC/2010/bit_masks/notes.txt | 27 +++++++++++----------------
   2 files changed, 14 insertions(+), 18 deletions(-)

Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/template_expansion_marco_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/template_expansion_marco_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/template_expansion_marco_test.cpp 2010-07-29 09:59:26 EDT (Thu, 29 Jul 2010)
@@ -5,11 +5,12 @@
 
 
 #include <boost/integer/bitfield_tuple.hpp>
-
-#include <boost/assert.hpp>
 #include <typeinfo>
 #include <iostream>
 
+// This is compile pass test and needs to be moved into
+// the correct location as such I think.
+
 using namespace boost;
 using namespace boost::bitfields;
 

Modified: sandbox/SOC/2010/bit_masks/notes.txt
==============================================================================
--- sandbox/SOC/2010/bit_masks/notes.txt (original)
+++ sandbox/SOC/2010/bit_masks/notes.txt 2010-07-29 09:59:26 EDT (Thu, 29 Jul 2010)
@@ -46,11 +46,6 @@
 --------------------------------------------------------------------------------
 1) variadic_sequence_testing.cpp
 
-3) template_expansion_marco_test.cpp
- a) Make this an actual test to make sure that everything is correctly
- getting expanded.
- b) Find a better way to test this.
- d) Change to using the <boost/detail/lightweight_test.hpp> framework.
 
 
 
@@ -59,11 +54,6 @@
 5) pointer_parsing_meta_function_test.cpp
 6) pointer_member_test.cpp
 7) name_accessor_test.cpp
-
-9) make_bft_testing.cpp
- c) This may need additional test to make sure that the macros are correctly
- generating the code for the correct number of valid parameters.
-
 10) get_interface_test.cpp
 11) fusion_iterator_testing.cpp
 12) fusion_integration_testing.cpp
@@ -71,17 +61,22 @@
 14) filler_test.cpp
 15) deduced_storage_type_test.cpp
 16) deduced_storage_type_long_long_test.cpp
+18) bitfield_tuple_test.hpp
+19) align_test.cpp
 
 
+3) template_expansion_marco_test.cpp
+ a) Make this an actual test to make sure that everything is correctly
+ getting expanded.
+ b) Find a better way to test this.
+ d) Change to using the <boost/detail/lightweight_test.hpp> framework.
+
+9) make_bft_testing.cpp
+ c) This may need additional test to make sure that the macros are correctly
+ generating the code for the correct number of valid parameters.
 17) custom_member_test.cpp
     b) Implement test suite.
 
-18) bitfield_tuple_test.hpp
-19) align_test.cpp
-
-
-20) fails_on_64_bit.cpp
- a) Move the contents into boost_endian_integration_test.cpp
 
 
                         TO BE ADDED TO TESTS SECTION


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