[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 10:52:48 PST 2022
hctim marked an inline comment as done.
hctim added inline comments.
================
Comment at: lldb/test/Shell/Breakpoint/breakpoint-command.test:1
+# REQUIRES: script-interpreter
# RUN: %build %p/Inputs/dummy-target.c -o %t.out
----------------
labath wrote:
> Maybe this could just be `REQUIRES: lua || python`? I don't expect we will have many tests that depend on the existence of a generic script interpreter (in fact, it's kinda amazing that this bilingual expression even works).
yeah, let's go with that
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139463/new/
https://reviews.llvm.org/D139463
More information about the lldb-commits
mailing list