6 lines · plain
1RUN: not %lldb -b -o 'break set -n foo -c bar -Y bogus' 2>&1 | FileCheck %s --check-prefix INVALID2INVALID: error: Invalid value ('bogus') for -Y (condition-language): invalid language3 4RUN: not %lldb -b -o 'break set -n foo -c bar -Y python' 2>&1 | FileCheck %s --check-prefix NOEXPRSUPPORT5NOEXPRSUPPORT: error: Invalid value ('python') for -Y (condition-language): no expression support for language6