[Lldb-commits] [PATCH] D74475: [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 13 22:03:18 PST 2020


JDevlieghere added a comment.

In D74475#1874860 <https://reviews.llvm.org/D74475#1874860>, @stella.stamenova wrote:

> Either this change or D74243 <https://reviews.llvm.org/D74243> broke the windows bot and I do suspect D74243 <https://reviews.llvm.org/D74243> but have not confirmed it yet:
>
> http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/13719


I've partially reverted this change (just for for `TestBreakpointHitCount.py` which is the one timing out on the Windows bot) in 16bf89267e5ac01d2b512ce784f23640a82de821 <https://reviews.llvm.org/rG16bf89267e5ac01d2b512ce784f23640a82de821>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74475/new/

https://reviews.llvm.org/D74475





More information about the lldb-commits mailing list