[Lldb-commits] [lldb] [lldb] add javascript scripting support (PR #165805)
Chad Smith via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 3 10:47:55 PST 2025
cs01 wrote:
The CI check failed with this. Was this an existing issue? I didn't this would impact the python scripting test, but maybe it did.
https://github.com/llvm/llvm-project/actions/runs/19006500551/job/54280874261?pr=165805#step:3:9124
```
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/lldb --no-lldbinit -S /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet -s /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Commands/command-scripting-extension-list.test -o exit
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Commands/command-scripting-extension-list.test
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Commands/command-scripting-extension-list.test:7:10: error: CHECK: expected string not found in input
# | # CHECK: Name: OperatingSystemPythonInterface
# | ^
# | <stdin>:7:40: note: scanning from here
# | Available scripted extension templates: None
# | ^
# | <stdin>:8:2: note: possible intended match here
# | (lldb) scripting extension list -l lua
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Commands/command-scripting-extension-list.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: (lldb) command source -s 0 '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet'
# | 2: Executing commands in '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet'.
# | 3: (lldb) command source -C --silent-run true lit-lldb-init
# | 4: (lldb) command source -s 0 '/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Commands/command-scripting-extension-list.test'
# | 5: Executing commands in '/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Commands/command-scripting-extension-list.test'.
# | 6: (lldb) scripting extension list
# | 7: Available scripted extension templates: None
# | check:7'0 X~~~~~ error: no match found
# | 8: (lldb) scripting extension list -l lua
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:7'1 ? possible intended match
# | 9: Available scripted extension templates: None
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 10: (lldb) exit
# | check:7'0 ~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
https://github.com/llvm/llvm-project/pull/165805
More information about the lldb-commits
mailing list