Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69537 - in sandbox/icl/libs/icl/test: . cmp_clang_ttp_passing_ cmp_msvc_value_born_error_ test_casual_
From: afojgo_at_[hidden]
Date: 2011-03-03 15:39:34


Author: jofaber
Date: 2011-03-03 15:39:32 EST (Thu, 03 Mar 2011)
New Revision: 69537
URL: http://svn.boost.org/trac/boost/changeset/69537

Log:
Merged changes from trunk back to sandbox at 1.46.1
Added:
   sandbox/icl/libs/icl/test/cmp_clang_ttp_passing_/
      - copied from r68588, /trunk/libs/icl/test/cmp_clang_ttp_passing_/
   sandbox/icl/libs/icl/test/cmp_clang_ttp_passing_/cmp_clang_ttp_passing.cpp
      - copied unchanged from r68588, /trunk/libs/icl/test/cmp_clang_ttp_passing_/cmp_clang_ttp_passing.cpp
   sandbox/icl/libs/icl/test/cmp_clang_ttp_passing_/vc9_cmp_clang_ttp_passing.vcproj
      - copied unchanged from r68588, /trunk/libs/icl/test/cmp_clang_ttp_passing_/vc9_cmp_clang_ttp_passing.vcproj
   sandbox/icl/libs/icl/test/cmp_msvc_value_born_error_/
      - copied from r68588, /trunk/libs/icl/test/cmp_msvc_value_born_error_/
   sandbox/icl/libs/icl/test/cmp_msvc_value_born_error_/cmp_msvc_value_born_error.cpp
      - copied unchanged from r68588, /trunk/libs/icl/test/cmp_msvc_value_born_error_/cmp_msvc_value_born_error.cpp
Properties modified:
   sandbox/icl/libs/icl/test/ (props changed)
Text files modified:
   sandbox/icl/libs/icl/test/Jamfile.v2 | 7 ++++++-
   sandbox/icl/libs/icl/test/test_casual_/test_casual.cpp | 1 +
   sandbox/icl/libs/icl/test/vc9_icl_fast_tests.sln | 12 ++++++++++++
   3 files changed, 19 insertions(+), 1 deletions(-)

Modified: sandbox/icl/libs/icl/test/Jamfile.v2
==============================================================================
--- sandbox/icl/libs/icl/test/Jamfile.v2 (original)
+++ sandbox/icl/libs/icl/test/Jamfile.v2 2011-03-03 15:39:32 EST (Thu, 03 Mar 2011)
@@ -63,5 +63,10 @@
       
       # Bug fixes --------------------------------------------------------------
       [ run fix_include_after_thread_/fix_include_after_thread.cpp ]
- [ run fix_icl_after_thread_/fix_icl_after_thread.cpp ]
+ [ run fix_icl_after_thread_/fix_icl_after_thread.cpp ]
+
+ # Check for compiler bugs ------------------------------------------------
+ # compile-fail-tests
+ [ run cmp_msvc_value_born_error_/cmp_msvc_value_born_error.cpp ]
+ [ run cmp_clang_ttp_passing_/cmp_clang_ttp_passing.cpp ]
     ;

Modified: sandbox/icl/libs/icl/test/test_casual_/test_casual.cpp
==============================================================================
--- sandbox/icl/libs/icl/test/test_casual_/test_casual.cpp (original)
+++ sandbox/icl/libs/icl/test/test_casual_/test_casual.cpp 2011-03-03 15:39:32 EST (Thu, 03 Mar 2011)
@@ -6,6 +6,7 @@
            http://www.boost.org/LICENSE_1_0.txt)
 +-----------------------------------------------------------------------------*/
 #define BOOST_TEST_MODULE icl::casual unit test
+
 #include <libs/icl/test/disable_test_warnings.hpp>
 #include <string>
 #include <vector>

Modified: sandbox/icl/libs/icl/test/vc9_icl_fast_tests.sln
==============================================================================
--- sandbox/icl/libs/icl/test/vc9_icl_fast_tests.sln (original)
+++ sandbox/icl/libs/icl/test/vc9_icl_fast_tests.sln 2011-03-03 15:39:32 EST (Thu, 03 Mar 2011)
@@ -57,6 +57,10 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_fix_icl_after_thread", "fix_icl_after_thread_\vc9_fix_icl_after_thread.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}"
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_cmp_msvc_value_born_error", "cmp_msvc_value_born_error_\vc9_cmp_msvc_value_born_error.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA1}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vc9_cmp_clang_ttp_passing", "cmp_clang_ttp_passing_\vc9_cmp_clang_ttp_passing.vcproj", "{EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA2}"
+EndProject
 Global
         GlobalSection(SolutionConfigurationPlatforms) = preSolution
                 Debug|Win32 = Debug|Win32
@@ -175,6 +179,14 @@
                 {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Debug|Win32.Build.0 = Debug|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Release|Win32.ActiveCfg = Release|Win32
                 {EE61B7EF-EC45-4165-8B49-FD5B8D9A9FA0}.Release|Win32.Build.0 = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA1}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA1}.Debug|Win32.Build.0 = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA1}.Release|Win32.ActiveCfg = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA1}.Release|Win32.Build.0 = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA2}.Debug|Win32.Build.0 = Debug|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA2}.Release|Win32.ActiveCfg = Release|Win32
+ {EE61B7EF-EC45-4165-8B49-FD5B8D7A9FA2}.Release|Win32.Build.0 = Release|Win32
         EndGlobalSection
         GlobalSection(SolutionProperties) = preSolution
                 HideSolutionNode = FALSE


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