Add support for "known failures", which match the build name via a

regular expression and are attached to test cases as a "known-failure"
label.


[SVN r53014]
This commit is contained in:
Douglas Gregor
2009-05-15 04:44:20 +00:00
parent 41a677bdaf
commit 30419ed5e0

View File

@ -3,7 +3,8 @@ boost_additional_test_dependencies(optional BOOST_DEPENDS test tuple)
boost_test_run(optional_test)
boost_test_run(optional_test_tie)
boost_test_run(optional_test_ref)
boost_test_run(optional_test_ref
KNOWN_FAILURES "gcc-4.[0-3].[0-9]-.*")
boost_test_run(optional_test_inplace)
boost_test_run(optional_test_io)
boost_test_compile_fail(optional_test_fail1)