[llvm-bugs] [Bug 31870] New: test/tools/llvm-symbolizer/print_context.c fails on debian amd64
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Feb 5 05:04:37 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=31870
Bug ID: 31870
Summary: test/tools/llvm-symbolizer/print_context.c fails on
debian amd64
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: analyze
Assignee: unassignedbugs at nondot.org
Reporter: deadalnix at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
$ 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 at 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.
--
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/20170205/a2044866/attachment-0001.html>
More information about the llvm-bugs
mailing list