Index: lldb/trunk/lit/Commands/command-script-import.test =================================================================== --- lldb/trunk/lit/Commands/command-script-import.test +++ lldb/trunk/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 Index: lldb/trunk/lit/Reproducer/TestSynchronous.test =================================================================== --- lldb/trunk/lit/Reproducer/TestSynchronous.test +++ lldb/trunk/lit/Reproducer/TestSynchronous.test @@ -1,3 +1,4 @@ +# REQUIRES: python # Ensure that replay happens in synchronous mode. # RUN: rm -rf %t.repro