From 7590cc908807b1bfc63695ca016a60327c1aacdf Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Wed, 26 Apr 2023 12:38:53 -0700 Subject: [PATCH] [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 --- lldb/test/Shell/Watchpoint/ExpressionLanguage.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test index be4dca8..3966923 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 -- 2.7.4