dvlahovski added a comment. I will generate the core files with the `make-core.sh` script and update the revision today or tomorrow.
================ Comment at: packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py:107 + @skipIf(oslist=['windows']) + @skipIf(triple='^mips') ---------------- labath wrote: > emaste wrote: > > Curious, why are these skipped only on windows? > My guess would be that we fail to select the correct platform instance when > opening the core there, so we end up trying to debug a linux core file with > PlatformWindows, or something like that. I'll need to look into that at some > point. To be honest, I copied this from the other ELF core tests without investigating why they skip windows. https://reviews.llvm.org/D26300 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits