Removed tests which involve undefined behavior.

This commit is contained in:
Edward Diener
2014-05-01 23:21:05 -04:00
parent 4614c62130
commit 5c22605c3d
8 changed files with 1 additions and 111 deletions

View File

@ -189,8 +189,6 @@ test-suite preprocessor_isempty
test-suite preprocessor_isempty_nvm
:
[ compile isempty.cpp : <define>BOOST_PP_VARIADICS=0 : isempty_nvm ]
[ compile-fail isempty_failure.cpp : <define>BOOST_PP_VARIADICS=0 : isempty_failure_nvm ]
[ compile-fail isempty_failure2.cpp : <define>BOOST_PP_VARIADICS=0 : isempty_failure2_nvm ]
;
test-suite preprocessor_isempty_c
@ -216,14 +214,4 @@ test-suite preprocessor_isempty_c_nvm
<toolset>gcc:<cflags>-std=c99
: isempty_c_nvm
]
[ compile-fail isempty_failure.c
: <define>BOOST_PP_VARIADICS=0
<toolset>gcc:<cflags>-std=c99
: isempty_failure_c_nvm
]
[ compile-fail isempty_failure2.c
: <define>BOOST_PP_VARIADICS=0
<toolset>gcc:<cflags>-std=c99
: isempty_failure2_c_nvm
]
;