[Lldb-commits] [lldb] [lldb] Restrict JITLoaderGDB test to native Linux environments (PR #172292)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 15 05:15:53 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 33238 tests passed
* 507 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### lldb-shell
<details>
<summary>lldb-shell.Breakpoint/jit-loader_jitlink_elf.test</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution -g -S -emit-llvm -fPIC -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/jit-loader_jitlink_elf.test.tmp.ll /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution -g -S -emit-llvm -fPIC -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/jit-loader_jitlink_elf.test.tmp.ll /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp
# .---command stderr------------
# | clang: error: version 'or-use-a-_host-substitution' in target triple 'specify-a-target-or-use-a-_host-substitution' is invalid
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/172292
More information about the lldb-commits
mailing list