[TySan] Don't report globals with incomplete types. (#121922)
[llvm-project.git] / llvm / test / tools / obj2yaml / XCOFF / invalid-symbol.yaml
blob0f6f6b202669a600d4e98f4d194274e8b7351ee0
1 ## Check that obj2yaml reports a suitable error when it encounters
2 ## invalid content in Symbol.
4 ## Error1: failed to get the section name for a symbol.
5 # RUN: yaml2obj %s --docnum=1 -o %t1
6 # RUN: not obj2yaml %t1 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=ERROR1
8 # ERROR1: Error reading file: [[FILE]]: the section index (2) is invalid
10 --- !XCOFF
11 FileHeader:
12   MagicNumber: 0x01DF
13 Sections:
14   - Name: .text
15 Symbols:
16   - SectionIndex: 2
18 ## Error2: failed to get the symbol name.
19 # RUN: yaml2obj %s --docnum=2 -o %t2
20 # RUN: not obj2yaml %t2 2>&1 | FileCheck %s -DFILE=%t2 --check-prefix=ERROR2
22 # ERROR2: Error reading file: [[FILE]]: entry with offset 0x4 in a string table with size 0x4 is invalid
24 --- !XCOFF
25 FileHeader:
26   MagicNumber: 0x01DF
27 Symbols:
28   - Name: nameInStrTbl
29 StringTable:
30   Length: 0