[PATCH] D125776: [llvm-debuginfo-analyzer] 01 - Interval tree
Carlos Alberto Enciso via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 03:58:19 PDT 2022
CarlosAlbertoEnciso added a comment.
In D125776#3817597 <https://reviews.llvm.org/D125776#3817597>, @antondaubert wrote:
> The test seems to be failing, could you please take a look?
>
> Errors are like:
>
> IntervalTreeTest.cpp:41
> Expected equality of these values:
> Item->left()
> Which is: 15
> Left
> Which is: 31
>
> (and many other similar failures)
@antondaubert: From the buildbot: I can see only these type of errors:
https://lab.llvm.org/buildbot/#/builders/36/builds/25424
> /home/buildbots/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/unittests/ADT/IntervalTreeTest.cpp:103:3: note: in instantiation of function template specialization 'testing::internal::EqHelper::Compare<unsigned long, int, nullptr>' requested here
>
> ASSERT_EQ(Intervals.size(), 1);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125776/new/
https://reviews.llvm.org/D125776
More information about the llvm-commits
mailing list