mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 20:17:21 +02:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user