diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 091e875..f7991ef 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -38,7 +38,8 @@ test-suite "bimap_test" # Test bimap container [ run test_bimap_ordered.cpp ] [ run test_bimap_unordered.cpp ] - [ run test_bimap_sequenced.cpp ] + [ run test_bimap_sequenced.cpp : : : + gcc-4.4.7,release:no ] [ run test_bimap_unconstrained.cpp ] [ run test_bimap_assign.cpp ] [ run test_bimap_property_map.cpp ] @@ -73,7 +74,9 @@ test-suite "bimap_and_boost" [ run ../example/bimap_and_boost/foreach.cpp ] [ run ../example/bimap_and_boost/lambda.cpp ] [ run ../example/bimap_and_boost/assign.cpp ] - [ run ../example/bimap_and_boost/xpressive.cpp ] + [ run ../example/bimap_and_boost/xpressive.cpp : : : + gcc-10,03:no + gcc-11,03:no ] [ run ../example/bimap_and_boost/typeof.cpp ] [ compile ../example/bimap_and_boost/serialization.cpp /boost/serialization//boost_serialization ]