================
@@ -130,3 +130,29 @@ def test_dwos_not_loaded_table_output(self):
                 "0x[a-zA-Z0-9]{16}\s+E\s+.*foo\.dwo",
             ],
         )
+
+    @skipIfRemote
+    @skipIfDarwin
+    @skipIfWindows
----------------
bulbazord wrote:

In that case, we should figure out if we can build the binaries for Linux when 
on a Darwin or Windows so that we can test this functionality on more than just 
Linux. I'm nervous about continuing to add functionality that can work on every 
host but only testing it on some hosts (in this case, dwo support). I work 
primarily on Darwin hosts and want to make sure I don't break this 
functionality on accident, ideally before committing a breaking change.

https://github.com/llvm/llvm-project/pull/71230
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to