Lines Matching +full:case +full:- +full:sensitive
1 # RUN: yaml2obj %s -o %t
2 # RUN: yaml2obj %s -o %t.debug
3 # RUN: mkdir -p %t.dir
4 # RUN: yaml2obj %s -o %t.dir/UPPER_CASE
5 # RUN: yaml2obj %s -o %t.dir/UPPER_CASE.debug
8 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
9 # RUN: -f %t -o "image list --triple --basename" -o exit | \
10 # RUN: FileCheck -DABI=msvc -DFILENAME=%basename_t.tmp %s
13 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi gnu" \
14 # RUN: -f %t -o "image list --triple --basename" -o exit | \
15 # RUN: FileCheck -DABI=gnu -DFILENAME=%basename_t.tmp %s
18 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
19 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi %basename_t.tmp=gnu" \
20 # RUN: -f %t -o "image list --triple --basename" -o exit | \
21 # RUN: FileCheck -DABI=gnu -DFILENAME=%basename_t.tmp %s
24 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi gnu" \
25 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi %basename_t.tmp=msvc" \
26 # RUN: -f %t -o "image list --triple --basename" -o exit | \
27 # RUN: FileCheck -DABI=msvc -DFILENAME=%basename_t.tmp %s
30 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
31 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi %basename_t.tmp=gnu" \
32 # RUN: -f %t.debug -o "image list --triple --basename" -o exit | \
33 # RUN: FileCheck -DABI=gnu -DFILENAME=%basename_t.tmp.debug %s
36 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi gnu" \
37 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi %basename_t.tmp=msvc" \
38 # RUN: -f %t.debug -o "image list --triple --basename" -o exit | \
39 # RUN: FileCheck -DABI=msvc -DFILENAME=%basename_t.tmp.debug %s
41 ## Check that case-sensitive match is chosen before lower-case:
42 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
43 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi upper_case=msvc" \
44 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi UPPER_CASE=gnu" \
45 # RUN: -f %t.dir/UPPER_CASE -o "image list --triple --basename" -o exit | \
46 # RUN: FileCheck -DABI=gnu -DFILENAME=UPPER_CASE %s
48 ## Check that lower-case match with .debug suffix is chosen before case-sensitive match without .de…
49 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
50 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi UPPER_CASE=msvc" \
51 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi upper_case.debug=gnu" \
52 # RUN: -f %t.dir/UPPER_CASE.debug -o "image list --triple --basename" -o exit | \
53 # RUN: FileCheck -DABI=gnu -DFILENAME=UPPER_CASE.debug %s
55 ## Check that case-sensitive match without .debug suffix is chosen before lower-case match without …
56 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
57 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi upper_case.debug=msvc" \
58 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi UPPER_CASE.debug=gnu" \
59 # RUN: -f %t.dir/UPPER_CASE.debug -o "image list --triple --basename" -o exit | \
60 # RUN: FileCheck -DABI=gnu -DFILENAME=UPPER_CASE.debug %s
62 ## Check that lower-case match without .debug suffix works:
63 # RUN: %lldb -O "settings set plugin.object-file.pe-coff.abi msvc" \
64 # RUN: -O "settings append plugin.object-file.pe-coff.module-abi upper_case.debug=gnu" \
65 # RUN: -f %t.dir/UPPER_CASE.debug -o "image list --triple --basename" -o exit | \
66 # RUN: FileCheck -DABI=gnu -DFILENAME=UPPER_CASE.debug %s
68 # CHECK-LABEL: image list --triple --basename
69 # CHECK-NEXT: x86_64-pc-windows-[[ABI]] [[FILENAME]]
71 --- !COFF
93 - Name: .text
98 - Name: .data