mstorsjo created this revision. mstorsjo added reviewers: labath, compnerd, amccarth, hhb. Herald added a subscriber: JDevlieghere. Herald added a project: LLDB.
Repository: rLLDB LLDB https://reviews.llvm.org/D67952 Files: lldb/lit/Commands/command-script-import.test lldb/lit/Reproducer/TestSynchronous.test Index: lldb/lit/Reproducer/TestSynchronous.test =================================================================== --- lldb/lit/Reproducer/TestSynchronous.test +++ lldb/lit/Reproducer/TestSynchronous.test @@ -1,3 +1,4 @@ +# REQUIRES: python # Ensure that replay happens in synchronous mode. # RUN: rm -rf %t.repro Index: lldb/lit/Commands/command-script-import.test =================================================================== --- lldb/lit/Commands/command-script-import.test +++ 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
Index: lldb/lit/Reproducer/TestSynchronous.test =================================================================== --- lldb/lit/Reproducer/TestSynchronous.test +++ lldb/lit/Reproducer/TestSynchronous.test @@ -1,3 +1,4 @@ +# REQUIRES: python # Ensure that replay happens in synchronous mode. # RUN: rm -rf %t.repro Index: lldb/lit/Commands/command-script-import.test =================================================================== --- lldb/lit/Commands/command-script-import.test +++ 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
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits