Lines Matching full:message
67 state.SkipWithError("error message"); in BM_error_no_running()
70 ADD_CASES("BM_error_no_running", {{"", true, "error message"}});
73 state.SkipWithError("error message"); in BM_error_before_running()
79 ADD_CASES("BM_error_before_running", {{"", true, "error message"}});
82 state.SkipWithError("error message"); in BM_error_before_running_batch()
88 ADD_CASES("BM_error_before_running_batch", {{"", true, "error message"}});
91 state.SkipWithError("error message"); in BM_error_before_running_range_for()
97 ADD_CASES("BM_error_before_running_range_for", {{"", true, "error message"}});
105 state.SkipWithError("error message"); in BM_error_during_running()
113 ADD_CASES("BM_error_during_running", {{"/1/threads:1", true, "error message"},
114 {"/1/threads:2", true, "error message"},
115 {"/1/threads:4", true, "error message"},
116 {"/1/threads:8", true, "error message"},
131 state.SkipWithError("error message"); in BM_error_during_running_ranged_for()
141 {{"/1/iterations:5", true, "error message"},
150 state.SkipWithError("error message"); in BM_error_after_running()
153 ADD_CASES("BM_error_after_running", {{"/threads:1", true, "error message"},
154 {"/threads:2", true, "error message"},
155 {"/threads:4", true, "error message"},
156 {"/threads:8", true, "error message"}});
165 state.SkipWithError("error message"); in BM_error_while_paused()
173 ADD_CASES("BM_error_while_paused", {{"/1/threads:1", true, "error message"},
174 {"/1/threads:2", true, "error message"},
175 {"/1/threads:4", true, "error message"},
176 {"/1/threads:8", true, "error message"},