brintos

brintos / llvm-project-archived public Read only

0
0
Text · 970 B · 3589abb Raw
42 lines · plain
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 %s11#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 %s22#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 %s33 34# CHECK: (int) $0 = 035# CHECK: (int) $1 = 136# CHECK: (int) $2 = 237# CHECK: (int) $3 = 338# CHECK: (int) $4 = 439# CHECK: (int) $5 = 540# CHECK: (int) $6 = 641# CHECK: (int) $7 = 742