[Lldb-commits] [lldb] r290821 - XFail TestNoreturnUnwind for arm targets

2017-01-02 Thread Omair Javaid via lldb-commits
Author: omjavaid Date: Mon Jan 2 12:40:20 2017 New Revision: 290821 URL: http://llvm.org/viewvc/llvm-project?rev=290821&view=rev Log: XFail TestNoreturnUnwind for arm targets TestNoreturnUnwind fails on arm/aarch32 linux targets. Bug is already described for x86_64 android targets in llvm.org/p

[Lldb-commits] [PATCH] D26249: [unittests] Split DWARF tests out of PDB, fix standalone build

2017-01-02 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL290819: [unittests] Split DWARF tests out of PDB, fix standalone build (authored by mgorny). Changed prior to commit: https://reviews.llvm.org/D26249?vs=82676&id=82812#toc Repository: rL LLVM https:

[Lldb-commits] [lldb] r290819 - [unittests] Split DWARF tests out of PDB, fix standalone build

2017-01-02 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Mon Jan 2 12:20:33 2017 New Revision: 290819 URL: http://llvm.org/viewvc/llvm-project?rev=290819&view=rev Log: [unittests] Split DWARF tests out of PDB, fix standalone build Split the PDB tests into DWARF test and actual PDB tests, the latter requiring DIA SDK. Use the new L