[Lldb-commits] [lldb] 97edc0d - [lldb/Test] Mark heap-cstr.test as requiring Python
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 16:06:00 PST 2020
Author: Jonas Devlieghere
Date: 2020-02-05T16:05:54-08:00
New Revision: 97edc0dc9355be8771c3b6ae4efe19b23664d06d
URL: https://github.com/llvm/llvm-project/commit/97edc0dc9355be8771c3b6ae4efe19b23664d06d
DIFF: https://github.com/llvm/llvm-project/commit/97edc0dc9355be8771c3b6ae4efe19b23664d06d.diff
LOG: [lldb/Test] Mark heap-cstr.test as requiring Python
Added:
Modified:
lldb/test/Shell/Heap/heap-cstr.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Heap/heap-cstr.test b/lldb/test/Shell/Heap/heap-cstr.test
index 4515eb56aabb..d2cf16357874 100644
--- a/lldb/test/Shell/Heap/heap-cstr.test
+++ b/lldb/test/Shell/Heap/heap-cstr.test
@@ -1,4 +1,5 @@
# REQUIRES: system-darwin
+# REQUIRES: python
# RUN: %clang_host %p/Inputs/cstr.c -g -o %t
# RUN: %lldb -b -s %s -f %t | FileCheck %s
More information about the lldb-commits
mailing list