mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
Don't run 'correctly_disable' tests by default.
This commit is contained in:
@@ -21,9 +21,19 @@ run container_fwd_test.cpp : :
|
||||
: <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
|
||||
: container_fwd_debug ;
|
||||
|
||||
# The 'correctly_disable' tests fail if forward declaring standard types
|
||||
# could work, but is currently not being done. Unfortunately, this if often
|
||||
# the case - but we can't detect it, so the tests fail and there's not much
|
||||
# we can do. There are also problems because some compilers don't support
|
||||
# the debug version of their libraries. So I felt it was best to stop these
|
||||
# tests from running in a normal test run..
|
||||
|
||||
compile-fail correctly_disable_fail.cpp
|
||||
: <warnings-as-errors>off
|
||||
: correctly_disable ;
|
||||
compile-fail correctly_disable_fail.cpp
|
||||
: <warnings-as-errors>off <define>_STLP_DEBUG <define>_GLIBCXX_DEBUG
|
||||
: correctly_disable_debug ;
|
||||
|
||||
explicit correctly_disable ;
|
||||
explicit correctly_disable_debug ;
|
||||
|
Reference in New Issue
Block a user