aboutsummaryrefslogtreecommitdiff
path: root/test/skip_with_error_test.cc
AgeCommit message (Expand)Author
2023-03-14Convert uses of `const char*` to `std::string` (#1567)dominic
2023-03-08[FR] state.SkipWithMessage #963 (#1564)Mike Apodaca
2023-03-06get rid of warnings in tests (#1562)dominic
2023-01-09Fix Clang-Tidy warnings related to modernize-use-override (#1523)SunBlack
2021-12-06clang-tidy: readability-redundant and performance (#1298)dominc8
2021-11-25Add clang-tidy check (#1290)dominc8
2021-08-23Introduce accessors for currently public data members (threads and thread_ind...Vy Nguyen
2021-06-24prefix macros to avoid clashes (#1186)Dominic Hamon
2021-05-11Support -Wsuggest-override (#1059)Guillaume Chatelet
2020-02-21Relax CHECK condition in benchmark_runner.cc (#938)Paweł Bylica
2018-09-13Track two more details about runs - the aggregate name, and run name. (#675)Roman Lebedev
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-02-09Support State::KeepRunningBatch(). (#521)Samuel Panzer
2017-10-17Fix and document SkipWithError(...) using ranged-for loop.Eric Fiselier
2016-10-07Simplify clang-format and apply to tests (#302)Dominic Hamon
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-05-23Add SkipWithError(...) function.Eric Fiselier