[llvm-bugs] [Bug 24926] New: OS X cmake failing tests after rL248338

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 24 08:58:56 PDT 2015


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

            Bug ID: 24926
           Summary: OS X cmake failing tests after rL248338
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

>From http://reviews.llvm.org/rL248338:

=== snip ===

Hi Enrico,

This commit has caused catasrophic test failures on OSX. The failure count went
up by 512.

lldb is built with cmake/ninja, and tests are run in the test dir as follows:

cd ~/llvm
mkdir -p build_ninja && cd build_ninja
cmake -G Ninja .. "-DLLVM_TARGETS_TO_BUILD=ARM;X86;AArch64"
-DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_BUILD_TYPE=Release
security unlock-keychain -p <psw> 
/Users/testuser/Library/Keychains/login.keychain
ninja
cd ../tools/lldb/test
./dotest.py --output-on-success -v
Can you have a look please?

Thanks in advance,
-Dawn

=== snip ===

I'm starting to look at this now.

-- 
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/20150924/2a44f27e/attachment.html>


More information about the llvm-bugs mailing list