Import openjdk-17_17.0.11+9.orig-googletest.tar.xz
authorMatthias Klose <doko@ubuntu.com>
Wed, 17 Apr 2024 12:24:58 +0000 (14:24 +0200)
committerMatthias Klose <doko@ubuntu.com>
Wed, 17 Apr 2024 12:24:58 +0000 (14:24 +0200)
commit2c22cd80f489058b3a707f1afd2069a989ec515e
tree747143d14ebee24861e6ec39ac58b482cc5523fd
Import openjdk-17_17.0.11+9.orig-googletest.tar.xz

[dgit import orig openjdk-17_17.0.11+9.orig-googletest.tar.xz]
245 files changed:
.clang-format [new file with mode: 0644]
.github/ISSUE_TEMPLATE/00-bug_report.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/10-feature_request.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/workflows/gtest-ci.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
BUILD.bazel [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
CONTRIBUTORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
WORKSPACE [new file with mode: 0644]
ci/linux-presubmit.sh [new file with mode: 0644]
ci/macos-presubmit.sh [new file with mode: 0644]
ci/windows-presubmit.bat [new file with mode: 0644]
docs/_config.yml [new file with mode: 0644]
docs/_data/navigation.yml [new file with mode: 0644]
docs/_layouts/default.html [new file with mode: 0644]
docs/_sass/main.scss [new file with mode: 0644]
docs/advanced.md [new file with mode: 0644]
docs/assets/css/style.scss [new file with mode: 0644]
docs/community_created_documentation.md [new file with mode: 0644]
docs/faq.md [new file with mode: 0644]
docs/gmock_cheat_sheet.md [new file with mode: 0644]
docs/gmock_cook_book.md [new file with mode: 0644]
docs/gmock_faq.md [new file with mode: 0644]
docs/gmock_for_dummies.md [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
docs/pkgconfig.md [new file with mode: 0644]
docs/platforms.md [new file with mode: 0644]
docs/primer.md [new file with mode: 0644]
docs/quickstart-bazel.md [new file with mode: 0644]
docs/quickstart-cmake.md [new file with mode: 0644]
docs/reference/actions.md [new file with mode: 0644]
docs/reference/assertions.md [new file with mode: 0644]
docs/reference/matchers.md [new file with mode: 0644]
docs/reference/mocking.md [new file with mode: 0644]
docs/reference/testing.md [new file with mode: 0644]
docs/samples.md [new file with mode: 0644]
googlemock/CMakeLists.txt [new file with mode: 0644]
googlemock/README.md [new file with mode: 0644]
googlemock/cmake/gmock.pc.in [new file with mode: 0644]
googlemock/cmake/gmock_main.pc.in [new file with mode: 0644]
googlemock/docs/README.md [new file with mode: 0644]
googlemock/include/gmock/gmock-actions.h [new file with mode: 0644]
googlemock/include/gmock/gmock-cardinalities.h [new file with mode: 0644]
googlemock/include/gmock/gmock-function-mocker.h [new file with mode: 0644]
googlemock/include/gmock/gmock-matchers.h [new file with mode: 0644]
googlemock/include/gmock/gmock-more-actions.h [new file with mode: 0644]
googlemock/include/gmock/gmock-more-matchers.h [new file with mode: 0644]
googlemock/include/gmock/gmock-nice-strict.h [new file with mode: 0644]
googlemock/include/gmock/gmock-spec-builders.h [new file with mode: 0644]
googlemock/include/gmock/gmock.h [new file with mode: 0644]
googlemock/include/gmock/internal/custom/README.md [new file with mode: 0644]
googlemock/include/gmock/internal/custom/gmock-generated-actions.h [new file with mode: 0644]
googlemock/include/gmock/internal/custom/gmock-matchers.h [new file with mode: 0644]
googlemock/include/gmock/internal/custom/gmock-port.h [new file with mode: 0644]
googlemock/include/gmock/internal/gmock-internal-utils.h [new file with mode: 0644]
googlemock/include/gmock/internal/gmock-port.h [new file with mode: 0644]
googlemock/include/gmock/internal/gmock-pp.h [new file with mode: 0644]
googlemock/src/gmock-all.cc [new file with mode: 0644]
googlemock/src/gmock-cardinalities.cc [new file with mode: 0644]
googlemock/src/gmock-internal-utils.cc [new file with mode: 0644]
googlemock/src/gmock-matchers.cc [new file with mode: 0644]
googlemock/src/gmock-spec-builders.cc [new file with mode: 0644]
googlemock/src/gmock.cc [new file with mode: 0644]
googlemock/src/gmock_main.cc [new file with mode: 0644]
googlemock/test/BUILD.bazel [new file with mode: 0644]
googlemock/test/gmock-actions_test.cc [new file with mode: 0644]
googlemock/test/gmock-cardinalities_test.cc [new file with mode: 0644]
googlemock/test/gmock-function-mocker_test.cc [new file with mode: 0644]
googlemock/test/gmock-internal-utils_test.cc [new file with mode: 0644]
googlemock/test/gmock-matchers-arithmetic_test.cc [new file with mode: 0644]
googlemock/test/gmock-matchers-comparisons_test.cc [new file with mode: 0644]
googlemock/test/gmock-matchers-containers_test.cc [new file with mode: 0644]
googlemock/test/gmock-matchers-misc_test.cc [new file with mode: 0644]
googlemock/test/gmock-matchers_test.h [new file with mode: 0644]
googlemock/test/gmock-more-actions_test.cc [new file with mode: 0644]
googlemock/test/gmock-nice-strict_test.cc [new file with mode: 0644]
googlemock/test/gmock-port_test.cc [new file with mode: 0644]
googlemock/test/gmock-pp-string_test.cc [new file with mode: 0644]
googlemock/test/gmock-pp_test.cc [new file with mode: 0644]
googlemock/test/gmock-spec-builders_test.cc [new file with mode: 0644]
googlemock/test/gmock_all_test.cc [new file with mode: 0644]
googlemock/test/gmock_ex_test.cc [new file with mode: 0644]
googlemock/test/gmock_leak_test.py [new file with mode: 0755]
googlemock/test/gmock_leak_test_.cc [new file with mode: 0644]
googlemock/test/gmock_link2_test.cc [new file with mode: 0644]
googlemock/test/gmock_link_test.cc [new file with mode: 0644]
googlemock/test/gmock_link_test.h [new file with mode: 0644]
googlemock/test/gmock_output_test.py [new file with mode: 0755]
googlemock/test/gmock_output_test_.cc [new file with mode: 0644]
googlemock/test/gmock_output_test_golden.txt [new file with mode: 0644]
googlemock/test/gmock_stress_test.cc [new file with mode: 0644]
googlemock/test/gmock_test.cc [new file with mode: 0644]
googlemock/test/gmock_test_utils.py [new file with mode: 0755]
googletest/CMakeLists.txt [new file with mode: 0644]
googletest/README.md [new file with mode: 0644]
googletest/cmake/Config.cmake.in [new file with mode: 0644]
googletest/cmake/gtest.pc.in [new file with mode: 0644]
googletest/cmake/gtest_main.pc.in [new file with mode: 0644]
googletest/cmake/internal_utils.cmake [new file with mode: 0644]
googletest/cmake/libgtest.la.in [new file with mode: 0644]
googletest/docs/README.md [new file with mode: 0644]
googletest/include/gtest/gtest-assertion-result.h [new file with mode: 0644]
googletest/include/gtest/gtest-death-test.h [new file with mode: 0644]
googletest/include/gtest/gtest-matchers.h [new file with mode: 0644]
googletest/include/gtest/gtest-message.h [new file with mode: 0644]
googletest/include/gtest/gtest-param-test.h [new file with mode: 0644]
googletest/include/gtest/gtest-printers.h [new file with mode: 0644]
googletest/include/gtest/gtest-spi.h [new file with mode: 0644]
googletest/include/gtest/gtest-test-part.h [new file with mode: 0644]
googletest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
googletest/include/gtest/gtest.h [new file with mode: 0644]
googletest/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
googletest/include/gtest/gtest_prod.h [new file with mode: 0644]
googletest/include/gtest/internal/custom/README.md [new file with mode: 0644]
googletest/include/gtest/internal/custom/gtest-port.h [new file with mode: 0644]
googletest/include/gtest/internal/custom/gtest-printers.h [new file with mode: 0644]
googletest/include/gtest/internal/custom/gtest.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-port-arch.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-port.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-string.h [new file with mode: 0644]
googletest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
googletest/samples/prime_tables.h [new file with mode: 0644]
googletest/samples/sample1.cc [new file with mode: 0644]
googletest/samples/sample1.h [new file with mode: 0644]
googletest/samples/sample10_unittest.cc [new file with mode: 0644]
googletest/samples/sample1_unittest.cc [new file with mode: 0644]
googletest/samples/sample2.cc [new file with mode: 0644]
googletest/samples/sample2.h [new file with mode: 0644]
googletest/samples/sample2_unittest.cc [new file with mode: 0644]
googletest/samples/sample3-inl.h [new file with mode: 0644]
googletest/samples/sample3_unittest.cc [new file with mode: 0644]
googletest/samples/sample4.cc [new file with mode: 0644]
googletest/samples/sample4.h [new file with mode: 0644]
googletest/samples/sample4_unittest.cc [new file with mode: 0644]
googletest/samples/sample5_unittest.cc [new file with mode: 0644]
googletest/samples/sample6_unittest.cc [new file with mode: 0644]
googletest/samples/sample7_unittest.cc [new file with mode: 0644]
googletest/samples/sample8_unittest.cc [new file with mode: 0644]
googletest/samples/sample9_unittest.cc [new file with mode: 0644]
googletest/src/gtest-all.cc [new file with mode: 0644]
googletest/src/gtest-assertion-result.cc [new file with mode: 0644]
googletest/src/gtest-death-test.cc [new file with mode: 0644]
googletest/src/gtest-filepath.cc [new file with mode: 0644]
googletest/src/gtest-internal-inl.h [new file with mode: 0644]
googletest/src/gtest-matchers.cc [new file with mode: 0644]
googletest/src/gtest-port.cc [new file with mode: 0644]
googletest/src/gtest-printers.cc [new file with mode: 0644]
googletest/src/gtest-test-part.cc [new file with mode: 0644]
googletest/src/gtest-typed-test.cc [new file with mode: 0644]
googletest/src/gtest.cc [new file with mode: 0644]
googletest/src/gtest_main.cc [new file with mode: 0644]
googletest/test/BUILD.bazel [new file with mode: 0644]
googletest/test/googletest-break-on-failure-unittest.py [new file with mode: 0755]
googletest/test/googletest-break-on-failure-unittest_.cc [new file with mode: 0644]
googletest/test/googletest-catch-exceptions-test.py [new file with mode: 0755]
googletest/test/googletest-catch-exceptions-test_.cc [new file with mode: 0644]
googletest/test/googletest-color-test.py [new file with mode: 0755]
googletest/test/googletest-color-test_.cc [new file with mode: 0644]
googletest/test/googletest-death-test-test.cc [new file with mode: 0644]
googletest/test/googletest-death-test_ex_test.cc [new file with mode: 0644]
googletest/test/googletest-env-var-test.py [new file with mode: 0755]
googletest/test/googletest-env-var-test_.cc [new file with mode: 0644]
googletest/test/googletest-failfast-unittest.py [new file with mode: 0755]
googletest/test/googletest-failfast-unittest_.cc [new file with mode: 0644]
googletest/test/googletest-filepath-test.cc [new file with mode: 0644]
googletest/test/googletest-filter-unittest.py [new file with mode: 0755]
googletest/test/googletest-filter-unittest_.cc [new file with mode: 0644]
googletest/test/googletest-global-environment-unittest.py [new file with mode: 0644]
googletest/test/googletest-global-environment-unittest_.cc [new file with mode: 0644]
googletest/test/googletest-json-outfiles-test.py [new file with mode: 0644]
googletest/test/googletest-json-output-unittest.py [new file with mode: 0644]
googletest/test/googletest-list-tests-unittest.py [new file with mode: 0755]
googletest/test/googletest-list-tests-unittest_.cc [new file with mode: 0644]
googletest/test/googletest-listener-test.cc [new file with mode: 0644]
googletest/test/googletest-message-test.cc [new file with mode: 0644]
googletest/test/googletest-options-test.cc [new file with mode: 0644]
googletest/test/googletest-output-test-golden-lin.txt [new file with mode: 0644]
googletest/test/googletest-output-test.py [new file with mode: 0755]
googletest/test/googletest-output-test_.cc [new file with mode: 0644]
googletest/test/googletest-param-test-invalid-name1-test.py [new file with mode: 0644]
googletest/test/googletest-param-test-invalid-name1-test_.cc [new file with mode: 0644]
googletest/test/googletest-param-test-invalid-name2-test.py [new file with mode: 0644]
googletest/test/googletest-param-test-invalid-name2-test_.cc [new file with mode: 0644]
googletest/test/googletest-param-test-test.cc [new file with mode: 0644]
googletest/test/googletest-param-test-test.h [new file with mode: 0644]
googletest/test/googletest-param-test2-test.cc [new file with mode: 0644]
googletest/test/googletest-port-test.cc [new file with mode: 0644]
googletest/test/googletest-printers-test.cc [new file with mode: 0644]
googletest/test/googletest-setuptestsuite-test.py [new file with mode: 0755]
googletest/test/googletest-setuptestsuite-test_.cc [new file with mode: 0644]
googletest/test/googletest-shuffle-test.py [new file with mode: 0755]
googletest/test/googletest-shuffle-test_.cc [new file with mode: 0644]
googletest/test/googletest-test-part-test.cc [new file with mode: 0644]
googletest/test/googletest-throw-on-failure-test.py [new file with mode: 0755]
googletest/test/googletest-throw-on-failure-test_.cc [new file with mode: 0644]
googletest/test/googletest-uninitialized-test.py [new file with mode: 0755]
googletest/test/googletest-uninitialized-test_.cc [new file with mode: 0644]
googletest/test/gtest-typed-test2_test.cc [new file with mode: 0644]
googletest/test/gtest-typed-test_test.cc [new file with mode: 0644]
googletest/test/gtest-typed-test_test.h [new file with mode: 0644]
googletest/test/gtest-unittest-api_test.cc [new file with mode: 0644]
googletest/test/gtest_all_test.cc [new file with mode: 0644]
googletest/test/gtest_assert_by_exception_test.cc [new file with mode: 0644]
googletest/test/gtest_dirs_test.cc [new file with mode: 0644]
googletest/test/gtest_environment_test.cc [new file with mode: 0644]
googletest/test/gtest_help_test.py [new file with mode: 0755]
googletest/test/gtest_help_test_.cc [new file with mode: 0644]
googletest/test/gtest_json_test_utils.py [new file with mode: 0644]
googletest/test/gtest_list_output_unittest.py [new file with mode: 0644]
googletest/test/gtest_list_output_unittest_.cc [new file with mode: 0644]
googletest/test/gtest_main_unittest.cc [new file with mode: 0644]
googletest/test/gtest_no_test_unittest.cc [new file with mode: 0644]
googletest/test/gtest_pred_impl_unittest.cc [new file with mode: 0644]
googletest/test/gtest_premature_exit_test.cc [new file with mode: 0644]
googletest/test/gtest_prod_test.cc [new file with mode: 0644]
googletest/test/gtest_repeat_test.cc [new file with mode: 0644]
googletest/test/gtest_skip_check_output_test.py [new file with mode: 0755]
googletest/test/gtest_skip_environment_check_output_test.py [new file with mode: 0755]
googletest/test/gtest_skip_in_environment_setup_test.cc [new file with mode: 0644]
googletest/test/gtest_skip_test.cc [new file with mode: 0644]
googletest/test/gtest_sole_header_test.cc [new file with mode: 0644]
googletest/test/gtest_stress_test.cc [new file with mode: 0644]
googletest/test/gtest_test_macro_stack_footprint_test.cc [new file with mode: 0644]
googletest/test/gtest_test_utils.py [new file with mode: 0755]
googletest/test/gtest_testbridge_test.py [new file with mode: 0755]
googletest/test/gtest_testbridge_test_.cc [new file with mode: 0644]
googletest/test/gtest_throw_on_failure_ex_test.cc [new file with mode: 0644]
googletest/test/gtest_unittest.cc [new file with mode: 0644]
googletest/test/gtest_xml_outfile1_test_.cc [new file with mode: 0644]
googletest/test/gtest_xml_outfile2_test_.cc [new file with mode: 0644]
googletest/test/gtest_xml_outfiles_test.py [new file with mode: 0755]
googletest/test/gtest_xml_output_unittest.py [new file with mode: 0755]
googletest/test/gtest_xml_output_unittest_.cc [new file with mode: 0644]
googletest/test/gtest_xml_test_utils.py [new file with mode: 0755]
googletest/test/production.cc [new file with mode: 0644]
googletest/test/production.h [new file with mode: 0644]
googletest_deps.bzl [new file with mode: 0644]