[lldb] Skip Watchpoint/ExpressionLanguage.test on Windows
authorAlex Langford <alangford@apple.com>
Wed, 26 Apr 2023 19:38:53 +0000 (12:38 -0700)
committerAlex Langford <alangford@apple.com>
Wed, 26 Apr 2023 19:40:03 +0000 (12:40 -0700)
This test fails on the aarch64-windows bots unfortunately. Mark as
unsupported.

Context: https://lab.llvm.org/buildbot/#/builders/219/builds/2389

lldb/test/Shell/Watchpoint/ExpressionLanguage.test

index be4dca8..3966923 100644 (file)
@@ -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