Home
last modified time | relevance | path

Searched refs:current_fail_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dtest.cc44 this->current_fail_ = false; in run()
49 if ((*pfn)(&tr) && !this->current_fail_) in run()
70 this->current_fail_ = true; in fail()
79 this->current_fail_ = true; in error()
Dtest.h37 : testname_(NULL), current_fail_(0), passes_(0), failures_(0) in Test_framework()
73 bool current_fail_; variable