Mercurial > hg > CbC > CbC_llvm
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 |
rev | line source |
---|---|
150 | 1 UNSUPPORTED: system-windows |
2 UNSUPPORTED: lldb-repro | |
3 | |
4 The double quotes around "BAR" ensure we don't match the command. | |
5 | |
6 RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t | |
7 RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s | |
8 RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s | |
9 | |
10 CHECK: FOO=BAR |