Files
clang-p2996/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
Alex Langford 7590cc9088 [lldb] Skip Watchpoint/ExpressionLanguage.test on Windows
This test fails on the aarch64-windows bots unfortunately. Mark as
unsupported.

Context: https://lab.llvm.org/buildbot/#/builders/219/builds/2389
2023-04-26 12:40:03 -07:00

21 lines
663 B
Plaintext

# UNSUPPORTED: system-windows
# RUN: %clangxx_host %p/Inputs/languages.cpp -g -o %t.out
# RUN: %lldb -b -o 'settings set interpreter.stop-command-source-on-error false' -s %s %t.out 2>&1 | FileCheck %s
settings show interpreter.stop-command-source-on-error
# CHECK: interpreter.stop-command-source-on-error (boolean) = false
b main
run
# CHECK: stopped
# CHECK-NEXT: stop reason = breakpoint
watchpoint set expression -- &g_foo
# CHECK: Watchpoint created:
watchpoint set expression -l c++ -- &g_bar
# CHECK: Watchpoint created:
watchpoint set expression -l fake -- &g_baz
# CHECK: Unknown language type: 'fake' for expression. List of supported languages: