<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 --- - llvm-lit should respect the test file's path from the command line."
href="http://llvm.org/bugs/show_bug.cgi?id=15473">15473</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>llvm-lit should respect the test file's path from the command line.
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</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>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>atrick@apple.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>/b/clean/Debug+Asserts/bin/llvm-lit
/s/fix/test/Transforms/SimplifyCFG/basictest.ll -v
******************** TEST 'LLVM :: Transforms/SimplifyCFG/basictest.ll' FAILED
/b/mirrorclean/Release+Asserts/bin/opt <
/s/mirror/test/Transforms/SimplifyCFG/basictest.ll -simplifycfg -S |
/b/mirror/Release+Asserts/bin/FileCheck
/s/clean/test/Transforms/SimplifyCFG/basictest.ll
Not only does lit silently pick up the Release+Asserts tool (PR15218)...
It also *silently* picks on a test file from a different location than the one
I explicitly provided. The only reason I see the problem with llvm-lit -v is
that I hacked the test to fail.
The horrible thing about this: unless your test fails, you have no idea that
lit is using the wrong version of the tool AND the wrong copy of the test.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>