eclass/tests/toolchain-funcs.sh add test for 'tc-cpp-is-true()'
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 6 Nov 2019 22:40:18 +0000 (22:40 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 6 Nov 2019 22:44:34 +0000 (22:44 +0000)
commit8f02136721af40dd89a09101504750fb28f8142e
tree70ec92a33b182635104f88969175f0d27a784bd1
parent3ef6b33339da7bb04afd77e1bc5db011b02d658a
eclass/tests/toolchain-funcs.sh add test for 'tc-cpp-is-true()'

With patch from bug #698912 reverted we observe failures as:
 * Testing tc-cpp-is-true (gcc, defined) ...              [ ok ]
 * Testing tc-cpp-is-true (gcc, not defined) ...          [ ok ]
 * Testing tc-cpp-is-true (gcc, defined on -ggdb3) ...    [ !! ]
 * Testing tc-cpp-is-true (clang, defined) ...            [ !! ]
 * Testing tc-cpp-is-true (clang, not defined) ...        [ ok ]
 * Testing tc-cpp-is-true (clang, defined on -ggdb3) ...  [ !! ]

Closes: https://bugs.gentoo.org/698912
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/tests/toolchain-funcs.sh