Author: Alex Langford
Date: 2023-04-26T12:40:03-07:00
New Revision: 7590cc908807b1bfc63695ca016a60327c1aacdf

URL: 
https://github.com/llvm/llvm-project/commit/7590cc908807b1bfc63695ca016a60327c1aacdf
DIFF: 
https://github.com/llvm/llvm-project/commit/7590cc908807b1bfc63695ca016a60327c1aacdf.diff

LOG: [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

Added: 
    

Modified: 
    lldb/test/Shell/Watchpoint/ExpressionLanguage.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test 
b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
index be4dca8f64a45..3966923778620 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
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to