xref: /llvm-project/llvm/test/tools/llvm-pdbutil/type-server-no-dbi.test (revision c9c55cf89b0d4ddd4b778da8ecf59fe740283bec)
1
2RUN: llvm-pdbutil dump -all %p/Inputs/TypeServerTest.pdb | FileCheck %s --check-prefix=NO-DBI
3RUN: llvm-pdbutil pdb2yaml -all %p/Inputs/TypeServerTest.pdb > %t
4RUN: FileCheck --input-file=%t %s --check-prefix=NO-DBI-YAML
5
6NO-DBI-NOT: Native PDB Error: The specified stream could not be loaded.
7
8NO-DBI:                         Module Stats
9NO-DBI-NEXT: ============================================================
10NO-DBI-NEXT:     DBI stream not present
11
12NO-DBI:                      S_UDT Record Stats
13NO-DBI-NEXT: ============================================================
14NO-DBI-NEXT:     Globals stream not present
15
16NO-DBI:                           Modules
17NO-DBI-NEXT: ============================================================
18NO-DBI-NEXT:     DBI stream not present
19
20NO-DBI:                            Files
21NO-DBI-NEXT: ============================================================
22NO-DBI-NEXT:     DBI stream not present
23
24NO-DBI:                            Lines
25NO-DBI-NEXT: ============================================================
26NO-DBI-NEXT:     DBI stream not present
27
28NO-DBI:                        Inlinee Lines
29NO-DBI-NEXT: ============================================================
30NO-DBI-NEXT:     DBI stream not present
31
32NO-DBI:                     Cross Module Imports
33NO-DBI-NEXT: ============================================================
34NO-DBI-NEXT:     DBI stream not present
35
36NO-DBI:                     Cross Module Exports
37NO-DBI-NEXT: ============================================================
38NO-DBI-NEXT:     DBI stream not present
39
40
41NO-DBI-YAML-NOT: Native PDB Error: The specified stream could not be loaded.
42
43NO-DBI-YAML: TpiStream:
44NO-DBI-YAML-NEXT:  Version:         VC80
45NO-DBI-YAML-NEXT:  Records:
46NO-DBI-YAML-NEXT:    - Kind:            LF_ARGLIST
47