Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / symbolize-filter-markup-module.test
blob38ef796b913d4d2b88311b9d9cd73293fa91e131
1 RUN: split-file %s %t
2 RUN: llvm-symbolizer --filter-markup < %t/log > %t.out 2> %t.err
3 RUN: FileCheck %s --input-file=%t.out --match-full-lines \
4 RUN:   --implicit-check-not {{.}}
5 RUN: FileCheck %s --check-prefix=ERR -input-file=%t.err --match-full-lines
7 CHECK: [[BEGIN:\[{3}]]ELF module #0x0 "a.o"; BuildID=ab[[END:\]{3}]]
8 CHECK: [[BEGIN]]ELF module #0x1 "b.o"; BuildID=abb50d82b6bdc861[[END]]
9 CHECK: [[BEGIN]]ELF module #0x2 "c.o"; BuildID=cd[[END]]
10 CHECK: [[BEGIN]]ELF module #0x1 "b.o"; adds [0x0-0x98967f](r)[[END]]
12 ERR: error: expected at least 3 field(s); found 0
13 ERR: error: unknown module type
14 ERR: error: duplicate module ID
15 ERR: error: expected 4 field(s); found 3
17 ;--- log
18 {{{module:0:a.o:elf:ab}}}
19 {{{module:1:b.o:elf:abb50d82b6bdc861}}}
20 {{{module:2:c.o:elf:cd}}}
21 {{{mmap:0:10000000:load:1:r:0}}}
23 {{{module}}}
24 {{{module:3:d.o:foo}}}
25 {{{module:0:d.o:elf:ef}}}
26 {{{module:4:d.o:elf}}}