<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - lldb-mi tests fail on all Linux buildbots"
href="http://llvm.org/bugs/show_bug.cgi?id=22841">22841</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lldb-mi tests fail on all Linux buildbots
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vince@nethacker.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>#!/bin/bash
ROOT_DIR=/home/vharron/bisect/tmp
rm -rf /home/vharron/bisect/tmp
mkdir -p /home/vharron/bisect/tmp
cd /home/vharron/bisect/tmp
svn co <a href="https://llvm.org/svn/llvm-project/lldb/trunk">https://llvm.org/svn/llvm-project/lldb/trunk</a> lldb -q
svn co <a href="https://llvm.org/svn/llvm-project/llvm/trunk">https://llvm.org/svn/llvm-project/llvm/trunk</a> llvm -q
svn co <a href="https://llvm.org/svn/llvm-project/cfe/trunk">https://llvm.org/svn/llvm-project/cfe/trunk</a> clang -q
ln -s ../../clang llvm/tools/clang
ln -s ../../lldb llvm/tools/lldb
mkdir /home/vharron/bisect/tmp/build
cd /home/vharron/bisect/tmp/build
cmake -GNinja -DCMAKE_C_COMPILER=clang-3.5 -DCMAKE_CXX_COMPILER=clang++-3.5
-DCMAKE_BUILD_TYPE=Debug ../llvm
ninja
ninja check-lldb</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>