summaryrefslogtreecommitdiff
path: root/lldb/test
diff options
context:
space:
mode:
authorAlex Langford <alangford@apple.com>2023-04-26 12:38:53 -0700
committerAlex Langford <alangford@apple.com>2023-04-26 12:40:03 -0700
commit7590cc908807b1bfc63695ca016a60327c1aacdf (patch)
treec61f16c550f191d7707ff4b939ac15fa9f720776 /lldb/test
parent7ec3f19f851509ea3c46e651c9bfab8324b79133 (diff)
downloadllvm-7590cc908807b1bfc63695ca016a60327c1aacdf.tar.gz
[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
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/Shell/Watchpoint/ExpressionLanguage.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
index be4dca8f64a4..396692377862 100644
--- a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
+++ b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
@@ -1,3 +1,4 @@
+# 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