[llvm-bugs] [Bug 32834] New: r301144 cause build failure with LibreOffice

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Apr 27 18:45:17 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32834

            Bug ID: 32834
           Summary: r301144 cause build failure with LibreOffice
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: lukebenes at hotmail.com
                CC: llvm-bugs at lists.llvm.org

Commit r301144
http://llvm.org/viewvc/llvm-project?view=revision&revision=301144 causes
LibreOffice Unit tests to fail during the build. 

Steps to reproduce:
1. $ git clone git://anongit.freedesktop.org/libreoffice/core
2. $ apt-get build-dep libreoffice ( also lo_usefull Shell Script if missing
dep)
3. Remove ccache if it's installed ( ccache generates warning w/ clang)
4. create file autogen.input with CC=clang and CXX=clang++
5 ./autogen.sh && make 

r301143 and earlier:
Build completes without error

after r301144
/sc/qa/unit/tiledrendering/tiledrendering.cxx:221:(anonymous
namespace)::ScTiledRenderingTest::testRowColumnSelections
equality assertion failed
- Expected: 1   2       3       4       5       6       7       8       9      
10      11      12      13      14      15      16      17      18      19     
20      21

- Actual  : 

(anonymous namespace)::ScTiledRenderingTest::testRowColumnSelections finished
in: 546ms
/sc/qa/unit/tiledrendering/tiledrendering.cxx:311:(anonymous
namespace)::ScTiledRenderingTest::testSortAscendingDescending
equality assertion failed
- Expected: 1
- Actual  : 5

(anonymous namespace)::ScTiledRenderingTest::testViewCursors finished in: 121ms
/sc/qa/unit/tiledrendering/tiledrendering.cxx:560:(anonymous
namespace)::ScTiledRenderingTest::testTextViewSelection
assertion failed
- Expression: aView1.m_bTextViewSelectionInvalidated


Error: a unit test failed, please do one of:
make CppunitTest_sc_tiledrendering CPPUNITTRACE="gdb --args"
    # for interactive debugging on Linux

/solenv/gbuild/CppunitTest.mk:109: recipe for target
'/workdir/CppunitTest/sc_tiledrendering.test' failed
make[1]: *** [/workdir/CppunitTest/sc_tiledrendering.test] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:264: recipe for target 'build' failed
make: *** [build] Error 2



The current ToT clang version 5.0.0 (trunk 301561)
is failing with the above error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170428/b532eb59/attachment.html>


More information about the llvm-bugs mailing list