clayborg added a comment. > However, even if that is corrected the test appears to be failing. > GetCompatibleArchs() in PlatformDarwin.cpp receives ArchSpec::kCore_invalid
Can you set a breakpoint and see why an invalid core is being passed into this function? This shouldn't be happening IMHO ================ Comment at: lldb/test/API/functionalities/gdb_remote_client/TestPlatformMacOSX.py:22 def qHostInfo(self): - return "cputype:16777223;cpusubtype:2;ostype:%s;vendor:apple;os_version:10.15.4;maccatalyst_version:13.4;endian:little;ptrsize:8;" % self.host_ostype + return "cputype:16777228;cpusubtype:2;ostype:%s;vendor:apple;os_version:10.15.4;maccatalyst_version:13.4;endian:little;ptrsize:8;" % self.host_ostype ---------------- I believe that Jonas stated in the other diff that this was intentional. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131795/new/ https://reviews.llvm.org/D131795 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits