googletest/googletest/test
Derek Mauro c58f562fa2 Makes the Python imports consistently use full paths from the repository root,
unifying the behavior between Bazel and CMake

This fixes one of the CI failures on Windows

PiperOrigin-RevId: 417872531
Change-Id: I156989323b7e6d4a4420f4f9691b078829db933d
2021-12-22 13:01:24 -08:00
..
BUILD.bazel Remove bazelbuild/rules_cc dependency 2021-09-17 10:04:26 +02:00
googletest-break-on-failure-unittest_.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
googletest-break-on-failure-unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-catch-exceptions-test_.cc Googletest export 2019-01-11 13:59:22 -05:00
googletest-catch-exceptions-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-color-test_.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
googletest-color-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-death-test_ex_test.cc Googletest export 2021-07-07 14:34:19 -04:00
googletest-death-test-test.cc Makes TestForDeathTest.CRTDebugDeath only run when _DEBUG is defined 2021-12-21 13:16:17 -08:00
googletest-env-var-test_.cc Googletest export 2021-07-07 14:34:19 -04:00
googletest-env-var-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-failfast-unittest_.cc Googletest export 2020-03-24 17:32:07 -04:00
googletest-failfast-unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-filepath-test.cc Googletest export 2019-01-02 16:51:40 -05:00
googletest-filter-unittest_.cc Googletest export 2019-01-11 13:59:22 -05:00
googletest-filter-unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-global-environment-unittest_.cc Googletest export 2021-02-18 13:27:15 -05:00
googletest-global-environment-unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-json-outfiles-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-json-output-unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-list-tests-unittest_.cc Googletest export 2019-01-11 13:59:22 -05:00
googletest-list-tests-unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-listener-test.cc Googletest export 2021-07-07 14:34:19 -04:00
googletest-message-test.cc Apply clang-tidy modernize-use-nullptr to googletest. 2018-10-05 12:54:14 -04:00
googletest-options-test.cc Googletest export 2021-07-07 14:34:19 -04:00
googletest-output-test_.cc Googletest export 2021-09-23 23:31:14 +00:00
googletest-output-test-golden-lin.txt Googletest export 2021-09-23 23:31:14 +00:00
googletest-output-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-param-test2-test.cc Googletest export 2019-01-11 13:59:22 -05:00
googletest-param-test-invalid-name1-test_.cc Googletest export 2019-01-11 13:59:22 -05:00
googletest-param-test-invalid-name1-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-param-test-invalid-name2-test_.cc Googletest export 2019-01-11 13:59:22 -05:00
googletest-param-test-invalid-name2-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-param-test-test.cc chore: fix spelling 2021-04-15 11:53:53 +10:00
googletest-param-test-test.h Googletest export 2021-02-18 13:26:24 -05:00
googletest-port-test.cc Googletest export 2021-11-03 13:45:40 -04:00
googletest-printers-test.cc Googletest export 2021-11-09 10:24:05 -05:00
googletest-setuptestsuite-test_.cc Googletest export 2019-12-06 11:34:34 -05:00
googletest-setuptestsuite-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-shuffle-test_.cc fix tests 2020-08-02 09:18:13 +09:00
googletest-shuffle-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-test-part-test.cc Googletest export 2019-01-02 16:51:40 -05:00
googletest-throw-on-failure-test_.cc Apply clang-tidy modernize-use-nullptr to googletest. 2018-10-05 12:54:14 -04:00
googletest-throw-on-failure-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
googletest-uninitialized-test_.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
googletest-uninitialized-test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_all_test.cc Googletest export 2018-10-29 13:46:16 -04:00
gtest_assert_by_exception_test.cc Googletest export 2019-01-02 16:51:40 -05:00
gtest_environment_test.cc Googletest export 2021-07-07 14:34:19 -04:00
gtest_help_test_.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_help_test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_json_test_utils.py merges-6 2018-03-05 14:21:41 -05:00
gtest_list_output_unittest_.cc Googletest export 2021-02-05 10:39:30 -08:00
gtest_list_output_unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_main_unittest.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_no_test_unittest.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_pred_impl_unittest.cc Fix typos discovered by codespell 2021-09-16 21:00:42 +02:00
gtest_premature_exit_test.cc restore mistakenly removed iffs in their explicit form 2019-08-20 12:14:22 +02:00
gtest_prod_test.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_repeat_test.cc Googletest export 2021-07-07 14:34:19 -04:00
gtest_skip_check_output_test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_skip_environment_check_output_test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_skip_in_environment_setup_test.cc Merge pull request #2203 from ngie-eign:issue-2189 2019-04-03 17:15:16 -04:00
gtest_skip_test.cc [googletest] Output skip message 2019-10-17 00:32:47 -07:00
gtest_sole_header_test.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_stress_test.cc Googletest export 2018-10-30 21:20:43 -04:00
gtest_test_macro_stack_footprint_test.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_test_utils.py Googletest export 2021-11-03 13:45:56 -04:00
gtest_testbridge_test_.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
gtest_testbridge_test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_throw_on_failure_ex_test.cc Googletest export 2021-07-07 14:34:19 -04:00
gtest_unittest.cc Release tests for UnitTestOptions::MatchesFilter 2021-12-15 08:36:08 -08:00
gtest_xml_outfile1_test_.cc Googletest export 2018-12-03 12:54:11 -05:00
gtest_xml_outfile2_test_.cc Googletest export 2018-12-03 12:54:11 -05:00
gtest_xml_outfiles_test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_xml_output_unittest_.cc Googletest export 2021-02-05 10:39:30 -08:00
gtest_xml_output_unittest.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest_xml_test_utils.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gtest-typed-test2_test.cc Googletest export 2021-02-05 10:39:30 -08:00
gtest-typed-test_test.cc Googletest export 2021-02-05 10:39:30 -08:00
gtest-typed-test_test.h Googletest export 2021-02-18 13:26:24 -05:00
gtest-unittest-api_test.cc Googletest export 2021-02-05 10:39:30 -08:00
production.cc Comments changes, no functionality changes 2018-08-14 14:04:07 -04:00
production.h Googletest export 2021-02-18 13:26:24 -05:00