annotate lldb/test/Shell/Process/TestEnvironment.test @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 UNSUPPORTED: system-windows
anatofuz
parents:
diff changeset
2 UNSUPPORTED: lldb-repro
anatofuz
parents:
diff changeset
3
anatofuz
parents:
diff changeset
4 The double quotes around "BAR" ensure we don't match the command.
anatofuz
parents:
diff changeset
5
anatofuz
parents:
diff changeset
6 RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
anatofuz
parents:
diff changeset
7 RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s
anatofuz
parents:
diff changeset
8 RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 CHECK: FOO=BAR