diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-11-05 17:09:54 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-11-05 17:10:52 -0800 |
| commit | 99a99c29c6daef56a320a0d77bb6691aa66d81f1 (patch) | |
| tree | 585dc9374fa291e7e284da8cf47d5b24dba5e9a9 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | 700d2417d8281ea56dfd7ac72d1a1473d03d2d59 (diff) | |
| download | llvm-99a99c29c6daef56a320a0d77bb6691aa66d81f1.zip llvm-99a99c29c6daef56a320a0d77bb6691aa66d81f1.tar.gz llvm-99a99c29c6daef56a320a0d77bb6691aa66d81f1.tar.bz2 | |
[lldb] Remove Crashlog/interactive.test
This test requires running under the Python we built against (which is
easy) and setting up the PYTHONPATH (which is not worth it for this
simple test).
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive.test | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive.test b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive.test deleted file mode 100644 index 2690b7f..0000000 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive.test +++ /dev/null @@ -1,8 +0,0 @@ -# RUN: echo "quit" | %S/../../../../../examples/python/crashlog.py -i %s 2>&1 | FileCheck %s -# CHECK: 1 crash logs are loaded: -# CHECK: [0] = {{.*}}interactive.test -# CHECK: Interactive crashlogs prompt, type "help" to see a list of supported commands. - -Binary Images: - 0x10ab87000 - 0x10abdafff +lldb (10.0.0) <87BD1384-BAE9-3625-A838-9D241CBAEF87> /Volumes/VOLUME/*/lldb - 0x10ac45000 - 0x10ae94fff com.apple.python3 (3.8.2 - 3.8.2) <20BC3FC4-CAAD-3002-ACDF-423A3188F24C> /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Python3 |
