annotate lldb/test/Shell/Driver/LocalLLDBInit.test @ 227:21e6aa2e49ef

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 19 Jul 2021 06:57:16 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # REQUIRES: python
anatofuz
parents:
diff changeset
2 # UNSUPPORTED: lldb-repro
anatofuz
parents:
diff changeset
3 #
anatofuz
parents:
diff changeset
4 # RUN: mkdir -p %t.root
anatofuz
parents:
diff changeset
5 # RUN: mkdir -p %t.home
anatofuz
parents:
diff changeset
6 # RUN: cp %S/Inputs/.lldbinit %t.root
anatofuz
parents:
diff changeset
7 # RUN: cp %S/Inputs/syntax_error.py %t.root
anatofuz
parents:
diff changeset
8 # RUN: cd %t.root
anatofuz
parents:
diff changeset
9 # RUN: env HOME=%t.home %lldb-init -o 'settings show frame-format' 2>&1 | FileCheck %s --check-prefix=WARNINIT --check-prefix=CHECK
anatofuz
parents:
diff changeset
10 # RUN: env HOME=%t.home %lldb-init -local-lldbinit -o 'settings show frame-format' 2>&1 | FileCheck %s --check-prefix=ALLOWINIT --check-prefix=NOINIT
anatofuz
parents:
diff changeset
11 # RUN: %lldb -o 'settings show frame-format' 2>&1 | FileCheck %s --check-prefix=NOINIT --check-prefix=CHECK
anatofuz
parents:
diff changeset
12
anatofuz
parents:
diff changeset
13 # WARNINIT: There is a .lldbinit file in the current directory which is not being read.
anatofuz
parents:
diff changeset
14 # NOINIT-NOT: There is a .lldbinit file in the current directory which is not being read.
anatofuz
parents:
diff changeset
15 # CHECK-NOT: bogus
anatofuz
parents:
diff changeset
16 # ALLOWINIT: name 'prlnt' is not defined
anatofuz
parents:
diff changeset
17 # ALLOWINIT: bogus