maliit-framework-qt5, maliit-plugins-qt5: Disable tests for gcc too

gcc12 has started failing with same error like clang

    | ../../../recipe-sysroot/usr/include/QtTest/qtestcase.h:340:34: error:
    invalid operands to binary expression ('const MImServerCommonOptions'
    and 'const MImServerCommonOptions')
    |         return compare_helper(t1 == t2, "Compared values are not the same",
    |                               ~~ ^  ~~

There do not keep it clang specific anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2022-04-14 07:56:02 -07:00
committed by Martin Jansa
parent 98086b549b
commit 851a0ad540
2 changed files with 4 additions and 4 deletions

View File

@@ -61,8 +61,8 @@ EXTRA_QMAKEVARS_PRE = "\
CONFIG+=qt5-inputcontext \
"
# tests fail to build with clang
EXTRA_QMAKEVARS_PRE:append:toolchain-clang = " CONFIG+=notests"
# tests fail to build with gcc12/clang
EXTRA_QMAKEVARS_PRE:append = " CONFIG+=notests"
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"

View File

@@ -27,8 +27,8 @@ EXTRA_QMAKEVARS_PRE = "\
CONFIG+=nodoc \
"
# tests fail to build with clang
EXTRA_QMAKEVARS_PRE:append:toolchain-clang = " CONFIG+=notests"
# tests fail to build with gcc12/clang
EXTRA_QMAKEVARS_PRE:append = " CONFIG+=notests"
FILES:${PN} += "\
${libdir}/maliit \