Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dtest.cc43 this->testname_ = name; in run()
61 this->testname_ = NULL; in run()
69 printf("FAIL: %s: %s: %d\n", this->testname_, filename, lineno); in fail()
78 printf("ERROR: %s: %s\n", this->testname_, message); in error()
Dtest.h37 : testname_(NULL), current_fail_(0), passes_(0), failures_(0) in Test_framework()
71 const char* testname_; variable