diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2022-06-15 15:49:25 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-06-15 15:50:04 -0700 |
commit | 1af4561ee5ed56139b28b75ed7d46df2aeb223cb (patch) | |
tree | 3d0911b48d8f08cb726fbdc36ce03078fc8b6f4e /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 36e7c9a450db5e22af1ec21412d918ceb2313942 (diff) | |
download | llvm-1af4561ee5ed56139b28b75ed7d46df2aeb223cb.zip llvm-1af4561ee5ed56139b28b75ed7d46df2aeb223cb.tar.gz llvm-1af4561ee5ed56139b28b75ed7d46df2aeb223cb.tar.bz2 |
[lldb] Skip ScriptInterpreter/Python/exit.test on Windows
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/exit.test | 2 |
1 files changed, 2 insertions, 0 deletions
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 |