Author: Jonas Devlieghere
Date: 2022-03-17T08:34:12-07:00
New Revision: 7ed1abd4a6c1fd506423723932ca7dc70efc5a99

URL: 
https://github.com/llvm/llvm-project/commit/7ed1abd4a6c1fd506423723932ca7dc70efc5a99
DIFF: 
https://github.com/llvm/llvm-project/commit/7ed1abd4a6c1fd506423723932ca7dc70efc5a99.diff

LOG: [lldb] Skip invalid-condition.test on Windows

This test is making the Windows bot unhappy. Unfortunately the output
doesn't tell me much about what exactly is wrong.

Added: 
    

Modified: 
    lldb/test/Shell/Breakpoint/invalid-condition.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Breakpoint/invalid-condition.test 
b/lldb/test/Shell/Breakpoint/invalid-condition.test
index 5990600a9560c..91ae2ca05428a 100644
--- a/lldb/test/Shell/Breakpoint/invalid-condition.test
+++ b/lldb/test/Shell/Breakpoint/invalid-condition.test
@@ -1,3 +1,4 @@
+# UNSUPPORTED: system-windows
 # RUN: %clang_host %p/Inputs/dummy-target.c -o %t.out
 # RUN: %lldb -b -o "br s -n main -c 'bogus'" -o "run" %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