$ 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.
Has also been failing on the AVR buildbot http://lab.llvm.org:8014/builders/llvm-avr-linux/builds/4264, which also happens to be Debian amd64.
Fixed by David Blaikie in r309517 Most of the other symbolizer tests had object files checked in rather than generated by the host compiler. David has changed this test to work the same way.