diff options
-rw-r--r-- | lldb/lit/Commands/command-script-import.test | 1 | ||||
-rw-r--r-- | lldb/lit/Reproducer/TestSynchronous.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Commands/command-script-import.test b/lldb/lit/Commands/command-script-import.test index 6a8e8176f24..18a043b4940 100644 --- a/lldb/lit/Commands/command-script-import.test +++ b/lldb/lit/Commands/command-script-import.test @@ -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 diff --git a/lldb/lit/Reproducer/TestSynchronous.test b/lldb/lit/Reproducer/TestSynchronous.test index a2ff189bfc7..f32ce8c5722 100644 --- a/lldb/lit/Reproducer/TestSynchronous.test +++ b/lldb/lit/Reproducer/TestSynchronous.test @@ -1,3 +1,4 @@ +# REQUIRES: python # Ensure that replay happens in synchronous mode. # RUN: rm -rf %t.repro |