[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.

Mitch Phillips via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 12 14:13:15 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1b753240d50a: Fix breakpoint-command.test when no script interpreter is compiled in. (authored by hctim).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139463/new/

https://reviews.llvm.org/D139463

Files:
  lldb/test/Shell/Breakpoint/breakpoint-command.test


Index: lldb/test/Shell/Breakpoint/breakpoint-command.test
===================================================================
--- lldb/test/Shell/Breakpoint/breakpoint-command.test
+++ lldb/test/Shell/Breakpoint/breakpoint-command.test
@@ -1,3 +1,5 @@
+# REQUIRES: lua || python
+
 # RUN: %build %p/Inputs/dummy-target.c -o %t.out
 # RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 + 126)"' -o 'r' | FileCheck %s
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139463.482264.patch
Type: text/x-patch
Size: 444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221212/3bcf56f1/attachment.bin>


More information about the lldb-commits mailing list