[Lldb-commits] [lldb] 99a99c2 - [lldb] Remove Crashlog/interactive.test

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 5 17:10:59 PST 2020


Author: Jonas Devlieghere
Date: 2020-11-05T17:10:52-08:00
New Revision: 99a99c29c6daef56a320a0d77bb6691aa66d81f1

URL: https://github.com/llvm/llvm-project/commit/99a99c29c6daef56a320a0d77bb6691aa66d81f1
DIFF: https://github.com/llvm/llvm-project/commit/99a99c29c6daef56a320a0d77bb6691aa66d81f1.diff

LOG: [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).

Added: 
    

Modified: 
    

Removed: 
    lldb/test/Shell/ScriptInterpreter/Python/Crashlog/interactive.test


################################################################################
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 2690b7fa2122..000000000000
--- 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


        


More information about the lldb-commits mailing list