[Lldb-commits] [lldb] RISCV unwinding enable (PR #158161)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 18 14:36:43 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `lldb` at step 15 "test-check-lldb-unit".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/14788

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 15 (test-check-lldb-unit) failure: Test just built components: check-lldb-unit completed (failure)
******************** TEST 'lldb-unit :: Instruction/./EmulatorTests/62/63' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/unittests/Instruction/./EmulatorTests-lldb-unit-3928114-62-63.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=63 GTEST_SHARD_INDEX=62 /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/unittests/Instruction/./EmulatorTests
--

Script:
--
/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/unittests/Instruction/./EmulatorTests --gtest_filter=TestRiscvInstEmulation.TestSimpleRiscvFunction
--
/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:114: Failure
Value of: engine->GetNonCallSiteUnwindPlanFromAssembly( sample_range, data, sizeof(data), unwind_plan)
  Actual: false
Expected: true

/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:132: Failure
Expected equality of these values:
  2
  row->GetOffset()
    Which is: 0

/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:135: Failure
Expected equality of these values:
  16
  row->GetCFAValue().GetOffset()
    Which is: 0

/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:145: Failure
Expected equality of these values:
  4
  row->GetOffset()
    Which is: 0

/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:148: Failure
Expected equality of these values:
  16
  row->GetCFAValue().GetOffset()
    Which is: 0

/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:154: Failure
Value of: regloc.IsAtCFAPlusOffset()
  Actual: false
Expected: true

/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/unittests/Instruction/RISCV/TestRiscvInstEmulation.cpp:155: Failure
Expected equality of these values:
  -8
  regloc.GetOffset()
    Which is: 0

...

```

</details>

https://github.com/llvm/llvm-project/pull/158161


More information about the lldb-commits mailing list