llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-backend-risc-v Author: Jason Molenda (jasonmolenda) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/204040.diff 1 Files Affected: - (modified) lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py (+1-1) ``````````diff diff --git a/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py b/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py index d485fcdcb6706..a7f784085782c 100644 --- a/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py +++ b/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py @@ -14,7 +14,7 @@ class TestRV32MachOCorefile(TestBase): NO_DEBUG_INFO_TESTCASE = True @no_debug_info_test - @skipIfRemote + @skipIfLLVMTargetMissing("RISCV") def test_riscv32_gpr_corefile_registers(self): corefile = self.getBuildArtifact("core") self.yaml2macho_core("riscv32-registers.yaml", corefile) `````````` </details> https://github.com/llvm/llvm-project/pull/204040 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
