[Lldb-commits] [lldb] 5f0c3ba - Fix TestFormatters.py stepping too far

2019-11-16 Thread Diana Picus via lldb-commits
Author: Diana Picus Date: 2019-11-15T14:20:25+01:00 New Revision: 5f0c3bad2f03b9bba7f899d7b0ce667ca355f69d URL: https://github.com/llvm/llvm-project/commit/5f0c3bad2f03b9bba7f899d7b0ce667ca355f69d DIFF: https://github.com/llvm/llvm-project/commit/5f0c3bad2f03b9bba7f899d7b0ce667ca355f69d.diff

[Lldb-commits] [lldb] 6d18e53 - Mark some tests as xfail on AArch64 Linux

2019-12-03 Thread Diana Picus via lldb-commits
Author: Diana Picus Date: 2019-12-03T10:57:42+01:00 New Revision: 6d18e5366c9a0bffe45b179a830483b3f2ec9fa9 URL: https://github.com/llvm/llvm-project/commit/6d18e5366c9a0bffe45b179a830483b3f2ec9fa9 DIFF: https://github.com/llvm/llvm-project/commit/6d18e5366c9a0bffe45b179a830483b3f2ec9fa9.diff

[Lldb-commits] [lldb] 057626b - Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly

2019-12-03 Thread Diana Picus via lldb-commits
Author: Diana Picus Date: 2019-12-03T11:53:28+01:00 New Revision: 057626b4393836e11712bd694afda121d8309973 URL: https://github.com/llvm/llvm-project/commit/057626b4393836e11712bd694afda121d8309973 DIFF: https://github.com/llvm/llvm-project/commit/057626b4393836e11712bd694afda121d8309973.diff

[Lldb-commits] [lldb] bb7c8e9 - Mark PR44037 tests as XFAIL on AArch64 Linux dwo

2019-11-19 Thread Diana Picus via lldb-commits
Author: Diana Picus Date: 2019-11-19T10:49:00+01:00 New Revision: bb7c8e984f87e1de7c80abd33d00025ac366efa6 URL: https://github.com/llvm/llvm-project/commit/bb7c8e984f87e1de7c80abd33d00025ac366efa6 DIFF: https://github.com/llvm/llvm-project/commit/bb7c8e984f87e1de7c80abd33d00025ac366efa6.diff

[Lldb-commits] [lldb] e03a06b - Fix typos in docs. NFC

2019-11-14 Thread Diana Picus via lldb-commits
Author: Diana Picus Date: 2019-11-14T12:11:57+01:00 New Revision: e03a06b348ba49d774aa948f97bce3fac638a797 URL: https://github.com/llvm/llvm-project/commit/e03a06b348ba49d774aa948f97bce3fac638a797 DIFF: https://github.com/llvm/llvm-project/commit/e03a06b348ba49d774aa948f97bce3fac638a797.diff

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

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