[all-commits] [llvm/llvm-project] dc848a: [lldb][NFC] Fix flaky TestForwardDeclFromStdModule...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Fri Nov 13 02:42:05 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dc848a0888f0a14c03ff1e7dd7ab109db7a8c065
      https://github.com/llvm/llvm-project/commit/dc848a0888f0a14c03ff1e7dd7ab109db7a8c065
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/root/usr/include/c++/v1/vector

  Log Message:
  -----------
  [lldb][NFC] Fix flaky TestForwardDeclFromStdModule test

"[lldb/DataFormatters] Display null C++ pointers as nullptr" added an assumption
that the member we check for is always a nullptr, but it is actually never
initialized. That causes the test to randomly fail due to the pointer having
some random value that isn't 0.




More information about the All-commits mailing list