summaryrefslogtreecommitdiffstats
path: root/googletest/test/BUILD.bazel
Commit message (Collapse)AuthorAgeFilesLines
* cmake fixesGennadiy Civil2018-08-021-2/+2
|
* fixes testsGennadiy Civil2018-08-021-2/+2
|
* cleaning up and adding test changes to CMakeGennadiy Civil2018-08-021-1/+1
|
* various changes to testsGennadiy Civil2018-08-011-7/+49
|
* more test changesGennadiy Civil2018-08-011-3/+3
|
* adding googletest-json-output unitestGennadiy Civil2018-08-011-0/+21
|
* more test changesGennadiy Civil2018-08-011-0/+14
|
* more tests changesGennadiy Civil2018-08-011-5/+25
|
* googletest list tests unitestGennadiy Civil2018-08-011-5/+5
|
* gtest catch exceptions test and gtest shuffle testGennadiy Civil2018-08-011-20/+16
|
* changes to googletest break on failure and googletest filter unittestsGennadiy Civil2018-08-011-16/+23
|
* changes for googletest env var testGennadiy Civil2018-08-011-6/+6
|
* googltest-color-test changesGennadiy Civil2018-08-011-5/+5
|
* googletest-output-test changesGennadiy Civil2018-08-011-6/+7
|
* Formatting changes and upstreaming one testGennadiy Civil2018-08-011-0/+8
|
* Adds stacktrace support from Abseil to Google TestDerek Mauro2018-07-101-20/+42
| | | | | | | | | | | | | | | | | | | This change adds the ability to generate stacktraces in Google Test on both failures of assertions/expectations and on crashes. The stacktrace support is conditionally available only when using Abseil with Google Test. To use this support, run the test under Bazel with a command like this: bazel test --define absl=1 --test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1 //path/to/your:test The "--define absl=1" part enables stacktraces on assertion/expectation failures. The "--test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" part enables the signal handler that logs a stacktrace in the event of a crash (this also requires the "--define absl=1" part). This is not the default since it may interfere with existing tests.
* Eliminate GTEST_TEST_FILTER_ENV_VAR_.refs/pull/1622/headRohan Joyce2018-06-141-0/+16
| | | | | | | | GTEST_TEST_FILTER_ENV_VAR_ was used to specify an environment variable to obtain the default test filter from. By default it was unset which broke "--test_filter" for bazel. This CL eliminates GTEST_TEST_FILTER_ENV_VAR_ and explicitly obtains the default test filter from the environment variable TESTBRIDGE_TEST_ONLY if it exists.
* mergesrefs/pull/1469/headGennadiy Civil2018-02-221-0/+10
|
* Add ability to throw from ASSERTAlexey Sokolov2018-02-081-0/+7
| | | | | | | while not losing benefits of EXPECT, and not killing the whole test, as with --gtest_throw_on_failure. 183822976
* Adding python tests to Bazel build file. refs/pull/1412/headGennadiy Civil2018-01-181-1/+243
|
* [Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvcrefs/pull/1388/headLoo Rong Jie2018-01-091-3/+6
| | | | and x64_windows_msvc
* Addressing Commentsrefs/pull/1191/headmisterg2017-08-101-46/+22
|
* Added Copyrightmisterg2017-08-101-4/+32
|
* Initial Revision, review 164634031misterg2017-08-101-2/+0
|
* WIPmisterg2017-08-091-29/+3
|
* WIP, win testingmisterg2017-08-081-4/+7
|
* WIP, windows testingmisterg2017-08-081-2/+2
|
* WIP, windows testingmisterg2017-08-081-2/+2
|
* WIP, windows testingmisterg2017-08-081-3/+9
|
* WIPmisterg2017-08-081-0/+133