summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-07-30 12:20:03 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-07-30 12:20:03 +0000
commit3e85b6f3bd7775a83d5880e0087cb5f434c12626 (patch)
tree01d768cf6fc266a23c39988af3b3eb39fd06494c /lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py
parente4d5423dcdffddf9dd9bb94e19e59e187b7559df (diff)
downloadbcm5719-llvm-3e85b6f3bd7775a83d5880e0087cb5f434c12626.tar.gz
bcm5719-llvm-3e85b6f3bd7775a83d5880e0087cb5f434c12626.zip
[lldb][NFC] Check in crashing test case
llvm-svn: 367307
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py
new file mode 100644
index 00000000000..3f2a6100607
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/completion-crash1/TestCompletionCrash1.py
@@ -0,0 +1,4 @@
+from lldbsuite.test import lldbinline
+from lldbsuite.test import decorators
+
+lldbinline.MakeInlineTest(__file__, globals(), [decorators.skipIf(bugnumber="rdar://53659341")])
OpenPOWER on IntegriCloud