[Lldb-commits] [lldb] 1af4561 - [lldb] Skip ScriptInterpreter/Python/exit.test on Windows

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 15 15:50:09 PDT 2022


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
 


        


More information about the lldb-commits mailing list