From: Alex Langford Date: Wed, 26 Apr 2023 19:38:53 +0000 (-0700) Subject: [lldb] Skip Watchpoint/ExpressionLanguage.test on Windows X-Git-Tag: upstream/17.0.6~10306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7590cc908807b1bfc63695ca016a60327c1aacdf;p=platform%2Fupstream%2Fllvm.git [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 --- 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