aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest_main.cpp
AgeCommit message (Expand)Author
2018-09-27Move isolated test runner out of bionic.Christopher Ferris
2018-09-25Ignore output to stderr while enumerating testsdimitry
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-17The --gtest_color flag should take a priority.Tao Bao
2018-07-16Only use color in supported terminal.Haibo Huang
2018-07-10Remove bionic test's dependency on gtest internal.Haibo Huang
2018-03-23Exit gracefully on invalid --gtest_* flag.Tao Bao
2018-01-19Address a bunch of clang-tidy complaints.Elliott Hughes
2017-11-28Always wrap waitpid in TEMP_FAILURE_RETRY.Elliott Hughes
2017-11-16Fix support for typed tests and parameterized tests.Yabin Cui
2017-11-15Reduce unnecessary quoting for --gtest_filter.Elliott Hughes
2017-07-21Make xfail passes not failures.Elliott Hughes
2017-05-10Fix clang-tidy perfomrance warnings.wy
2017-03-16Use libbase for realpath and dirnameDimitry Ivanov
2017-03-15Add tests for pthread TLS leak.Josh Gao
2017-01-10Add support for expected failures to gtest runner.Josh Gao
2016-12-12Fix gtest_filter of bionic gtest runner.Yabin Cui
2016-12-09Fix the way to find negative filter pattern.Yabin Cui
2016-11-28Fix bionic-unit-tests-glibcDimitry Ivanov
2016-10-28Show amount of parallelism in gtest output.Elliott Hughes
2016-09-02Move test libraries under /data/nativetestsDimitry Ivanov
2016-08-31List failing tests last, to reduce the amount of scrolling.Elliott Hughes
2016-07-20Pass argc/argv/envp to dso constructorsDimitry Ivanov
2016-05-17Fix dlopen of main executable by absolute pathDimitry Ivanov
2016-03-01linker: print "not accessible" error message to the logDimitry Ivanov
2016-01-13Escape failure messages in XML test output.Dan Albert
2015-12-03Don't use StringPrintf() in gtest runner.Yabin Cui
2015-12-03Improve unit test runner.Yabin Cui
2015-10-06Remove the workaround which fixes JOB_COUNT in CTS test.Yabin Cui
2015-10-02Use const auto& in for loops.Elliott Hughes
2015-09-25Force cts to only run one test at a time.Christopher Ferris
2015-09-01build bionic gtest runner on mac.Yabin Cui
2015-08-10Omit comment when reading --gtest_list_tests option's output.Yabin Cui
2015-04-02gtest_repeat should allow negative values.Christopher Ferris
2015-03-12Make gtest_main exit 1 when some test are failed.Yabin Cui
2015-02-26Make bionic gtest main be compatible with gtest output format for cts test.Yabin Cui
2015-02-24Make all output of child test go to parent process in gtest_main.Yabin Cui
2015-02-05Add path separator in bionic-unit-tests program path.Yabin Cui
2015-02-04Add signal handling in bionic gtest main.Yabin Cui
2015-01-28Add --gtest-filter as synonym for --gtest_filter in bionic gtest main.Yabin Cui
2015-01-27Fix parse of gtest_filter in bionic gtest main.Yabin Cui
2015-01-26Rename "TIMEWARN" to "SLOW" in bionic gtest.Yabin Cui
2015-01-26Support --gtest_ouput option in bionic gtest main.Yabin Cui
2015-01-20Remove testcase time printing in bionic-unit-tests.Yabin Cui
2015-01-08Make bionic-unit-tests default run isolate mode.Yabin Cui
2014-12-13better gtest runner for bionicYabin Cui