Only use gcc debug containers on the container_fwd_test.

[SVN r58395]
This commit is contained in:
Daniel James
2009-12-15 13:16:50 +00:00
parent fbd3e1c7ea
commit 7fc5d81933

View File

@@ -12,8 +12,6 @@ project hash-tests
<toolset>intel:<cxxflags>-strict-ansi <toolset>intel:<cxxflags>-strict-ansi
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" <toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter" <toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
<toolset>gcc:<define>_GLIBCXX_DEBUG
<toolset>darwin:<define>_GLIBCXX_DEBUG
<toolset>msvc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on
#<toolset>gcc:<warnings-as-errors>on #<toolset>gcc:<warnings-as-errors>on
#<toolset>darwin:<warnings-as-errors>on #<toolset>darwin:<warnings-as-errors>on
@@ -45,6 +43,7 @@ test-suite functional/hash
[ run link_ext_test.cpp link_no_ext_test.cpp ] [ run link_ext_test.cpp link_no_ext_test.cpp ]
[ run extensions_hpp_test.cpp ] [ run extensions_hpp_test.cpp ]
[ run container_fwd_test.cpp ] [ run container_fwd_test.cpp ]
[ run container_fwd_test.cpp : : : <define>_GLIBCXX_DEBUG : container_fwd_gcc_debug ]
[ compile-fail hash_no_ext_fail_test.cpp ] [ compile-fail hash_no_ext_fail_test.cpp ]
[ compile-fail namespace_fail_test.cpp ] [ compile-fail namespace_fail_test.cpp ]
[ run hash_no_ext_macro_1.cpp ] [ run hash_no_ext_macro_1.cpp ]