[all-commits] [llvm/llvm-project] 40c1f5: Fix std::variant test failure on certain buildbot ...

jeffreytan81 via All-commits all-commits at lists.llvm.org
Tue Oct 3 15:37:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40c1f5b2fb88b17c6ed6911466002824d1880871
      https://github.com/llvm/llvm-project/commit/40c1f5b2fb88b17c6ed6911466002824d1880871
  Author: jeffreytan81 <jeffreytan at meta.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/TestDataFormatterLibStdcxxVariant.py

  Log Message:
  -----------
  Fix std::variant test failure on certain buildbot (#68139)

https://github.com/llvm/llvm-project/pull/68012 works on my CentOS Linux
and Macbook but seems to fail for certain build bots. The error log
complains "No Value" check failure for `std::variant` but not very
actionable without a reproduce.

To unblock the build bots, I am commenting out the "No Value" checks.

Co-authored-by: jeffreytan81 <jeffreytan at fb.com>




More information about the All-commits mailing list