================ @@ -8,7 +8,7 @@ class PlatformProcessCrashInfoTestCase(TestBase): - @expectedFailureAll(oslist=["windows", "linux", "freebsd", "netbsd"]) + @expectedFailureAll(oslist=["windows", "freebsd", "netbsd"]) ---------------- DavidSpickett wrote:
For the second question: * Windows is not ELF, so that is still xfail * FreeBSD might work. @mchoo7, could you try it? * NetBSD probably works if FreeBSD works, but I don't have a way to test it. I think it best to leave it xfail-ed and if it does pass, it'll be an unexpected pass and someone can change it later. https://github.com/llvm/llvm-project/pull/178975 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
