[LLDB] [test] Add a few missing cases of REQUIRES: python

Differential Revision: https://reviews.llvm.org/D67952

llvm-svn: 372739
This commit is contained in:
Martin Storsjo 2019-09-24 12:20:33 +00:00
parent e37b882421
commit 79b76f0ce1
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# REQUIRES: python
# RUN: echo 'b main' > %t.in
# RUN: echo 'run' >> %t.in
# RUN: echo 'command script import %S/Inputs/frame.py' >> %t.in

View File

@ -1,3 +1,4 @@
# REQUIRES: python
# Ensure that replay happens in synchronous mode.
# RUN: rm -rf %t.repro