[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Driver / TestCommands.test
blob3589abb8278c15822ece490f9a49c3e3582bfe25
1 # RUN: %lldb -x -b \
2 # RUN:  -S %S/Inputs/Print0.in \
3 # RUN:  -O 'expr 1' \
4 # RUN:  -S %S/Inputs/Print2.in \
5 # RUN:  -O 'expr 3' \
6 # RUN:  -s %S/Inputs/Print4.in \
7 # RUN:  -o 'expr 5' \
8 # RUN:  -s %S/Inputs/Print6.in \
9 # RUN:  -o 'expr 7' \
10 # RUN: | FileCheck %s
12 # RUN: %lldb -x -b \
13 # RUN:  -s %S/Inputs/Print4.in \
14 # RUN:  -o 'expr 5' \
15 # RUN:  -s %S/Inputs/Print6.in \
16 # RUN:  -o 'expr 7' \
17 # RUN:  -S %S/Inputs/Print0.in \
18 # RUN:  -O 'expr 1' \
19 # RUN:  -S %S/Inputs/Print2.in \
20 # RUN:  -O 'expr 3' \
21 # RUN: | FileCheck %s
23 # RUN: %lldb -x -b \
24 # RUN:  -s %S/Inputs/Print4.in \
25 # RUN:  -S %S/Inputs/Print0.in \
26 # RUN:  -o 'expr 5' \
27 # RUN:  -O 'expr 1' \
28 # RUN:  -s %S/Inputs/Print6.in \
29 # RUN:  -S %S/Inputs/Print2.in \
30 # RUN:  -o 'expr 7' \
31 # RUN:  -O 'expr 3' \
32 # RUN: | FileCheck %s
34 # CHECK: (int) $0 = 0
35 # CHECK: (int) $1 = 1
36 # CHECK: (int) $2 = 2
37 # CHECK: (int) $3 = 3
38 # CHECK: (int) $4 = 4
39 # CHECK: (int) $5 = 5
40 # CHECK: (int) $6 = 6
41 # CHECK: (int) $7 = 7