<html>
<head>
<base href="https://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 --- - test/tools/llvm-symbolizer/print_context.c fails on debian amd64"
href="https://llvm.org/bugs/show_bug.cgi?id=31870">31870</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>test/tools/llvm-symbolizer/print_context.c fails on debian amd64
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>analyze
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>deadalnix@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>$ bin/llvm-lit ../test/tools/llvm-symbolizer/print_context.c
-- Testing: 1 tests, 1 threads --
FAIL: LLVM :: tools/llvm-symbolizer/print_context.c (1 of 1)
Testing Time: 0.08s
********************
Failing Tests (1):
LLVM :: tools/llvm-symbolizer/print_context.c
Unexpected Failures: 1
deadalnix@deadalnix-kimsufi:~/llvm/build$ bin/llvm-lit -v
../test/tools/llvm-symbolizer/print_context.c
-- Testing: 1 tests, 1 threads --
FAIL: LLVM :: tools/llvm-symbolizer/print_context.c (1 of 1)
******************** TEST 'LLVM :: tools/llvm-symbolizer/print_context.c'
FAILED ********************
Script:
--
/usr/bin/cc -O0 -g
/home/deadalnix/llvm/test/tools/llvm-symbolizer/print_context.c -o
/home/deadalnix/llvm/build/test/tools/llvm-symbolizer/Output/print_context.c.tmp
2>&1
/home/deadalnix/llvm/build/test/tools/llvm-symbolizer/Output/print_context.c.tmp
2>&1 | /home/deadalnix/llvm/build/./bin/llvm-symbolizer
-print-source-context-lines=5
-obj=/home/deadalnix/llvm/build/test/tools/llvm-symbolizer/Output/print_context.c.tmp
| /home/deadalnix/llvm/build/./bin/FileCheck
/home/deadalnix/llvm/test/tools/llvm-symbolizer/print_context.c
--
Exit Code: 1
Command Output (stderr):
--
/home/deadalnix/llvm/test/tools/llvm-symbolizer/print_context.c:16:11: error:
expected string not found in input
// CHECK: inc
^
<stdin>:1:1: note: scanning from here
_fini
^
<stdin>:1:3: note: possible intended match here
_fini
^
--
********************
Testing Time: 0.07s
********************
Failing Tests (1):
LLVM :: tools/llvm-symbolizer/print_context.c
Unexpected Failures: 1
PS: The component isn't the right one, llvm-symbolizer isn't in the list.</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>