[all-commits] [llvm/llvm-project] a6370d: [lldb][test] - Update basic-elf.yaml to fix build ...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Sat Feb 22 05:09:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a6370d5798313e99d37fb85db5d78f1141506864
https://github.com/llvm/llvm-project/commit/a6370d5798313e99d37fb85db5d78f1141506864
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml
Log Message:
-----------
[lldb][test] - Update basic-elf.yaml to fix build bot.
D74764 (https://reviews.llvm.org/rG31f2ad9c368d47721508cbd0d120d626f9041715)
changed the behavior of the yaml2obj. Now it assigns virtual addresses
for allocatable sections.
SymbolFile/Breakpad/symtab.test started to fail after this change:
(http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/5520/steps/test/logs/stdio)
Command Output (stderr):
--
/home/worker/lldb-x86_64-debian/lldb-x86_64-debian/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/symtab.test:6:10: error: CHECK: expected string not found in input
# CHECK: Symtab, file = {{.*}}symtab.out, num_symbols = 5:
^
<stdin>:15:1: note: scanning from here
Symtab, file = /home/worker/lldb-x86_64-debian/lldb-x86_64-debian/build/tools/lldb/test/SymbolFile/Breakpad/Output/symtab.out, num_symbols = 6:
^
<stdin>:15:99: note: possible intended match here
Symtab, file = /home/worker/lldb-x86_64-debian/lldb-x86_64-debian/build/tools/lldb/test/SymbolFile/Breakpad/Output/symtab.out, num_symbols = 6:
For now I've updated the basic-elf.yaml so that now it produce the same layout as before D74764.
Breakpad/symtab.test should be updated it seems.
More information about the All-commits
mailing list