[Libreoffice-commits] core.git: solenv/CompilerTest_compilerplugins_clang.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 19 20:13:32 UTC 2018


 solenv/CompilerTest_compilerplugins_clang.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e3e8d52625c2dc7a277a955d4ae2ad10c60c5f1b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Nov 19 21:06:55 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Nov 19 21:06:55 2018 +0100

    Temporarily disable compilerplugins/clang/test/staticconstfield
    
    Of the "Gerrit Linux clang/dbgutil" build nodes, one (tb79-pollux) has done the
    lode update to use Clang 3.9.1, while the other two nodes (tb75-lilith and
    tb76-maggie) are still at the old Clang 3.8.0.  When building Gerrit changes for
    master, tb79-pollux started to fail in
    compilerplugins/clang/test/staticconstfield now
    (<https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/20247/> and
    <https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/20252/>) while such
    builds on the other two nodes still succeed.  So it looks like Clang 3.9.1 has
    some issue with that loplugin, which will need further inspection.  For now, to
    not break Gerrit/Jenkins builds, disable that test.
    
    Change-Id: I1bd380fb98d3b9a411dd04578a5620cdb27cd35b

diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index 5b07568c1f75..96f71a5beda2 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -53,7 +53,6 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
     compilerplugins/clang/test/simplifyconstruct \
     compilerplugins/clang/test/simplifydynamiccast \
     compilerplugins/clang/test/singlevalfields \
-    compilerplugins/clang/test/staticconstfield \
     compilerplugins/clang/test/staticvar \
     compilerplugins/clang/test/stringbuffer \
     compilerplugins/clang/test/stringconstant \


More information about the Libreoffice-commits mailing list