================ @@ -0,0 +1,81 @@ +"""Test that all of the GPR registers are read correctly from a riscv32 corefile.""" + +import os +import re +import subprocess + +import lldb +from lldbsuite.test.decorators import * +from lldbsuite.test.lldbtest import * +from lldbsuite.test import lldbutil + + +class TestRV32MachOCorefile(TestBase): + NO_DEBUG_INFO_TESTCASE = True + + def test_riscv32_gpr_corefile_registers(self): ---------------- JDevlieghere wrote:
```suggestion @skipUnlessDarwin def test_riscv32_gpr_corefile_registers(self): ``` https://github.com/llvm/llvm-project/pull/137092 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits