1# REQUIRES: python, native && system-darwin
2
3# RUN: %lldb -o 'command script import lldb.macosx.crashlog' \
4# RUN: -o 'crashlog -V' \
5# RUN: -o 'crashlog -a -i -t /this_file_does_not_exist %S/Inputs/interactive_crashlog/multithread-test.ips' 2>&1 | FileCheck %s
6
7# CHECK: "crashlog" {{.*}} commands have been installed, use the "--help" options on these commands
8
9# CHECK: lldb{{.*}}version
10
11# CHECK: error: couldn't create target provided by the user (/this_file_does_not_exist)
12