================
@@ -41,6 +41,20 @@ def test_memory_read_c_string(self):
" Consider increasing the maximum read length.",
)
+ @skipIf(archs=no_match("^(riscv|aarch64).*"))
+ def test_riscv_decode_failure(self):
----------------
tgs-sc wrote:Addressed https://github.com/llvm/llvm-project/pull/164413 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
