Skip to content

termination_predicate_test seems to be failing #372

@qqustc

Description

@qqustc

run the test at master ( HEAD is now at bc72a52 integration-tests: tweaks to stabilize sanitizer runs (#357) )
(note since I'm still in the process of learning Github, I'm not totally sure about the failure if the failure is not reproducible)

/cc @oschaaf

[ RUN      ] TerminationPredicateTest.AppendToChain
test/termination_predicate_test.cc:76: Failure
Expected equality of these values:
  child_predicate.get()
    Which is: NULL
  &(predicate.appendToChain(std::move(child_predicate)))
    Which is: 0x556f10640720
Stack trace:
  0x556f08d6bed0: Nighthawk::TerminationPredicateTest_AppendToChain_Test::TestBody()
  0x556f0b8a489b: testing::internal::HandleSehExceptionsInMethodIfSupported<>()
  0x556f0b89feb3: testing::internal::HandleExceptionsInMethodIfSupported<>()
  0x556f0b889950: testing::Test::Run()
  0x556f0b88a29b: testing::TestInfo::Run()
... Google Test internal frames ...

[  FAILED  ] TerminationPredicateTest.AppendToChain (168 ms)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions