|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64328 - in sandbox/SOC/2010/bit_masks: . lib/integer/test/bft_testing
From: bbartmanboost_at_[hidden]
Date: 2010-07-25 11:02:45
Author: bbartman
Date: 2010-07-25 11:02:44 EDT (Sun, 25 Jul 2010)
New Revision: 64328
URL: http://svn.boost.org/trac/boost/changeset/64328
Log:
working on creating the custom policy and custom member
Text files modified:
sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp | 1 +
sandbox/SOC/2010/bit_masks/notes.txt | 8 +++++---
2 files changed, 6 insertions(+), 3 deletions(-)
Modified: sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp
==============================================================================
--- sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp (original)
+++ sandbox/SOC/2010/bit_masks/lib/integer/test/bft_testing/custom_member_test.cpp 2010-07-25 11:02:44 EDT (Sun, 25 Jul 2010)
@@ -45,3 +45,4 @@
}
return 0;
}
+
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-25 11:02:44 EDT (Sun, 25 Jul 2010)
@@ -152,7 +152,7 @@
20) fails_on_64_bit.cpp
a) Move the contents into boost_endian_integration_test.cpp
-21) Remove the ppb_testing folder.
+21) Remove the ppb_testing folder and tests from the jam file.
TO BE ADDED TO TESTS SECTION
Test which need to be created as a result of modifications or additions!
@@ -160,8 +160,10 @@
1) !DONE! Add interface test for the interface macros. !DONE!
2) interface meta-function test suite.
3) Create additional tests for count leading and trailing zero meta-functions.
-4) Create Compile failure test for pointer member mask being 0.
-5) Create compile Failure test for custom member mask being 0.
+4) Create compile failure test for pointer member mask being 0.
+5) Create compile failure test for pointer member mask not being same size as
+ pointer.
+6) Create compile Failure test for custom member mask being 0.
--------------------------------------------------------------------------------
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