Author: mstorsjo Date: Tue Sep 24 05:20:33 2019 New Revision: 372739 URL: http://llvm.org/viewvc/llvm-project?rev=372739&view=rev Log: [LLDB] [test] Add a few missing cases of REQUIRES: python
Differential Revision: https://reviews.llvm.org/D67952 Modified: lldb/trunk/lit/Commands/command-script-import.test lldb/trunk/lit/Reproducer/TestSynchronous.test Modified: lldb/trunk/lit/Commands/command-script-import.test URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Commands/command-script-import.test?rev=372739&r1=372738&r2=372739&view=diff ============================================================================== --- lldb/trunk/lit/Commands/command-script-import.test (original) +++ lldb/trunk/lit/Commands/command-script-import.test Tue Sep 24 05:20:33 2019 @@ -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 Modified: lldb/trunk/lit/Reproducer/TestSynchronous.test URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Reproducer/TestSynchronous.test?rev=372739&r1=372738&r2=372739&view=diff ============================================================================== --- lldb/trunk/lit/Reproducer/TestSynchronous.test (original) +++ lldb/trunk/lit/Reproducer/TestSynchronous.test Tue Sep 24 05:20:33 2019 @@ -1,3 +1,4 @@ +# REQUIRES: python # Ensure that replay happens in synchronous mode. # RUN: rm -rf %t.repro _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits