[Lldb-commits] [PATCH] D139463: Fix breakpoint-command.test when no script interpreter is compiled in.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 12 04:38:00 PST 2022
labath 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
----------------
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).
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