[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Python / Crashlog / json.test
blobc2e23e82be7f52d4d9e77242bb9b70aaa436bf79
1 # RUN: %clang_host -g %S/Inputs/test.c -o %t.out
3 # RUN: cp %S/Inputs/a.out.ips %t.crash
4 # RUN: %python %S/patch-crashlog.py --binary %t.out --crashlog %t.crash --offsets '{"main":20, "bar":9, "foo":16}' --json
5 # RUN: %lldb %t.out -o 'command script import lldb.macosx.crashlog' -o 'crashlog %t.crash' 2>&1 | FileCheck %s
6 # RUN: %lldb %t.out -o 'command script import lldb.macosx.crashlog' -o 'crashlog -c %t.crash' 2>&1 | FileCheck %s
8 # RUN: cp %S/Inputs/a.out.ips %t.nometadata.crash
9 # RUN: %python %S/patch-crashlog.py --binary %t.out --crashlog %t.nometadata.crash --offsets '{"main":20, "bar":9, "foo":16}' --json --no-metadata
10 # RUN: %lldb %t.out -o 'command script import lldb.macosx.crashlog' -o 'crashlog %t.nometadata.crash' 2>&1 | FileCheck %s
12 # CHECK: "crashlog" {{.*}} commands have been installed, use the "--help" options on these commands
14 # CHECK: Thread[0] Crashing Thread Name EXC_BAD_ACCESS (SIGSEGV) (KERN_INVALID_ADDRESS at 0x0000000000000000)
15 # CHECK: [  0] {{.*}}out`foo + 16 at test.c
16 # CHECK: [  1] {{.*}}out`bar + 8 at test.c
17 # CHECK: [  2] {{.*}}out`main + 19 at test.c
18 # CHECK: rbp = 0x00007ffeec22a530
19 # CHECK: tmp2 = 0x0000000000000008
20 # CHECK: invalid foo
21 # CHECK: invalid bar