[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / Log / TestHandlers.test
blob3cf900888bb22e2e57b5e22ffbc6023dc03f93e7
1 # RUN: %lldb -o 'log enable --log-handler os --file /tmp/foo  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-FILE
2 # RUN: %lldb -o 'log enable --log-handler os --buffer 10  gdb-remote packets' 2>&1 | FileCheck %s  --check-prefix UNSUPPORTED-BUFFER
4 # UNSUPPORTED-FILE: a file name can only be specified for the stream handler
5 # UNSUPPORTED-BUFFER:  a buffer size can only be specified for the circular and stream buffer handler