Re: [Lldb-commits] [lldb] f939a32 - [lldb] Fix TestImportStdModule on some setups by testing minmax instead of abs

2021-09-30 Thread Diana Picus via lldb-commits
Cool, thanks! On Thu, 30 Sept 2021 at 11:12, Raphael Isemann wrote: > I'm pretty sure this isn't going to fix that specific bug. I've seen a > similar failure on one of my machines though, so let me see if fixing > that also fixes your bug. > > Am Do., 30. Sept. 2021 um 10:48 Uhr schrieb Diana

Re: [Lldb-commits] [lldb] f939a32 - [lldb] Fix TestImportStdModule on some setups by testing minmax instead of abs

2021-09-30 Thread Raphael Isemann via lldb-commits
I'm pretty sure this isn't going to fix that specific bug. I've seen a similar failure on one of my machines though, so let me see if fixing that also fixes your bug. Am Do., 30. Sept. 2021 um 10:48 Uhr schrieb Diana Picus : > > Would this fix https://bugs.llvm.org/show_bug.cgi?id=51446 by any

Re: [Lldb-commits] [lldb] f939a32 - [lldb] Fix TestImportStdModule on some setups by testing minmax instead of abs

2021-09-30 Thread Diana Picus via lldb-commits
Would this fix https://bugs.llvm.org/show_bug.cgi?id=51446 by any chance? Should I give it a spin on the release branch? On Wed, 29 Sept 2021 at 17:04, Raphael Isemann via lldb-commits < lldb-commits@lists.llvm.org> wrote: > > Author: Raphael Isemann > Date: 2021-09-29T17:03:37+02:00 > New

[Lldb-commits] [lldb] f939a32 - [lldb] Fix TestImportStdModule on some setups by testing minmax instead of abs

2021-09-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2021-09-29T17:03:37+02:00 New Revision: f939a32e5c483686af16561211d77c06a5579011 URL: https://github.com/llvm/llvm-project/commit/f939a32e5c483686af16561211d77c06a5579011 DIFF: