From 1af4561ee5ed56139b28b75ed7d46df2aeb223cb Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 15 Jun 2022 15:49:25 -0700 Subject: [PATCH] [lldb] Skip ScriptInterpreter/Python/exit.test on Windows --- lldb/test/Shell/ScriptInterpreter/Python/exit.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/Shell/ScriptInterpreter/Python/exit.test b/lldb/test/Shell/ScriptInterpreter/Python/exit.test index 9895dc1..77271ac 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 -- 2.7.4