Author: Jonas Devlieghere
Date: 2022-06-15T15:50:04-07:00
New Revision: 1af4561ee5ed56139b28b75ed7d46df2aeb223cb

URL: 
https://github.com/llvm/llvm-project/commit/1af4561ee5ed56139b28b75ed7d46df2aeb223cb
DIFF: 
https://github.com/llvm/llvm-project/commit/1af4561ee5ed56139b28b75ed7d46df2aeb223cb.diff

LOG: [lldb] Skip ScriptInterpreter/Python/exit.test on Windows

Added: 
    

Modified: 
    lldb/test/Shell/ScriptInterpreter/Python/exit.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/ScriptInterpreter/Python/exit.test 
b/lldb/test/Shell/ScriptInterpreter/Python/exit.test
index 9895dc18bb7d..77271ac15af5 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/exit.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/exit.test
@@ -1,3 +1,5 @@
+# UNSUPPORTED: system-windows
+
 # RUN: %lldb -o 'script quit' | FileCheck %s --check-prefix SILENT
 # RUN: %lldb -o 'script quit()' | FileCheck %s --check-prefix SILENT
 


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

Reply via email to