[all-commits] [llvm/llvm-project] b55e76: [ADT] IntervalTree - Fix random unittests failures...

Carlos Alberto Enciso via All-commits all-commits at lists.llvm.org
Wed Sep 28 21:20:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b55e76de8bcff138e10d86e999d1fa1d1cf90c0f
      https://github.com/llvm/llvm-project/commit/b55e76de8bcff138e10d86e999d1fa1d1cf90c0f
  Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M llvm/include/llvm/ADT/IntervalTree.h

  Log Message:
  -----------
  [ADT] IntervalTree - Fix random unittests failures in a debug builds.

On a debug build with _LIBCPP_DEBUG_RANDOMIZE_UNSPECIFIED_STABILITY
enabled from 100 executions around 80 are failing.

More details in https://reviews.llvm.org/D125776#3820399

The issue is related to the use of std::sort.

Reviewed By: antondaubert, jryans, probinson

Differential Revision: https://reviews.llvm.org/D134805




More information about the All-commits mailing list