From b1096774116ba308fd9257d650b63f1861356c45 Mon Sep 17 00:00:00 2001 From: Jens Bocklage Date: Wed, 8 Apr 2015 15:00:09 +0200 Subject: [PATCH] Adding gtest framework v1.7.0 Adding initial hello world C test case Signed-off-by: Jens Bocklage Signed-off-by: Alexander Wenzel --- CMakeLists.txt | 2 + gtest-1.7.0/CHANGES | 157 + gtest-1.7.0/CMakeLists.txt | 252 + gtest-1.7.0/CONTRIBUTORS | 37 + gtest-1.7.0/LICENSE | 28 + gtest-1.7.0/Makefile | 1360 ++ gtest-1.7.0/Makefile.am | 306 + gtest-1.7.0/Makefile.in | 1360 ++ gtest-1.7.0/README | 435 + gtest-1.7.0/aclocal.m4 | 1198 + gtest-1.7.0/build-aux/config.guess | 1530 ++ gtest-1.7.0/build-aux/config.h.in | 69 + gtest-1.7.0/build-aux/config.sub | 1773 ++ gtest-1.7.0/build-aux/depcomp | 688 + gtest-1.7.0/build-aux/install-sh | 527 + gtest-1.7.0/build-aux/ltmain.sh | 9661 ++++++++ gtest-1.7.0/build-aux/missing | 331 + gtest-1.7.0/build-aux/stamp-h1 | 1 + gtest-1.7.0/cmake/internal_utils.cmake | 227 + gtest-1.7.0/codegear/gtest.cbproj | 138 + gtest-1.7.0/codegear/gtest.groupproj | 54 + gtest-1.7.0/codegear/gtest_all.cc | 38 + gtest-1.7.0/codegear/gtest_link.cc | 40 + gtest-1.7.0/codegear/gtest_main.cbproj | 82 + gtest-1.7.0/codegear/gtest_unittest.cbproj | 88 + gtest-1.7.0/config.log | 974 + gtest-1.7.0/config.status | 2296 ++ gtest-1.7.0/configure | 18222 ++++++++++++++ gtest-1.7.0/configure.ac | 68 + .../.deps/test_fused_gtest_test-gtest-all.Po | 1 + .../.deps/test_fused_gtest_test-gtest_main.Po | 1 + gtest-1.7.0/fused-src/gtest/gtest-all.cc | 9592 ++++++++ gtest-1.7.0/fused-src/gtest/gtest.h | 20061 ++++++++++++++++ gtest-1.7.0/fused-src/gtest/gtest_main.cc | 38 + gtest-1.7.0/include/gtest/gtest-death-test.h | 294 + gtest-1.7.0/include/gtest/gtest-message.h | 250 + gtest-1.7.0/include/gtest/gtest-param-test.h | 1421 ++ .../include/gtest/gtest-param-test.h.pump | 487 + gtest-1.7.0/include/gtest/gtest-printers.h | 855 + gtest-1.7.0/include/gtest/gtest-spi.h | 232 + gtest-1.7.0/include/gtest/gtest-test-part.h | 179 + gtest-1.7.0/include/gtest/gtest-typed-test.h | 259 + gtest-1.7.0/include/gtest/gtest.h | 2291 ++ gtest-1.7.0/include/gtest/gtest_pred_impl.h | 358 + gtest-1.7.0/include/gtest/gtest_prod.h | 58 + .../internal/gtest-death-test-internal.h | 319 + .../include/gtest/internal/gtest-filepath.h | 206 + .../include/gtest/internal/gtest-internal.h | 1158 + .../include/gtest/internal/gtest-linked_ptr.h | 233 + .../internal/gtest-param-util-generated.h | 5143 ++++ .../gtest-param-util-generated.h.pump | 301 + .../include/gtest/internal/gtest-param-util.h | 619 + .../include/gtest/internal/gtest-port.h | 1947 ++ .../include/gtest/internal/gtest-string.h | 167 + .../include/gtest/internal/gtest-tuple.h | 1012 + .../include/gtest/internal/gtest-tuple.h.pump | 339 + .../include/gtest/internal/gtest-type-util.h | 3331 +++ .../gtest/internal/gtest-type-util.h.pump | 297 + gtest-1.7.0/lib/.dirstamp | 0 gtest-1.7.0/lib/.libs/libgtest.a | Bin 0 -> 2681310 bytes gtest-1.7.0/lib/.libs/libgtest.la | 1 + gtest-1.7.0/lib/.libs/libgtest.lai | 41 + gtest-1.7.0/lib/.libs/libgtest.so | 1 + gtest-1.7.0/lib/.libs/libgtest.so.0 | 1 + gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 | Bin 0 -> 1774022 bytes gtest-1.7.0/lib/.libs/libgtest_main.a | Bin 0 -> 20730 bytes gtest-1.7.0/lib/.libs/libgtest_main.la | 1 + gtest-1.7.0/lib/.libs/libgtest_main.lai | 41 + gtest-1.7.0/lib/.libs/libgtest_main.so | 1 + gtest-1.7.0/lib/.libs/libgtest_main.so.0 | 1 + gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 | Bin 0 -> 21769 bytes gtest-1.7.0/lib/libgtest.la | 41 + gtest-1.7.0/lib/libgtest_main.la | 42 + gtest-1.7.0/libtool | 10246 ++++++++ gtest-1.7.0/m4/acx_pthread.m4 | 363 + gtest-1.7.0/m4/gtest.m4 | 74 + gtest-1.7.0/m4/libtool.m4 | 8001 ++++++ gtest-1.7.0/m4/ltoptions.m4 | 384 + gtest-1.7.0/m4/ltsugar.m4 | 123 + gtest-1.7.0/m4/ltversion.m4 | 23 + gtest-1.7.0/m4/lt~obsolete.m4 | 98 + gtest-1.7.0/make/Makefile | 82 + gtest-1.7.0/msvc/gtest-md.sln | 45 + gtest-1.7.0/msvc/gtest-md.vcproj | 126 + gtest-1.7.0/msvc/gtest.sln | 45 + gtest-1.7.0/msvc/gtest.vcproj | 126 + gtest-1.7.0/msvc/gtest_main-md.vcproj | 129 + gtest-1.7.0/msvc/gtest_main.vcproj | 129 + gtest-1.7.0/msvc/gtest_prod_test-md.vcproj | 164 + gtest-1.7.0/msvc/gtest_prod_test.vcproj | 164 + gtest-1.7.0/msvc/gtest_unittest-md.vcproj | 147 + gtest-1.7.0/msvc/gtest_unittest.vcproj | 147 + gtest-1.7.0/samples/.deps/.dirstamp | 0 gtest-1.7.0/samples/.deps/sample1.Plo | 6 + .../samples/.deps/sample10_unittest.Po | 1 + gtest-1.7.0/samples/.deps/sample1_unittest.Po | 1 + gtest-1.7.0/samples/.deps/sample2.Plo | 26 + gtest-1.7.0/samples/.deps/sample4.Plo | 46 + .../.deps/test_fused_gtest_test-sample1.Po | 1 + .../test_fused_gtest_test-sample1_unittest.Po | 1 + gtest-1.7.0/samples/.dirstamp | 0 gtest-1.7.0/samples/.libs/libsamples.a | Bin 0 -> 12992 bytes gtest-1.7.0/samples/.libs/libsamples.la | 1 + gtest-1.7.0/samples/.libs/sample1.o | Bin 0 -> 2840 bytes gtest-1.7.0/samples/.libs/sample2.o | Bin 0 -> 4800 bytes gtest-1.7.0/samples/.libs/sample4.o | Bin 0 -> 4900 bytes gtest-1.7.0/samples/libsamples.la | 41 + gtest-1.7.0/samples/prime_tables.h | 123 + gtest-1.7.0/samples/sample1.cc | 68 + gtest-1.7.0/samples/sample1.h | 43 + gtest-1.7.0/samples/sample1.lo | 12 + gtest-1.7.0/samples/sample1.o | Bin 0 -> 2836 bytes gtest-1.7.0/samples/sample10_unittest.cc | 144 + gtest-1.7.0/samples/sample1_unittest.cc | 153 + gtest-1.7.0/samples/sample2.cc | 56 + gtest-1.7.0/samples/sample2.h | 85 + gtest-1.7.0/samples/sample2.lo | 12 + gtest-1.7.0/samples/sample2.o | Bin 0 -> 4496 bytes gtest-1.7.0/samples/sample2_unittest.cc | 109 + gtest-1.7.0/samples/sample3-inl.h | 172 + gtest-1.7.0/samples/sample3_unittest.cc | 151 + gtest-1.7.0/samples/sample4.cc | 46 + gtest-1.7.0/samples/sample4.h | 53 + gtest-1.7.0/samples/sample4.lo | 12 + gtest-1.7.0/samples/sample4.o | Bin 0 -> 4576 bytes gtest-1.7.0/samples/sample4_unittest.cc | 45 + gtest-1.7.0/samples/sample5_unittest.cc | 199 + gtest-1.7.0/samples/sample6_unittest.cc | 224 + gtest-1.7.0/samples/sample7_unittest.cc | 130 + gtest-1.7.0/samples/sample8_unittest.cc | 173 + gtest-1.7.0/samples/sample9_unittest.cc | 160 + gtest-1.7.0/scripts/fuse_gtest_files.py | 250 + gtest-1.7.0/scripts/gen_gtest_pred_impl.py | 730 + gtest-1.7.0/scripts/gtest-config | 274 + gtest-1.7.0/scripts/gtest-config.in | 274 + gtest-1.7.0/scripts/pump.py | 855 + gtest-1.7.0/scripts/test/Makefile | 59 + gtest-1.7.0/src/.deps/.dirstamp | 0 gtest-1.7.0/src/.deps/gtest-all.Plo | 631 + gtest-1.7.0/src/.deps/gtest_main.Plo | 470 + gtest-1.7.0/src/.dirstamp | 0 gtest-1.7.0/src/.libs/gtest-all.o | Bin 0 -> 2758372 bytes gtest-1.7.0/src/.libs/gtest_main.o | Bin 0 -> 20912 bytes gtest-1.7.0/src/gtest-all.cc | 48 + gtest-1.7.0/src/gtest-all.lo | 12 + gtest-1.7.0/src/gtest-all.o | Bin 0 -> 2641844 bytes gtest-1.7.0/src/gtest-death-test.cc | 1344 ++ gtest-1.7.0/src/gtest-filepath.cc | 382 + gtest-1.7.0/src/gtest-internal-inl.h | 1218 + gtest-1.7.0/src/gtest-port.cc | 805 + gtest-1.7.0/src/gtest-printers.cc | 363 + gtest-1.7.0/src/gtest-test-part.cc | 110 + gtest-1.7.0/src/gtest-typed-test.cc | 110 + gtest-1.7.0/src/gtest.cc | 5015 ++++ gtest-1.7.0/src/gtest_main.cc | 38 + gtest-1.7.0/src/gtest_main.lo | 12 + gtest-1.7.0/src/gtest_main.o | Bin 0 -> 20588 bytes gtest-1.7.0/test/.deps/gtest_all_test.Po | 1 + gtest-1.7.0/test/gtest-death-test_ex_test.cc | 93 + gtest-1.7.0/test/gtest-death-test_test.cc | 1367 ++ gtest-1.7.0/test/gtest-filepath_test.cc | 680 + gtest-1.7.0/test/gtest-linked_ptr_test.cc | 154 + gtest-1.7.0/test/gtest-listener_test.cc | 310 + gtest-1.7.0/test/gtest-message_test.cc | 159 + gtest-1.7.0/test/gtest-options_test.cc | 215 + gtest-1.7.0/test/gtest-param-test2_test.cc | 65 + gtest-1.7.0/test/gtest-param-test_test.cc | 904 + gtest-1.7.0/test/gtest-param-test_test.h | 57 + gtest-1.7.0/test/gtest-port_test.cc | 1253 + gtest-1.7.0/test/gtest-printers_test.cc | 1566 ++ gtest-1.7.0/test/gtest-test-part_test.cc | 208 + gtest-1.7.0/test/gtest-tuple_test.cc | 320 + gtest-1.7.0/test/gtest-typed-test2_test.cc | 45 + gtest-1.7.0/test/gtest-typed-test_test.cc | 360 + gtest-1.7.0/test/gtest-typed-test_test.h | 66 + gtest-1.7.0/test/gtest-unittest-api_test.cc | 341 + gtest-1.7.0/test/gtest_all_test.cc | 47 + .../test/gtest_break_on_failure_unittest.py | 212 + .../test/gtest_break_on_failure_unittest_.cc | 88 + .../test/gtest_catch_exceptions_test.py | 237 + .../test/gtest_catch_exceptions_test_.cc | 311 + gtest-1.7.0/test/gtest_color_test.py | 130 + gtest-1.7.0/test/gtest_color_test_.cc | 71 + gtest-1.7.0/test/gtest_env_var_test.py | 103 + gtest-1.7.0/test/gtest_env_var_test_.cc | 126 + gtest-1.7.0/test/gtest_environment_test.cc | 192 + gtest-1.7.0/test/gtest_filter_unittest.py | 633 + gtest-1.7.0/test/gtest_filter_unittest_.cc | 140 + gtest-1.7.0/test/gtest_help_test.py | 172 + gtest-1.7.0/test/gtest_help_test_.cc | 46 + gtest-1.7.0/test/gtest_list_tests_unittest.py | 207 + .../test/gtest_list_tests_unittest_.cc | 157 + gtest-1.7.0/test/gtest_main_unittest.cc | 45 + gtest-1.7.0/test/gtest_no_test_unittest.cc | 56 + gtest-1.7.0/test/gtest_output_test.py | 335 + gtest-1.7.0/test/gtest_output_test_.cc | 1034 + .../test/gtest_output_test_golden_lin.txt | 720 + gtest-1.7.0/test/gtest_pred_impl_unittest.cc | 2427 ++ gtest-1.7.0/test/gtest_premature_exit_test.cc | 141 + gtest-1.7.0/test/gtest_prod_test.cc | 57 + gtest-1.7.0/test/gtest_repeat_test.cc | 253 + gtest-1.7.0/test/gtest_shuffle_test.py | 325 + gtest-1.7.0/test/gtest_shuffle_test_.cc | 103 + gtest-1.7.0/test/gtest_sole_header_test.cc | 57 + gtest-1.7.0/test/gtest_stress_test.cc | 256 + gtest-1.7.0/test/gtest_test_utils.py | 320 + .../test/gtest_throw_on_failure_ex_test.cc | 92 + .../test/gtest_throw_on_failure_test.py | 171 + .../test/gtest_throw_on_failure_test_.cc | 72 + gtest-1.7.0/test/gtest_uninitialized_test.py | 70 + gtest-1.7.0/test/gtest_uninitialized_test_.cc | 43 + gtest-1.7.0/test/gtest_unittest.cc | 7415 ++++++ gtest-1.7.0/test/gtest_xml_outfile1_test_.cc | 49 + gtest-1.7.0/test/gtest_xml_outfile2_test_.cc | 49 + gtest-1.7.0/test/gtest_xml_outfiles_test.py | 132 + gtest-1.7.0/test/gtest_xml_output_unittest.py | 307 + .../test/gtest_xml_output_unittest_.cc | 181 + gtest-1.7.0/test/gtest_xml_test_utils.py | 194 + gtest-1.7.0/test/production.cc | 36 + gtest-1.7.0/test/production.h | 55 + .../xcode/Config/DebugProject.xcconfig | 30 + .../xcode/Config/FrameworkTarget.xcconfig | 17 + gtest-1.7.0/xcode/Config/General.xcconfig | 41 + .../xcode/Config/ReleaseProject.xcconfig | 32 + .../xcode/Config/StaticLibraryTarget.xcconfig | 18 + gtest-1.7.0/xcode/Config/TestTarget.xcconfig | 8 + gtest-1.7.0/xcode/Resources/Info.plist | 30 + .../xcode/Samples/FrameworkSample/Info.plist | 28 + .../WidgetFramework.xcodeproj/project.pbxproj | 457 + .../xcode/Samples/FrameworkSample/runtests.sh | 62 + .../xcode/Samples/FrameworkSample/widget.cc | 63 + .../xcode/Samples/FrameworkSample/widget.h | 59 + .../Samples/FrameworkSample/widget_test.cc | 68 + gtest-1.7.0/xcode/Scripts/runtests.sh | 65 + gtest-1.7.0/xcode/Scripts/versiongenerate.py | 100 + .../xcode/gtest.xcodeproj/project.pbxproj | 1135 + tests/CMakeLists.txt | 10 + tests/hello.cpp | 23 + 238 files changed, 157749 insertions(+) create mode 100644 gtest-1.7.0/CHANGES create mode 100644 gtest-1.7.0/CMakeLists.txt create mode 100644 gtest-1.7.0/CONTRIBUTORS create mode 100644 gtest-1.7.0/LICENSE create mode 100644 gtest-1.7.0/Makefile create mode 100644 gtest-1.7.0/Makefile.am create mode 100644 gtest-1.7.0/Makefile.in create mode 100644 gtest-1.7.0/README create mode 100644 gtest-1.7.0/aclocal.m4 create mode 100755 gtest-1.7.0/build-aux/config.guess create mode 100644 gtest-1.7.0/build-aux/config.h.in create mode 100755 gtest-1.7.0/build-aux/config.sub create mode 100755 gtest-1.7.0/build-aux/depcomp create mode 100755 gtest-1.7.0/build-aux/install-sh create mode 100644 gtest-1.7.0/build-aux/ltmain.sh create mode 100755 gtest-1.7.0/build-aux/missing create mode 100644 gtest-1.7.0/build-aux/stamp-h1 create mode 100644 gtest-1.7.0/cmake/internal_utils.cmake create mode 100644 gtest-1.7.0/codegear/gtest.cbproj create mode 100644 gtest-1.7.0/codegear/gtest.groupproj create mode 100644 gtest-1.7.0/codegear/gtest_all.cc create mode 100644 gtest-1.7.0/codegear/gtest_link.cc create mode 100644 gtest-1.7.0/codegear/gtest_main.cbproj create mode 100644 gtest-1.7.0/codegear/gtest_unittest.cbproj create mode 100644 gtest-1.7.0/config.log create mode 100755 gtest-1.7.0/config.status create mode 100755 gtest-1.7.0/configure create mode 100644 gtest-1.7.0/configure.ac create mode 100644 gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest-all.Po create mode 100644 gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest_main.Po create mode 100644 gtest-1.7.0/fused-src/gtest/gtest-all.cc create mode 100644 gtest-1.7.0/fused-src/gtest/gtest.h create mode 100644 gtest-1.7.0/fused-src/gtest/gtest_main.cc create mode 100644 gtest-1.7.0/include/gtest/gtest-death-test.h create mode 100644 gtest-1.7.0/include/gtest/gtest-message.h create mode 100644 gtest-1.7.0/include/gtest/gtest-param-test.h create mode 100644 gtest-1.7.0/include/gtest/gtest-param-test.h.pump create mode 100644 gtest-1.7.0/include/gtest/gtest-printers.h create mode 100644 gtest-1.7.0/include/gtest/gtest-spi.h create mode 100644 gtest-1.7.0/include/gtest/gtest-test-part.h create mode 100644 gtest-1.7.0/include/gtest/gtest-typed-test.h create mode 100644 gtest-1.7.0/include/gtest/gtest.h create mode 100644 gtest-1.7.0/include/gtest/gtest_pred_impl.h create mode 100644 gtest-1.7.0/include/gtest/gtest_prod.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-death-test-internal.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-filepath.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-internal.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-param-util.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-port.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-string.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-tuple.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-tuple.h.pump create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-type-util.h create mode 100644 gtest-1.7.0/include/gtest/internal/gtest-type-util.h.pump create mode 100644 gtest-1.7.0/lib/.dirstamp create mode 100644 gtest-1.7.0/lib/.libs/libgtest.a create mode 120000 gtest-1.7.0/lib/.libs/libgtest.la create mode 100644 gtest-1.7.0/lib/.libs/libgtest.lai create mode 120000 gtest-1.7.0/lib/.libs/libgtest.so create mode 120000 gtest-1.7.0/lib/.libs/libgtest.so.0 create mode 100755 gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 create mode 100644 gtest-1.7.0/lib/.libs/libgtest_main.a create mode 120000 gtest-1.7.0/lib/.libs/libgtest_main.la create mode 100644 gtest-1.7.0/lib/.libs/libgtest_main.lai create mode 120000 gtest-1.7.0/lib/.libs/libgtest_main.so create mode 120000 gtest-1.7.0/lib/.libs/libgtest_main.so.0 create mode 100755 gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 create mode 100644 gtest-1.7.0/lib/libgtest.la create mode 100644 gtest-1.7.0/lib/libgtest_main.la create mode 100755 gtest-1.7.0/libtool create mode 100644 gtest-1.7.0/m4/acx_pthread.m4 create mode 100644 gtest-1.7.0/m4/gtest.m4 create mode 100644 gtest-1.7.0/m4/libtool.m4 create mode 100644 gtest-1.7.0/m4/ltoptions.m4 create mode 100644 gtest-1.7.0/m4/ltsugar.m4 create mode 100644 gtest-1.7.0/m4/ltversion.m4 create mode 100644 gtest-1.7.0/m4/lt~obsolete.m4 create mode 100644 gtest-1.7.0/make/Makefile create mode 100755 gtest-1.7.0/msvc/gtest-md.sln create mode 100755 gtest-1.7.0/msvc/gtest-md.vcproj create mode 100755 gtest-1.7.0/msvc/gtest.sln create mode 100755 gtest-1.7.0/msvc/gtest.vcproj create mode 100755 gtest-1.7.0/msvc/gtest_main-md.vcproj create mode 100755 gtest-1.7.0/msvc/gtest_main.vcproj create mode 100755 gtest-1.7.0/msvc/gtest_prod_test-md.vcproj create mode 100755 gtest-1.7.0/msvc/gtest_prod_test.vcproj create mode 100755 gtest-1.7.0/msvc/gtest_unittest-md.vcproj create mode 100755 gtest-1.7.0/msvc/gtest_unittest.vcproj create mode 100644 gtest-1.7.0/samples/.deps/.dirstamp create mode 100644 gtest-1.7.0/samples/.deps/sample1.Plo create mode 100644 gtest-1.7.0/samples/.deps/sample10_unittest.Po create mode 100644 gtest-1.7.0/samples/.deps/sample1_unittest.Po create mode 100644 gtest-1.7.0/samples/.deps/sample2.Plo create mode 100644 gtest-1.7.0/samples/.deps/sample4.Plo create mode 100644 gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1.Po create mode 100644 gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1_unittest.Po create mode 100644 gtest-1.7.0/samples/.dirstamp create mode 100644 gtest-1.7.0/samples/.libs/libsamples.a create mode 120000 gtest-1.7.0/samples/.libs/libsamples.la create mode 100644 gtest-1.7.0/samples/.libs/sample1.o create mode 100644 gtest-1.7.0/samples/.libs/sample2.o create mode 100644 gtest-1.7.0/samples/.libs/sample4.o create mode 100644 gtest-1.7.0/samples/libsamples.la create mode 100644 gtest-1.7.0/samples/prime_tables.h create mode 100644 gtest-1.7.0/samples/sample1.cc create mode 100644 gtest-1.7.0/samples/sample1.h create mode 100644 gtest-1.7.0/samples/sample1.lo create mode 100644 gtest-1.7.0/samples/sample1.o create mode 100644 gtest-1.7.0/samples/sample10_unittest.cc create mode 100644 gtest-1.7.0/samples/sample1_unittest.cc create mode 100644 gtest-1.7.0/samples/sample2.cc create mode 100644 gtest-1.7.0/samples/sample2.h create mode 100644 gtest-1.7.0/samples/sample2.lo create mode 100644 gtest-1.7.0/samples/sample2.o create mode 100644 gtest-1.7.0/samples/sample2_unittest.cc create mode 100644 gtest-1.7.0/samples/sample3-inl.h create mode 100644 gtest-1.7.0/samples/sample3_unittest.cc create mode 100644 gtest-1.7.0/samples/sample4.cc create mode 100644 gtest-1.7.0/samples/sample4.h create mode 100644 gtest-1.7.0/samples/sample4.lo create mode 100644 gtest-1.7.0/samples/sample4.o create mode 100644 gtest-1.7.0/samples/sample4_unittest.cc create mode 100644 gtest-1.7.0/samples/sample5_unittest.cc create mode 100644 gtest-1.7.0/samples/sample6_unittest.cc create mode 100644 gtest-1.7.0/samples/sample7_unittest.cc create mode 100644 gtest-1.7.0/samples/sample8_unittest.cc create mode 100644 gtest-1.7.0/samples/sample9_unittest.cc create mode 100755 gtest-1.7.0/scripts/fuse_gtest_files.py create mode 100755 gtest-1.7.0/scripts/gen_gtest_pred_impl.py create mode 100755 gtest-1.7.0/scripts/gtest-config create mode 100755 gtest-1.7.0/scripts/gtest-config.in create mode 100755 gtest-1.7.0/scripts/pump.py create mode 100644 gtest-1.7.0/scripts/test/Makefile create mode 100644 gtest-1.7.0/src/.deps/.dirstamp create mode 100644 gtest-1.7.0/src/.deps/gtest-all.Plo create mode 100644 gtest-1.7.0/src/.deps/gtest_main.Plo create mode 100644 gtest-1.7.0/src/.dirstamp create mode 100644 gtest-1.7.0/src/.libs/gtest-all.o create mode 100644 gtest-1.7.0/src/.libs/gtest_main.o create mode 100644 gtest-1.7.0/src/gtest-all.cc create mode 100644 gtest-1.7.0/src/gtest-all.lo create mode 100644 gtest-1.7.0/src/gtest-all.o create mode 100644 gtest-1.7.0/src/gtest-death-test.cc create mode 100644 gtest-1.7.0/src/gtest-filepath.cc create mode 100644 gtest-1.7.0/src/gtest-internal-inl.h create mode 100644 gtest-1.7.0/src/gtest-port.cc create mode 100644 gtest-1.7.0/src/gtest-printers.cc create mode 100644 gtest-1.7.0/src/gtest-test-part.cc create mode 100644 gtest-1.7.0/src/gtest-typed-test.cc create mode 100644 gtest-1.7.0/src/gtest.cc create mode 100644 gtest-1.7.0/src/gtest_main.cc create mode 100644 gtest-1.7.0/src/gtest_main.lo create mode 100644 gtest-1.7.0/src/gtest_main.o create mode 100644 gtest-1.7.0/test/.deps/gtest_all_test.Po create mode 100644 gtest-1.7.0/test/gtest-death-test_ex_test.cc create mode 100644 gtest-1.7.0/test/gtest-death-test_test.cc create mode 100644 gtest-1.7.0/test/gtest-filepath_test.cc create mode 100644 gtest-1.7.0/test/gtest-linked_ptr_test.cc create mode 100644 gtest-1.7.0/test/gtest-listener_test.cc create mode 100644 gtest-1.7.0/test/gtest-message_test.cc create mode 100644 gtest-1.7.0/test/gtest-options_test.cc create mode 100644 gtest-1.7.0/test/gtest-param-test2_test.cc create mode 100644 gtest-1.7.0/test/gtest-param-test_test.cc create mode 100644 gtest-1.7.0/test/gtest-param-test_test.h create mode 100644 gtest-1.7.0/test/gtest-port_test.cc create mode 100644 gtest-1.7.0/test/gtest-printers_test.cc create mode 100644 gtest-1.7.0/test/gtest-test-part_test.cc create mode 100644 gtest-1.7.0/test/gtest-tuple_test.cc create mode 100644 gtest-1.7.0/test/gtest-typed-test2_test.cc create mode 100644 gtest-1.7.0/test/gtest-typed-test_test.cc create mode 100644 gtest-1.7.0/test/gtest-typed-test_test.h create mode 100644 gtest-1.7.0/test/gtest-unittest-api_test.cc create mode 100644 gtest-1.7.0/test/gtest_all_test.cc create mode 100755 gtest-1.7.0/test/gtest_break_on_failure_unittest.py create mode 100644 gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc create mode 100755 gtest-1.7.0/test/gtest_catch_exceptions_test.py create mode 100644 gtest-1.7.0/test/gtest_catch_exceptions_test_.cc create mode 100755 gtest-1.7.0/test/gtest_color_test.py create mode 100644 gtest-1.7.0/test/gtest_color_test_.cc create mode 100755 gtest-1.7.0/test/gtest_env_var_test.py create mode 100644 gtest-1.7.0/test/gtest_env_var_test_.cc create mode 100644 gtest-1.7.0/test/gtest_environment_test.cc create mode 100755 gtest-1.7.0/test/gtest_filter_unittest.py create mode 100644 gtest-1.7.0/test/gtest_filter_unittest_.cc create mode 100755 gtest-1.7.0/test/gtest_help_test.py create mode 100644 gtest-1.7.0/test/gtest_help_test_.cc create mode 100755 gtest-1.7.0/test/gtest_list_tests_unittest.py create mode 100644 gtest-1.7.0/test/gtest_list_tests_unittest_.cc create mode 100644 gtest-1.7.0/test/gtest_main_unittest.cc create mode 100644 gtest-1.7.0/test/gtest_no_test_unittest.cc create mode 100755 gtest-1.7.0/test/gtest_output_test.py create mode 100644 gtest-1.7.0/test/gtest_output_test_.cc create mode 100644 gtest-1.7.0/test/gtest_output_test_golden_lin.txt create mode 100644 gtest-1.7.0/test/gtest_pred_impl_unittest.cc create mode 100644 gtest-1.7.0/test/gtest_premature_exit_test.cc create mode 100644 gtest-1.7.0/test/gtest_prod_test.cc create mode 100644 gtest-1.7.0/test/gtest_repeat_test.cc create mode 100755 gtest-1.7.0/test/gtest_shuffle_test.py create mode 100644 gtest-1.7.0/test/gtest_shuffle_test_.cc create mode 100644 gtest-1.7.0/test/gtest_sole_header_test.cc create mode 100644 gtest-1.7.0/test/gtest_stress_test.cc create mode 100755 gtest-1.7.0/test/gtest_test_utils.py create mode 100644 gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc create mode 100755 gtest-1.7.0/test/gtest_throw_on_failure_test.py create mode 100644 gtest-1.7.0/test/gtest_throw_on_failure_test_.cc create mode 100755 gtest-1.7.0/test/gtest_uninitialized_test.py create mode 100644 gtest-1.7.0/test/gtest_uninitialized_test_.cc create mode 100644 gtest-1.7.0/test/gtest_unittest.cc create mode 100644 gtest-1.7.0/test/gtest_xml_outfile1_test_.cc create mode 100644 gtest-1.7.0/test/gtest_xml_outfile2_test_.cc create mode 100755 gtest-1.7.0/test/gtest_xml_outfiles_test.py create mode 100755 gtest-1.7.0/test/gtest_xml_output_unittest.py create mode 100644 gtest-1.7.0/test/gtest_xml_output_unittest_.cc create mode 100755 gtest-1.7.0/test/gtest_xml_test_utils.py create mode 100644 gtest-1.7.0/test/production.cc create mode 100644 gtest-1.7.0/test/production.h create mode 100644 gtest-1.7.0/xcode/Config/DebugProject.xcconfig create mode 100644 gtest-1.7.0/xcode/Config/FrameworkTarget.xcconfig create mode 100644 gtest-1.7.0/xcode/Config/General.xcconfig create mode 100644 gtest-1.7.0/xcode/Config/ReleaseProject.xcconfig create mode 100644 gtest-1.7.0/xcode/Config/StaticLibraryTarget.xcconfig create mode 100644 gtest-1.7.0/xcode/Config/TestTarget.xcconfig create mode 100644 gtest-1.7.0/xcode/Resources/Info.plist create mode 100644 gtest-1.7.0/xcode/Samples/FrameworkSample/Info.plist create mode 100644 gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj create mode 100644 gtest-1.7.0/xcode/Samples/FrameworkSample/runtests.sh create mode 100644 gtest-1.7.0/xcode/Samples/FrameworkSample/widget.cc create mode 100644 gtest-1.7.0/xcode/Samples/FrameworkSample/widget.h create mode 100644 gtest-1.7.0/xcode/Samples/FrameworkSample/widget_test.cc create mode 100644 gtest-1.7.0/xcode/Scripts/runtests.sh create mode 100755 gtest-1.7.0/xcode/Scripts/versiongenerate.py create mode 100644 gtest-1.7.0/xcode/gtest.xcodeproj/project.pbxproj create mode 100644 tests/CMakeLists.txt create mode 100644 tests/hello.cpp diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b0b87178..12fff75f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,6 +151,8 @@ add_subdirectory( doc ) add_subdirectory( src ) add_subdirectory( include ) add_subdirectory( testscripts ) +add_subdirectory( gtest-1.7.0 ) +add_subdirectory( tests ) message( STATUS ) message( STATUS "-------------------------------------------------------------------------------" ) diff --git a/gtest-1.7.0/CHANGES b/gtest-1.7.0/CHANGES new file mode 100644 index 000000000..055213242 --- /dev/null +++ b/gtest-1.7.0/CHANGES @@ -0,0 +1,157 @@ +Changes for 1.7.0: + +* New feature: death tests are supported on OpenBSD and in iOS + simulator now. +* New feature: Google Test now implements a protocol to allow + a test runner to detect that a test program has exited + prematurely and report it as a failure (before it would be + falsely reported as a success if the exit code is 0). +* New feature: Test::RecordProperty() can now be used outside of the + lifespan of a test method, in which case it will be attributed to + the current test case or the test program in the XML report. +* New feature (potentially breaking): --gtest_list_tests now prints + the type parameters and value parameters for each test. +* Improvement: char pointers and char arrays are now escaped properly + in failure messages. +* Improvement: failure summary in XML reports now includes file and + line information. +* Improvement: the XML element now has a timestamp attribute. +* Improvement: When --gtest_filter is specified, XML report now doesn't + contain information about tests that are filtered out. +* Fixed the bug where long --gtest_filter flag values are truncated in + death tests. +* Potentially breaking change: RUN_ALL_TESTS() is now implemented as a + function instead of a macro in order to work better with Clang. +* Compatibility fixes with C++ 11 and various platforms. +* Bug/warning fixes. + +Changes for 1.6.0: + +* New feature: ADD_FAILURE_AT() for reporting a test failure at the + given source location -- useful for writing testing utilities. +* New feature: the universal value printer is moved from Google Mock + to Google Test. +* New feature: type parameters and value parameters are reported in + the XML report now. +* A gtest_disable_pthreads CMake option. +* Colored output works in GNU Screen sessions now. +* Parameters of value-parameterized tests are now printed in the + textual output. +* Failures from ad hoc test assertions run before RUN_ALL_TESTS() are + now correctly reported. +* Arguments of ASSERT_XY and EXPECT_XY no longer need to support << to + ostream. +* More complete handling of exceptions. +* GTEST_ASSERT_XY can be used instead of ASSERT_XY in case the latter + name is already used by another library. +* --gtest_catch_exceptions is now true by default, allowing a test + program to continue after an exception is thrown. +* Value-parameterized test fixtures can now derive from Test and + WithParamInterface separately, easing conversion of legacy tests. +* Death test messages are clearly marked to make them more + distinguishable from other messages. +* Compatibility fixes for Android, Google Native Client, MinGW, HP UX, + PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear), + IBM XL C++ (Visual Age C++), and C++0x. +* Bug fixes and implementation clean-ups. +* Potentially incompatible changes: disables the harmful 'make install' + command in autotools. + +Changes for 1.5.0: + + * New feature: assertions can be safely called in multiple threads + where the pthreads library is available. + * New feature: predicates used inside EXPECT_TRUE() and friends + can now generate custom failure messages. + * New feature: Google Test can now be compiled as a DLL. + * New feature: fused source files are included. + * New feature: prints help when encountering unrecognized Google Test flags. + * Experimental feature: CMake build script (requires CMake 2.6.4+). + * Experimental feature: the Pump script for meta programming. + * double values streamed to an assertion are printed with enough precision + to differentiate any two different values. + * Google Test now works on Solaris and AIX. + * Build and test script improvements. + * Bug fixes and implementation clean-ups. + + Potentially breaking changes: + + * Stopped supporting VC++ 7.1 with exceptions disabled. + * Dropped support for 'make install'. + +Changes for 1.4.0: + + * New feature: the event listener API + * New feature: test shuffling + * New feature: the XML report format is closer to junitreport and can + be parsed by Hudson now. + * New feature: when a test runs under Visual Studio, its failures are + integrated in the IDE. + * New feature: /MD(d) versions of VC++ projects. + * New feature: elapsed time for the tests is printed by default. + * New feature: comes with a TR1 tuple implementation such that Boost + is no longer needed for Combine(). + * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends. + * New feature: the Xcode project can now produce static gtest + libraries in addition to a framework. + * Compatibility fixes for Solaris, Cygwin, minGW, Windows Mobile, + Symbian, gcc, and C++Builder. + * Bug fixes and implementation clean-ups. + +Changes for 1.3.0: + + * New feature: death tests on Windows, Cygwin, and Mac. + * New feature: ability to use Google Test assertions in other testing + frameworks. + * New feature: ability to run disabled test via + --gtest_also_run_disabled_tests. + * New feature: the --help flag for printing the usage. + * New feature: access to Google Test flag values in user code. + * New feature: a script that packs Google Test into one .h and one + .cc file for easy deployment. + * New feature: support for distributing test functions to multiple + machines (requires support from the test runner). + * Bug fixes and implementation clean-ups. + +Changes for 1.2.1: + + * Compatibility fixes for Linux IA-64 and IBM z/OS. + * Added support for using Boost and other TR1 implementations. + * Changes to the build scripts to support upcoming release of Google C++ + Mocking Framework. + * Added Makefile to the distribution package. + * Improved build instructions in README. + +Changes for 1.2.0: + + * New feature: value-parameterized tests. + * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS) + macros. + * Changed the XML report format to match JUnit/Ant's. + * Added tests to the Xcode project. + * Added scons/SConscript for building with SCons. + * Added src/gtest-all.cc for building Google Test from a single file. + * Fixed compatibility with Solaris and z/OS. + * Enabled running Python tests on systems with python 2.3 installed, + e.g. Mac OS X 10.4. + * Bug fixes. + +Changes for 1.1.0: + + * New feature: type-parameterized tests. + * New feature: exception assertions. + * New feature: printing elapsed time of tests. + * Improved the robustness of death tests. + * Added an Xcode project and samples. + * Adjusted the output format on Windows to be understandable by Visual Studio. + * Minor bug fixes. + +Changes for 1.0.1: + + * Added project files for Visual Studio 7.1. + * Fixed issues with compiling on Mac OS X. + * Fixed issues with compiling on Cygwin. + +Changes for 1.0.0: + + * Initial Open Source release of Google Test diff --git a/gtest-1.7.0/CMakeLists.txt b/gtest-1.7.0/CMakeLists.txt new file mode 100644 index 000000000..57470c84f --- /dev/null +++ b/gtest-1.7.0/CMakeLists.txt @@ -0,0 +1,252 @@ +######################################################################## +# CMake build script for Google Test. +# +# To run the tests for Google Test itself on Linux, use 'make test' or +# ctest. You can select which tests to run using 'ctest -R regex'. +# For more options, run 'ctest --help'. + +# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to +# make it prominent in the GUI. +option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF) + +# When other libraries are using a shared version of runtime libraries, +# Google Test also has to use one. +option( + gtest_force_shared_crt + "Use shared (DLL) run-time lib even when Google Test is built as static lib." + OFF) + +option(gtest_build_tests "Build all of gtest's own tests." OFF) + +option(gtest_build_samples "Build gtest's sample programs." OFF) + +option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF) + +# Defines pre_project_set_up_hermetic_build() and set_up_hermetic_build(). +include(cmake/hermetic_build.cmake OPTIONAL) + +if (COMMAND pre_project_set_up_hermetic_build) + pre_project_set_up_hermetic_build() +endif() + +######################################################################## +# +# Project-wide settings + +# Name of the project. +# +# CMake files in this project can refer to the root source directory +# as ${gtest_SOURCE_DIR} and to the root binary directory as +# ${gtest_BINARY_DIR}. +# Language "C" is required for find_package(Threads). +project(gtest CXX C) +cmake_minimum_required(VERSION 2.6.2) + +if (COMMAND set_up_hermetic_build) + set_up_hermetic_build() +endif() + +# Define helper functions and macros used by Google Test. +include(cmake/internal_utils.cmake) + +config_compiler_and_linker() # Defined in internal_utils.cmake. + +# Where Google Test's .h files can be found. +include_directories( + ${gtest_SOURCE_DIR}/include + ${gtest_SOURCE_DIR}) + +# Where Google Test's libraries can be found. +link_directories(${gtest_BINARY_DIR}/src) + +######################################################################## +# +# Defines the gtest & gtest_main libraries. User tests should link +# with one of them. + +# Google Test libraries. We build them using more strict warnings than what +# are used for other targets, to ensure that gtest can be compiled by a user +# aggressive about warnings. +cxx_library(gtest "${cxx_strict}" src/gtest-all.cc) +cxx_library(gtest_main "${cxx_strict}" src/gtest_main.cc) +target_link_libraries(gtest_main gtest) + +######################################################################## +# +# Samples on how to link user tests with gtest or gtest_main. +# +# They are not built by default. To build them, set the +# gtest_build_samples option to ON. You can do it by running ccmake +# or specifying the -Dgtest_build_samples=ON flag when running cmake. + +if (gtest_build_samples) + cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc) + cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc) + cxx_executable(sample3_unittest samples gtest_main) + cxx_executable(sample4_unittest samples gtest_main samples/sample4.cc) + cxx_executable(sample5_unittest samples gtest_main samples/sample1.cc) + cxx_executable(sample6_unittest samples gtest_main) + cxx_executable(sample7_unittest samples gtest_main) + cxx_executable(sample8_unittest samples gtest_main) + cxx_executable(sample9_unittest samples gtest) + cxx_executable(sample10_unittest samples gtest) +endif() + +######################################################################## +# +# Google Test's own tests. +# +# You can skip this section if you aren't interested in testing +# Google Test itself. +# +# The tests are not built by default. To build them, set the +# gtest_build_tests option to ON. You can do it by running ccmake +# or specifying the -Dgtest_build_tests=ON flag when running cmake. + +if (gtest_build_tests) + # This must be set in the root directory for the tests to be run by + # 'make test' or ctest. + enable_testing() + + ############################################################ + # C++ tests built with standard compiler flags. + + cxx_test(gtest-death-test_test gtest_main) + cxx_test(gtest_environment_test gtest) + cxx_test(gtest-filepath_test gtest_main) + cxx_test(gtest-linked_ptr_test gtest_main) + cxx_test(gtest-listener_test gtest_main) + cxx_test(gtest_main_unittest gtest_main) + cxx_test(gtest-message_test gtest_main) + cxx_test(gtest_no_test_unittest gtest) + cxx_test(gtest-options_test gtest_main) + cxx_test(gtest-param-test_test gtest + test/gtest-param-test2_test.cc) + cxx_test(gtest-port_test gtest_main) + cxx_test(gtest_pred_impl_unittest gtest_main) + cxx_test(gtest_premature_exit_test gtest + test/gtest_premature_exit_test.cc) + cxx_test(gtest-printers_test gtest_main) + cxx_test(gtest_prod_test gtest_main + test/production.cc) + cxx_test(gtest_repeat_test gtest) + cxx_test(gtest_sole_header_test gtest_main) + cxx_test(gtest_stress_test gtest) + cxx_test(gtest-test-part_test gtest_main) + cxx_test(gtest_throw_on_failure_ex_test gtest) + cxx_test(gtest-typed-test_test gtest_main + test/gtest-typed-test2_test.cc) + cxx_test(gtest_unittest gtest_main) + cxx_test(gtest-unittest-api_test gtest) + + ############################################################ + # C++ tests built with non-standard compiler flags. + + # MSVC 7.1 does not support STL with exceptions disabled. + if (NOT MSVC OR MSVC_VERSION GREATER 1310) + cxx_library(gtest_no_exception "${cxx_no_exception}" + src/gtest-all.cc) + cxx_library(gtest_main_no_exception "${cxx_no_exception}" + src/gtest-all.cc src/gtest_main.cc) + endif() + cxx_library(gtest_main_no_rtti "${cxx_no_rtti}" + src/gtest-all.cc src/gtest_main.cc) + + cxx_test_with_flags(gtest-death-test_ex_nocatch_test + "${cxx_exception} -DGTEST_ENABLE_CATCH_EXCEPTIONS_=0" + gtest test/gtest-death-test_ex_test.cc) + cxx_test_with_flags(gtest-death-test_ex_catch_test + "${cxx_exception} -DGTEST_ENABLE_CATCH_EXCEPTIONS_=1" + gtest test/gtest-death-test_ex_test.cc) + + cxx_test_with_flags(gtest_no_rtti_unittest "${cxx_no_rtti}" + gtest_main_no_rtti test/gtest_unittest.cc) + + cxx_shared_library(gtest_dll "${cxx_default}" + src/gtest-all.cc src/gtest_main.cc) + + cxx_executable_with_flags(gtest_dll_test_ "${cxx_default}" + gtest_dll test/gtest_all_test.cc) + set_target_properties(gtest_dll_test_ + PROPERTIES + COMPILE_DEFINITIONS "GTEST_LINKED_AS_SHARED_LIBRARY=1") + + if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600) + # The C++ Standard specifies tuple_element. + # Yet MSVC 10's declares tuple_element. + # That declaration conflicts with our own standard-conforming + # tuple implementation. Therefore using our own tuple with + # MSVC 10 doesn't compile. + cxx_library(gtest_main_use_own_tuple "${cxx_use_own_tuple}" + src/gtest-all.cc src/gtest_main.cc) + + cxx_test_with_flags(gtest-tuple_test "${cxx_use_own_tuple}" + gtest_main_use_own_tuple test/gtest-tuple_test.cc) + + cxx_test_with_flags(gtest_use_own_tuple_test "${cxx_use_own_tuple}" + gtest_main_use_own_tuple + test/gtest-param-test_test.cc test/gtest-param-test2_test.cc) + endif() + + ############################################################ + # Python tests. + + cxx_executable(gtest_break_on_failure_unittest_ test gtest) + py_test(gtest_break_on_failure_unittest) + + # MSVC 7.1 does not support STL with exceptions disabled. + if (NOT MSVC OR MSVC_VERSION GREATER 1310) + cxx_executable_with_flags( + gtest_catch_exceptions_no_ex_test_ + "${cxx_no_exception}" + gtest_main_no_exception + test/gtest_catch_exceptions_test_.cc) + endif() + + cxx_executable_with_flags( + gtest_catch_exceptions_ex_test_ + "${cxx_exception}" + gtest_main + test/gtest_catch_exceptions_test_.cc) + py_test(gtest_catch_exceptions_test) + + cxx_executable(gtest_color_test_ test gtest) + py_test(gtest_color_test) + + cxx_executable(gtest_env_var_test_ test gtest) + py_test(gtest_env_var_test) + + cxx_executable(gtest_filter_unittest_ test gtest) + py_test(gtest_filter_unittest) + + cxx_executable(gtest_help_test_ test gtest_main) + py_test(gtest_help_test) + + cxx_executable(gtest_list_tests_unittest_ test gtest) + py_test(gtest_list_tests_unittest) + + cxx_executable(gtest_output_test_ test gtest) + py_test(gtest_output_test) + + cxx_executable(gtest_shuffle_test_ test gtest) + py_test(gtest_shuffle_test) + + # MSVC 7.1 does not support STL with exceptions disabled. + if (NOT MSVC OR MSVC_VERSION GREATER 1310) + cxx_executable(gtest_throw_on_failure_test_ test gtest_no_exception) + set_target_properties(gtest_throw_on_failure_test_ + PROPERTIES + COMPILE_FLAGS "${cxx_no_exception}") + py_test(gtest_throw_on_failure_test) + endif() + + cxx_executable(gtest_uninitialized_test_ test gtest) + py_test(gtest_uninitialized_test) + + cxx_executable(gtest_xml_outfile1_test_ test gtest_main) + cxx_executable(gtest_xml_outfile2_test_ test gtest_main) + py_test(gtest_xml_outfiles_test) + + cxx_executable(gtest_xml_output_unittest_ test gtest) + py_test(gtest_xml_output_unittest) +endif() diff --git a/gtest-1.7.0/CONTRIBUTORS b/gtest-1.7.0/CONTRIBUTORS new file mode 100644 index 000000000..feae2fc04 --- /dev/null +++ b/gtest-1.7.0/CONTRIBUTORS @@ -0,0 +1,37 @@ +# This file contains a list of people who've made non-trivial +# contribution to the Google C++ Testing Framework project. People +# who commit code to the project are encouraged to add their names +# here. Please keep the list sorted by first names. + +Ajay Joshi +Balázs Dán +Bharat Mediratta +Chandler Carruth +Chris Prince +Chris Taylor +Dan Egnor +Eric Roman +Hady Zalek +Jeffrey Yasskin +Jói Sigurðsson +Keir Mierle +Keith Ray +Kenton Varda +Manuel Klimek +Markus Heule +Mika Raento +Miklós Fazekas +Pasi Valminen +Patrick Hanna +Patrick Riley +Peter Kaminski +Preston Jackson +Rainer Klaffenboeck +Russ Cox +Russ Rufer +Sean Mcafee +Sigurður Ásgeirsson +Tracy Bialik +Vadim Berman +Vlad Losev +Zhanyong Wan diff --git a/gtest-1.7.0/LICENSE b/gtest-1.7.0/LICENSE new file mode 100644 index 000000000..1941a11f8 --- /dev/null +++ b/gtest-1.7.0/LICENSE @@ -0,0 +1,28 @@ +Copyright 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/gtest-1.7.0/Makefile b/gtest-1.7.0/Makefile new file mode 100644 index 000000000..21b252a6e --- /dev/null +++ b/gtest-1.7.0/Makefile @@ -0,0 +1,1360 @@ +# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + + +# Automake file + + + + +pkgdatadir = $(datadir)/gtest +pkgincludedir = $(includedir)/gtest +pkglibdir = $(libdir)/gtest +pkglibexecdir = $(libexecdir)/gtest +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = i686-pc-linux-gnu +host_triplet = i686-pc-linux-gnu +TESTS = samples/sample1_unittest$(EXEEXT) \ + samples/sample10_unittest$(EXEEXT) \ + test/gtest_all_test$(EXEEXT) $(am__EXEEXT_1) +check_PROGRAMS = samples/sample1_unittest$(EXEEXT) \ + samples/sample10_unittest$(EXEEXT) \ + test/gtest_all_test$(EXEEXT) $(am__EXEEXT_1) +am__append_1 = test/fused_gtest_test +am__append_2 = test/fused_gtest_test +subdir = . +DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \ + $(pkginclude_internal_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(top_srcdir)/build-aux/config.h.in \ + $(top_srcdir)/configure $(top_srcdir)/scripts/gtest-config.in \ + build-aux/config.guess build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/ltmain.sh build-aux/missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/build-aux/config.h +CONFIG_CLEAN_FILES = scripts/gtest-config +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \ + "$(DESTDIR)$(pkgincludedir)" \ + "$(DESTDIR)$(pkginclude_internaldir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +lib_libgtest_la_LIBADD = +am__dirstamp = $(am__leading_dot)dirstamp +am_lib_libgtest_la_OBJECTS = src/gtest-all.lo +lib_libgtest_la_OBJECTS = $(am_lib_libgtest_la_OBJECTS) +lib_libgtest_main_la_DEPENDENCIES = lib/libgtest.la +am_lib_libgtest_main_la_OBJECTS = src/gtest_main.lo +lib_libgtest_main_la_OBJECTS = $(am_lib_libgtest_main_la_OBJECTS) +samples_libsamples_la_LIBADD = +am_samples_libsamples_la_OBJECTS = samples/sample1.lo \ + samples/sample2.lo samples/sample4.lo +samples_libsamples_la_OBJECTS = $(am_samples_libsamples_la_OBJECTS) +am__EXEEXT_1 = test/fused_gtest_test$(EXEEXT) +am_samples_sample10_unittest_OBJECTS = \ + samples/sample10_unittest.$(OBJEXT) +samples_sample10_unittest_OBJECTS = \ + $(am_samples_sample10_unittest_OBJECTS) +samples_sample10_unittest_DEPENDENCIES = lib/libgtest.la +am_samples_sample1_unittest_OBJECTS = \ + samples/sample1_unittest.$(OBJEXT) +samples_sample1_unittest_OBJECTS = \ + $(am_samples_sample1_unittest_OBJECTS) +samples_sample1_unittest_DEPENDENCIES = lib/libgtest_main.la \ + lib/libgtest.la samples/libsamples.la +am__test_fused_gtest_test_SOURCES_DIST = fused-src/gtest/gtest-all.cc \ + fused-src/gtest/gtest.h fused-src/gtest/gtest_main.cc \ + samples/sample1.cc samples/sample1_unittest.cc +am__objects_1 = \ + fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \ + fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT) +am_test_fused_gtest_test_OBJECTS = $(am__objects_1) \ + samples/test_fused_gtest_test-sample1.$(OBJEXT) \ + samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT) +test_fused_gtest_test_OBJECTS = $(am_test_fused_gtest_test_OBJECTS) +test_fused_gtest_test_LDADD = $(LDADD) +am_test_gtest_all_test_OBJECTS = test/gtest_all_test.$(OBJEXT) +test_gtest_all_test_OBJECTS = $(am_test_gtest_all_test_OBJECTS) +test_gtest_all_test_DEPENDENCIES = lib/libgtest_main.la \ + lib/libgtest.la +DEFAULT_INCLUDES = -I. -I$(top_builddir)/build-aux +depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(lib_libgtest_la_SOURCES) $(lib_libgtest_main_la_SOURCES) \ + $(samples_libsamples_la_SOURCES) \ + $(samples_sample10_unittest_SOURCES) \ + $(samples_sample1_unittest_SOURCES) \ + $(test_fused_gtest_test_SOURCES) \ + $(test_gtest_all_test_SOURCES) +DIST_SOURCES = $(lib_libgtest_la_SOURCES) \ + $(lib_libgtest_main_la_SOURCES) \ + $(samples_libsamples_la_SOURCES) \ + $(samples_sample10_unittest_SOURCES) \ + $(samples_sample1_unittest_SOURCES) \ + $(am__test_fused_gtest_test_SOURCES_DIST) \ + $(test_gtest_all_test_SOURCES) +DATA = $(m4data_DATA) +HEADERS = $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) +ETAGS = etags +CTAGS = ctags +am__tty_colors = \ +red=; grn=; lgn=; blu=; std= +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = ${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run aclocal-1.11 +AMTAR = $${TAR-tar} +AR = ar +AUTOCONF = ${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run automake-1.11 +AWK = gawk +CC = gcc +CCDEPMODE = depmode=gcc3 +CFLAGS = -g -O2 +CPP = gcc -E +CPPFLAGS = +CXX = g++ +CXXCPP = g++ -E +CXXDEPMODE = depmode=gcc3 +CXXFLAGS = -g -O2 +CYGPATH_W = echo +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +DLLTOOL = false +DSYMUTIL = +DUMPBIN = +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = /usr/bin/grep -E +EXEEXT = +FGREP = /usr/bin/grep -F +GREP = /usr/bin/grep +INSTALL = /usr/bin/install -c +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +LD = /usr/bin/ld +LDFLAGS = +LIBOBJS = +LIBS = +LIBTOOL = $(SHELL) $(top_builddir)/libtool +LIPO = +LN_S = ln -s +LTLIBOBJS = +MAKEINFO = ${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run makeinfo +MANIFEST_TOOL = : +MKDIR_P = /usr/bin/mkdir -p +NM = /usr/bin/nm -B +NMEDIT = +OBJDUMP = objdump +OBJEXT = o +OTOOL = +OTOOL64 = +PACKAGE = gtest +PACKAGE_BUGREPORT = googletestframework@googlegroups.com +PACKAGE_NAME = Google C++ Testing Framework +PACKAGE_STRING = Google C++ Testing Framework 1.7.0 +PACKAGE_TARNAME = gtest +PACKAGE_URL = +PACKAGE_VERSION = 1.7.0 +PATH_SEPARATOR = : +PTHREAD_CC = gcc +PTHREAD_CFLAGS = -pthread +PTHREAD_LIBS = +PYTHON = /usr/bin/python +RANLIB = ranlib +SED = /usr/bin/sed +SET_MAKE = +SHELL = /bin/sh +STRIP = strip +VERSION = 1.7.0 +abs_builddir = /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0 +abs_srcdir = /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0 +abs_top_builddir = /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0 +abs_top_srcdir = /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0 +ac_ct_AR = ar +ac_ct_CC = gcc +ac_ct_CXX = g++ +ac_ct_DUMPBIN = +acx_pthread_config = +am__include = include +am__leading_dot = . +am__quote = +am__tar = $${TAR-tar} chof - "$$tardir" +am__untar = $${TAR-tar} xf - +bindir = ${exec_prefix}/bin +build = i686-pc-linux-gnu +build_alias = +build_cpu = i686 +build_os = linux-gnu +build_vendor = pc +builddir = . +datadir = ${datarootdir} +datarootdir = ${prefix}/share +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host = i686-pc-linux-gnu +host_alias = +host_cpu = i686 +host_os = linux-gnu +host_vendor = pc +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${datarootdir}/info +install_sh = ${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localedir = ${datarootdir}/locale +localstatedir = ${prefix}/var +mandir = ${datarootdir}/man +mkdir_p = /usr/bin/mkdir -p +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr/local +program_transform_name = s,x,x, +psdir = ${docdir} +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +srcdir = . +sysconfdir = ${prefix}/etc +target_alias = +top_build_prefix = +top_builddir = . +top_srcdir = . +ACLOCAL_AMFLAGS = -I m4 + +# Nonstandard package files for distribution + +# Sample files that we don't compile. + +# C++ test files that we don't compile directly. + +# Python tests that we don't run. + +# CMake script + +# MSVC project files + +# xcode project files + +# xcode sample files + +# C++Builder project files +EXTRA_DIST = CHANGES CONTRIBUTORS LICENSE \ + include/gtest/gtest-param-test.h.pump \ + include/gtest/internal/gtest-param-util-generated.h.pump \ + include/gtest/internal/gtest-tuple.h.pump \ + include/gtest/internal/gtest-type-util.h.pump make/Makefile \ + scripts/fuse_gtest_files.py scripts/gen_gtest_pred_impl.py \ + scripts/pump.py scripts/test/Makefile $(GTEST_SRC) \ + samples/prime_tables.h samples/sample2_unittest.cc \ + samples/sample3_unittest.cc samples/sample4_unittest.cc \ + samples/sample5_unittest.cc samples/sample6_unittest.cc \ + samples/sample7_unittest.cc samples/sample8_unittest.cc \ + samples/sample9_unittest.cc test/gtest-death-test_ex_test.cc \ + test/gtest-death-test_test.cc test/gtest-filepath_test.cc \ + test/gtest-linked_ptr_test.cc test/gtest-listener_test.cc \ + test/gtest-message_test.cc test/gtest-options_test.cc \ + test/gtest-param-test2_test.cc test/gtest-param-test2_test.cc \ + test/gtest-param-test_test.cc test/gtest-param-test_test.cc \ + test/gtest-param-test_test.h test/gtest-port_test.cc \ + test/gtest_premature_exit_test.cc test/gtest-printers_test.cc \ + test/gtest-test-part_test.cc test/gtest-tuple_test.cc \ + test/gtest-typed-test2_test.cc test/gtest-typed-test_test.cc \ + test/gtest-typed-test_test.h test/gtest-unittest-api_test.cc \ + test/gtest_break_on_failure_unittest_.cc \ + test/gtest_catch_exceptions_test_.cc test/gtest_color_test_.cc \ + test/gtest_env_var_test_.cc test/gtest_environment_test.cc \ + test/gtest_filter_unittest_.cc test/gtest_help_test_.cc \ + test/gtest_list_tests_unittest_.cc test/gtest_main_unittest.cc \ + test/gtest_no_test_unittest.cc test/gtest_output_test_.cc \ + test/gtest_pred_impl_unittest.cc test/gtest_prod_test.cc \ + test/gtest_repeat_test.cc test/gtest_shuffle_test_.cc \ + test/gtest_sole_header_test.cc test/gtest_stress_test.cc \ + test/gtest_throw_on_failure_ex_test.cc \ + test/gtest_throw_on_failure_test_.cc \ + test/gtest_uninitialized_test_.cc test/gtest_unittest.cc \ + test/gtest_unittest.cc test/gtest_xml_outfile1_test_.cc \ + test/gtest_xml_outfile2_test_.cc \ + test/gtest_xml_output_unittest_.cc test/production.cc \ + test/production.h test/gtest_break_on_failure_unittest.py \ + test/gtest_catch_exceptions_test.py test/gtest_color_test.py \ + test/gtest_env_var_test.py test/gtest_filter_unittest.py \ + test/gtest_help_test.py test/gtest_list_tests_unittest.py \ + test/gtest_output_test.py \ + test/gtest_output_test_golden_lin.txt \ + test/gtest_shuffle_test.py test/gtest_test_utils.py \ + test/gtest_throw_on_failure_test.py \ + test/gtest_uninitialized_test.py \ + test/gtest_xml_outfiles_test.py \ + test/gtest_xml_output_unittest.py test/gtest_xml_test_utils.py \ + CMakeLists.txt cmake/internal_utils.cmake msvc/gtest-md.sln \ + msvc/gtest-md.vcproj msvc/gtest.sln msvc/gtest.vcproj \ + msvc/gtest_main-md.vcproj msvc/gtest_main.vcproj \ + msvc/gtest_prod_test-md.vcproj msvc/gtest_prod_test.vcproj \ + msvc/gtest_unittest-md.vcproj msvc/gtest_unittest.vcproj \ + xcode/Config/DebugProject.xcconfig \ + xcode/Config/FrameworkTarget.xcconfig \ + xcode/Config/General.xcconfig \ + xcode/Config/ReleaseProject.xcconfig \ + xcode/Config/StaticLibraryTarget.xcconfig \ + xcode/Config/TestTarget.xcconfig xcode/Resources/Info.plist \ + xcode/Scripts/runtests.sh xcode/Scripts/versiongenerate.py \ + xcode/gtest.xcodeproj/project.pbxproj \ + xcode/Samples/FrameworkSample/Info.plist \ + xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \ + xcode/Samples/FrameworkSample/runtests.sh \ + xcode/Samples/FrameworkSample/widget.cc \ + xcode/Samples/FrameworkSample/widget.h \ + xcode/Samples/FrameworkSample/widget_test.cc \ + codegear/gtest.cbproj codegear/gtest.groupproj \ + codegear/gtest_all.cc codegear/gtest_link.cc \ + codegear/gtest_main.cbproj codegear/gtest_unittest.cbproj \ + $(m4data_DATA) + +# gtest source files that we don't compile directly. They are +# #included by gtest-all.cc. +GTEST_SRC = \ + src/gtest-death-test.cc \ + src/gtest-filepath.cc \ + src/gtest-internal-inl.h \ + src/gtest-port.cc \ + src/gtest-printers.cc \ + src/gtest-test-part.cc \ + src/gtest-typed-test.cc \ + src/gtest.cc + + +# Distribute and install M4 macro +m4datadir = $(datadir)/aclocal +m4data_DATA = m4/gtest.m4 + +# We define the global AM_CPPFLAGS as everything we compile includes from these +# directories. +AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/include +#AM_CXXFLAGS = -DGTEST_HAS_PTHREAD=0 + +# Modifies compiler and linker flags for pthreads compatibility. +AM_CXXFLAGS = -pthread -DGTEST_HAS_PTHREAD=1 +AM_LIBS = + +# Build rules for libraries. +lib_LTLIBRARIES = lib/libgtest.la lib/libgtest_main.la +lib_libgtest_la_SOURCES = src/gtest-all.cc +pkginclude_HEADERS = \ + include/gtest/gtest-death-test.h \ + include/gtest/gtest-message.h \ + include/gtest/gtest-param-test.h \ + include/gtest/gtest-printers.h \ + include/gtest/gtest-spi.h \ + include/gtest/gtest-test-part.h \ + include/gtest/gtest-typed-test.h \ + include/gtest/gtest.h \ + include/gtest/gtest_pred_impl.h \ + include/gtest/gtest_prod.h + +pkginclude_internaldir = $(pkgincludedir)/internal +pkginclude_internal_HEADERS = \ + include/gtest/internal/gtest-death-test-internal.h \ + include/gtest/internal/gtest-filepath.h \ + include/gtest/internal/gtest-internal.h \ + include/gtest/internal/gtest-linked_ptr.h \ + include/gtest/internal/gtest-param-util-generated.h \ + include/gtest/internal/gtest-param-util.h \ + include/gtest/internal/gtest-port.h \ + include/gtest/internal/gtest-string.h \ + include/gtest/internal/gtest-tuple.h \ + include/gtest/internal/gtest-type-util.h + +lib_libgtest_main_la_SOURCES = src/gtest_main.cc +lib_libgtest_main_la_LIBADD = lib/libgtest.la + +# Bulid rules for samples and tests. Automake's naming for some of +# these variables isn't terribly obvious, so this is a brief +# reference: +# +# TESTS -- Programs run automatically by "make check" +# check_PROGRAMS -- Programs built by "make check" but not necessarily run +noinst_LTLIBRARIES = samples/libsamples.la +samples_libsamples_la_SOURCES = \ + samples/sample1.cc \ + samples/sample1.h \ + samples/sample2.cc \ + samples/sample2.h \ + samples/sample3-inl.h \ + samples/sample4.cc \ + samples/sample4.h + +TESTS_ENVIRONMENT = GTEST_SOURCE_DIR="$(srcdir)/test" \ + GTEST_BUILD_DIR="$(top_builddir)/test" + +samples_sample1_unittest_SOURCES = samples/sample1_unittest.cc +samples_sample1_unittest_LDADD = lib/libgtest_main.la \ + lib/libgtest.la \ + samples/libsamples.la + +samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc +samples_sample10_unittest_LDADD = lib/libgtest.la +test_gtest_all_test_SOURCES = test/gtest_all_test.cc +test_gtest_all_test_LDADD = lib/libgtest_main.la \ + lib/libgtest.la + + +# Tests that fused gtest files compile and work. +FUSED_GTEST_SRC = \ + fused-src/gtest/gtest-all.cc \ + fused-src/gtest/gtest.h \ + fused-src/gtest/gtest_main.cc + +test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \ + samples/sample1.cc samples/sample1_unittest.cc + +test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src" + +# Death tests may produce core dumps in the build directory. In case +# this happens, clean them to keep distcleancheck happy. +CLEANFILES = core +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .lo .o .obj +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +build-aux/config.h: build-aux/stamp-h1 + @if test ! -f $@; then rm -f build-aux/stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) build-aux/stamp-h1; else :; fi + +build-aux/stamp-h1: $(top_srcdir)/build-aux/config.h.in $(top_builddir)/config.status + @rm -f build-aux/stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status build-aux/config.h +$(top_srcdir)/build-aux/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f build-aux/stamp-h1 + touch $@ + +distclean-hdr: + -rm -f build-aux/config.h build-aux/stamp-h1 +scripts/gtest-config: $(top_builddir)/config.status $(top_srcdir)/scripts/gtest-config.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +src/$(am__dirstamp): + @$(MKDIR_P) src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +src/gtest-all.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +lib/$(am__dirstamp): + @$(MKDIR_P) lib + @: > lib/$(am__dirstamp) +lib/libgtest.la: $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_DEPENDENCIES) $(EXTRA_lib_libgtest_la_DEPENDENCIES) lib/$(am__dirstamp) + $(CXXLINK) -rpath $(libdir) $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_LIBADD) $(LIBS) +src/gtest_main.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +lib/libgtest_main.la: $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_DEPENDENCIES) $(EXTRA_lib_libgtest_main_la_DEPENDENCIES) lib/$(am__dirstamp) + $(CXXLINK) -rpath $(libdir) $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_LIBADD) $(LIBS) +samples/$(am__dirstamp): + @$(MKDIR_P) samples + @: > samples/$(am__dirstamp) +samples/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) samples/$(DEPDIR) + @: > samples/$(DEPDIR)/$(am__dirstamp) +samples/sample1.lo: samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample2.lo: samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample4.lo: samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/libsamples.la: $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_DEPENDENCIES) $(EXTRA_samples_libsamples_la_DEPENDENCIES) samples/$(am__dirstamp) + $(CXXLINK) $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_LIBADD) $(LIBS) + +clean-checkPROGRAMS: + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +samples/sample10_unittest.$(OBJEXT): samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample10_unittest$(EXEEXT): $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_DEPENDENCIES) $(EXTRA_samples_sample10_unittest_DEPENDENCIES) samples/$(am__dirstamp) + @rm -f samples/sample10_unittest$(EXEEXT) + $(CXXLINK) $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_LDADD) $(LIBS) +samples/sample1_unittest.$(OBJEXT): samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample1_unittest$(EXEEXT): $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_DEPENDENCIES) $(EXTRA_samples_sample1_unittest_DEPENDENCIES) samples/$(am__dirstamp) + @rm -f samples/sample1_unittest$(EXEEXT) + $(CXXLINK) $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_LDADD) $(LIBS) +fused-src/gtest/$(am__dirstamp): + @$(MKDIR_P) fused-src/gtest + @: > fused-src/gtest/$(am__dirstamp) +fused-src/gtest/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) fused-src/gtest/$(DEPDIR) + @: > fused-src/gtest/$(DEPDIR)/$(am__dirstamp) +fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT): \ + fused-src/gtest/$(am__dirstamp) \ + fused-src/gtest/$(DEPDIR)/$(am__dirstamp) +fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT): \ + fused-src/gtest/$(am__dirstamp) \ + fused-src/gtest/$(DEPDIR)/$(am__dirstamp) +samples/test_fused_gtest_test-sample1.$(OBJEXT): \ + samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp) +samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT): \ + samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp) +test/$(am__dirstamp): + @$(MKDIR_P) test + @: > test/$(am__dirstamp) +test/fused_gtest_test$(EXEEXT): $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_DEPENDENCIES) $(EXTRA_test_fused_gtest_test_DEPENDENCIES) test/$(am__dirstamp) + @rm -f test/fused_gtest_test$(EXEEXT) + $(CXXLINK) $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_LDADD) $(LIBS) +test/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) test/$(DEPDIR) + @: > test/$(DEPDIR)/$(am__dirstamp) +test/gtest_all_test.$(OBJEXT): test/$(am__dirstamp) \ + test/$(DEPDIR)/$(am__dirstamp) +test/gtest_all_test$(EXEEXT): $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_DEPENDENCIES) $(EXTRA_test_gtest_all_test_DEPENDENCIES) test/$(am__dirstamp) + @rm -f test/gtest_all_test$(EXEEXT) + $(CXXLINK) $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) + -rm -f fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT) + -rm -f samples/sample1.$(OBJEXT) + -rm -f samples/sample1.lo + -rm -f samples/sample10_unittest.$(OBJEXT) + -rm -f samples/sample1_unittest.$(OBJEXT) + -rm -f samples/sample2.$(OBJEXT) + -rm -f samples/sample2.lo + -rm -f samples/sample4.$(OBJEXT) + -rm -f samples/sample4.lo + -rm -f samples/test_fused_gtest_test-sample1.$(OBJEXT) + -rm -f samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT) + -rm -f src/gtest-all.$(OBJEXT) + -rm -f src/gtest-all.lo + -rm -f src/gtest_main.$(OBJEXT) + -rm -f src/gtest_main.lo + -rm -f test/gtest_all_test.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +include fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po +include fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po +include samples/$(DEPDIR)/sample1.Plo +include samples/$(DEPDIR)/sample10_unittest.Po +include samples/$(DEPDIR)/sample1_unittest.Po +include samples/$(DEPDIR)/sample2.Plo +include samples/$(DEPDIR)/sample4.Plo +include samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po +include samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po +include src/$(DEPDIR)/gtest-all.Plo +include src/$(DEPDIR)/gtest_main.Plo +include test/$(DEPDIR)/gtest_all_test.Po + +.cc.o: + depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ + $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ + $(am__mv) $$depbase.Tpo $$depbase.Po +# source='$<' object='$@' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: + depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ + $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ + $(am__mv) $$depbase.Tpo $$depbase.Po +# source='$<' object='$@' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cc.lo: + depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ + $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ + $(am__mv) $$depbase.Tpo $$depbase.Plo +# source='$<' object='$@' libtool=yes \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(LTCXXCOMPILE) -c -o $@ $< + +fused-src/gtest/test_fused_gtest_test-gtest-all.o: fused-src/gtest/gtest-all.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest-all.o -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.o `test -f 'fused-src/gtest/gtest-all.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest-all.cc + $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po +# source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.o `test -f 'fused-src/gtest/gtest-all.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest-all.cc + +fused-src/gtest/test_fused_gtest_test-gtest-all.obj: fused-src/gtest/gtest-all.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest-all.obj -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.obj `if test -f 'fused-src/gtest/gtest-all.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest-all.cc'; fi` + $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po +# source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.obj `if test -f 'fused-src/gtest/gtest-all.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest-all.cc'; fi` + +fused-src/gtest/test_fused_gtest_test-gtest_main.o: fused-src/gtest/gtest_main.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest_main.o -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.o `test -f 'fused-src/gtest/gtest_main.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest_main.cc + $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po +# source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.o `test -f 'fused-src/gtest/gtest_main.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest_main.cc + +fused-src/gtest/test_fused_gtest_test-gtest_main.obj: fused-src/gtest/gtest_main.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest_main.obj -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.obj `if test -f 'fused-src/gtest/gtest_main.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest_main.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest_main.cc'; fi` + $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po +# source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.obj `if test -f 'fused-src/gtest/gtest_main.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest_main.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest_main.cc'; fi` + +samples/test_fused_gtest_test-sample1.o: samples/sample1.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1.o -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo -c -o samples/test_fused_gtest_test-sample1.o `test -f 'samples/sample1.cc' || echo '$(srcdir)/'`samples/sample1.cc + $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po +# source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1.o `test -f 'samples/sample1.cc' || echo '$(srcdir)/'`samples/sample1.cc + +samples/test_fused_gtest_test-sample1.obj: samples/sample1.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1.obj -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo -c -o samples/test_fused_gtest_test-sample1.obj `if test -f 'samples/sample1.cc'; then $(CYGPATH_W) 'samples/sample1.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1.cc'; fi` + $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po +# source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1.obj `if test -f 'samples/sample1.cc'; then $(CYGPATH_W) 'samples/sample1.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1.cc'; fi` + +samples/test_fused_gtest_test-sample1_unittest.o: samples/sample1_unittest.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1_unittest.o -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo -c -o samples/test_fused_gtest_test-sample1_unittest.o `test -f 'samples/sample1_unittest.cc' || echo '$(srcdir)/'`samples/sample1_unittest.cc + $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po +# source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.o' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1_unittest.o `test -f 'samples/sample1_unittest.cc' || echo '$(srcdir)/'`samples/sample1_unittest.cc + +samples/test_fused_gtest_test-sample1_unittest.obj: samples/sample1_unittest.cc + $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1_unittest.obj -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo -c -o samples/test_fused_gtest_test-sample1_unittest.obj `if test -f 'samples/sample1_unittest.cc'; then $(CYGPATH_W) 'samples/sample1_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1_unittest.cc'; fi` + $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po +# source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.obj' libtool=no \ +# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ +# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1_unittest.obj `if test -f 'samples/sample1_unittest.cc'; then $(CYGPATH_W) 'samples/sample1_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1_unittest.cc'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf lib/.libs lib/_libs + -rm -rf samples/.libs samples/_libs + -rm -rf src/.libs src/_libs + -rm -rf test/.libs test/_libs + +distclean-libtool: + -rm -f libtool config.lt +install-m4dataDATA: $(m4data_DATA) + @$(NORMAL_INSTALL) + test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)" + @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ + done + +uninstall-m4dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) +install-pkgincludeHEADERS: $(pkginclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ + done + +uninstall-pkgincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) +install-pkginclude_internalHEADERS: $(pkginclude_internal_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(pkginclude_internaldir)" || $(MKDIR_P) "$(DESTDIR)$(pkginclude_internaldir)" + @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginclude_internaldir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginclude_internaldir)" || exit $$?; \ + done + +uninstall-pkginclude_internalHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkginclude_internaldir)'; $(am__uninstall_files_from_dir) + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + fi; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkginclude_internaldir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f fused-src/gtest/$(DEPDIR)/$(am__dirstamp) + -rm -f fused-src/gtest/$(am__dirstamp) + -rm -f lib/$(am__dirstamp) + -rm -f samples/$(DEPDIR)/$(am__dirstamp) + -rm -f samples/$(am__dirstamp) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + -rm -f test/$(DEPDIR)/$(am__dirstamp) + -rm -f test/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +#maintainer-clean-local: +clean: clean-am + +clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-data-local install-m4dataDATA \ + install-pkgincludeHEADERS install-pkginclude_internalHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-exec-local install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic \ + maintainer-clean-local + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \ + uninstall-pkgincludeHEADERS \ + uninstall-pkginclude_internalHEADERS + +.MAKE: check-am install-am install-strip + +.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ + clean clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES ctags dist dist-all \ + dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \ + dist-xz dist-zip distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-data-local install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-local \ + install-html install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-m4dataDATA install-man \ + install-pdf install-pdf-am install-pkgincludeHEADERS \ + install-pkginclude_internalHEADERS install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-local mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-libLTLIBRARIES \ + uninstall-m4dataDATA uninstall-pkgincludeHEADERS \ + uninstall-pkginclude_internalHEADERS + + +# Build rules for putting fused Google Test files into the distribution +# package. The user can also create those files by manually running +# scripts/fuse_gtest_files.py. +$(test_fused_gtest_test_SOURCES): fused-gtest + +fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \ + $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \ + scripts/fuse_gtest_files.py + mkdir -p "$(srcdir)/fused-src" + chmod -R u+w "$(srcdir)/fused-src" + rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc" + rm -f "$(srcdir)/fused-src/gtest/gtest.h" + "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src" + cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/" + +maintainer-clean-local: + rm -rf "$(srcdir)/fused-src" + +# Disables 'make install' as installing a compiled version of Google +# Test can lead to undefined behavior due to violation of the +# One-Definition Rule. + +install-exec-local: + echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." + false + +install-data-local: + echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." + false + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/gtest-1.7.0/Makefile.am b/gtest-1.7.0/Makefile.am new file mode 100644 index 000000000..9c96b4257 --- /dev/null +++ b/gtest-1.7.0/Makefile.am @@ -0,0 +1,306 @@ +# Automake file + +ACLOCAL_AMFLAGS = -I m4 + +# Nonstandard package files for distribution +EXTRA_DIST = \ + CHANGES \ + CONTRIBUTORS \ + LICENSE \ + include/gtest/gtest-param-test.h.pump \ + include/gtest/internal/gtest-param-util-generated.h.pump \ + include/gtest/internal/gtest-tuple.h.pump \ + include/gtest/internal/gtest-type-util.h.pump \ + make/Makefile \ + scripts/fuse_gtest_files.py \ + scripts/gen_gtest_pred_impl.py \ + scripts/pump.py \ + scripts/test/Makefile + +# gtest source files that we don't compile directly. They are +# #included by gtest-all.cc. +GTEST_SRC = \ + src/gtest-death-test.cc \ + src/gtest-filepath.cc \ + src/gtest-internal-inl.h \ + src/gtest-port.cc \ + src/gtest-printers.cc \ + src/gtest-test-part.cc \ + src/gtest-typed-test.cc \ + src/gtest.cc + +EXTRA_DIST += $(GTEST_SRC) + +# Sample files that we don't compile. +EXTRA_DIST += \ + samples/prime_tables.h \ + samples/sample2_unittest.cc \ + samples/sample3_unittest.cc \ + samples/sample4_unittest.cc \ + samples/sample5_unittest.cc \ + samples/sample6_unittest.cc \ + samples/sample7_unittest.cc \ + samples/sample8_unittest.cc \ + samples/sample9_unittest.cc + +# C++ test files that we don't compile directly. +EXTRA_DIST += \ + test/gtest-death-test_ex_test.cc \ + test/gtest-death-test_test.cc \ + test/gtest-filepath_test.cc \ + test/gtest-linked_ptr_test.cc \ + test/gtest-listener_test.cc \ + test/gtest-message_test.cc \ + test/gtest-options_test.cc \ + test/gtest-param-test2_test.cc \ + test/gtest-param-test2_test.cc \ + test/gtest-param-test_test.cc \ + test/gtest-param-test_test.cc \ + test/gtest-param-test_test.h \ + test/gtest-port_test.cc \ + test/gtest_premature_exit_test.cc \ + test/gtest-printers_test.cc \ + test/gtest-test-part_test.cc \ + test/gtest-tuple_test.cc \ + test/gtest-typed-test2_test.cc \ + test/gtest-typed-test_test.cc \ + test/gtest-typed-test_test.h \ + test/gtest-unittest-api_test.cc \ + test/gtest_break_on_failure_unittest_.cc \ + test/gtest_catch_exceptions_test_.cc \ + test/gtest_color_test_.cc \ + test/gtest_env_var_test_.cc \ + test/gtest_environment_test.cc \ + test/gtest_filter_unittest_.cc \ + test/gtest_help_test_.cc \ + test/gtest_list_tests_unittest_.cc \ + test/gtest_main_unittest.cc \ + test/gtest_no_test_unittest.cc \ + test/gtest_output_test_.cc \ + test/gtest_pred_impl_unittest.cc \ + test/gtest_prod_test.cc \ + test/gtest_repeat_test.cc \ + test/gtest_shuffle_test_.cc \ + test/gtest_sole_header_test.cc \ + test/gtest_stress_test.cc \ + test/gtest_throw_on_failure_ex_test.cc \ + test/gtest_throw_on_failure_test_.cc \ + test/gtest_uninitialized_test_.cc \ + test/gtest_unittest.cc \ + test/gtest_unittest.cc \ + test/gtest_xml_outfile1_test_.cc \ + test/gtest_xml_outfile2_test_.cc \ + test/gtest_xml_output_unittest_.cc \ + test/production.cc \ + test/production.h + +# Python tests that we don't run. +EXTRA_DIST += \ + test/gtest_break_on_failure_unittest.py \ + test/gtest_catch_exceptions_test.py \ + test/gtest_color_test.py \ + test/gtest_env_var_test.py \ + test/gtest_filter_unittest.py \ + test/gtest_help_test.py \ + test/gtest_list_tests_unittest.py \ + test/gtest_output_test.py \ + test/gtest_output_test_golden_lin.txt \ + test/gtest_shuffle_test.py \ + test/gtest_test_utils.py \ + test/gtest_throw_on_failure_test.py \ + test/gtest_uninitialized_test.py \ + test/gtest_xml_outfiles_test.py \ + test/gtest_xml_output_unittest.py \ + test/gtest_xml_test_utils.py + +# CMake script +EXTRA_DIST += \ + CMakeLists.txt \ + cmake/internal_utils.cmake + +# MSVC project files +EXTRA_DIST += \ + msvc/gtest-md.sln \ + msvc/gtest-md.vcproj \ + msvc/gtest.sln \ + msvc/gtest.vcproj \ + msvc/gtest_main-md.vcproj \ + msvc/gtest_main.vcproj \ + msvc/gtest_prod_test-md.vcproj \ + msvc/gtest_prod_test.vcproj \ + msvc/gtest_unittest-md.vcproj \ + msvc/gtest_unittest.vcproj + +# xcode project files +EXTRA_DIST += \ + xcode/Config/DebugProject.xcconfig \ + xcode/Config/FrameworkTarget.xcconfig \ + xcode/Config/General.xcconfig \ + xcode/Config/ReleaseProject.xcconfig \ + xcode/Config/StaticLibraryTarget.xcconfig \ + xcode/Config/TestTarget.xcconfig \ + xcode/Resources/Info.plist \ + xcode/Scripts/runtests.sh \ + xcode/Scripts/versiongenerate.py \ + xcode/gtest.xcodeproj/project.pbxproj + +# xcode sample files +EXTRA_DIST += \ + xcode/Samples/FrameworkSample/Info.plist \ + xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \ + xcode/Samples/FrameworkSample/runtests.sh \ + xcode/Samples/FrameworkSample/widget.cc \ + xcode/Samples/FrameworkSample/widget.h \ + xcode/Samples/FrameworkSample/widget_test.cc + +# C++Builder project files +EXTRA_DIST += \ + codegear/gtest.cbproj \ + codegear/gtest.groupproj \ + codegear/gtest_all.cc \ + codegear/gtest_link.cc \ + codegear/gtest_main.cbproj \ + codegear/gtest_unittest.cbproj + +# Distribute and install M4 macro +m4datadir = $(datadir)/aclocal +m4data_DATA = m4/gtest.m4 +EXTRA_DIST += $(m4data_DATA) + +# We define the global AM_CPPFLAGS as everything we compile includes from these +# directories. +AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/include + +# Modifies compiler and linker flags for pthreads compatibility. +if HAVE_PTHREADS + AM_CXXFLAGS = @PTHREAD_CFLAGS@ -DGTEST_HAS_PTHREAD=1 + AM_LIBS = @PTHREAD_LIBS@ +else + AM_CXXFLAGS = -DGTEST_HAS_PTHREAD=0 +endif + +# Build rules for libraries. +lib_LTLIBRARIES = lib/libgtest.la lib/libgtest_main.la + +lib_libgtest_la_SOURCES = src/gtest-all.cc + +pkginclude_HEADERS = \ + include/gtest/gtest-death-test.h \ + include/gtest/gtest-message.h \ + include/gtest/gtest-param-test.h \ + include/gtest/gtest-printers.h \ + include/gtest/gtest-spi.h \ + include/gtest/gtest-test-part.h \ + include/gtest/gtest-typed-test.h \ + include/gtest/gtest.h \ + include/gtest/gtest_pred_impl.h \ + include/gtest/gtest_prod.h + +pkginclude_internaldir = $(pkgincludedir)/internal +pkginclude_internal_HEADERS = \ + include/gtest/internal/gtest-death-test-internal.h \ + include/gtest/internal/gtest-filepath.h \ + include/gtest/internal/gtest-internal.h \ + include/gtest/internal/gtest-linked_ptr.h \ + include/gtest/internal/gtest-param-util-generated.h \ + include/gtest/internal/gtest-param-util.h \ + include/gtest/internal/gtest-port.h \ + include/gtest/internal/gtest-string.h \ + include/gtest/internal/gtest-tuple.h \ + include/gtest/internal/gtest-type-util.h + +lib_libgtest_main_la_SOURCES = src/gtest_main.cc +lib_libgtest_main_la_LIBADD = lib/libgtest.la + +# Bulid rules for samples and tests. Automake's naming for some of +# these variables isn't terribly obvious, so this is a brief +# reference: +# +# TESTS -- Programs run automatically by "make check" +# check_PROGRAMS -- Programs built by "make check" but not necessarily run + +noinst_LTLIBRARIES = samples/libsamples.la + +samples_libsamples_la_SOURCES = \ + samples/sample1.cc \ + samples/sample1.h \ + samples/sample2.cc \ + samples/sample2.h \ + samples/sample3-inl.h \ + samples/sample4.cc \ + samples/sample4.h + +TESTS= +TESTS_ENVIRONMENT = GTEST_SOURCE_DIR="$(srcdir)/test" \ + GTEST_BUILD_DIR="$(top_builddir)/test" +check_PROGRAMS= + +# A simple sample on using gtest. +TESTS += samples/sample1_unittest +check_PROGRAMS += samples/sample1_unittest +samples_sample1_unittest_SOURCES = samples/sample1_unittest.cc +samples_sample1_unittest_LDADD = lib/libgtest_main.la \ + lib/libgtest.la \ + samples/libsamples.la + +# Another sample. It also verifies that libgtest works. +TESTS += samples/sample10_unittest +check_PROGRAMS += samples/sample10_unittest +samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc +samples_sample10_unittest_LDADD = lib/libgtest.la + +# This tests most constructs of gtest and verifies that libgtest_main +# and libgtest work. +TESTS += test/gtest_all_test +check_PROGRAMS += test/gtest_all_test +test_gtest_all_test_SOURCES = test/gtest_all_test.cc +test_gtest_all_test_LDADD = lib/libgtest_main.la \ + lib/libgtest.la + +# Tests that fused gtest files compile and work. +FUSED_GTEST_SRC = \ + fused-src/gtest/gtest-all.cc \ + fused-src/gtest/gtest.h \ + fused-src/gtest/gtest_main.cc + +if HAVE_PYTHON +TESTS += test/fused_gtest_test +check_PROGRAMS += test/fused_gtest_test +test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \ + samples/sample1.cc samples/sample1_unittest.cc +test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src" + +# Build rules for putting fused Google Test files into the distribution +# package. The user can also create those files by manually running +# scripts/fuse_gtest_files.py. +$(test_fused_gtest_test_SOURCES): fused-gtest + +fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \ + $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \ + scripts/fuse_gtest_files.py + mkdir -p "$(srcdir)/fused-src" + chmod -R u+w "$(srcdir)/fused-src" + rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc" + rm -f "$(srcdir)/fused-src/gtest/gtest.h" + "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src" + cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/" + +maintainer-clean-local: + rm -rf "$(srcdir)/fused-src" +endif + +# Death tests may produce core dumps in the build directory. In case +# this happens, clean them to keep distcleancheck happy. +CLEANFILES = core + +# Disables 'make install' as installing a compiled version of Google +# Test can lead to undefined behavior due to violation of the +# One-Definition Rule. + +install-exec-local: + echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." + false + +install-data-local: + echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." + false diff --git a/gtest-1.7.0/Makefile.in b/gtest-1.7.0/Makefile.in new file mode 100644 index 000000000..874de7473 --- /dev/null +++ b/gtest-1.7.0/Makefile.in @@ -0,0 +1,1360 @@ +# Makefile.in generated by automake 1.11.3 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# Automake file + + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +TESTS = samples/sample1_unittest$(EXEEXT) \ + samples/sample10_unittest$(EXEEXT) \ + test/gtest_all_test$(EXEEXT) $(am__EXEEXT_1) +check_PROGRAMS = samples/sample1_unittest$(EXEEXT) \ + samples/sample10_unittest$(EXEEXT) \ + test/gtest_all_test$(EXEEXT) $(am__EXEEXT_1) +@HAVE_PYTHON_TRUE@am__append_1 = test/fused_gtest_test +@HAVE_PYTHON_TRUE@am__append_2 = test/fused_gtest_test +subdir = . +DIST_COMMON = README $(am__configure_deps) $(pkginclude_HEADERS) \ + $(pkginclude_internal_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(top_srcdir)/build-aux/config.h.in \ + $(top_srcdir)/configure $(top_srcdir)/scripts/gtest-config.in \ + build-aux/config.guess build-aux/config.sub build-aux/depcomp \ + build-aux/install-sh build-aux/ltmain.sh build-aux/missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/build-aux/config.h +CONFIG_CLEAN_FILES = scripts/gtest-config +CONFIG_CLEAN_VPATH_FILES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" \ + "$(DESTDIR)$(pkgincludedir)" \ + "$(DESTDIR)$(pkginclude_internaldir)" +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +lib_libgtest_la_LIBADD = +am__dirstamp = $(am__leading_dot)dirstamp +am_lib_libgtest_la_OBJECTS = src/gtest-all.lo +lib_libgtest_la_OBJECTS = $(am_lib_libgtest_la_OBJECTS) +lib_libgtest_main_la_DEPENDENCIES = lib/libgtest.la +am_lib_libgtest_main_la_OBJECTS = src/gtest_main.lo +lib_libgtest_main_la_OBJECTS = $(am_lib_libgtest_main_la_OBJECTS) +samples_libsamples_la_LIBADD = +am_samples_libsamples_la_OBJECTS = samples/sample1.lo \ + samples/sample2.lo samples/sample4.lo +samples_libsamples_la_OBJECTS = $(am_samples_libsamples_la_OBJECTS) +@HAVE_PYTHON_TRUE@am__EXEEXT_1 = test/fused_gtest_test$(EXEEXT) +am_samples_sample10_unittest_OBJECTS = \ + samples/sample10_unittest.$(OBJEXT) +samples_sample10_unittest_OBJECTS = \ + $(am_samples_sample10_unittest_OBJECTS) +samples_sample10_unittest_DEPENDENCIES = lib/libgtest.la +am_samples_sample1_unittest_OBJECTS = \ + samples/sample1_unittest.$(OBJEXT) +samples_sample1_unittest_OBJECTS = \ + $(am_samples_sample1_unittest_OBJECTS) +samples_sample1_unittest_DEPENDENCIES = lib/libgtest_main.la \ + lib/libgtest.la samples/libsamples.la +am__test_fused_gtest_test_SOURCES_DIST = fused-src/gtest/gtest-all.cc \ + fused-src/gtest/gtest.h fused-src/gtest/gtest_main.cc \ + samples/sample1.cc samples/sample1_unittest.cc +am__objects_1 = \ + fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) \ + fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT) +@HAVE_PYTHON_TRUE@am_test_fused_gtest_test_OBJECTS = $(am__objects_1) \ +@HAVE_PYTHON_TRUE@ samples/test_fused_gtest_test-sample1.$(OBJEXT) \ +@HAVE_PYTHON_TRUE@ samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT) +test_fused_gtest_test_OBJECTS = $(am_test_fused_gtest_test_OBJECTS) +test_fused_gtest_test_LDADD = $(LDADD) +am_test_gtest_all_test_OBJECTS = test/gtest_all_test.$(OBJEXT) +test_gtest_all_test_OBJECTS = $(am_test_gtest_all_test_OBJECTS) +test_gtest_all_test_DEPENDENCIES = lib/libgtest_main.la \ + lib/libgtest.la +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/build-aux +depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ +SOURCES = $(lib_libgtest_la_SOURCES) $(lib_libgtest_main_la_SOURCES) \ + $(samples_libsamples_la_SOURCES) \ + $(samples_sample10_unittest_SOURCES) \ + $(samples_sample1_unittest_SOURCES) \ + $(test_fused_gtest_test_SOURCES) \ + $(test_gtest_all_test_SOURCES) +DIST_SOURCES = $(lib_libgtest_la_SOURCES) \ + $(lib_libgtest_main_la_SOURCES) \ + $(samples_libsamples_la_SOURCES) \ + $(samples_sample10_unittest_SOURCES) \ + $(samples_sample1_unittest_SOURCES) \ + $(am__test_fused_gtest_test_SOURCES_DIST) \ + $(test_gtest_all_test_SOURCES) +DATA = $(m4data_DATA) +HEADERS = $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) +ETAGS = etags +CTAGS = ctags +am__tty_colors = \ +red=; grn=; lgn=; blu=; std= +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PTHREAD_CC = @PTHREAD_CC@ +PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ +PTHREAD_LIBS = @PTHREAD_LIBS@ +PYTHON = @PYTHON@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +acx_pthread_config = @acx_pthread_config@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +ACLOCAL_AMFLAGS = -I m4 + +# Nonstandard package files for distribution + +# Sample files that we don't compile. + +# C++ test files that we don't compile directly. + +# Python tests that we don't run. + +# CMake script + +# MSVC project files + +# xcode project files + +# xcode sample files + +# C++Builder project files +EXTRA_DIST = CHANGES CONTRIBUTORS LICENSE \ + include/gtest/gtest-param-test.h.pump \ + include/gtest/internal/gtest-param-util-generated.h.pump \ + include/gtest/internal/gtest-tuple.h.pump \ + include/gtest/internal/gtest-type-util.h.pump make/Makefile \ + scripts/fuse_gtest_files.py scripts/gen_gtest_pred_impl.py \ + scripts/pump.py scripts/test/Makefile $(GTEST_SRC) \ + samples/prime_tables.h samples/sample2_unittest.cc \ + samples/sample3_unittest.cc samples/sample4_unittest.cc \ + samples/sample5_unittest.cc samples/sample6_unittest.cc \ + samples/sample7_unittest.cc samples/sample8_unittest.cc \ + samples/sample9_unittest.cc test/gtest-death-test_ex_test.cc \ + test/gtest-death-test_test.cc test/gtest-filepath_test.cc \ + test/gtest-linked_ptr_test.cc test/gtest-listener_test.cc \ + test/gtest-message_test.cc test/gtest-options_test.cc \ + test/gtest-param-test2_test.cc test/gtest-param-test2_test.cc \ + test/gtest-param-test_test.cc test/gtest-param-test_test.cc \ + test/gtest-param-test_test.h test/gtest-port_test.cc \ + test/gtest_premature_exit_test.cc test/gtest-printers_test.cc \ + test/gtest-test-part_test.cc test/gtest-tuple_test.cc \ + test/gtest-typed-test2_test.cc test/gtest-typed-test_test.cc \ + test/gtest-typed-test_test.h test/gtest-unittest-api_test.cc \ + test/gtest_break_on_failure_unittest_.cc \ + test/gtest_catch_exceptions_test_.cc test/gtest_color_test_.cc \ + test/gtest_env_var_test_.cc test/gtest_environment_test.cc \ + test/gtest_filter_unittest_.cc test/gtest_help_test_.cc \ + test/gtest_list_tests_unittest_.cc test/gtest_main_unittest.cc \ + test/gtest_no_test_unittest.cc test/gtest_output_test_.cc \ + test/gtest_pred_impl_unittest.cc test/gtest_prod_test.cc \ + test/gtest_repeat_test.cc test/gtest_shuffle_test_.cc \ + test/gtest_sole_header_test.cc test/gtest_stress_test.cc \ + test/gtest_throw_on_failure_ex_test.cc \ + test/gtest_throw_on_failure_test_.cc \ + test/gtest_uninitialized_test_.cc test/gtest_unittest.cc \ + test/gtest_unittest.cc test/gtest_xml_outfile1_test_.cc \ + test/gtest_xml_outfile2_test_.cc \ + test/gtest_xml_output_unittest_.cc test/production.cc \ + test/production.h test/gtest_break_on_failure_unittest.py \ + test/gtest_catch_exceptions_test.py test/gtest_color_test.py \ + test/gtest_env_var_test.py test/gtest_filter_unittest.py \ + test/gtest_help_test.py test/gtest_list_tests_unittest.py \ + test/gtest_output_test.py \ + test/gtest_output_test_golden_lin.txt \ + test/gtest_shuffle_test.py test/gtest_test_utils.py \ + test/gtest_throw_on_failure_test.py \ + test/gtest_uninitialized_test.py \ + test/gtest_xml_outfiles_test.py \ + test/gtest_xml_output_unittest.py test/gtest_xml_test_utils.py \ + CMakeLists.txt cmake/internal_utils.cmake msvc/gtest-md.sln \ + msvc/gtest-md.vcproj msvc/gtest.sln msvc/gtest.vcproj \ + msvc/gtest_main-md.vcproj msvc/gtest_main.vcproj \ + msvc/gtest_prod_test-md.vcproj msvc/gtest_prod_test.vcproj \ + msvc/gtest_unittest-md.vcproj msvc/gtest_unittest.vcproj \ + xcode/Config/DebugProject.xcconfig \ + xcode/Config/FrameworkTarget.xcconfig \ + xcode/Config/General.xcconfig \ + xcode/Config/ReleaseProject.xcconfig \ + xcode/Config/StaticLibraryTarget.xcconfig \ + xcode/Config/TestTarget.xcconfig xcode/Resources/Info.plist \ + xcode/Scripts/runtests.sh xcode/Scripts/versiongenerate.py \ + xcode/gtest.xcodeproj/project.pbxproj \ + xcode/Samples/FrameworkSample/Info.plist \ + xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj \ + xcode/Samples/FrameworkSample/runtests.sh \ + xcode/Samples/FrameworkSample/widget.cc \ + xcode/Samples/FrameworkSample/widget.h \ + xcode/Samples/FrameworkSample/widget_test.cc \ + codegear/gtest.cbproj codegear/gtest.groupproj \ + codegear/gtest_all.cc codegear/gtest_link.cc \ + codegear/gtest_main.cbproj codegear/gtest_unittest.cbproj \ + $(m4data_DATA) + +# gtest source files that we don't compile directly. They are +# #included by gtest-all.cc. +GTEST_SRC = \ + src/gtest-death-test.cc \ + src/gtest-filepath.cc \ + src/gtest-internal-inl.h \ + src/gtest-port.cc \ + src/gtest-printers.cc \ + src/gtest-test-part.cc \ + src/gtest-typed-test.cc \ + src/gtest.cc + + +# Distribute and install M4 macro +m4datadir = $(datadir)/aclocal +m4data_DATA = m4/gtest.m4 + +# We define the global AM_CPPFLAGS as everything we compile includes from these +# directories. +AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/include +@HAVE_PTHREADS_FALSE@AM_CXXFLAGS = -DGTEST_HAS_PTHREAD=0 + +# Modifies compiler and linker flags for pthreads compatibility. +@HAVE_PTHREADS_TRUE@AM_CXXFLAGS = @PTHREAD_CFLAGS@ -DGTEST_HAS_PTHREAD=1 +@HAVE_PTHREADS_TRUE@AM_LIBS = @PTHREAD_LIBS@ + +# Build rules for libraries. +lib_LTLIBRARIES = lib/libgtest.la lib/libgtest_main.la +lib_libgtest_la_SOURCES = src/gtest-all.cc +pkginclude_HEADERS = \ + include/gtest/gtest-death-test.h \ + include/gtest/gtest-message.h \ + include/gtest/gtest-param-test.h \ + include/gtest/gtest-printers.h \ + include/gtest/gtest-spi.h \ + include/gtest/gtest-test-part.h \ + include/gtest/gtest-typed-test.h \ + include/gtest/gtest.h \ + include/gtest/gtest_pred_impl.h \ + include/gtest/gtest_prod.h + +pkginclude_internaldir = $(pkgincludedir)/internal +pkginclude_internal_HEADERS = \ + include/gtest/internal/gtest-death-test-internal.h \ + include/gtest/internal/gtest-filepath.h \ + include/gtest/internal/gtest-internal.h \ + include/gtest/internal/gtest-linked_ptr.h \ + include/gtest/internal/gtest-param-util-generated.h \ + include/gtest/internal/gtest-param-util.h \ + include/gtest/internal/gtest-port.h \ + include/gtest/internal/gtest-string.h \ + include/gtest/internal/gtest-tuple.h \ + include/gtest/internal/gtest-type-util.h + +lib_libgtest_main_la_SOURCES = src/gtest_main.cc +lib_libgtest_main_la_LIBADD = lib/libgtest.la + +# Bulid rules for samples and tests. Automake's naming for some of +# these variables isn't terribly obvious, so this is a brief +# reference: +# +# TESTS -- Programs run automatically by "make check" +# check_PROGRAMS -- Programs built by "make check" but not necessarily run +noinst_LTLIBRARIES = samples/libsamples.la +samples_libsamples_la_SOURCES = \ + samples/sample1.cc \ + samples/sample1.h \ + samples/sample2.cc \ + samples/sample2.h \ + samples/sample3-inl.h \ + samples/sample4.cc \ + samples/sample4.h + +TESTS_ENVIRONMENT = GTEST_SOURCE_DIR="$(srcdir)/test" \ + GTEST_BUILD_DIR="$(top_builddir)/test" + +samples_sample1_unittest_SOURCES = samples/sample1_unittest.cc +samples_sample1_unittest_LDADD = lib/libgtest_main.la \ + lib/libgtest.la \ + samples/libsamples.la + +samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc +samples_sample10_unittest_LDADD = lib/libgtest.la +test_gtest_all_test_SOURCES = test/gtest_all_test.cc +test_gtest_all_test_LDADD = lib/libgtest_main.la \ + lib/libgtest.la + + +# Tests that fused gtest files compile and work. +FUSED_GTEST_SRC = \ + fused-src/gtest/gtest-all.cc \ + fused-src/gtest/gtest.h \ + fused-src/gtest/gtest_main.cc + +@HAVE_PYTHON_TRUE@test_fused_gtest_test_SOURCES = $(FUSED_GTEST_SRC) \ +@HAVE_PYTHON_TRUE@ samples/sample1.cc samples/sample1_unittest.cc + +@HAVE_PYTHON_TRUE@test_fused_gtest_test_CPPFLAGS = -I"$(srcdir)/fused-src" + +# Death tests may produce core dumps in the build directory. In case +# this happens, clean them to keep distcleancheck happy. +CLEANFILES = core +all: all-am + +.SUFFIXES: +.SUFFIXES: .cc .lo .o .obj +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +build-aux/config.h: build-aux/stamp-h1 + @if test ! -f $@; then rm -f build-aux/stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) build-aux/stamp-h1; else :; fi + +build-aux/stamp-h1: $(top_srcdir)/build-aux/config.h.in $(top_builddir)/config.status + @rm -f build-aux/stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status build-aux/config.h +$(top_srcdir)/build-aux/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f build-aux/stamp-h1 + touch $@ + +distclean-hdr: + -rm -f build-aux/config.h build-aux/stamp-h1 +scripts/gtest-config: $(top_builddir)/config.status $(top_srcdir)/scripts/gtest-config.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ + test "$$dir" != "$$p" || dir=.; \ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +src/$(am__dirstamp): + @$(MKDIR_P) src + @: > src/$(am__dirstamp) +src/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) src/$(DEPDIR) + @: > src/$(DEPDIR)/$(am__dirstamp) +src/gtest-all.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +lib/$(am__dirstamp): + @$(MKDIR_P) lib + @: > lib/$(am__dirstamp) +lib/libgtest.la: $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_DEPENDENCIES) $(EXTRA_lib_libgtest_la_DEPENDENCIES) lib/$(am__dirstamp) + $(CXXLINK) -rpath $(libdir) $(lib_libgtest_la_OBJECTS) $(lib_libgtest_la_LIBADD) $(LIBS) +src/gtest_main.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) +lib/libgtest_main.la: $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_DEPENDENCIES) $(EXTRA_lib_libgtest_main_la_DEPENDENCIES) lib/$(am__dirstamp) + $(CXXLINK) -rpath $(libdir) $(lib_libgtest_main_la_OBJECTS) $(lib_libgtest_main_la_LIBADD) $(LIBS) +samples/$(am__dirstamp): + @$(MKDIR_P) samples + @: > samples/$(am__dirstamp) +samples/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) samples/$(DEPDIR) + @: > samples/$(DEPDIR)/$(am__dirstamp) +samples/sample1.lo: samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample2.lo: samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample4.lo: samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/libsamples.la: $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_DEPENDENCIES) $(EXTRA_samples_libsamples_la_DEPENDENCIES) samples/$(am__dirstamp) + $(CXXLINK) $(samples_libsamples_la_OBJECTS) $(samples_libsamples_la_LIBADD) $(LIBS) + +clean-checkPROGRAMS: + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +samples/sample10_unittest.$(OBJEXT): samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample10_unittest$(EXEEXT): $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_DEPENDENCIES) $(EXTRA_samples_sample10_unittest_DEPENDENCIES) samples/$(am__dirstamp) + @rm -f samples/sample10_unittest$(EXEEXT) + $(CXXLINK) $(samples_sample10_unittest_OBJECTS) $(samples_sample10_unittest_LDADD) $(LIBS) +samples/sample1_unittest.$(OBJEXT): samples/$(am__dirstamp) \ + samples/$(DEPDIR)/$(am__dirstamp) +samples/sample1_unittest$(EXEEXT): $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_DEPENDENCIES) $(EXTRA_samples_sample1_unittest_DEPENDENCIES) samples/$(am__dirstamp) + @rm -f samples/sample1_unittest$(EXEEXT) + $(CXXLINK) $(samples_sample1_unittest_OBJECTS) $(samples_sample1_unittest_LDADD) $(LIBS) +fused-src/gtest/$(am__dirstamp): + @$(MKDIR_P) fused-src/gtest + @: > fused-src/gtest/$(am__dirstamp) +fused-src/gtest/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) fused-src/gtest/$(DEPDIR) + @: > fused-src/gtest/$(DEPDIR)/$(am__dirstamp) +fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT): \ + fused-src/gtest/$(am__dirstamp) \ + fused-src/gtest/$(DEPDIR)/$(am__dirstamp) +fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT): \ + fused-src/gtest/$(am__dirstamp) \ + fused-src/gtest/$(DEPDIR)/$(am__dirstamp) +samples/test_fused_gtest_test-sample1.$(OBJEXT): \ + samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp) +samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT): \ + samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp) +test/$(am__dirstamp): + @$(MKDIR_P) test + @: > test/$(am__dirstamp) +test/fused_gtest_test$(EXEEXT): $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_DEPENDENCIES) $(EXTRA_test_fused_gtest_test_DEPENDENCIES) test/$(am__dirstamp) + @rm -f test/fused_gtest_test$(EXEEXT) + $(CXXLINK) $(test_fused_gtest_test_OBJECTS) $(test_fused_gtest_test_LDADD) $(LIBS) +test/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) test/$(DEPDIR) + @: > test/$(DEPDIR)/$(am__dirstamp) +test/gtest_all_test.$(OBJEXT): test/$(am__dirstamp) \ + test/$(DEPDIR)/$(am__dirstamp) +test/gtest_all_test$(EXEEXT): $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_DEPENDENCIES) $(EXTRA_test_gtest_all_test_DEPENDENCIES) test/$(am__dirstamp) + @rm -f test/gtest_all_test$(EXEEXT) + $(CXXLINK) $(test_gtest_all_test_OBJECTS) $(test_gtest_all_test_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + -rm -f fused-src/gtest/test_fused_gtest_test-gtest-all.$(OBJEXT) + -rm -f fused-src/gtest/test_fused_gtest_test-gtest_main.$(OBJEXT) + -rm -f samples/sample1.$(OBJEXT) + -rm -f samples/sample1.lo + -rm -f samples/sample10_unittest.$(OBJEXT) + -rm -f samples/sample1_unittest.$(OBJEXT) + -rm -f samples/sample2.$(OBJEXT) + -rm -f samples/sample2.lo + -rm -f samples/sample4.$(OBJEXT) + -rm -f samples/sample4.lo + -rm -f samples/test_fused_gtest_test-sample1.$(OBJEXT) + -rm -f samples/test_fused_gtest_test-sample1_unittest.$(OBJEXT) + -rm -f src/gtest-all.$(OBJEXT) + -rm -f src/gtest-all.lo + -rm -f src/gtest_main.$(OBJEXT) + -rm -f src/gtest_main.lo + -rm -f test/gtest_all_test.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample10_unittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample1_unittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/sample4.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gtest-all.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/gtest_main.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/gtest_all_test.Po@am__quote@ + +.cc.o: +@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< + +.cc.obj: +@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.cc.lo: +@am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< + +fused-src/gtest/test_fused_gtest_test-gtest-all.o: fused-src/gtest/gtest-all.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest-all.o -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.o `test -f 'fused-src/gtest/gtest-all.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest-all.cc +@am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.o `test -f 'fused-src/gtest/gtest-all.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest-all.cc + +fused-src/gtest/test_fused_gtest_test-gtest-all.obj: fused-src/gtest/gtest-all.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest-all.obj -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.obj `if test -f 'fused-src/gtest/gtest-all.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest-all.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest-all.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest-all.cc' object='fused-src/gtest/test_fused_gtest_test-gtest-all.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest-all.obj `if test -f 'fused-src/gtest/gtest-all.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest-all.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest-all.cc'; fi` + +fused-src/gtest/test_fused_gtest_test-gtest_main.o: fused-src/gtest/gtest_main.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest_main.o -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.o `test -f 'fused-src/gtest/gtest_main.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest_main.cc +@am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.o `test -f 'fused-src/gtest/gtest_main.cc' || echo '$(srcdir)/'`fused-src/gtest/gtest_main.cc + +fused-src/gtest/test_fused_gtest_test-gtest_main.obj: fused-src/gtest/gtest_main.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fused-src/gtest/test_fused_gtest_test-gtest_main.obj -MD -MP -MF fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.obj `if test -f 'fused-src/gtest/gtest_main.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest_main.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest_main.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Tpo fused-src/gtest/$(DEPDIR)/test_fused_gtest_test-gtest_main.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='fused-src/gtest/gtest_main.cc' object='fused-src/gtest/test_fused_gtest_test-gtest_main.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fused-src/gtest/test_fused_gtest_test-gtest_main.obj `if test -f 'fused-src/gtest/gtest_main.cc'; then $(CYGPATH_W) 'fused-src/gtest/gtest_main.cc'; else $(CYGPATH_W) '$(srcdir)/fused-src/gtest/gtest_main.cc'; fi` + +samples/test_fused_gtest_test-sample1.o: samples/sample1.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1.o -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo -c -o samples/test_fused_gtest_test-sample1.o `test -f 'samples/sample1.cc' || echo '$(srcdir)/'`samples/sample1.cc +@am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1.o `test -f 'samples/sample1.cc' || echo '$(srcdir)/'`samples/sample1.cc + +samples/test_fused_gtest_test-sample1.obj: samples/sample1.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1.obj -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo -c -o samples/test_fused_gtest_test-sample1.obj `if test -f 'samples/sample1.cc'; then $(CYGPATH_W) 'samples/sample1.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1.cc' object='samples/test_fused_gtest_test-sample1.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1.obj `if test -f 'samples/sample1.cc'; then $(CYGPATH_W) 'samples/sample1.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1.cc'; fi` + +samples/test_fused_gtest_test-sample1_unittest.o: samples/sample1_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1_unittest.o -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo -c -o samples/test_fused_gtest_test-sample1_unittest.o `test -f 'samples/sample1_unittest.cc' || echo '$(srcdir)/'`samples/sample1_unittest.cc +@am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1_unittest.o `test -f 'samples/sample1_unittest.cc' || echo '$(srcdir)/'`samples/sample1_unittest.cc + +samples/test_fused_gtest_test-sample1_unittest.obj: samples/sample1_unittest.cc +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT samples/test_fused_gtest_test-sample1_unittest.obj -MD -MP -MF samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo -c -o samples/test_fused_gtest_test-sample1_unittest.obj `if test -f 'samples/sample1_unittest.cc'; then $(CYGPATH_W) 'samples/sample1_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1_unittest.cc'; fi` +@am__fastdepCXX_TRUE@ $(am__mv) samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Tpo samples/$(DEPDIR)/test_fused_gtest_test-sample1_unittest.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='samples/sample1_unittest.cc' object='samples/test_fused_gtest_test-sample1_unittest.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_fused_gtest_test_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o samples/test_fused_gtest_test-sample1_unittest.obj `if test -f 'samples/sample1_unittest.cc'; then $(CYGPATH_W) 'samples/sample1_unittest.cc'; else $(CYGPATH_W) '$(srcdir)/samples/sample1_unittest.cc'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + -rm -rf lib/.libs lib/_libs + -rm -rf samples/.libs samples/_libs + -rm -rf src/.libs src/_libs + -rm -rf test/.libs test/_libs + +distclean-libtool: + -rm -f libtool config.lt +install-m4dataDATA: $(m4data_DATA) + @$(NORMAL_INSTALL) + test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)" + @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \ + done + +uninstall-m4dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) +install-pkgincludeHEADERS: $(pkginclude_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \ + done + +uninstall-pkgincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) +install-pkginclude_internalHEADERS: $(pkginclude_internal_HEADERS) + @$(NORMAL_INSTALL) + test -z "$(pkginclude_internaldir)" || $(MKDIR_P) "$(DESTDIR)$(pkginclude_internaldir)" + @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginclude_internaldir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginclude_internaldir)" || exit $$?; \ + done + +uninstall-pkginclude_internalHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_internal_HEADERS)'; test -n "$(pkginclude_internaldir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkginclude_internaldir)'; $(am__uninstall_files_from_dir) + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + fi; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) +installdirs: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkginclude_internaldir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -rm -f fused-src/gtest/$(DEPDIR)/$(am__dirstamp) + -rm -f fused-src/gtest/$(am__dirstamp) + -rm -f lib/$(am__dirstamp) + -rm -f samples/$(DEPDIR)/$(am__dirstamp) + -rm -f samples/$(am__dirstamp) + -rm -f src/$(DEPDIR)/$(am__dirstamp) + -rm -f src/$(am__dirstamp) + -rm -f test/$(DEPDIR)/$(am__dirstamp) + -rm -f test/$(am__dirstamp) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +@HAVE_PYTHON_FALSE@maintainer-clean-local: +clean: clean-am + +clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-data-local install-m4dataDATA \ + install-pkgincludeHEADERS install-pkginclude_internalHEADERS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-exec-local install-libLTLIBRARIES + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf fused-src/gtest/$(DEPDIR) samples/$(DEPDIR) src/$(DEPDIR) test/$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic \ + maintainer-clean-local + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-libLTLIBRARIES uninstall-m4dataDATA \ + uninstall-pkgincludeHEADERS \ + uninstall-pkginclude_internalHEADERS + +.MAKE: check-am install-am install-strip + +.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ + clean clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \ + clean-libtool clean-noinstLTLIBRARIES ctags dist dist-all \ + dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \ + dist-xz dist-zip distcheck distclean distclean-compile \ + distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-data-local install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-local \ + install-html install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-m4dataDATA install-man \ + install-pdf install-pdf-am install-pkgincludeHEADERS \ + install-pkginclude_internalHEADERS install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-local mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-libLTLIBRARIES \ + uninstall-m4dataDATA uninstall-pkgincludeHEADERS \ + uninstall-pkginclude_internalHEADERS + + +# Build rules for putting fused Google Test files into the distribution +# package. The user can also create those files by manually running +# scripts/fuse_gtest_files.py. +@HAVE_PYTHON_TRUE@$(test_fused_gtest_test_SOURCES): fused-gtest + +@HAVE_PYTHON_TRUE@fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \ +@HAVE_PYTHON_TRUE@ $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \ +@HAVE_PYTHON_TRUE@ scripts/fuse_gtest_files.py +@HAVE_PYTHON_TRUE@ mkdir -p "$(srcdir)/fused-src" +@HAVE_PYTHON_TRUE@ chmod -R u+w "$(srcdir)/fused-src" +@HAVE_PYTHON_TRUE@ rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc" +@HAVE_PYTHON_TRUE@ rm -f "$(srcdir)/fused-src/gtest/gtest.h" +@HAVE_PYTHON_TRUE@ "$(srcdir)/scripts/fuse_gtest_files.py" "$(srcdir)/fused-src" +@HAVE_PYTHON_TRUE@ cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/" + +@HAVE_PYTHON_TRUE@maintainer-clean-local: +@HAVE_PYTHON_TRUE@ rm -rf "$(srcdir)/fused-src" + +# Disables 'make install' as installing a compiled version of Google +# Test can lead to undefined behavior due to violation of the +# One-Definition Rule. + +install-exec-local: + echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." + false + +install-data-local: + echo "'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test into your build system." + false + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/gtest-1.7.0/README b/gtest-1.7.0/README new file mode 100644 index 000000000..26f35a847 --- /dev/null +++ b/gtest-1.7.0/README @@ -0,0 +1,435 @@ +Google C++ Testing Framework +============================ + +http://code.google.com/p/googletest/ + +Overview +-------- + +Google's framework for writing C++ tests on a variety of platforms +(Linux, Mac OS X, Windows, Windows CE, Symbian, etc). Based on the +xUnit architecture. Supports automatic test discovery, a rich set of +assertions, user-defined assertions, death tests, fatal and non-fatal +failures, various options for running the tests, and XML test report +generation. + +Please see the project page above for more information as well as the +mailing list for questions, discussions, and development. There is +also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please +join us! + +Requirements for End Users +-------------------------- + +Google Test is designed to have fairly minimal requirements to build +and use with your projects, but there are some. Currently, we support +Linux, Windows, Mac OS X, and Cygwin. We will also make our best +effort to support other platforms (e.g. Solaris, AIX, and z/OS). +However, since core members of the Google Test project have no access +to these platforms, Google Test may have outstanding issues there. If +you notice any problems on your platform, please notify +googletestframework@googlegroups.com. Patches for fixing them are +even more welcome! + +### Linux Requirements ### + +These are the base requirements to build and use Google Test from a source +package (as described below): + * GNU-compatible Make or gmake + * POSIX-standard shell + * POSIX(-2) Regular Expressions (regex.h) + * A C++98-standard-compliant compiler + +### Windows Requirements ### + + * Microsoft Visual C++ 7.1 or newer + +### Cygwin Requirements ### + + * Cygwin 1.5.25-14 or newer + +### Mac OS X Requirements ### + + * Mac OS X 10.4 Tiger or newer + * Developer Tools Installed + +Also, you'll need CMake 2.6.4 or higher if you want to build the +samples using the provided CMake script, regardless of the platform. + +Requirements for Contributors +----------------------------- + +We welcome patches. If you plan to contribute a patch, you need to +build Google Test and its own tests from an SVN checkout (described +below), which has further requirements: + + * Python version 2.3 or newer (for running some of the tests and + re-generating certain source files from templates) + * CMake 2.6.4 or newer + +Getting the Source +------------------ + +There are two primary ways of getting Google Test's source code: you +can download a stable source release in your preferred archive format, +or directly check out the source from our Subversion (SVN) repositary. +The SVN checkout requires a few extra steps and some extra software +packages on your system, but lets you track the latest development and +make patches much more easily, so we highly encourage it. + +### Source Package ### + +Google Test is released in versioned source packages which can be +downloaded from the download page [1]. Several different archive +formats are provided, but the only difference is the tools used to +manipulate them, and the size of the resulting file. Download +whichever you are most comfortable with. + + [1] http://code.google.com/p/googletest/downloads/list + +Once the package is downloaded, expand it using whichever tools you +prefer for that type. This will result in a new directory with the +name "gtest-X.Y.Z" which contains all of the source code. Here are +some examples on Linux: + + tar -xvzf gtest-X.Y.Z.tar.gz + tar -xvjf gtest-X.Y.Z.tar.bz2 + unzip gtest-X.Y.Z.zip + +### SVN Checkout ### + +To check out the main branch (also known as the "trunk") of Google +Test, run the following Subversion command: + + svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn + +Setting up the Build +-------------------- + +To build Google Test and your tests that use it, you need to tell your +build system where to find its headers and source files. The exact +way to do it depends on which build system you use, and is usually +straightforward. + +### Generic Build Instructions ### + +Suppose you put Google Test in directory ${GTEST_DIR}. To build it, +create a library build target (or a project as called by Visual Studio +and Xcode) to compile + + ${GTEST_DIR}/src/gtest-all.cc + +with ${GTEST_DIR}/include in the system header search path and ${GTEST_DIR} +in the normal header search path. Assuming a Linux-like system and gcc, +something like the following will do: + + g++ -isystem ${GTEST_DIR}/include -I${GTEST_DIR} \ + -pthread -c ${GTEST_DIR}/src/gtest-all.cc + ar -rv libgtest.a gtest-all.o + +(We need -pthread as Google Test uses threads.) + +Next, you should compile your test source file with +${GTEST_DIR}/include in the system header search path, and link it +with gtest and any other necessary libraries: + + g++ -isystem ${GTEST_DIR}/include -pthread path/to/your_test.cc libgtest.a \ + -o your_test + +As an example, the make/ directory contains a Makefile that you can +use to build Google Test on systems where GNU make is available +(e.g. Linux, Mac OS X, and Cygwin). It doesn't try to build Google +Test's own tests. Instead, it just builds the Google Test library and +a sample test. You can use it as a starting point for your own build +script. + +If the default settings are correct for your environment, the +following commands should succeed: + + cd ${GTEST_DIR}/make + make + ./sample1_unittest + +If you see errors, try to tweak the contents of make/Makefile to make +them go away. There are instructions in make/Makefile on how to do +it. + +### Using CMake ### + +Google Test comes with a CMake build script (CMakeLists.txt) that can +be used on a wide range of platforms ("C" stands for cross-platofrm.). +If you don't have CMake installed already, you can download it for +free from http://www.cmake.org/. + +CMake works by generating native makefiles or build projects that can +be used in the compiler environment of your choice. The typical +workflow starts with: + + mkdir mybuild # Create a directory to hold the build output. + cd mybuild + cmake ${GTEST_DIR} # Generate native build scripts. + +If you want to build Google Test's samples, you should replace the +last command with + + cmake -Dgtest_build_samples=ON ${GTEST_DIR} + +If you are on a *nix system, you should now see a Makefile in the +current directory. Just type 'make' to build gtest. + +If you use Windows and have Vistual Studio installed, a gtest.sln file +and several .vcproj files will be created. You can then build them +using Visual Studio. + +On Mac OS X with Xcode installed, a .xcodeproj file will be generated. + +### Legacy Build Scripts ### + +Before settling on CMake, we have been providing hand-maintained build +projects/scripts for Visual Studio, Xcode, and Autotools. While we +continue to provide them for convenience, they are not actively +maintained any more. We highly recommend that you follow the +instructions in the previous two sections to integrate Google Test +with your existing build system. + +If you still need to use the legacy build scripts, here's how: + +The msvc\ folder contains two solutions with Visual C++ projects. +Open the gtest.sln or gtest-md.sln file using Visual Studio, and you +are ready to build Google Test the same way you build any Visual +Studio project. Files that have names ending with -md use DLL +versions of Microsoft runtime libraries (the /MD or the /MDd compiler +option). Files without that suffix use static versions of the runtime +libraries (the /MT or the /MTd option). Please note that one must use +the same option to compile both gtest and the test code. If you use +Visual Studio 2005 or above, we recommend the -md version as /MD is +the default for new projects in these versions of Visual Studio. + +On Mac OS X, open the gtest.xcodeproj in the xcode/ folder using +Xcode. Build the "gtest" target. The universal binary framework will +end up in your selected build directory (selected in the Xcode +"Preferences..." -> "Building" pane and defaults to xcode/build). +Alternatively, at the command line, enter: + + xcodebuild + +This will build the "Release" configuration of gtest.framework in your +default build location. See the "xcodebuild" man page for more +information about building different configurations and building in +different locations. + +If you wish to use the Google Test Xcode project with Xcode 4.x and +above, you need to either: + * update the SDK configuration options in xcode/Config/General.xconfig. + Comment options SDKROOT, MACOS_DEPLOYMENT_TARGET, and GCC_VERSION. If + you choose this route you lose the ability to target earlier versions + of MacOS X. + * Install an SDK for an earlier version. This doesn't appear to be + supported by Apple, but has been reported to work + (http://stackoverflow.com/questions/5378518). + +Tweaking Google Test +-------------------- + +Google Test can be used in diverse environments. The default +configuration may not work (or may not work well) out of the box in +some environments. However, you can easily tweak Google Test by +defining control macros on the compiler command line. Generally, +these macros are named like GTEST_XYZ and you define them to either 1 +or 0 to enable or disable a certain feature. + +We list the most frequently used macros below. For a complete list, +see file include/gtest/internal/gtest-port.h. + +### Choosing a TR1 Tuple Library ### + +Some Google Test features require the C++ Technical Report 1 (TR1) +tuple library, which is not yet available with all compilers. The +good news is that Google Test implements a subset of TR1 tuple that's +enough for its own need, and will automatically use this when the +compiler doesn't provide TR1 tuple. + +Usually you don't need to care about which tuple library Google Test +uses. However, if your project already uses TR1 tuple, you need to +tell Google Test to use the same TR1 tuple library the rest of your +project uses, or the two tuple implementations will clash. To do +that, add + + -DGTEST_USE_OWN_TR1_TUPLE=0 + +to the compiler flags while compiling Google Test and your tests. If +you want to force Google Test to use its own tuple library, just add + + -DGTEST_USE_OWN_TR1_TUPLE=1 + +to the compiler flags instead. + +If you don't want Google Test to use tuple at all, add + + -DGTEST_HAS_TR1_TUPLE=0 + +and all features using tuple will be disabled. + +### Multi-threaded Tests ### + +Google Test is thread-safe where the pthread library is available. +After #include "gtest/gtest.h", you can check the GTEST_IS_THREADSAFE +macro to see whether this is the case (yes if the macro is #defined to +1, no if it's undefined.). + +If Google Test doesn't correctly detect whether pthread is available +in your environment, you can force it with + + -DGTEST_HAS_PTHREAD=1 + +or + + -DGTEST_HAS_PTHREAD=0 + +When Google Test uses pthread, you may need to add flags to your +compiler and/or linker to select the pthread library, or you'll get +link errors. If you use the CMake script or the deprecated Autotools +script, this is taken care of for you. If you use your own build +script, you'll need to read your compiler and linker's manual to +figure out what flags to add. + +### As a Shared Library (DLL) ### + +Google Test is compact, so most users can build and link it as a +static library for the simplicity. You can choose to use Google Test +as a shared library (known as a DLL on Windows) if you prefer. + +To compile *gtest* as a shared library, add + + -DGTEST_CREATE_SHARED_LIBRARY=1 + +to the compiler flags. You'll also need to tell the linker to produce +a shared library instead - consult your linker's manual for how to do +it. + +To compile your *tests* that use the gtest shared library, add + + -DGTEST_LINKED_AS_SHARED_LIBRARY=1 + +to the compiler flags. + +Note: while the above steps aren't technically necessary today when +using some compilers (e.g. GCC), they may become necessary in the +future, if we decide to improve the speed of loading the library (see +http://gcc.gnu.org/wiki/Visibility for details). Therefore you are +recommended to always add the above flags when using Google Test as a +shared library. Otherwise a future release of Google Test may break +your build script. + +### Avoiding Macro Name Clashes ### + +In C++, macros don't obey namespaces. Therefore two libraries that +both define a macro of the same name will clash if you #include both +definitions. In case a Google Test macro clashes with another +library, you can force Google Test to rename its macro to avoid the +conflict. + +Specifically, if both Google Test and some other code define macro +FOO, you can add + + -DGTEST_DONT_DEFINE_FOO=1 + +to the compiler flags to tell Google Test to change the macro's name +from FOO to GTEST_FOO. Currently FOO can be FAIL, SUCCEED, or TEST. +For example, with -DGTEST_DONT_DEFINE_TEST=1, you'll need to write + + GTEST_TEST(SomeTest, DoesThis) { ... } + +instead of + + TEST(SomeTest, DoesThis) { ... } + +in order to define a test. + +Upgrating from an Earlier Version +--------------------------------- + +We strive to keep Google Test releases backward compatible. +Sometimes, though, we have to make some breaking changes for the +users' long-term benefits. This section describes what you'll need to +do if you are upgrading from an earlier version of Google Test. + +### Upgrading from 1.3.0 or Earlier ### + +You may need to explicitly enable or disable Google Test's own TR1 +tuple library. See the instructions in section "Choosing a TR1 Tuple +Library". + +### Upgrading from 1.4.0 or Earlier ### + +The Autotools build script (configure + make) is no longer officially +supportted. You are encouraged to migrate to your own build system or +use CMake. If you still need to use Autotools, you can find +instructions in the README file from Google Test 1.4.0. + +On platforms where the pthread library is available, Google Test uses +it in order to be thread-safe. See the "Multi-threaded Tests" section +for what this means to your build script. + +If you use Microsoft Visual C++ 7.1 with exceptions disabled, Google +Test will no longer compile. This should affect very few people, as a +large portion of STL (including ) doesn't compile in this mode +anyway. We decided to stop supporting it in order to greatly simplify +Google Test's implementation. + +Developing Google Test +---------------------- + +This section discusses how to make your own changes to Google Test. + +### Testing Google Test Itself ### + +To make sure your changes work as intended and don't break existing +functionality, you'll want to compile and run Google Test's own tests. +For that you can use CMake: + + mkdir mybuild + cd mybuild + cmake -Dgtest_build_tests=ON ${GTEST_DIR} + +Make sure you have Python installed, as some of Google Test's tests +are written in Python. If the cmake command complains about not being +able to find Python ("Could NOT find PythonInterp (missing: +PYTHON_EXECUTABLE)"), try telling it explicitly where your Python +executable can be found: + + cmake -DPYTHON_EXECUTABLE=path/to/python -Dgtest_build_tests=ON ${GTEST_DIR} + +Next, you can build Google Test and all of its own tests. On *nix, +this is usually done by 'make'. To run the tests, do + + make test + +All tests should pass. + +### Regenerating Source Files ### + +Some of Google Test's source files are generated from templates (not +in the C++ sense) using a script. A template file is named FOO.pump, +where FOO is the name of the file it will generate. For example, the +file include/gtest/internal/gtest-type-util.h.pump is used to generate +gtest-type-util.h in the same directory. + +Normally you don't need to worry about regenerating the source files, +unless you need to modify them. In that case, you should modify the +corresponding .pump files instead and run the pump.py Python script to +regenerate them. You can find pump.py in the scripts/ directory. +Read the Pump manual [2] for how to use it. + + [2] http://code.google.com/p/googletest/wiki/PumpManual + +### Contributing a Patch ### + +We welcome patches. Please read the Google Test developer's guide [3] +for how you can contribute. In particular, make sure you have signed +the Contributor License Agreement, or we won't be able to accept the +patch. + + [3] http://code.google.com/p/googletest/wiki/GoogleTestDevGuide + +Happy testing! diff --git a/gtest-1.7.0/aclocal.m4 b/gtest-1.7.0/aclocal.m4 new file mode 100644 index 000000000..e7df9fe0e --- /dev/null +++ b/gtest-1.7.0/aclocal.m4 @@ -0,0 +1,1198 @@ +# generated automatically by aclocal 1.11.3 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, +[m4_warning([this file was generated for autoconf 2.68. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.3], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.11.3])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 12 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 5 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 16 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, +# 2011 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# --------------------------------------------------------------------------- +# Adds support for distributing Python modules and packages. To +# install modules, copy them to $(pythondir), using the python_PYTHON +# automake variable. To install a package with the same name as the +# automake package, install to $(pkgpythondir), or use the +# pkgpython_PYTHON automake variable. +# +# The variables $(pyexecdir) and $(pkgpyexecdir) are provided as +# locations to install python extension modules (shared libraries). +# Another macro is required to find the appropriate flags to compile +# extension modules. +# +# If your package is configured with a different prefix to python, +# users will have to add the install directory to the PYTHONPATH +# environment variable, or create a .pth file (see the python +# documentation for details). +# +# If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will +# cause an error if the version of python installed on the system +# doesn't meet the requirement. MINIMUM-VERSION should consist of +# numbers and dots only. +AC_DEFUN([AM_PATH_PYTHON], + [ + dnl Find a Python interpreter. Python versions prior to 2.0 are not + dnl supported. (2.0 was released on October 16, 2000). + m4_define_default([_AM_PYTHON_INTERPRETER_LIST], +[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl + python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) + + AC_ARG_VAR([PYTHON], [the Python interpreter]) + + m4_if([$1],[],[ + dnl No version check is needed. + # Find any Python interpreter. + if test -z "$PYTHON"; then + AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) + fi + am_display_PYTHON=python + ], [ + dnl A version check is needed. + if test -n "$PYTHON"; then + # If the user set $PYTHON, use it and don't search something else. + AC_MSG_CHECKING([whether $PYTHON version >= $1]) + AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], + [AC_MSG_RESULT(yes)], + [AC_MSG_ERROR(too old)]) + am_display_PYTHON=$PYTHON + else + # Otherwise, try each interpreter until we find one that satisfies + # VERSION. + AC_CACHE_CHECK([for a Python interpreter with version >= $1], + [am_cv_pathless_PYTHON],[ + for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do + test "$am_cv_pathless_PYTHON" = none && break + AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) + done]) + # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. + if test "$am_cv_pathless_PYTHON" = none; then + PYTHON=: + else + AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) + fi + am_display_PYTHON=$am_cv_pathless_PYTHON + fi + ]) + + if test "$PYTHON" = :; then + dnl Run any user-specified action, or abort. + m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) + else + + dnl Query Python for its version number. Getting [:3] seems to be + dnl the best way to do this; it's what "site.py" does in the standard + dnl library. + + AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], + [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) + AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) + + dnl Use the values of $prefix and $exec_prefix for the corresponding + dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made + dnl distinct variables so they can be overridden if need be. However, + dnl general consensus is that you shouldn't need this ability. + + AC_SUBST([PYTHON_PREFIX], ['${prefix}']) + AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}']) + + dnl At times (like when building shared libraries) you may want + dnl to know which OS platform Python thinks this is. + + AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], + [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) + AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) + + + dnl Set up 4 directories: + + dnl pythondir -- where to install python scripts. This is the + dnl site-packages directory, not the python standard library + dnl directory like in previous automake betas. This behavior + dnl is more consistent with lispdir.m4 for example. + dnl Query distutils for this directory. + AC_CACHE_CHECK([for $am_display_PYTHON script directory], + [am_cv_python_pythondir], + [if test "x$prefix" = xNONE + then + am_py_prefix=$ac_default_prefix + else + am_py_prefix=$prefix + fi + am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix='$am_py_prefix'))" 2>/dev/null` + case $am_cv_python_pythondir in + $am_py_prefix*) + am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'` + am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"` + ;; + *) + case $am_py_prefix in + /usr|/System*) ;; + *) + am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + ]) + AC_SUBST([pythondir], [$am_cv_python_pythondir]) + + dnl pkgpythondir -- $PACKAGE directory under pythondir. Was + dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is + dnl more consistent with the rest of automake. + + AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) + + dnl pyexecdir -- directory for installing python extension modules + dnl (shared libraries) + dnl Query distutils for this directory. + AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], + [am_cv_python_pyexecdir], + [if test "x$exec_prefix" = xNONE + then + am_py_exec_prefix=$am_py_prefix + else + am_py_exec_prefix=$exec_prefix + fi + am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix='$am_py_exec_prefix'))" 2>/dev/null` + case $am_cv_python_pyexecdir in + $am_py_exec_prefix*) + am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'` + am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"` + ;; + *) + case $am_py_exec_prefix in + /usr|/System*) ;; + *) + am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages + ;; + esac + ;; + esac + ]) + AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) + + dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) + + AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) + + dnl Run any user-specified action. + $2 + fi + +]) + + +# AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) +# --------------------------------------------------------------------------- +# Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION. +# Run ACTION-IF-FALSE otherwise. +# This test uses sys.hexversion instead of the string equivalent (first +# word of sys.version), in order to cope with versions such as 2.2c1. +# This supports Python 2.0 or higher. (2.0 was released on October 16, 2000). +AC_DEFUN([AM_PYTHON_CHECK_VERSION], + [prog="import sys +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +# map returns an iterator in Python 3.0 and a list in 2.x +minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]] +minverhex = 0 +# xrange is not present in Python 3.0 and range returns an iterator +for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]] +sys.exit(sys.hexversion < minverhex)" + AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) + +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 1 + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 3 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + +m4_include([m4/libtool.m4]) +m4_include([m4/ltoptions.m4]) +m4_include([m4/ltsugar.m4]) +m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) diff --git a/gtest-1.7.0/build-aux/config.guess b/gtest-1.7.0/build-aux/config.guess new file mode 100755 index 000000000..d622a44e5 --- /dev/null +++ b/gtest-1.7.0/build-aux/config.guess @@ -0,0 +1,1530 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. + +timestamp='2012-02-10' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; + Alpha\ *:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # Should we change UNAME_MACHINE based on the output of uname instead + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[4567]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + IBM_ARCH=rs6000 + else + IBM_ARCH=powerpc + fi + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo ${UNAME_MACHINE}-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + LIBC=gnu + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/gtest-1.7.0/build-aux/config.h.in b/gtest-1.7.0/build-aux/config.h.in new file mode 100644 index 000000000..843b5b10c --- /dev/null +++ b/gtest-1.7.0/build-aux/config.h.in @@ -0,0 +1,69 @@ +/* build-aux/config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION diff --git a/gtest-1.7.0/build-aux/config.sub b/gtest-1.7.0/build-aux/config.sub new file mode 100755 index 000000000..c894da455 --- /dev/null +++ b/gtest-1.7.0/build-aux/config.sub @@ -0,0 +1,1773 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011, 2012 Free Software Foundation, Inc. + +timestamp='2012-02-10' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted GNU ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | be32 | be64 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | epiphany \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 \ + | ns16k | ns32k \ + | open8 \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | rl78 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-unknown + ;; + + # We use `pc' rather than `unknown' + # because (1) that's what they normally are, and + # (2) the word "unknown" tends to confuse beginning users. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | aarch64-* | aarch64_be-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | be32-* | be64-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | le32-* | le64-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; + cegcc) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze) + basic_machine=microblaze-xilinx + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + msys) + basic_machine=i386-pc + os=-msys + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tile*) + basic_machine=$basic_machine-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: diff --git a/gtest-1.7.0/build-aux/depcomp b/gtest-1.7.0/build-aux/depcomp new file mode 100755 index 000000000..bd0ac0895 --- /dev/null +++ b/gtest-1.7.0/build-aux/depcomp @@ -0,0 +1,688 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2011-12-04.11; # UTC + +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, +# 2011 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by `PROGRAMS ARGS'. + object Object file output by `PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> "$depfile" + echo >> "$depfile" + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts `$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + # Each line is of the form `foo.o: dependent.h'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +icc) + # Intel's C compiler understands `-MD -MF file'. However on + # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c + # ICC 7.0 will fill foo.d with something like + # foo.o: sub/foo.c + # foo.o: sub/foo.h + # which is wrong. We want: + # sub/foo.o: sub/foo.c + # sub/foo.o: sub/foo.h + # sub/foo.c: + # sub/foo.h: + # ICC 7.1 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using \ : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | + sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in `foo.d' instead, so we check for that too. + # Subdirectories are respected. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + + if test "$libtool" = yes; then + # With Tru64 cc, shared objects can also be used to make a + # static library. This mechanism is used in libtool 1.4 series to + # handle both shared and static libraries in a single compilation. + # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. + # + # With libtool 1.5 this exception was removed, and libtool now + # generates 2 separate objects for the 2 libraries. These two + # compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 + tmpdepfile2=$dir$base.o.d # libtool 1.5 + tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 + tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.o.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + tmpdepfile4=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a tab and a space in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test "$stat" = 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/ \1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/ / + G + p +}' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for `:' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. + "$@" $dashmflag | + sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" + echo " " >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/gtest-1.7.0/build-aux/install-sh b/gtest-1.7.0/build-aux/install-sh new file mode 100755 index 000000000..a9244eb07 --- /dev/null +++ b/gtest-1.7.0/build-aux/install-sh @@ -0,0 +1,527 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2011-01-19.21; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for `test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for `test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/gtest-1.7.0/build-aux/ltmain.sh b/gtest-1.7.0/build-aux/ltmain.sh new file mode 100644 index 000000000..c2852d856 --- /dev/null +++ b/gtest-1.7.0/build-aux/ltmain.sh @@ -0,0 +1,9661 @@ + +# libtool (GNU libtool) 2.4.2 +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Usage: $progname [OPTION]... [MODE-ARG]... +# +# Provide generalized library-building support services. +# +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --no-warn don't display warning messages +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message +# +# MODE must be one of the following: +# +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory +# +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. +# Try `$progname --help --mode=MODE' for a more detailed description of MODE. +# +# When reporting a bug, please describe a test case to reproduce it and +# include the following information: +# +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# automake: $automake_version +# autoconf: $autoconf_version +# +# Report bugs to . +# GNU libtool home page: . +# General help using GNU software: . + +PROGRAM=libtool +PACKAGE=libtool +VERSION="2.4.2 Debian-2.4.2-1ubuntu1" +TIMESTAMP="" +package_revision=1.3337 + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# NLS nuisances: We save the old values to restore during execute mode. +lt_user_locale= +lt_safe_locale= +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" + lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + fi" +done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +$lt_unset CDPATH + + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + + + +: ${CP="cp -f"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} +: ${Xsed="$SED -e 1s/^X//"} + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +exit_status=$EXIT_SUCCESS + +# Make sure IFS has a sensible default +lt_nl=' +' +IFS=" $lt_nl" + +dirname="s,/[^/]*$,," +basename="s,^.*/,," + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi +} # func_dirname may be replaced by extended shell implementation + + +# func_basename file +func_basename () +{ + func_basename_result=`$ECHO "${1}" | $SED "$basename"` +} # func_basename may be replaced by extended shell implementation + + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + # Extract subdirectory from the argument. + func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` + if test "X$func_dirname_result" = "X${1}"; then + func_dirname_result="${3}" + else + func_dirname_result="$func_dirname_result${2}" + fi + func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` +} # func_dirname_and_basename may be replaced by extended shell implementation + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname may be replaced by extended shell implementation + + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} + +# The name of this program: +func_dirname_and_basename "$progpath" +progname=$func_basename_result + +# Make sure we have an absolute path for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=$func_dirname_result + progdir=`cd "$progdir" && pwd` + progpath="$progdir/$progname" + ;; + *) + save_IFS="$IFS" + IFS=${PATH_SEPARATOR-:} + for progdir in $PATH; do + IFS="$save_IFS" + test -x "$progdir/$progname" && break + done + IFS="$save_IFS" + test -n "$progdir" || progdir=`pwd` + progpath="$progdir/$progname" + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed="${SED}"' -e 1s/^X//' +sed_quote_subst='s/\([`"$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' + +# Sed substitution that converts a w32 file name or path +# which contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-`\' parameter expansions in output of double_quote_subst that were +# `\'-ed in input to the same. If an odd number of `\' preceded a '$' +# in input to double_quote_subst, that '$' was protected from expansion. +# Since each input `\' is now two `\'s, look for any number of runs of +# four `\'s followed by two `\'s and then a '$'. `\' that '$'. +bs='\\' +bs2='\\\\' +bs4='\\\\\\\\' +dollar='\$' +sed_double_backslash="\ + s/$bs4/&\\ +/g + s/^$bs2$dollar/$bs&/ + s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g + s/\n//g" + +# Standard options: +opt_dry_run=false +opt_help=false +opt_quiet=false +opt_verbose=false +opt_warning=: + +# func_echo arg... +# Echo program name prefixed message, along with the current mode +# name if it has been set yet. +func_echo () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" +} + +# func_verbose arg... +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $opt_verbose && func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +# func_error arg... +# Echo program name prefixed message to standard error. +func_error () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 +} + +# func_warning arg... +# Echo program name prefixed warning message to standard error. +func_warning () +{ + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 + + # bash bug again: + : +} + +# func_fatal_error arg... +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + +# func_fatal_help arg... +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + func_error ${1+"$@"} + func_fatal_error "$help" +} +help="Try \`$progname --help' for more information." ## default + + +# func_grep expression filename +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_mkdir_p directory-path +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + my_directory_path="$1" + my_dir_list= + + if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + + # Protect directory names starting with `-' + case $my_directory_path in + -*) my_directory_path="./$my_directory_path" ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$my_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + my_dir_list="$my_directory_path:$my_dir_list" + + # If the last portion added has no slash in it, the list is done + case $my_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + done + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + + save_mkdir_p_IFS="$IFS"; IFS=':' + for my_dir in $my_dir_list; do + IFS="$save_mkdir_p_IFS" + # mkdir can fail with a `File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$my_dir" 2>/dev/null || : + done + IFS="$save_mkdir_p_IFS" + + # Bail out if we (or some other process) failed to create a directory. + test -d "$my_directory_path" || \ + func_fatal_error "Failed to create \`$1'" + fi +} + + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$opt_dry_run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || \ + func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + fi + + $ECHO "$my_tmpdir" +} + + +# func_quote_for_eval arg +# Aesthetically quote ARG to be evaled later. +# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT +# is double-quoted, suitable for a subsequent eval, whereas +# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters +# which are still active within double quotes backslashified. +func_quote_for_eval () +{ + case $1 in + *[\\\`\"\$]*) + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; + *) + func_quote_for_eval_unquoted_result="$1" ;; + esac + + case $func_quote_for_eval_unquoted_result in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and and variable + # expansion for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + ;; + *) + func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + esac +} + + +# func_quote_for_expand arg +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + case $1 in + *[\\\`\"]*) + my_arg=`$ECHO "$1" | $SED \ + -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + *) + my_arg="$1" ;; + esac + + case $my_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + my_arg="\"$my_arg\"" + ;; + esac + + func_quote_for_expand_result="$my_arg" +} + + +# func_show_eval cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$my_cmd" + my_status=$? + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_show_eval_locale cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$lt_user_locale + $my_cmd" + my_status=$? + eval "$lt_safe_locale" + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + +# func_tr_sh +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_version +# Echo version message to standard output and exit. +func_version () +{ + $opt_debug + + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { + s/^# // + s/^# *$// + s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ + p + }' < "$progpath" + exit $? +} + +# func_usage +# Echo short help message to standard output and exit. +func_usage () +{ + $opt_debug + + $SED -n '/^# Usage:/,/^# *.*--help/ { + s/^# // + s/^# *$// + s/\$progname/'$progname'/ + p + }' < "$progpath" + echo + $ECHO "run \`$progname --help | more' for full usage" + exit $? +} + +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. +func_help () +{ + $opt_debug + + $SED -n '/^# Usage:/,/# Report bugs to/ { + :print + s/^# // + s/^# *$// + s*\$progname*'$progname'* + s*\$host*'"$host"'* + s*\$SHELL*'"$SHELL"'* + s*\$LTCC*'"$LTCC"'* + s*\$LTCFLAGS*'"$LTCFLAGS"'* + s*\$LD*'"$LD"'* + s/\$with_gnu_ld/'"$with_gnu_ld"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ + p + d + } + /^# .* home page:/b print + /^# General help using/b print + ' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi +} + +# func_missing_arg argname +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + $opt_debug + + func_error "missing argument for $1." + exit_cmd=exit +} + + +# func_split_short_opt shortopt +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +func_split_short_opt () +{ + my_sed_short_opt='1s/^\(..\).*$/\1/;q' + my_sed_short_rest='1s/^..\(.*\)$/\1/;q' + + func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` + func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` +} # func_split_short_opt may be replaced by extended shell implementation + + +# func_split_long_opt longopt +# Set func_split_long_opt_name and func_split_long_opt_arg shell +# variables after splitting LONGOPT at the `=' sign. +func_split_long_opt () +{ + my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' + my_sed_long_arg='1s/^--[^=]*=//' + + func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` + func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` +} # func_split_long_opt may be replaced by extended shell implementation + +exit_cmd=: + + + + + +magic="%%%MAGIC variable%%%" +magic_exe="%%%MAGIC EXE variable%%%" + +# Global variables. +nonopt= +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "${1}=\$${1}\${2}" +} # func_append may be replaced by extended shell implementation + +# func_append_quoted var value +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +func_append_quoted () +{ + func_quote_for_eval "${2}" + eval "${1}=\$${1}\\ \$func_quote_for_eval_result" +} # func_append_quoted may be replaced by extended shell implementation + + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=`expr "${@}"` +} # func_arith may be replaced by extended shell implementation + + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` +} # func_len may be replaced by extended shell implementation + + +# func_lo2o object +func_lo2o () +{ + func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` +} # func_lo2o may be replaced by extended shell implementation + + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` +} # func_xform may be replaced by extended shell implementation + + +# func_fatal_configuration arg... +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_error ${1+"$@"} + func_error "See the $PACKAGE documentation for more information." + func_fatal_error "Fatal configuration error." +} + + +# func_config +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + +# func_features +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test "$build_libtool_libs" = yes; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + +# func_enable_tag tagname +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname="$1" + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf="/$re_begincf/,/$re_endcf/p" + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +# Shorthand for --mode=foo, only valid as the first argument +case $1 in +clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; +compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; +execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; +finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; +install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; +link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; +uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; +esac + + + +# Option defaults: +opt_debug=: +opt_dry_run=false +opt_config=false +opt_preserve_dup_deps=false +opt_features=false +opt_finish=false +opt_help=false +opt_help_all=false +opt_silent=: +opt_warning=: +opt_verbose=: +opt_silent=false +opt_verbose=false + + +# Parse options once, thoroughly. This comes as soon as possible in the +# script to make things like `--version' happen as quickly as we can. +{ + # this just eases exit handling + while test $# -gt 0; do + opt="$1" + shift + case $opt in + --debug|-x) opt_debug='set -x' + func_echo "enabling shell trace mode" + $opt_debug + ;; + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + --config) + opt_config=: +func_config + ;; + --dlopen|-dlopen) + optarg="$1" + opt_dlopen="${opt_dlopen+$opt_dlopen +}$optarg" + shift + ;; + --preserve-dup-deps) + opt_preserve_dup_deps=: + ;; + --features) + opt_features=: +func_features + ;; + --finish) + opt_finish=: +set dummy --mode finish ${1+"$@"}; shift + ;; + --help) + opt_help=: + ;; + --help-all) + opt_help_all=: +opt_help=': help-all' + ;; + --mode) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_mode="$optarg" +case $optarg in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; +esac + shift + ;; + --no-silent|--no-quiet) + opt_silent=false +func_append preserve_args " $opt" + ;; + --no-warning|--no-warn) + opt_warning=false +func_append preserve_args " $opt" + ;; + --no-verbose) + opt_verbose=false +func_append preserve_args " $opt" + ;; + --silent|--quiet) + opt_silent=: +func_append preserve_args " $opt" + opt_verbose=false + ;; + --verbose|-v) + opt_verbose=: +func_append preserve_args " $opt" +opt_silent=false + ;; + --tag) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_tag="$optarg" +func_append preserve_args " $opt $optarg" +func_enable_tag "$optarg" + shift + ;; + + -\?|-h) func_usage ;; + --help) func_help ;; + --version) func_version ;; + + # Separate optargs to long options: + --*=*) + func_split_long_opt "$opt" + set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-n*|-v*) + func_split_short_opt "$opt" + set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) break ;; + -*) func_fatal_help "unrecognized option \`$opt'" ;; + *) set dummy "$opt" ${1+"$@"}; shift; break ;; + esac + done + + # Validate options: + + # save first non-option argument + if test "$#" -gt 0; then + nonopt="$opt" + shift + fi + + # preserve --debug + test "$opt_debug" = : || func_append preserve_args " --debug" + + case $host in + *cygwin* | *mingw* | *pw32* | *cegcc*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" + fi + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$opt_mode' for more information." + } + + + # Bail if the options were screwed + $exit_cmd $EXIT_FAILURE +} + + + + +## ----------- ## +## Main. ## +## ----------- ## + +# func_lalib_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null \ + | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if `file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case "$lalib_p_line" in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test "$lalib_p" = yes +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + func_lalib_p "$1" +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $opt_debug + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$save_ifs + eval cmd=\"$cmd\" + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# `FILE.' does not work on cygwin managed mounts. +func_source () +{ + $opt_debug + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case "$lt_sysroot:$1" in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result="=$func_stripname_result" + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $opt_debug + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with \`--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=${1} + if test "$build_libtool_libs" = yes; then + write_lobj=\'${2}\' + else + write_lobj=none + fi + + if test "$build_old_libs" = yes; then + write_oldobj=\'${3}\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$lt_sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $opt_debug + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result="" + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $opt_debug + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $opt_debug + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $opt_debug + if test -z "$2" && test -n "$1" ; then + func_error "Could not determine host file name corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result="$1" + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $opt_debug + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " \`$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result="$3" + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $opt_debug + case $4 in + $1 ) func_to_host_path_result="$3$func_to_host_path_result" + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via `$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $opt_debug + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $opt_debug + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result="$1" +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result="$func_convert_core_msys_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via `$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $opt_debug + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd="func_convert_path_${func_stripname_result}" + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $opt_debug + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result="$1" +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + +# func_mode_compile arg... +func_mode_compile () +{ + $opt_debug + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + pie_flag= + + for arg + do + case $arg_mode in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + test -n "$libobj" && \ + func_fatal_error "you cannot specify \`-o' more than once" + arg_mode=target + continue + ;; + + -pie | -fpie | -fPIE) + func_append pie_flag " $arg" + continue + ;; + + -shared | -static | -prefer-pic | -prefer-non-pic) + func_append later " $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + func_append_quoted lastarg "$arg" + done + IFS="$save_ifs" + func_stripname ' ' '' "$lastarg" + lastarg=$func_stripname_result + + # Add the arguments to base_compile. + func_append base_compile " $lastarg" + continue + ;; + + *) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + func_append_quoted base_compile "$lastarg" + done # for arg + + case $arg_mode in + arg) + func_fatal_error "you must specify an argument for -Xcompile" + ;; + target) + func_fatal_error "you must specify a target with \`-o'" + ;; + *) + # Get the name of the library object. + test -z "$libobj" && { + func_basename "$srcfile" + libobj="$func_basename_result" + } + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + case $libobj in + *.[cCFSifmso] | \ + *.ada | *.adb | *.ads | *.asm | \ + *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) + func_xform "$libobj" + libobj=$func_xform_result + ;; + esac + + case $libobj in + *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; + *) + func_fatal_error "cannot determine name of library object from \`$libobj'" + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + continue + ;; + + -static) + build_libtool_libs=no + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && func_warning "libobj name \`$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname="$func_basename_result" + xdir="$func_dirname_result" + lobj=${xdir}$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + func_append removelist " $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + func_append removelist " $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result + + # Only build a PIC object if we are building libtool libraries. + if test "$build_libtool_libs" = yes; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test "$pic_mode" != no; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + func_append command " -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test "$suppress_opt" = yes; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test "$build_old_libs" = yes; then + if test "$pic_mode" != yes; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test "$compiler_c_o" = yes; then + func_append command " -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + func_append command "$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test "$need_locks" != no; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $opt_mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a \`.o' file suitable for static linking + -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode \`$opt_mode'" + ;; + esac + + echo + $ECHO "Try \`$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $opt_debug + # The first argument is the command name. + cmd="$nonopt" + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $opt_dlopen; do + test -f "$file" \ + || func_fatal_help "\`$file' is not a file" + + dir= + case $file in + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "\`$file' was not linked with \`-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir="$func_dirname_result" + + if test -f "$dir/$objdir/$dlname"; then + func_append dir "/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir="$func_dirname_result" + ;; + + *) + func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file="$progdir/$program" + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_append_quoted args "$file" + done + + if test "X$opt_dry_run" = Xfalse; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = execute && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $opt_debug + libs= + libdirs= + admincmds= + + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "\`$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument \`$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || func_append admincmds " + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_silent && exit $EXIT_SUCCESS + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + fi + exit $EXIT_SUCCESS +} + +test "$opt_mode" = finish && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $opt_debug + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac; then + # Aesthetically quote it. + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_for_eval "$arg" + func_append install_prog "$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + func_append files " $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_for_eval "$arg" + func_append install_prog " $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + func_append install_shared_prog " $func_quote_for_eval_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the \`$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + func_append install_shared_prog " -m $func_quote_for_eval_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir="$func_dirname_result" + destname="$func_basename_result" + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "\`$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "\`$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + func_append staticlibs " $file" + ;; + + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) func_append current_libdirs " $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) func_append future_libdirs " $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir="$func_dirname_result" + func_append dir "$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking \`$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname="$1" + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme="$stripme" + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme="" + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && func_append staticlibs " $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to \`$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script \`$wrapper'" + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "\`$lib' has not been installed in \`$libdir'" + finalize=no + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + $opt_dry_run || { + if test "$finalize" = yes; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file="$func_basename_result" + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_silent || { + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink \`$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file="$outputname" + else + func_warning "cannot relink \`$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name="$func_basename_result" + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run \`$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = install && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $opt_debug + my_outputname="$1" + my_originator="$2" + my_pic_p="${3-no}" + my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms="${my_outputname}S.c" + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${my_outputname}.nm" + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + func_verbose "generating symbol list for \`$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $opt_dry_run || { + $RM $export_symbols + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from \`$dlprefile'" + func_basename "$dlprefile" + name="$func_basename_result" + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename="" + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname" ; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename="$func_basename_result" + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename" ; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[]; +LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{\ + { \"$my_originator\", (void *) 0 }," + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + if test "X$my_pic_p" != Xno; then + pic_flag_for_symtable=" $pic_flag" + fi + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) func_append symtab_cflags " $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + + # Transform the symbol file into the correct name. + symfileobj="$output_objdir/${my_outputname}S.$objext" + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for \`$my_dlsyms'" + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $opt_debug + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' + 1,100{ + / I /{ + s,.*,import, + p + q + } + }'` + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $ECHO "$win32_libid_type" +} + +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $opt_debug + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $opt_debug + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive which possess that section. Heuristic: eliminate + # all those which have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $opt_debug + if func_cygming_gnu_implib_p "$1" ; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1" ; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result="" + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $opt_debug + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $opt_debug + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib="$func_basename_result" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename "$darwin_archive"` + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char *path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char *q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR (*q)) + break; + p_len = q - p; + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = + XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp (str, pat) == 0) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + int len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + int orig_value_len = strlen (orig_value); + int add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + int len = strlen (new_value); + while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[len-1] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $opt_debug + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # which system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll which has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=no + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module="${wl}-single_module" + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + func_append libtool_args " $func_quote_for_eval_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + func_append dlfiles " $arg" + else + func_append dlprefiles " $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + test -f "$arg" \ + || func_fatal_error "symbol file \`$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) func_append deplibs " $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# func_append moreargs " $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file \`$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) func_append rpath " $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) func_append xrpath " $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + weak) + func_append weak_libs " $arg" + prev= + continue + ;; + xcclinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xcompiler) + func_append compiler_flags " $qarg" + prev= + func_append compile_command " $qarg" + func_append finalize_command " $qarg" + continue + ;; + xlinker) + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" + prev= + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "\`-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + func_append compile_command " $arg" + func_append finalize_command " $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between \`-L' and \`$1'" + else + func_fatal_error "need path for \`-L' option" + fi + fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of \`$dir'" + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; + *) + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) func_append dllsearchpath ":$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + func_append deplibs " System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + func_append deplibs " $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot|--sysroot) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) func_append new_inherited_linker_flags " $arg" ;; + esac + continue + ;; + + -multi_module) + single_module="${wl}-multi_module" + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "\`-no-install' is ignored for $host" + func_warning "assuming \`-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" + func_append finalize_command " $arg" + func_append compiler_flags " $arg" + continue + ;; + + # Some other compiler flag. + -* | +*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + *.$objext) + # A standard object. + func_append objs " $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + func_append dlfiles " $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + func_append dlprefiles " $pic_object" + prev= + fi + + # A PIC object. + func_append libobjs " $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + func_append non_pic_objects " $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + func_append deplibs " $arg" + func_append old_deplibs " $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + func_resolve_sysroot "$arg" + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + func_append dlfiles " $func_resolve_sysroot_result" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + func_append dlprefiles " $func_resolve_sysroot_result" + prev= + else + func_append deplibs " $func_resolve_sysroot_result" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the \`$prevarg' option requires an argument" + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + func_append compile_command " $arg" + func_append finalize_command " $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname="$func_basename_result" + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + func_dirname "$output" "/" "" + output_objdir="$func_dirname_result$objdir" + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_preserve_dup_deps ; then + case "$libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append libs " $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; + esac + func_append pre_post_deps " $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test "$linkmode,$pass" = "lib,link"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs="$tmp_deplibs" + fi + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; + esac + fi + if test "$linkmode,$pass" = "lib,dlpreopen"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + func_resolve_sysroot "$lib" + case $lib in + *.la) func_source "$func_resolve_sysroot_result" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) func_append deplibs " $deplib" ;; + esac + done + done + libs="$dlprefiles" + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append compiler_flags " $deplib" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + func_warning "\`-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test "$linkmode" = lib; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + *.ltframework) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + *) + func_warning "\`-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + func_stripname '-R' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) func_append xrpath " $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + echo + $ECHO "*** Warning: Trying to link with static lib archive $deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." + else + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + ;; + esac + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + func_append newdlprefiles " $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + func_append newdlfiles " $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + + if test "$found" = yes || test -f "$lib"; then : + else + func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" + fi + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "\`$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + # It is a libtool convenience library, so add in its objects. + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done + elif test "$linkmode" != prog && test "$linkmode" != lib; then + func_fatal_error "\`$lib' is not a convenience library" + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + if test -n "$old_library" && + { test "$prefer_static_libs" = yes || + test "$prefer_static_libs,$installed" = "built,no"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib="$l" + done + fi + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + func_fatal_error "cannot -dlopen a convenience library: \`$lib'" + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + func_append dlprefiles " $lib $dependency_libs" + else + func_append newdlfiles " $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir="$ladir" + fi + ;; + esac + func_basename "$lib" + laname="$func_basename_result" + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library \`$lib' was moved." + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$lt_sysroot$libdir" + absdir="$lt_sysroot$libdir" + fi + test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + func_append notinst_path " $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir" && test "$linkmode" = prog; then + func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + fi + case "$host" in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append newdlprefiles " $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + func_append newlib_search_path " $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" + ;; + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath:" in + *"$absdir:"*) ;; + *) func_append temp_rpath "$absdir:" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc*) + # No point in relinking DLLs because paths are not encoded + func_append notinst_deplibs " $lib" + need_relink=no + ;; + *) + if test "$installed" = no; then + func_append notinst_deplibs " $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule="" + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule="$dlpremoduletest" + break + fi + done + if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + echo + if test "$linkmode" = prog; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) func_append compile_rpath " $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname="$1" + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc*) + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + func_basename "$soroot" + soname="$func_basename_result" + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from \`$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for \`$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$opt_mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we can not + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null ; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + elif test -n "$old_library"; then + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$absdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && + test "$hardcode_minus_L" != yes && + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$opt_mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) func_append finalize_shlibpath "$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + func_append add_dir " -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system can not link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) func_append xrpath " $temp_xrpath";; + esac;; + *) func_append temp_deplibs " $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + func_append newlib_search_path " $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; + esac + fi + func_append tmp_libs " $func_resolve_sysroot_result" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result + func_dirname "$deplib" "" "." + dir=$func_dirname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of \`$dir'" + absdir="$dir" + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl" ; then + depdepl="$absdir/$objdir/$depdepl" + darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" + path= + fi + fi + ;; + *) + path="-L$absdir/$objdir" + ;; + esac + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "\`$deplib' seems to be moved" + + path="-L$absdir" + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test "$pass" = link; then + if test "$linkmode" = "prog"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) func_append lib_search_path " $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) func_append tmp_libs " $deplib" ;; + esac + ;; + *) func_append tmp_libs " $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + func_append tmp_libs " $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + fi + if test "$linkmode" = prog || test "$linkmode" = lib; then + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "\`-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "\`-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + func_append objs "$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test "$module" = no && \ + func_fatal_help "libtool library \`$output' must begin with \`lib'" + + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + func_append libobjs " $objs" + fi + fi + + test "$dlself" != no && \ + func_warning "\`-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test "$#" -gt 1 && \ + func_warning "ignoring multiple \`-rpath's for a libtool library" + + install_libdir="$1" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "\`-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + shift + IFS="$save_ifs" + + test -n "$7" && \ + func_fatal_help "too many parameters to \`-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$1" + number_minor="$2" + number_revision="$3" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + # correct linux to gnu/linux during the next big refactor + darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|qnx|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + *) + func_fatal_configuration "$modename: unknown library version type \`$version_type'" + ;; + esac + ;; + no) + current="$1" + revision="$2" + age="$3" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT \`$current' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION \`$revision' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE \`$age' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE \`$age' is greater than the current interface number \`$current'" + func_fatal_error "\`$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current" + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) # correct to gnu/linux during the next big refactor + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + func_append verstring ":${current}.0" + ;; + + qnx) + major=".$current" + versuffix=".$current" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + + *) + func_fatal_configuration "unknown library version type \`$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + func_warning "undefined symbols not allowed in $host shared libraries" + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + + fi + + func_generate_dlsyms "$libname" "$libname" "yes" + func_append libobjs " $symfileobj" + test "X$libobjs" = "X " && libobjs= + + if test "$opt_mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + func_append removelist " $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + func_append oldlibs " $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) func_append dlfiles " $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) func_append dlprefiles " $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + func_append deplibs " System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + func_append deplibs " -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $GREP " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + func_append newdeplibs " $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval "\\$ECHO \"$libname_spec\""` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ + $EGREP "$match_pattern_regex" > /dev/null; then + func_append newdeplibs " $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + func_append newdeplibs " $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test "X$deplibs_check_method" = "Xnone"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." + else + echo "*** Warning: inter-library dependencies are not known to be supported." + fi + echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + deplibs="$new_libs" + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$opt_mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append dep_rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname="$1" + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + func_append linknames " $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols="$output_objdir/$libname.uexp" + func_append delfiles " $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols="$export_symbols" + export_symbols= + always_export_symbols=yes + fi + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd1 in $cmds; do + IFS="$save_ifs" + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test "$try_normal_branch" = yes \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=${output_objdir}/${output_la}.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" + func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + func_append tmp_deplibs " $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test "$compiler_needs_object" = yes && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + func_append linker_flags " $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then + output=${output_objdir}/${output_la}.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then + output=${output_objdir}/${output_la}.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test "$compiler_needs_object" = yes; then + firstobj="$1 " + shift + fi + for obj + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-${k}.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test "X$objlist" = X || + test "$len" -lt "$max_cmd_len"; then + func_append objlist " $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-${k}.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + fi + func_append delfiles " $output" + + else + output= + fi + + if ${skipped_export-false}; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + fi + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + if ${skipped_export-false}; then + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + func_append delfiles " $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + fi + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append libobjs " $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "\`-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object \`$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + func_append generated " $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # If we're not building shared, we need to use non_pic_objs + test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "\`-release' is ignored for programs" + + test "$preload" = yes \ + && test "$dlopen_support" = unknown \ + && test "$dlopen_self" = unknown \ + && test "$dlopen_self_static" = unknown && \ + func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test "$tagname" = CXX ; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + func_append compile_command " ${wl}-bind_at_load" + func_append finalize_command " ${wl}-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + func_append new_libs " -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) func_append new_libs " $deplib" ;; + esac + ;; + *) func_append new_libs " $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) func_append finalize_rpath " $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) func_append perm_rpath " $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) func_append dllsearchpath ":$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) func_append dllsearchpath ":$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + func_append rpath " $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) func_append finalize_perm_rpath " $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=yes + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; + *cygwin* | *mingw* ) + if test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + *) + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + esac + if test "$wrappers_required" = no; then + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.${objext}"; then + func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + fi + + exit $exit_status + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + func_append rpath "$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + func_append rpath "$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "\`$output' will be relinked during installation" + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host" ; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save $symfileobj" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + if test "$preload" = yes && test -f "$symfileobj"; then + func_append oldobjs " $symfileobj" + fi + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $addlibs + func_append oldobjs " $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + + func_extract_archives $gentop $dlprefiles + func_append oldobjs " $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop="$output_objdir/${outputname}x" + func_append generated " $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase="$func_basename_result" + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" + ;; + *) func_append oldobjs " $obj" ;; + esac + done + fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + func_append objlist " $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name="$func_basename_result" + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" + ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" + ;; + *) func_append newdlfiles " $lib" ;; + esac + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" + ;; + esac + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlfiles " $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + func_append newdlprefiles " $abs" + done + dlprefiles="$newdlprefiles" + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +{ test "$opt_mode" = link || test "$opt_mode" = relink; } && + func_mode_link ${1+"$@"} + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $opt_debug + RM="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) func_append RM " $arg"; rmforce=yes ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + for file in $files; do + func_dirname "$file" "" "." + dir="$func_dirname_result" + if test "X$dir" = X.; then + odir="$objdir" + else + odir="$dir/$objdir" + fi + func_basename "$file" + name="$func_basename_result" + test "$opt_mode" = uninstall && odir="$dir" + + # Remember odir for removal later, being careful to avoid duplicates + if test "$opt_mode" = clean; then + case " $rmdirs " in + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + func_append rmfiles " $odir/$n" + done + test -n "$old_library" && func_append rmfiles " $odir/$old_library" + + case "$opt_mode" in + clean) + case " $library_names " in + *" $dlname "*) ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; + esac + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && + test "$pic_object" != none; then + func_append rmfiles " $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && + test "$non_pic_object" != none; then + func_append rmfiles " $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$opt_mode" = clean ; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + func_append rmfiles " $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + func_append rmfiles " $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + func_append rmfiles " $odir/$name $odir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + func_append rmfiles " $odir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && + func_mode_uninstall ${1+"$@"} + +test -z "$opt_mode" && { + help="$generic_help" + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode \`$opt_mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: +# vi:sw=2 + diff --git a/gtest-1.7.0/build-aux/missing b/gtest-1.7.0/build-aux/missing new file mode 100755 index 000000000..86a8fc31e --- /dev/null +++ b/gtest-1.7.0/build-aux/missing @@ -0,0 +1,331 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. + +scriptversion=2012-01-06.13; # UTC + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' + +# In the cases where this matters, `missing' is being run in the +# srcdir already. +if test -f configure.ac; then + configure_ac=configure.ac +else + configure_ac=configure.in +fi + +msg="missing on your system" + +case $1 in +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c + help2man touch the output file + lex create \`lex.yy.c', if possible, from existing .c + makeinfo touch the output file + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + +esac + +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + +# Now exit if we have it, but it failed. Also exit now if we +# don't have it and --version was passed (most likely to detect +# the program). This is about non-GNU programs, so use $1 not +# $program. +case $1 in + lex*|yacc*) + # Not GNU programs, they don't have --version. + ;; + + *) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + elif test "x$2" = "x--version" || test "x$2" = "x--help"; then + # Could not run --version or --help. This is probably someone + # running `$TOOL --version' or `$TOOL --help' to check whether + # $TOOL exists and not knowing $TOOL uses missing. + exit 1 + fi + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case $program in + aclocal*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them + from any GNU archive site." + files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` + test -z "$files" && files="config.h" + touch_files= + for f in $files; do + case $f in + *:*) touch_files="$touch_files "`echo "$f" | + sed -e 's/^[^:]*://' -e 's/:.*//'`;; + *) touch_files="$touch_files $f.in";; + esac + done + touch $touch_files + ;; + + automake*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. + Grab them from any GNU archive site." + find . -type f -name Makefile.am -print | + sed 's/\.am$/.in/' | + while read f; do touch "$f"; done + ;; + + autom4te*) + echo 1>&2 "\ +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the + proper tools for further handling them. + You can get \`$1' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo "#! /bin/sh" + echo "# Created by GNU Automake missing as a replacement of" + echo "# $ $@" + echo "exit 0" + chmod +x $file + exit 1 + fi + ;; + + bison*|yacc*) + echo 1>&2 "\ +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package + in order for those modifications to take effect. You can get + \`Bison' from any GNU archive site." + rm -f y.tab.c y.tab.h + if test $# -ne 1; then + eval LASTARG=\${$#} + case $LASTARG in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if test ! -f y.tab.h; then + echo >y.tab.h + fi + if test ! -f y.tab.c; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex*|flex*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package + in order for those modifications to take effect. You can get + \`Flex' from any GNU archive site." + rm -f lex.yy.c + if test $# -ne 1; then + eval LASTARG=\${$#} + case $LASTARG in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if test -f "$SRCFILE"; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if test ! -f lex.yy.c; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a dependency of a manual page. You may need the + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." + + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit $? + fi + ;; + + makeinfo*) + echo 1>&2 "\ +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file + indirectly affecting the aspect of the manual. The spurious + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." + # The file to touch is that specified with -o ... + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -z "$file"; then + # ... or it is the one specified with @setfilename ... + infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` + # ... or it is derived from the source name (dir/f.texi becomes f.info) + test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info + fi + # If the file does not exist, the user really needs makeinfo; + # let's fail without touching anything. + test -f $file || exit 1 + touch $file + ;; + + *) + echo 1>&2 "\ +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the + proper tools for further handling them. Check the \`README' file, + it often tells you about the needed prerequisites for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/gtest-1.7.0/build-aux/stamp-h1 b/gtest-1.7.0/build-aux/stamp-h1 new file mode 100644 index 000000000..3841b4765 --- /dev/null +++ b/gtest-1.7.0/build-aux/stamp-h1 @@ -0,0 +1 @@ +timestamp for build-aux/config.h diff --git a/gtest-1.7.0/cmake/internal_utils.cmake b/gtest-1.7.0/cmake/internal_utils.cmake new file mode 100644 index 000000000..8cb21894c --- /dev/null +++ b/gtest-1.7.0/cmake/internal_utils.cmake @@ -0,0 +1,227 @@ +# Defines functions and macros useful for building Google Test and +# Google Mock. +# +# Note: +# +# - This file will be run twice when building Google Mock (once via +# Google Test's CMakeLists.txt, and once via Google Mock's). +# Therefore it shouldn't have any side effects other than defining +# the functions and macros. +# +# - The functions/macros defined in this file may depend on Google +# Test and Google Mock's option() definitions, and thus must be +# called *after* the options have been defined. + +# Tweaks CMake's default compiler/linker settings to suit Google Test's needs. +# +# This must be a macro(), as inside a function string() can only +# update variables in the function scope. +macro(fix_default_compiler_settings_) + if (MSVC) + # For MSVC, CMake sets certain flags to defaults we want to override. + # This replacement code is taken from sample in the CMake Wiki at + # http://www.cmake.org/Wiki/CMake_FAQ#Dynamic_Replace. + foreach (flag_var + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE + CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO) + if (NOT BUILD_SHARED_LIBS AND NOT gtest_force_shared_crt) + # When Google Test is built as a shared library, it should also use + # shared runtime libraries. Otherwise, it may end up with multiple + # copies of runtime library data in different modules, resulting in + # hard-to-find crashes. When it is built as a static library, it is + # preferable to use CRT as static libraries, as we don't have to rely + # on CRT DLLs being available. CMake always defaults to using shared + # CRT libraries, so we override that default here. + string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}") + endif() + + # We prefer more strict warning checking for building Google Test. + # Replaces /W3 with /W4 in defaults. + string(REPLACE "/W3" "-W4" ${flag_var} "${${flag_var}}") + endforeach() + endif() +endmacro() + +# Defines the compiler/linker flags used to build Google Test and +# Google Mock. You can tweak these definitions to suit your need. A +# variable's value is empty before it's explicitly assigned to. +macro(config_compiler_and_linker) + if (NOT gtest_disable_pthreads) + # Defines CMAKE_USE_PTHREADS_INIT and CMAKE_THREAD_LIBS_INIT. + find_package(Threads) + endif() + + fix_default_compiler_settings_() + if (MSVC) + # Newlines inside flags variables break CMake's NMake generator. + # TODO(vladl@google.com): Add -RTCs and -RTCu to debug builds. + set(cxx_base_flags "-GS -W4 -WX -wd4127 -wd4251 -wd4275 -nologo -J -Zi") + if (MSVC_VERSION LESS 1400) + # Suppress spurious warnings MSVC 7.1 sometimes issues. + # Forcing value to bool. + set(cxx_base_flags "${cxx_base_flags} -wd4800") + # Copy constructor and assignment operator could not be generated. + set(cxx_base_flags "${cxx_base_flags} -wd4511 -wd4512") + # Compatibility warnings not applicable to Google Test. + # Resolved overload was found by argument-dependent lookup. + set(cxx_base_flags "${cxx_base_flags} -wd4675") + endif() + set(cxx_base_flags "${cxx_base_flags} -D_UNICODE -DUNICODE -DWIN32 -D_WIN32") + set(cxx_base_flags "${cxx_base_flags} -DSTRICT -DWIN32_LEAN_AND_MEAN") + set(cxx_exception_flags "-EHsc -D_HAS_EXCEPTIONS=1") + set(cxx_no_exception_flags "-D_HAS_EXCEPTIONS=0") + set(cxx_no_rtti_flags "-GR-") + elseif (CMAKE_COMPILER_IS_GNUCXX) + set(cxx_base_flags "-Wall -Wshadow") + set(cxx_exception_flags "-fexceptions") + set(cxx_no_exception_flags "-fno-exceptions") + # Until version 4.3.2, GCC doesn't define a macro to indicate + # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI + # explicitly. + set(cxx_no_rtti_flags "-fno-rtti -DGTEST_HAS_RTTI=0") + set(cxx_strict_flags + "-Wextra -Wno-unused-parameter -Wno-missing-field-initializers") + elseif (CMAKE_CXX_COMPILER_ID STREQUAL "SunPro") + set(cxx_exception_flags "-features=except") + # Sun Pro doesn't provide macros to indicate whether exceptions and + # RTTI are enabled, so we define GTEST_HAS_* explicitly. + set(cxx_no_exception_flags "-features=no%except -DGTEST_HAS_EXCEPTIONS=0") + set(cxx_no_rtti_flags "-features=no%rtti -DGTEST_HAS_RTTI=0") + elseif (CMAKE_CXX_COMPILER_ID STREQUAL "VisualAge" OR + CMAKE_CXX_COMPILER_ID STREQUAL "XL") + # CMake 2.8 changes Visual Age's compiler ID to "XL". + set(cxx_exception_flags "-qeh") + set(cxx_no_exception_flags "-qnoeh") + # Until version 9.0, Visual Age doesn't define a macro to indicate + # whether RTTI is enabled. Therefore we define GTEST_HAS_RTTI + # explicitly. + set(cxx_no_rtti_flags "-qnortti -DGTEST_HAS_RTTI=0") + elseif (CMAKE_CXX_COMPILER_ID STREQUAL "HP") + set(cxx_base_flags "-AA -mt") + set(cxx_exception_flags "-DGTEST_HAS_EXCEPTIONS=1") + set(cxx_no_exception_flags "+noeh -DGTEST_HAS_EXCEPTIONS=0") + # RTTI can not be disabled in HP aCC compiler. + set(cxx_no_rtti_flags "") + endif() + + if (CMAKE_USE_PTHREADS_INIT) # The pthreads library is available and allowed. + set(cxx_base_flags "${cxx_base_flags} -DGTEST_HAS_PTHREAD=1") + else() + set(cxx_base_flags "${cxx_base_flags} -DGTEST_HAS_PTHREAD=0") + endif() + + # For building gtest's own tests and samples. + set(cxx_exception "${CMAKE_CXX_FLAGS} ${cxx_base_flags} ${cxx_exception_flags}") + set(cxx_no_exception + "${CMAKE_CXX_FLAGS} ${cxx_base_flags} ${cxx_no_exception_flags}") + set(cxx_default "${cxx_exception}") + set(cxx_no_rtti "${cxx_default} ${cxx_no_rtti_flags}") + set(cxx_use_own_tuple "${cxx_default} -DGTEST_USE_OWN_TR1_TUPLE=1") + + # For building the gtest libraries. + set(cxx_strict "${cxx_default} ${cxx_strict_flags}") +endmacro() + +# Defines the gtest & gtest_main libraries. User tests should link +# with one of them. +function(cxx_library_with_type name type cxx_flags) + # type can be either STATIC or SHARED to denote a static or shared library. + # ARGN refers to additional arguments after 'cxx_flags'. + add_library(${name} ${type} ${ARGN}) + set_target_properties(${name} + PROPERTIES + COMPILE_FLAGS "${cxx_flags}") + if (BUILD_SHARED_LIBS OR type STREQUAL "SHARED") + set_target_properties(${name} + PROPERTIES + COMPILE_DEFINITIONS "GTEST_CREATE_SHARED_LIBRARY=1") + endif() + if (CMAKE_USE_PTHREADS_INIT) + target_link_libraries(${name} ${CMAKE_THREAD_LIBS_INIT}) + endif() +endfunction() + +######################################################################## +# +# Helper functions for creating build targets. + +function(cxx_shared_library name cxx_flags) + cxx_library_with_type(${name} SHARED "${cxx_flags}" ${ARGN}) +endfunction() + +function(cxx_library name cxx_flags) + cxx_library_with_type(${name} "" "${cxx_flags}" ${ARGN}) +endfunction() + +# cxx_executable_with_flags(name cxx_flags libs srcs...) +# +# creates a named C++ executable that depends on the given libraries and +# is built from the given source files with the given compiler flags. +function(cxx_executable_with_flags name cxx_flags libs) + add_executable(${name} ${ARGN}) + if (cxx_flags) + set_target_properties(${name} + PROPERTIES + COMPILE_FLAGS "${cxx_flags}") + endif() + if (BUILD_SHARED_LIBS) + set_target_properties(${name} + PROPERTIES + COMPILE_DEFINITIONS "GTEST_LINKED_AS_SHARED_LIBRARY=1") + endif() + # To support mixing linking in static and dynamic libraries, link each + # library in with an extra call to target_link_libraries. + foreach (lib "${libs}") + target_link_libraries(${name} ${lib}) + endforeach() +endfunction() + +# cxx_executable(name dir lib srcs...) +# +# creates a named target that depends on the given libs and is built +# from the given source files. dir/name.cc is implicitly included in +# the source file list. +function(cxx_executable name dir libs) + cxx_executable_with_flags( + ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN}) +endfunction() + +# Sets PYTHONINTERP_FOUND and PYTHON_EXECUTABLE. +find_package(PythonInterp) + +# cxx_test_with_flags(name cxx_flags libs srcs...) +# +# creates a named C++ test that depends on the given libs and is built +# from the given source files with the given compiler flags. +function(cxx_test_with_flags name cxx_flags libs) + cxx_executable_with_flags(${name} "${cxx_flags}" "${libs}" ${ARGN}) + add_test(${name} ${name}) +endfunction() + +# cxx_test(name libs srcs...) +# +# creates a named test target that depends on the given libs and is +# built from the given source files. Unlike cxx_test_with_flags, +# test/name.cc is already implicitly included in the source file list. +function(cxx_test name libs) + cxx_test_with_flags("${name}" "${cxx_default}" "${libs}" + "test/${name}.cc" ${ARGN}) +endfunction() + +# py_test(name) +# +# creates a Python test with the given name whose main module is in +# test/name.py. It does nothing if Python is not installed. +function(py_test name) + # We are not supporting Python tests on Linux yet as they consider + # all Linux environments to be google3 and try to use google3 features. + if (PYTHONINTERP_FOUND) + # ${CMAKE_BINARY_DIR} is known at configuration time, so we can + # directly bind it from cmake. ${CTEST_CONFIGURATION_TYPE} is known + # only at ctest runtime (by calling ctest -c ), so + # we have to escape $ to delay variable substitution here. + add_test(${name} + ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/test/${name}.py + --build_dir=${CMAKE_CURRENT_BINARY_DIR}/\${CTEST_CONFIGURATION_TYPE}) + endif() +endfunction() diff --git a/gtest-1.7.0/codegear/gtest.cbproj b/gtest-1.7.0/codegear/gtest.cbproj new file mode 100644 index 000000000..285bb2a87 --- /dev/null +++ b/gtest-1.7.0/codegear/gtest.cbproj @@ -0,0 +1,138 @@ + + + + {bca37a72-5b07-46cf-b44e-89f8e06451a2} + Release + + + true + + + true + true + Base + + + true + true + Base + + + true + lib + JPHNE + NO_STRICT + true + true + CppStaticLibrary + true + rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;dclZipForged11.bpi;vclZipForged11.bpi;GR32_BDS2006.bpi;GR32_DSGN_BDS2006.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi;CExceptionExpert11.bpi + false + $(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;.. + rtl.lib;vcl.lib + 32 + $(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk + + + false + false + true + _DEBUG;$(Defines) + true + false + true + None + DEBUG + true + Debug + true + true + true + $(BDS)\lib\debug;$(ILINK_LibraryPath) + Full + true + + + NDEBUG;$(Defines) + Release + $(BDS)\lib\release;$(ILINK_LibraryPath) + None + + + CPlusPlusBuilder.Personality + CppStaticLibrary + +FalseFalse1000FalseFalseFalseFalseFalse103312521.0.0.01.0.0.0FalseFalseFalseTrueFalse + + + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + FalseTrueTrue3$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\src;..\include1$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk1NO_STRICT13216 + + + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 0 + + + 1 + + + 2 + + + 9 + + + 10 + + + 11 + + + 12 + + + 14 + + + 13 + + + 15 + + + 16 + + + 17 + + + 18 + + + Cfg_1 + + + Cfg_2 + + + \ No newline at end of file diff --git a/gtest-1.7.0/codegear/gtest.groupproj b/gtest-1.7.0/codegear/gtest.groupproj new file mode 100644 index 000000000..849f4c4b8 --- /dev/null +++ b/gtest-1.7.0/codegear/gtest.groupproj @@ -0,0 +1,54 @@ + + + {c1d923e0-6cba-4332-9b6f-3420acbf5091} + + + + + + + + + Default.Personality + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gtest-1.7.0/codegear/gtest_all.cc b/gtest-1.7.0/codegear/gtest_all.cc new file mode 100644 index 000000000..ba7ad68ad --- /dev/null +++ b/gtest-1.7.0/codegear/gtest_all.cc @@ -0,0 +1,38 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: Josh Kelley (joshkel@gmail.com) +// +// Google C++ Testing Framework (Google Test) +// +// C++Builder's IDE cannot build a static library from files with hyphens +// in their name. See http://qc.codegear.com/wc/qcmain.aspx?d=70977 . +// This file serves as a workaround. + +#include "src/gtest-all.cc" diff --git a/gtest-1.7.0/codegear/gtest_link.cc b/gtest-1.7.0/codegear/gtest_link.cc new file mode 100644 index 000000000..b955ebf2f --- /dev/null +++ b/gtest-1.7.0/codegear/gtest_link.cc @@ -0,0 +1,40 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: Josh Kelley (joshkel@gmail.com) +// +// Google C++ Testing Framework (Google Test) +// +// Links gtest.lib and gtest_main.lib into the current project in C++Builder. +// This means that these libraries can't be renamed, but it's the only way to +// ensure that Debug versus Release test builds are linked against the +// appropriate Debug or Release build of the libraries. + +#pragma link "gtest.lib" +#pragma link "gtest_main.lib" diff --git a/gtest-1.7.0/codegear/gtest_main.cbproj b/gtest-1.7.0/codegear/gtest_main.cbproj new file mode 100644 index 000000000..fae32cb29 --- /dev/null +++ b/gtest-1.7.0/codegear/gtest_main.cbproj @@ -0,0 +1,82 @@ + + + + {bca37a72-5b07-46cf-b44e-89f8e06451a2} + Release + + + true + + + true + true + Base + + + true + true + Base + + + true + lib + JPHNE + NO_STRICT + true + true + CppStaticLibrary + true + rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;dclZipForged11.bpi;vclZipForged11.bpi;GR32_BDS2006.bpi;GR32_DSGN_BDS2006.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi;CExceptionExpert11.bpi + false + $(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;.. + rtl.lib;vcl.lib + 32 + $(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk + + + false + false + true + _DEBUG;$(Defines) + true + false + true + None + DEBUG + true + Debug + true + true + true + $(BDS)\lib\debug;$(ILINK_LibraryPath) + Full + true + + + NDEBUG;$(Defines) + Release + $(BDS)\lib\release;$(ILINK_LibraryPath) + None + + + CPlusPlusBuilder.Personality + CppStaticLibrary + +FalseFalse1000FalseFalseFalseFalseFalse103312521.0.0.01.0.0.0FalseFalseFalseTrueFalse + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + FalseTrueTrue3$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\include;..$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\src;..\src;..\include1$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk1NO_STRICT13216 + + + + + 0 + + + Cfg_1 + + + Cfg_2 + + + diff --git a/gtest-1.7.0/codegear/gtest_unittest.cbproj b/gtest-1.7.0/codegear/gtest_unittest.cbproj new file mode 100644 index 000000000..33f705634 --- /dev/null +++ b/gtest-1.7.0/codegear/gtest_unittest.cbproj @@ -0,0 +1,88 @@ + + + + {eea63393-5ac5-4b9c-8909-d75fef2daa41} + Release + + + true + + + true + true + Base + + + true + true + Base + + + exe + true + NO_STRICT + JPHNE + true + ..\test + true + CppConsoleApplication + true + true + rtl.bpi;vcl.bpi;bcbie.bpi;vclx.bpi;vclactnband.bpi;xmlrtl.bpi;bcbsmp.bpi;dbrtl.bpi;vcldb.bpi;bdertl.bpi;vcldbx.bpi;dsnap.bpi;dsnapcon.bpi;vclib.bpi;ibxpress.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;DbxCommonDriver.bpi;websnap.bpi;vclie.bpi;webdsnap.bpi;inet.bpi;inetdbbde.bpi;inetdbxpress.bpi;soaprtl.bpi;Rave75VCL.bpi;teeUI.bpi;tee.bpi;teedb.bpi;IndyCore.bpi;IndySystem.bpi;IndyProtocols.bpi;IntrawebDB_90_100.bpi;Intraweb_90_100.bpi;Jcl.bpi;JclVcl.bpi;JvCoreD11R.bpi;JvSystemD11R.bpi;JvStdCtrlsD11R.bpi;JvAppFrmD11R.bpi;JvBandsD11R.bpi;JvDBD11R.bpi;JvDlgsD11R.bpi;JvBDED11R.bpi;JvCmpD11R.bpi;JvCryptD11R.bpi;JvCtrlsD11R.bpi;JvCustomD11R.bpi;JvDockingD11R.bpi;JvDotNetCtrlsD11R.bpi;JvEDID11R.bpi;JvGlobusD11R.bpi;JvHMID11R.bpi;JvInterpreterD11R.bpi;JvJansD11R.bpi;JvManagedThreadsD11R.bpi;JvMMD11R.bpi;JvNetD11R.bpi;JvPageCompsD11R.bpi;JvPluginD11R.bpi;JvPrintPreviewD11R.bpi;JvRuntimeDesignD11R.bpi;JvTimeFrameworkD11R.bpi;JvValidatorsD11R.bpi;JvWizardD11R.bpi;JvXPCtrlsD11R.bpi;VclSmp.bpi + false + $(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include;..\test;.. + $(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\test + true + + + false + false + true + _DEBUG;$(Defines) + true + false + true + None + DEBUG + true + Debug + true + true + true + $(BDS)\lib\debug;$(ILINK_LibraryPath) + Full + true + + + NDEBUG;$(Defines) + Release + $(BDS)\lib\release;$(ILINK_LibraryPath) + None + + + CPlusPlusBuilder.Personality + CppConsoleApplication + +FalseFalse1000FalseFalseFalseFalseFalse103312521.0.0.01.0.0.0FalseFalseFalseTrueFalse + + + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package + FalseTrueTrue3$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include;..\test;..$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include;..\test$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..\include1$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\test$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\test$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(OUTPUTDIR);..\test2NO_STRICTSTRICT + + + + + 0 + + + 1 + + + Cfg_1 + + + Cfg_2 + + + \ No newline at end of file diff --git a/gtest-1.7.0/config.log b/gtest-1.7.0/config.log new file mode 100644 index 000000000..1a91f5ec9 --- /dev/null +++ b/gtest-1.7.0/config.log @@ -0,0 +1,974 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by Google C++ Testing Framework configure 1.7.0, which was +generated by GNU Autoconf 2.68. Invocation command line was + + $ ./configure + +## --------- ## +## Platform. ## +## --------- ## + +hostname = localhost.localdomain +uname -m = i686 +uname -r = 3.19.3-200.fc21.i686 +uname -s = Linux +uname -v = #1 SMP Thu Mar 26 22:12:19 UTC 2015 + +/usr/bin/uname -p = i686 +/bin/uname -X = unknown + +/bin/arch = i686 +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +/usr/bin/hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /usr/local/bin +PATH: /usr/local/sbin +PATH: /usr/bin +PATH: /usr/sbin +PATH: /bin +PATH: /sbin +PATH: /home/user/.local/bin +PATH: /home/user/bin + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2293: checking for a BSD-compatible install +configure:2361: result: /usr/bin/install -c +configure:2372: checking whether build environment is sane +configure:2422: result: yes +configure:2563: checking for a thread-safe mkdir -p +configure:2602: result: /usr/bin/mkdir -p +configure:2615: checking for gawk +configure:2631: found /usr/bin/gawk +configure:2642: result: gawk +configure:2653: checking whether make sets $(MAKE) +configure:2675: result: yes +configure:2805: checking for gcc +configure:2821: found /usr/bin/gcc +configure:2832: result: gcc +configure:3061: checking for C compiler version +configure:3070: gcc --version >&5 +gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6) +Copyright (C) 2014 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +configure:3081: $? = 0 +configure:3070: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.9.2/lto-wrapper +Target: i686-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-i686-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-i686-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux +Thread model: posix +gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) +configure:3081: $? = 0 +configure:3070: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:3081: $? = 4 +configure:3070: gcc -qversion >&5 +gcc: error: unrecognized command line option '-qversion' +gcc: fatal error: no input files +compilation terminated. +configure:3081: $? = 4 +configure:3101: checking whether the C compiler works +configure:3123: gcc conftest.c >&5 +configure:3127: $? = 0 +configure:3175: result: yes +configure:3178: checking for C compiler default output file name +configure:3180: result: a.out +configure:3186: checking for suffix of executables +configure:3193: gcc -o conftest conftest.c >&5 +configure:3197: $? = 0 +configure:3219: result: +configure:3241: checking whether we are cross compiling +configure:3249: gcc -o conftest conftest.c >&5 +configure:3253: $? = 0 +configure:3260: ./conftest +configure:3264: $? = 0 +configure:3279: result: no +configure:3284: checking for suffix of object files +configure:3306: gcc -c conftest.c >&5 +configure:3310: $? = 0 +configure:3331: result: o +configure:3335: checking whether we are using the GNU C compiler +configure:3354: gcc -c conftest.c >&5 +configure:3354: $? = 0 +configure:3363: result: yes +configure:3372: checking whether gcc accepts -g +configure:3392: gcc -c -g conftest.c >&5 +configure:3392: $? = 0 +configure:3433: result: yes +configure:3450: checking for gcc option to accept ISO C89 +configure:3514: gcc -c -g -O2 conftest.c >&5 +configure:3514: $? = 0 +configure:3527: result: none needed +configure:3558: checking for style of include used by make +configure:3586: result: GNU +configure:3612: checking dependency style of gcc +configure:3723: result: gcc3 +configure:3796: checking for g++ +configure:3812: found /usr/bin/g++ +configure:3823: result: g++ +configure:3850: checking for C++ compiler version +configure:3859: g++ --version >&5 +g++ (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6) +Copyright (C) 2014 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +configure:3870: $? = 0 +configure:3859: g++ -v >&5 +Using built-in specs. +COLLECT_GCC=g++ +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.9.2/lto-wrapper +Target: i686-redhat-linux +Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-i686-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.9.2-20150212/obj-i686-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch=i686 --build=i686-redhat-linux +Thread model: posix +gcc version 4.9.2 20150212 (Red Hat 4.9.2-6) (GCC) +configure:3870: $? = 0 +configure:3859: g++ -V >&5 +g++: error: unrecognized command line option '-V' +g++: fatal error: no input files +compilation terminated. +configure:3870: $? = 4 +configure:3859: g++ -qversion >&5 +g++: error: unrecognized command line option '-qversion' +g++: fatal error: no input files +compilation terminated. +configure:3870: $? = 4 +configure:3874: checking whether we are using the GNU C++ compiler +configure:3893: g++ -c conftest.cpp >&5 +configure:3893: $? = 0 +configure:3902: result: yes +configure:3911: checking whether g++ accepts -g +configure:3931: g++ -c -g conftest.cpp >&5 +configure:3931: $? = 0 +configure:3972: result: yes +configure:3997: checking dependency style of g++ +configure:4108: result: gcc3 +configure:4158: checking build system type +configure:4172: result: i686-pc-linux-gnu +configure:4192: checking host system type +configure:4205: result: i686-pc-linux-gnu +configure:4246: checking how to print strings +configure:4273: result: printf +configure:4294: checking for a sed that does not truncate output +configure:4358: result: /usr/bin/sed +configure:4376: checking for grep that handles long lines and -e +configure:4434: result: /usr/bin/grep +configure:4439: checking for egrep +configure:4501: result: /usr/bin/grep -E +configure:4506: checking for fgrep +configure:4568: result: /usr/bin/grep -F +configure:4603: checking for ld used by gcc +configure:4670: result: /usr/bin/ld +configure:4677: checking if the linker (/usr/bin/ld) is GNU ld +configure:4692: result: yes +configure:4704: checking for BSD- or MS-compatible name lister (nm) +configure:4753: result: /usr/bin/nm -B +configure:4883: checking the name lister (/usr/bin/nm -B) interface +configure:4890: g++ -c -g -O2 conftest.cpp >&5 +configure:4893: /usr/bin/nm -B "conftest.o" +configure:4896: output +00000000 B some_variable +configure:4903: result: BSD nm +configure:4906: checking whether ln -s works +configure:4910: result: yes +configure:4918: checking the maximum length of command line arguments +configure:5048: result: 1572864 +configure:5065: checking whether the shell understands some XSI constructs +configure:5075: result: yes +configure:5079: checking whether the shell understands "+=" +configure:5085: result: yes +configure:5120: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format +configure:5160: result: func_convert_file_noop +configure:5167: checking how to convert i686-pc-linux-gnu file names to toolchain format +configure:5187: result: func_convert_file_noop +configure:5194: checking for /usr/bin/ld option to reload object files +configure:5201: result: -r +configure:5275: checking for objdump +configure:5291: found /usr/bin/objdump +configure:5302: result: objdump +configure:5334: checking how to recognize dependent libraries +configure:5536: result: pass_all +configure:5621: checking for dlltool +configure:5651: result: no +configure:5681: checking how to associate runtime and link libraries +configure:5708: result: printf %s\n +configure:5769: checking for ar +configure:5785: found /usr/bin/ar +configure:5796: result: ar +configure:5833: checking for archiver @FILE support +configure:5850: g++ -c -g -O2 conftest.cpp >&5 +configure:5850: $? = 0 +configure:5853: ar cru libconftest.a @conftest.lst >&5 +configure:5856: $? = 0 +configure:5861: ar cru libconftest.a @conftest.lst >&5 +ar: conftest.o: No such file or directory +configure:5864: $? = 1 +configure:5876: result: @ +configure:5934: checking for strip +configure:5950: found /usr/bin/strip +configure:5961: result: strip +configure:6033: checking for ranlib +configure:6049: found /usr/bin/ranlib +configure:6060: result: ranlib +configure:6162: checking command to parse /usr/bin/nm -B output from gcc object +configure:6282: g++ -c -g -O2 conftest.cpp >&5 +configure:6285: $? = 0 +configure:6289: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm +configure:6292: $? = 0 +configure:6358: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5 +configure:6361: $? = 0 +configure:6399: result: ok +configure:6436: checking for sysroot +configure:6466: result: no +configure:6723: checking for mt +configure:6753: result: no +configure:6773: checking if : is a manifest tool +configure:6779: : '-?' +configure:6787: result: no +configure:7429: checking how to run the C preprocessor +configure:7460: gcc -E conftest.c +configure:7460: $? = 0 +configure:7474: gcc -E conftest.c +conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:7474: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| /* end confdefs.h. */ +| #include +configure:7499: result: gcc -E +configure:7519: gcc -E conftest.c +configure:7519: $? = 0 +configure:7533: gcc -E conftest.c +conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:7533: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| /* end confdefs.h. */ +| #include +configure:7562: checking for ANSI C header files +configure:7582: gcc -c -g -O2 conftest.c >&5 +configure:7582: $? = 0 +configure:7655: gcc -o conftest -g -O2 conftest.c >&5 +configure:7655: $? = 0 +configure:7655: ./conftest +configure:7655: $? = 0 +configure:7666: result: yes +configure:7679: checking for sys/types.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for sys/stat.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for stdlib.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for string.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for memory.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for strings.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for inttypes.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for stdint.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7679: checking for unistd.h +configure:7679: gcc -c -g -O2 conftest.c >&5 +configure:7679: $? = 0 +configure:7679: result: yes +configure:7693: checking for dlfcn.h +configure:7693: gcc -c -g -O2 conftest.c >&5 +configure:7693: $? = 0 +configure:7693: result: yes +configure:7909: checking for objdir +configure:7924: result: .libs +configure:8195: checking if gcc supports -fno-rtti -fno-exceptions +configure:8213: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 +cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C +configure:8217: $? = 0 +configure:8230: result: no +configure:8557: checking for gcc option to produce PIC +configure:8564: result: -fPIC -DPIC +configure:8572: checking if gcc PIC flag -fPIC -DPIC works +configure:8590: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 +configure:8594: $? = 0 +configure:8607: result: yes +configure:8636: checking if gcc static flag -static works +configure:8664: result: no +configure:8679: checking if gcc supports -c -o file.o +configure:8700: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 +configure:8704: $? = 0 +configure:8726: result: yes +configure:8734: checking if gcc supports -c -o file.o +configure:8781: result: yes +configure:8814: checking whether the gcc linker (/usr/bin/ld) supports shared libraries +configure:9971: result: yes +configure:10008: checking whether -lc should be explicitly linked in +configure:10016: gcc -c -g -O2 conftest.c >&5 +configure:10019: $? = 0 +configure:10034: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 +configure:10037: $? = 0 +configure:10051: result: no +configure:10211: checking dynamic linker characteristics +configure:10722: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 +configure:10722: $? = 0 +configure:10956: result: GNU/Linux ld.so +configure:11063: checking how to hardcode library paths into programs +configure:11088: result: immediate +configure:11628: checking whether stripping libraries is possible +configure:11633: result: yes +configure:11668: checking if libtool supports shared libraries +configure:11670: result: yes +configure:11673: checking whether to build shared libraries +configure:11694: result: yes +configure:11697: checking whether to build static libraries +configure:11701: result: yes +configure:11724: checking how to run the C++ preprocessor +configure:11751: g++ -E conftest.cpp +configure:11751: $? = 0 +configure:11765: g++ -E conftest.cpp +conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:11765: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +configure:11790: result: g++ -E +configure:11810: g++ -E conftest.cpp +configure:11810: $? = 0 +configure:11824: g++ -E conftest.cpp +conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:11824: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +configure:11993: checking for ld used by g++ +configure:12060: result: /usr/bin/ld +configure:12067: checking if the linker (/usr/bin/ld) is GNU ld +configure:12082: result: yes +configure:12137: checking whether the g++ linker (/usr/bin/ld) supports shared libraries +configure:13142: result: yes +configure:13178: g++ -c -g -O2 conftest.cpp >&5 +configure:13181: $? = 0 +configure:13701: checking for g++ option to produce PIC +configure:13708: result: -fPIC -DPIC +configure:13716: checking if g++ PIC flag -fPIC -DPIC works +configure:13734: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 +configure:13738: $? = 0 +configure:13751: result: yes +configure:13774: checking if g++ static flag -static works +configure:13802: result: no +configure:13814: checking if g++ supports -c -o file.o +configure:13835: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 +configure:13839: $? = 0 +configure:13861: result: yes +configure:13866: checking if g++ supports -c -o file.o +configure:13913: result: yes +configure:13943: checking whether the g++ linker (/usr/bin/ld) supports shared libraries +configure:13982: result: yes +configure:14123: checking dynamic linker characteristics +configure:14802: result: GNU/Linux ld.so +configure:14855: checking how to hardcode library paths into programs +configure:14880: result: immediate +configure:14950: checking for python +configure:14968: found /usr/bin/python +configure:14981: result: /usr/bin/python +configure:14999: /usr/bin/python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) +configure:15002: $? = 0 +configure:15195: checking for the pthreads library -lpthreads +configure:15228: gcc -o conftest -g -O2 conftest.c -lpthreads >&5 +/usr/bin/ld: cannot find -lpthreads +collect2: error: ld returned 1 exit status +configure:15228: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +| int +| main () +| { +| pthread_t th; pthread_join(th, 0); +| pthread_attr_init(0); pthread_cleanup_push(0, 0); +| pthread_create(0,0,0,0); pthread_cleanup_pop(0); +| ; +| return 0; +| } +configure:15237: result: no +configure:15140: checking whether pthreads work without any flags +configure:15228: gcc -o conftest -g -O2 conftest.c >&5 +/tmp/ccDg1tDT.o: In function `main': +/home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/conftest.c:27: undefined reference to `pthread_join' +/home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/conftest.c:28: undefined reference to `__pthread_register_cancel' +/home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/conftest.c:29: undefined reference to `pthread_create' +/home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/conftest.c:29: undefined reference to `__pthread_unregister_cancel' +collect2: error: ld returned 1 exit status +configure:15228: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +| int +| main () +| { +| pthread_t th; pthread_join(th, 0); +| pthread_attr_init(0); pthread_cleanup_push(0, 0); +| pthread_create(0,0,0,0); pthread_cleanup_pop(0); +| ; +| return 0; +| } +configure:15237: result: no +configure:15145: checking whether pthreads work with -Kthread +configure:15228: gcc -o conftest -g -O2 -Kthread conftest.c >&5 +gcc: error: unrecognized command line option '-Kthread' +configure:15228: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +| int +| main () +| { +| pthread_t th; pthread_join(th, 0); +| pthread_attr_init(0); pthread_cleanup_push(0, 0); +| pthread_create(0,0,0,0); pthread_cleanup_pop(0); +| ; +| return 0; +| } +configure:15237: result: no +configure:15145: checking whether pthreads work with -kthread +configure:15228: gcc -o conftest -g -O2 -kthread conftest.c >&5 +gcc: error: unrecognized command line option '-kthread' +configure:15228: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +| int +| main () +| { +| pthread_t th; pthread_join(th, 0); +| pthread_attr_init(0); pthread_cleanup_push(0, 0); +| pthread_create(0,0,0,0); pthread_cleanup_pop(0); +| ; +| return 0; +| } +configure:15237: result: no +configure:15195: checking for the pthreads library -llthread +configure:15228: gcc -o conftest -g -O2 conftest.c -llthread >&5 +/usr/bin/ld: cannot find -llthread +collect2: error: ld returned 1 exit status +configure:15228: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "Google C++ Testing Framework" +| #define PACKAGE_TARNAME "gtest" +| #define PACKAGE_VERSION "1.7.0" +| #define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +| #define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +| #define PACKAGE_URL "" +| #define PACKAGE "gtest" +| #define VERSION "1.7.0" +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_DLFCN_H 1 +| #define LT_OBJDIR ".libs/" +| /* end confdefs.h. */ +| #include +| int +| main () +| { +| pthread_t th; pthread_join(th, 0); +| pthread_attr_init(0); pthread_cleanup_push(0, 0); +| pthread_create(0,0,0,0); pthread_cleanup_pop(0); +| ; +| return 0; +| } +configure:15237: result: no +configure:15145: checking whether pthreads work with -pthread +configure:15228: gcc -o conftest -g -O2 -pthread conftest.c >&5 +configure:15228: $? = 0 +configure:15237: result: yes +configure:15256: checking for joinable pthread attribute +configure:15271: gcc -o conftest -g -O2 -pthread conftest.c >&5 +configure:15271: $? = 0 +configure:15277: result: PTHREAD_CREATE_JOINABLE +configure:15287: checking if more special flags are required for pthreads +configure:15294: result: no +configure:15383: checking whether to check for GCC pthread/shared inconsistencies +configure:15396: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -pthread conftest.c >&5 +configure:15396: $? = 0 +configure:15408: result: yes +configure:15414: checking whether -pthread is sufficient with -shared +configure:15429: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -pthread conftest.c >&5 +configure:15429: $? = 0 +configure:15436: result: yes +configure:15718: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by Google C++ Testing Framework config.status 1.7.0, which was +generated by GNU Autoconf 2.68. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on localhost.localdomain + +config.status:1162: creating Makefile +config.status:1162: creating scripts/gtest-config +config.status:1162: creating build-aux/config.h +config.status:1391: executing depfiles commands +config.status:1391: executing libtool commands + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=i686-pc-linux-gnu +ac_cv_c_compiler_gnu=yes +ac_cv_cxx_compiler_gnu=yes +ac_cv_env_CCC_set= +ac_cv_env_CCC_value= +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_CXXCPP_set= +ac_cv_env_CXXCPP_value= +ac_cv_env_CXXFLAGS_set= +ac_cv_env_CXXFLAGS_value= +ac_cv_env_CXX_set= +ac_cv_env_CXX_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_header_dlfcn_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_unistd_h=yes +ac_cv_host=i686-pc-linux-gnu +ac_cv_objext=o +ac_cv_path_EGREP='/usr/bin/grep -E' +ac_cv_path_FGREP='/usr/bin/grep -F' +ac_cv_path_GREP=/usr/bin/grep +ac_cv_path_PYTHON=/usr/bin/python +ac_cv_path_SED=/usr/bin/sed +ac_cv_path_install='/usr/bin/install -c' +ac_cv_path_mkdir=/usr/bin/mkdir +ac_cv_prog_AWK=gawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_CXXCPP='g++ -E' +ac_cv_prog_ac_ct_AR=ar +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_ac_ct_CXX=g++ +ac_cv_prog_ac_ct_OBJDUMP=objdump +ac_cv_prog_ac_ct_RANLIB=ranlib +ac_cv_prog_ac_ct_STRIP=strip +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_prog_cxx_g=yes +ac_cv_prog_make_make_set=yes +am_cv_CC_dependencies_compiler_type=gcc3 +am_cv_CXX_dependencies_compiler_type=gcc3 +lt_cv_ar_at_file=@ +lt_cv_archive_cmds_need_lc=no +lt_cv_deplibs_check_method=pass_all +lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_ld_reload_flag=-r +lt_cv_nm_interface='BSD nm' +lt_cv_objdir=.libs +lt_cv_path_LD=/usr/bin/ld +lt_cv_path_LDCXX=/usr/bin/ld +lt_cv_path_NM='/usr/bin/nm -B' +lt_cv_path_mainfest_tool=no +lt_cv_prog_compiler_c_o=yes +lt_cv_prog_compiler_c_o_CXX=yes +lt_cv_prog_compiler_pic='-fPIC -DPIC' +lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' +lt_cv_prog_compiler_pic_works=yes +lt_cv_prog_compiler_pic_works_CXX=yes +lt_cv_prog_compiler_rtti_exceptions=no +lt_cv_prog_compiler_static_works=no +lt_cv_prog_compiler_static_works_CXX=no +lt_cv_prog_gnu_ld=yes +lt_cv_prog_gnu_ldcxx=yes +lt_cv_sharedlib_from_linklib_cmd='printf %s\n' +lt_cv_shlibpath_overrides_runpath=no +lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' +lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_max_cmd_len=1572864 +lt_cv_to_host_file_cmd=func_convert_file_noop +lt_cv_to_tool_file_cmd=func_convert_file_noop + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ACLOCAL='${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run aclocal-1.11' +AMDEPBACKSLASH='\' +AMDEP_FALSE='#' +AMDEP_TRUE='' +AMTAR='$${TAR-tar}' +AR='ar' +AUTOCONF='${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run autoconf' +AUTOHEADER='${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run autoheader' +AUTOMAKE='${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run automake-1.11' +AWK='gawk' +CC='gcc' +CCDEPMODE='depmode=gcc3' +CFLAGS='-g -O2' +CPP='gcc -E' +CPPFLAGS='' +CXX='g++' +CXXCPP='g++ -E' +CXXDEPMODE='depmode=gcc3' +CXXFLAGS='-g -O2' +CYGPATH_W='echo' +DEFS='-DHAVE_CONFIG_H' +DEPDIR='.deps' +DLLTOOL='false' +DSYMUTIL='' +DUMPBIN='' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/usr/bin/grep -E' +EXEEXT='' +FGREP='/usr/bin/grep -F' +GREP='/usr/bin/grep' +HAVE_PTHREADS_FALSE='#' +HAVE_PTHREADS_TRUE='' +HAVE_PYTHON_FALSE='#' +HAVE_PYTHON_TRUE='' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' +LD='/usr/bin/ld' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +LIPO='' +LN_S='ln -s' +LTLIBOBJS='' +MAKEINFO='${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run makeinfo' +MANIFEST_TOOL=':' +MKDIR_P='/usr/bin/mkdir -p' +NM='/usr/bin/nm -B' +NMEDIT='' +OBJDUMP='objdump' +OBJEXT='o' +OTOOL64='' +OTOOL='' +PACKAGE='gtest' +PACKAGE_BUGREPORT='googletestframework@googlegroups.com' +PACKAGE_NAME='Google C++ Testing Framework' +PACKAGE_STRING='Google C++ Testing Framework 1.7.0' +PACKAGE_TARNAME='gtest' +PACKAGE_URL='' +PACKAGE_VERSION='1.7.0' +PATH_SEPARATOR=':' +PTHREAD_CC='gcc' +PTHREAD_CFLAGS='-pthread' +PTHREAD_LIBS='' +PYTHON='/usr/bin/python' +RANLIB='ranlib' +SED='/usr/bin/sed' +SET_MAKE='' +SHELL='/bin/sh' +STRIP='strip' +VERSION='1.7.0' +ac_ct_AR='ar' +ac_ct_CC='gcc' +ac_ct_CXX='g++' +ac_ct_DUMPBIN='' +acx_pthread_config='' +am__EXEEXT_FALSE='' +am__EXEEXT_TRUE='#' +am__fastdepCC_FALSE='#' +am__fastdepCC_TRUE='' +am__fastdepCXX_FALSE='#' +am__fastdepCXX_TRUE='' +am__include='include' +am__isrc='' +am__leading_dot='.' +am__nodep='_no' +am__quote='' +am__tar='$${TAR-tar} chof - "$$tardir"' +am__untar='$${TAR-tar} xf -' +bindir='${exec_prefix}/bin' +build='i686-pc-linux-gnu' +build_alias='' +build_cpu='i686' +build_os='linux-gnu' +build_vendor='pc' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host='i686-pc-linux-gnu' +host_alias='' +host_cpu='i686' +host_os='linux-gnu' +host_vendor='pc' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +install_sh='${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/install-sh' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +mkdir_p='/usr/bin/mkdir -p' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr/local' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "Google C++ Testing Framework" +#define PACKAGE_TARNAME "gtest" +#define PACKAGE_VERSION "1.7.0" +#define PACKAGE_STRING "Google C++ Testing Framework 1.7.0" +#define PACKAGE_BUGREPORT "googletestframework@googlegroups.com" +#define PACKAGE_URL "" +#define PACKAGE "gtest" +#define VERSION "1.7.0" +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_DLFCN_H 1 +#define LT_OBJDIR ".libs/" +#define HAVE_PTHREAD 1 + +configure: exit 0 diff --git a/gtest-1.7.0/config.status b/gtest-1.7.0/config.status new file mode 100755 index 000000000..9e29e846d --- /dev/null +++ b/gtest-1.7.0/config.status @@ -0,0 +1,2296 @@ +#! /bin/sh +# Generated by configure. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by Google C++ Testing Framework $as_me 1.7.0, which was +generated by GNU Autoconf 2.68. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +# Files that config.status was made for. +config_files=" Makefile scripts/gtest-config" +config_headers=" build-aux/config.h" +config_commands=" depfiles libtool" + +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +ac_cs_config="" +ac_cs_version="\ +Google C++ Testing Framework config.status 1.7.0 +configured by ./configure, generated by GNU Autoconf 2.68, + with options \"$ac_cs_config\" + +Copyright (C) 2010 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='/home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0' +srcdir='.' +INSTALL='/usr/bin/install -c' +MKDIR_P='/usr/bin/mkdir -p' +AWK='gawk' +test -n "$AWK" || AWK=awk +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +if $ac_cs_recheck; then + set X '/bin/sh' './configure' $ac_configure_extra_args --no-create --no-recursion + shift + $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 + CONFIG_SHELL='/bin/sh' + export CONFIG_SHELL + exec "$@" +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +# +# INIT-COMMANDS +# +AMDEP_TRUE="" ac_aux_dir="build-aux" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' +double_quote_subst='s/\(["`\\]\)/\\\1/g' +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' +macro_version='2.4.2' +macro_revision='1.3337' +enable_shared='yes' +enable_static='yes' +pic_mode='default' +enable_fast_install='yes' +SHELL='/bin/sh' +ECHO='printf %s\n' +PATH_SEPARATOR=':' +host_alias='' +host='i686-pc-linux-gnu' +host_os='linux-gnu' +build_alias='' +build='i686-pc-linux-gnu' +build_os='linux-gnu' +SED='/usr/bin/sed' +Xsed='/usr/bin/sed -e 1s/^X//' +GREP='/usr/bin/grep' +EGREP='/usr/bin/grep -E' +FGREP='/usr/bin/grep -F' +LD='/usr/bin/ld' +NM='/usr/bin/nm -B' +LN_S='ln -s' +max_cmd_len='1572864' +ac_objext='o' +exeext='' +lt_unset='unset' +lt_SP2NL='tr \040 \012' +lt_NL2SP='tr \015\012 \040\040' +lt_cv_to_host_file_cmd='func_convert_file_noop' +lt_cv_to_tool_file_cmd='func_convert_file_noop' +reload_flag=' -r' +reload_cmds='$LD$reload_flag -o $output$reload_objs' +OBJDUMP='objdump' +deplibs_check_method='pass_all' +file_magic_cmd='$MAGIC_CMD' +file_magic_glob='' +want_nocaseglob='no' +DLLTOOL='false' +sharedlib_from_linklib_cmd='printf %s\n' +AR='ar' +AR_FLAGS='cru' +archiver_list_spec='@' +STRIP='strip' +RANLIB='ranlib' +old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' +old_postuninstall_cmds='' +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' +lock_old_archive_extraction='no' +CC='gcc' +CFLAGS='-g -O2' +compiler='g++' +GCC='yes' +lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' +nm_file_list_spec='@' +lt_sysroot='' +objdir='.libs' +MAGIC_CMD='file' +lt_prog_compiler_no_builtin_flag=' -fno-builtin' +lt_prog_compiler_pic=' -fPIC -DPIC' +lt_prog_compiler_wl='-Wl,' +lt_prog_compiler_static='' +lt_cv_prog_compiler_c_o='yes' +need_locks='no' +MANIFEST_TOOL=':' +DSYMUTIL='' +NMEDIT='' +LIPO='' +OTOOL='' +OTOOL64='' +libext='a' +shrext_cmds='.so' +extract_expsyms_cmds='' +archive_cmds_need_lc='no' +enable_shared_with_static_runtimes='no' +export_dynamic_flag_spec='${wl}--export-dynamic' +whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' +compiler_needs_object='no' +old_archive_from_new_cmds='' +old_archive_from_expsyms_cmds='' +archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' +archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' +module_cmds='' +module_expsym_cmds='' +with_gnu_ld='yes' +allow_undefined_flag='' +no_undefined_flag='' +hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' +hardcode_libdir_separator='' +hardcode_direct='no' +hardcode_direct_absolute='no' +hardcode_minus_L='no' +hardcode_shlibpath_var='unsupported' +hardcode_automatic='no' +inherit_rpath='no' +link_all_deplibs='no' +always_export_symbols='no' +export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' +exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' +include_expsyms='' +prelink_cmds='' +postlink_cmds='' +file_list_spec='' +variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' +need_lib_prefix='no' +need_version='no' +version_type='linux' +runpath_var='LD_RUN_PATH' +shlibpath_var='LD_LIBRARY_PATH' +shlibpath_overrides_runpath='no' +libname_spec='lib$name' +library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' +soname_spec='${libname}${release}${shared_ext}$major' +install_override_mode='' +postinstall_cmds='' +postuninstall_cmds='' +finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' +finish_eval='' +hardcode_into_libs='yes' +sys_lib_search_path_spec='/usr/lib/gcc/i686-redhat-linux/4.9.2 /usr/lib /lib ' +sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/dyninst /usr/lib/iscsi /usr/lib/llvm /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so ' +hardcode_action='immediate' +enable_dlopen='unknown' +enable_dlopen_self='unknown' +enable_dlopen_self_static='unknown' +old_striplib='strip --strip-debug' +striplib='strip --strip-unneeded' +compiler_lib_search_dirs='' +predep_objects='' +postdep_objects='' +predeps='' +postdeps='' +compiler_lib_search_path='' +LD_CXX='/usr/bin/ld' +reload_flag_CXX=' -r' +reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs' +old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' +compiler_CXX='g++' +GCC_CXX='yes' +lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' +lt_prog_compiler_pic_CXX=' -fPIC -DPIC' +lt_prog_compiler_wl_CXX='-Wl,' +lt_prog_compiler_static_CXX='' +lt_cv_prog_compiler_c_o_CXX='yes' +archive_cmds_need_lc_CXX='no' +enable_shared_with_static_runtimes_CXX='no' +export_dynamic_flag_spec_CXX='${wl}--export-dynamic' +whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' +compiler_needs_object_CXX='no' +old_archive_from_new_cmds_CXX='' +old_archive_from_expsyms_cmds_CXX='' +archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' +archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' +module_cmds_CXX='' +module_expsym_cmds_CXX='' +with_gnu_ld_CXX='yes' +allow_undefined_flag_CXX='' +no_undefined_flag_CXX='' +hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' +hardcode_libdir_separator_CXX='' +hardcode_direct_CXX='no' +hardcode_direct_absolute_CXX='no' +hardcode_minus_L_CXX='no' +hardcode_shlibpath_var_CXX='unsupported' +hardcode_automatic_CXX='no' +inherit_rpath_CXX='no' +link_all_deplibs_CXX='no' +always_export_symbols_CXX='no' +export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' +exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' +include_expsyms_CXX='' +prelink_cmds_CXX='' +postlink_cmds_CXX='' +file_list_spec_CXX='' +hardcode_action_CXX='immediate' +compiler_lib_search_dirs_CXX='/usr/lib/gcc/i686-redhat-linux/4.9.2 /usr/lib/gcc/i686-redhat-linux/4.9.2/../../..' +predep_objects_CXX='/usr/lib/gcc/i686-redhat-linux/4.9.2/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.9.2/crtbeginS.o' +postdep_objects_CXX='/usr/lib/gcc/i686-redhat-linux/4.9.2/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.9.2/../../../crtn.o' +predeps_CXX='' +postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s' +compiler_lib_search_path_CXX='-L/usr/lib/gcc/i686-redhat-linux/4.9.2 -L/usr/lib/gcc/i686-redhat-linux/4.9.2/../../..' + +LTCC='gcc' +LTCFLAGS='-g -O2' +compiler='gcc' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do + case `eval \\$ECHO \\""\\$$var"\\"` in + *[\\\`\"\$]*) + eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\$$var\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do + case `eval \\$ECHO \\""\\$$var"\\"` in + *[\\\`\"\$]*) + eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\$$var\\\"" + ;; + esac +done + +ac_aux_dir='build-aux' +xsi_shell='yes' +lt_shell_append='yes' + +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='gtest' + VERSION='1.7.0' + TIMESTAMP='' + RM='rm -f' + ofile='libtool' + + + + + + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "build-aux/config.h") CONFIG_HEADERS="$CONFIG_HEADERS build-aux/config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "scripts/gtest-config") CONFIG_FILES="$CONFIG_FILES scripts/gtest-config" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && +S["am__EXEEXT_FALSE"]="" +S["am__EXEEXT_TRUE"]="#" +S["LTLIBOBJS"]="" +S["LIBOBJS"]="" +S["HAVE_PTHREADS_FALSE"]="#" +S["HAVE_PTHREADS_TRUE"]="" +S["PTHREAD_CFLAGS"]="-pthread" +S["PTHREAD_LIBS"]="" +S["PTHREAD_CC"]="gcc" +S["acx_pthread_config"]="" +S["HAVE_PYTHON_FALSE"]="#" +S["HAVE_PYTHON_TRUE"]="" +S["PYTHON"]="/usr/bin/python" +S["CXXCPP"]="g++ -E" +S["CPP"]="gcc -E" +S["OTOOL64"]="" +S["OTOOL"]="" +S["LIPO"]="" +S["NMEDIT"]="" +S["DSYMUTIL"]="" +S["MANIFEST_TOOL"]=":" +S["RANLIB"]="ranlib" +S["ac_ct_AR"]="ar" +S["AR"]="ar" +S["DLLTOOL"]="false" +S["OBJDUMP"]="objdump" +S["LN_S"]="ln -s" +S["NM"]="/usr/bin/nm -B" +S["ac_ct_DUMPBIN"]="" +S["DUMPBIN"]="" +S["LD"]="/usr/bin/ld" +S["FGREP"]="/usr/bin/grep -F" +S["EGREP"]="/usr/bin/grep -E" +S["GREP"]="/usr/bin/grep" +S["SED"]="/usr/bin/sed" +S["host_os"]="linux-gnu" +S["host_vendor"]="pc" +S["host_cpu"]="i686" +S["host"]="i686-pc-linux-gnu" +S["build_os"]="linux-gnu" +S["build_vendor"]="pc" +S["build_cpu"]="i686" +S["build"]="i686-pc-linux-gnu" +S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" +S["am__fastdepCXX_FALSE"]="#" +S["am__fastdepCXX_TRUE"]="" +S["CXXDEPMODE"]="depmode=gcc3" +S["ac_ct_CXX"]="g++" +S["CXXFLAGS"]="-g -O2" +S["CXX"]="g++" +S["am__fastdepCC_FALSE"]="#" +S["am__fastdepCC_TRUE"]="" +S["CCDEPMODE"]="depmode=gcc3" +S["am__nodep"]="_no" +S["AMDEPBACKSLASH"]="\\" +S["AMDEP_FALSE"]="#" +S["AMDEP_TRUE"]="" +S["am__quote"]="" +S["am__include"]="include" +S["DEPDIR"]=".deps" +S["OBJEXT"]="o" +S["EXEEXT"]="" +S["ac_ct_CC"]="gcc" +S["CPPFLAGS"]="" +S["LDFLAGS"]="" +S["CFLAGS"]="-g -O2" +S["CC"]="gcc" +S["am__untar"]="$${TAR-tar} xf -" +S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" +S["AMTAR"]="$${TAR-tar}" +S["am__leading_dot"]="." +S["SET_MAKE"]="" +S["AWK"]="gawk" +S["mkdir_p"]="/usr/bin/mkdir -p" +S["MKDIR_P"]="/usr/bin/mkdir -p" +S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" +S["STRIP"]="strip" +S["install_sh"]="${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/install-sh" +S["MAKEINFO"]="${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run makeinfo" +S["AUTOHEADER"]="${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run autoheader" +S["AUTOMAKE"]="${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run automake-1.11" +S["AUTOCONF"]="${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run autoconf" +S["ACLOCAL"]="${SHELL} /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/build-aux/missing --run aclocal-1.11" +S["VERSION"]="1.7.0" +S["PACKAGE"]="gtest" +S["CYGPATH_W"]="echo" +S["am__isrc"]="" +S["INSTALL_DATA"]="${INSTALL} -m 644" +S["INSTALL_SCRIPT"]="${INSTALL}" +S["INSTALL_PROGRAM"]="${INSTALL}" +S["target_alias"]="" +S["host_alias"]="" +S["build_alias"]="" +S["LIBS"]="" +S["ECHO_T"]="" +S["ECHO_N"]="-n" +S["ECHO_C"]="" +S["DEFS"]="-DHAVE_CONFIG_H" +S["mandir"]="${datarootdir}/man" +S["localedir"]="${datarootdir}/locale" +S["libdir"]="${exec_prefix}/lib" +S["psdir"]="${docdir}" +S["pdfdir"]="${docdir}" +S["dvidir"]="${docdir}" +S["htmldir"]="${docdir}" +S["infodir"]="${datarootdir}/info" +S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" +S["oldincludedir"]="/usr/include" +S["includedir"]="${prefix}/include" +S["localstatedir"]="${prefix}/var" +S["sharedstatedir"]="${prefix}/com" +S["sysconfdir"]="${prefix}/etc" +S["datadir"]="${datarootdir}" +S["datarootdir"]="${prefix}/share" +S["libexecdir"]="${exec_prefix}/libexec" +S["sbindir"]="${exec_prefix}/sbin" +S["bindir"]="${exec_prefix}/bin" +S["program_transform_name"]="s,x,x," +S["prefix"]="/usr/local" +S["exec_prefix"]="${prefix}" +S["PACKAGE_URL"]="" +S["PACKAGE_BUGREPORT"]="googletestframework@googlegroups.com" +S["PACKAGE_STRING"]="Google C++ Testing Framework 1.7.0" +S["PACKAGE_VERSION"]="1.7.0" +S["PACKAGE_TARNAME"]="gtest" +S["PACKAGE_NAME"]="Google C++ Testing Framework" +S["PATH_SEPARATOR"]=":" +S["SHELL"]="/bin/sh" +_ACAWK +cat >>"$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +D["PACKAGE_NAME"]=" \"Google C++ Testing Framework\"" +D["PACKAGE_TARNAME"]=" \"gtest\"" +D["PACKAGE_VERSION"]=" \"1.7.0\"" +D["PACKAGE_STRING"]=" \"Google C++ Testing Framework 1.7.0\"" +D["PACKAGE_BUGREPORT"]=" \"googletestframework@googlegroups.com\"" +D["PACKAGE_URL"]=" \"\"" +D["PACKAGE"]=" \"gtest\"" +D["VERSION"]=" \"1.7.0\"" +D["STDC_HEADERS"]=" 1" +D["HAVE_SYS_TYPES_H"]=" 1" +D["HAVE_SYS_STAT_H"]=" 1" +D["HAVE_STDLIB_H"]=" 1" +D["HAVE_STRING_H"]=" 1" +D["HAVE_MEMORY_H"]=" 1" +D["HAVE_STRINGS_H"]=" 1" +D["HAVE_INTTYPES_H"]=" 1" +D["HAVE_STDINT_H"]=" 1" +D["HAVE_UNISTD_H"]=" 1" +D["HAVE_DLFCN_H"]=" 1" +D["LT_OBJDIR"]=" \".libs/\"" +D["HAVE_PTHREAD"]=" 1" + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { + line = $ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + ac_datarootdir_hack=' + s&@datadir@&${datarootdir}&g + s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g + s&@infodir@&${datarootdir}/info&g + s&@localedir@&${datarootdir}/locale&g + s&@mandir@&${datarootdir}/man&g + s&\${datarootdir}&${prefix}/share&g' ;; +esac +ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +} + +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "scripts/gtest-config":F) chmod +x scripts/gtest-config ;; + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +# The names of the tagged configurations supported by this script. +available_tags="CXX " + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive. +AR_FLAGS=$lt_AR_FLAGS + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and in which our libraries should be installed. +lt_sysroot=$lt_sysroot + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects +postdep_objects=$lt_postdep_objects +predeps=$lt_predeps +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + +ltmain="$ac_aux_dir/ltmain.sh" + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + if test x"$xsi_shell" = xyes; then + sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ +func_dirname ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_basename ()$/,/^} # func_basename /c\ +func_basename ()\ +{\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ +func_dirname_and_basename ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ +func_stripname ()\ +{\ +\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ +\ # positional parameters, so assign one to ordinary parameter first.\ +\ func_stripname_result=${3}\ +\ func_stripname_result=${func_stripname_result#"${1}"}\ +\ func_stripname_result=${func_stripname_result%"${2}"}\ +} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ +func_split_long_opt ()\ +{\ +\ func_split_long_opt_name=${1%%=*}\ +\ func_split_long_opt_arg=${1#*=}\ +} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ +func_split_short_opt ()\ +{\ +\ func_split_short_opt_arg=${1#??}\ +\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ +} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ +func_lo2o ()\ +{\ +\ case ${1} in\ +\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ +\ *) func_lo2o_result=${1} ;;\ +\ esac\ +} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_xform ()$/,/^} # func_xform /c\ +func_xform ()\ +{\ + func_xform_result=${1%.*}.lo\ +} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_arith ()$/,/^} # func_arith /c\ +func_arith ()\ +{\ + func_arith_result=$(( $* ))\ +} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_len ()$/,/^} # func_len /c\ +func_len ()\ +{\ + func_len_result=${#1}\ +} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + +fi + +if test x"$lt_shell_append" = xyes; then + sed -e '/^func_append ()$/,/^} # func_append /c\ +func_append ()\ +{\ + eval "${1}+=\\${2}"\ +} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ +func_append_quoted ()\ +{\ +\ func_quote_for_eval "${2}"\ +\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ +} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} +fi + + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + + cat <<_LT_EOF >> "$ofile" + +# ### BEGIN LIBTOOL TAG CONFIG: CXX + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# How to create reloadable object files. +reload_flag=$lt_reload_flag_CXX +reload_cmds=$lt_reload_cmds_CXX + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds_CXX + +# A language specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU compiler? +with_gcc=$GCC_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object_CXX + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld_CXX + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute_CXX + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath_CXX + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds_CXX + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds_CXX + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec_CXX + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects_CXX +postdep_objects=$lt_postdep_objects_CXX +predeps=$lt_predeps_CXX +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# ### END LIBTOOL TAG CONFIG: CXX +_LT_EOF + + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 diff --git a/gtest-1.7.0/configure b/gtest-1.7.0/configure new file mode 100755 index 000000000..582a9a05f --- /dev/null +++ b/gtest-1.7.0/configure @@ -0,0 +1,18222 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.68 for Google C++ Testing Framework 1.7.0. +# +# Report bugs to . +# +# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation, Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + # We cannot yet assume a decent shell, so we have to provide a + # neutralization value for shells without unset; and this also + # works around shells that cannot unset nonexistent variables. + # Preserve -v and -x to the replacement shell. + BASH_ENV=/dev/null + ENV=/dev/null + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV + export CONFIG_SHELL + case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; + esac + exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: googletestframework@googlegroups.com about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + +SHELL=${CONFIG_SHELL-/bin/sh} + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='Google C++ Testing Framework' +PACKAGE_TARNAME='gtest' +PACKAGE_VERSION='1.7.0' +PACKAGE_STRING='Google C++ Testing Framework 1.7.0' +PACKAGE_BUGREPORT='googletestframework@googlegroups.com' +PACKAGE_URL='' + +ac_unique_file="./LICENSE" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +HAVE_PTHREADS_FALSE +HAVE_PTHREADS_TRUE +PTHREAD_CFLAGS +PTHREAD_LIBS +PTHREAD_CC +acx_pthread_config +HAVE_PYTHON_FALSE +HAVE_PYTHON_TRUE +PYTHON +CXXCPP +CPP +OTOOL64 +OTOOL +LIPO +NMEDIT +DSYMUTIL +MANIFEST_TOOL +RANLIB +ac_ct_AR +AR +DLLTOOL +OBJDUMP +LN_S +NM +ac_ct_DUMPBIN +DUMPBIN +LD +FGREP +EGREP +GREP +SED +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +am__fastdepCXX_FALSE +am__fastdepCXX_TRUE +CXXDEPMODE +ac_ct_CXX +CXXFLAGS +CXX +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_dependency_tracking +enable_shared +enable_static +with_pic +enable_fast_install +with_gnu_ld +with_sysroot +enable_libtool_lock +with_pthreads +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CXX +CXXFLAGS +CCC +CPP +CXXCPP' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used" >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures Google C++ Testing Framework 1.7.0 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/gtest] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of Google C++ Testing Framework 1.7.0:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors + --enable-shared[=PKGS] build shared libraries [default=yes] + --enable-static[=PKGS] build static libraries [default=yes] + --enable-fast-install[=PKGS] + optimize for fast installation [default=yes] + --disable-libtool-lock avoid locking (might break parallel builds) + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use + both] + --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot=DIR Search for dependent libraries within DIR + (or the compiler's sysroot if not specified). + --with-pthreads use pthreads (default is yes) + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CXX C++ compiler command + CXXFLAGS C++ compiler flags + CPP C preprocessor + CXXCPP C++ preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +Google C++ Testing Framework configure 1.7.0 +generated by GNU Autoconf 2.68 + +Copyright (C) 2010 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_cxx_try_compile LINENO +# ---------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func + +# ac_fn_cxx_try_cpp LINENO +# ------------------------ +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_cpp + +# ac_fn_cxx_try_link LINENO +# ------------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_cxx_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_cxx_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_cxx_try_link +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by Google C++ Testing Framework $as_me 1.7.0, which was +generated by GNU Autoconf 2.68. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +# Provide various options to initialize the Autoconf and configure processes. + + + +ac_aux_dir= +for ac_dir in build-aux "$srcdir"/build-aux; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +ac_config_headers="$ac_config_headers build-aux/config.h" + +ac_config_files="$ac_config_files Makefile" + +ac_config_files="$ac_config_files scripts/gtest-config" + + +# Initialize Automake with various options. We require at least v1.9, prevent +# pedantic complaints about package files, and enable various distribution +# targets. +am__api_version='1.11' + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in #(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken +alias in your environment" "$LINENO" 5 + fi + + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='gtest' + VERSION='1.7.0' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +# Check for programs used in building Google Test. +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -z "$CXX"; then + if test -n "$CCC"; then + CXX=$CCC + else + if test -n "$ac_tool_prefix"; then + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 +$as_echo "$CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 +$as_echo "$ac_ct_CXX" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CXX" && break +done + + if test "x$ac_ct_CXX" = x; then + CXX="g++" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CXX=$ac_ct_CXX + fi +fi + + fi +fi +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 +$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } +if ${ac_cv_cxx_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 +$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GXX=yes +else + GXX= +fi +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 +$as_echo_n "checking whether $CXX accepts -g... " >&6; } +if ${ac_cv_prog_cxx_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_cxx_werror_flag=$ac_cxx_werror_flag + ac_cxx_werror_flag=yes + ac_cv_prog_cxx_g=no + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +else + CXXFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + +else + ac_cxx_werror_flag=$ac_save_cxx_werror_flag + CXXFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + ac_cv_prog_cxx_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cxx_werror_flag=$ac_save_cxx_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 +$as_echo "$ac_cv_prog_cxx_g" >&6; } +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +depcc="$CXX" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CXX_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +case `pwd` in + *\ * | *\ *) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.2' +macro_revision='1.3337' + + + + + + + + + + + + + +ltmain="$ac_aux_dir/ltmain.sh" + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 +$as_echo_n "checking for a sed that does not truncate output... " >&6; } +if ${ac_cv_path_SED+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for ac_i in 1 2 3 4 5 6 7; do + ac_script="$ac_script$as_nl$ac_script" + done + echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed + { ac_script=; unset ac_script;} + if test -z "$SED"; then + ac_path_SED_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue +# Check for GNU ac_path_SED and select it if it is found. + # Check for GNU $ac_path_SED +case `"$ac_path_SED" --version 2>&1` in +*GNU*) + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo '' >> "conftest.nl" + "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_SED_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_SED="$ac_path_SED" + ac_path_SED_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_SED_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 + fi +else + ac_cv_path_SED=$SED +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 +$as_echo "$ac_cv_path_SED" >&6; } + SED="$ac_cv_path_SED" + rm -f conftest.sed + +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 +$as_echo_n "checking for fgrep... " >&6; } +if ${ac_cv_path_FGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 + then ac_cv_path_FGREP="$GREP -F" + else + if test -z "$FGREP"; then + ac_path_FGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in fgrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue +# Check for GNU ac_path_FGREP and select it if it is found. + # Check for GNU $ac_path_FGREP +case `"$ac_path_FGREP" --version 2>&1` in +*GNU*) + ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'FGREP' >> "conftest.nl" + "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_FGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_FGREP="$ac_path_FGREP" + ac_path_FGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_FGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_FGREP"; then + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_FGREP=$FGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 +$as_echo "$ac_cv_path_FGREP" >&6; } + FGREP="$ac_cv_path_FGREP" + + +test -z "$GREP" && GREP=grep + + + + + + + + + + + + + + + + + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if ${lt_cv_path_LD+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if ${lt_cv_prog_gnu_ld+:} false; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 +$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } +if ${lt_cv_path_NM+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 +$as_echo "$lt_cv_path_NM" >&6; } +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DUMPBIN+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DUMPBIN"; then + ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DUMPBIN=$ac_cv_prog_DUMPBIN +if test -n "$DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 +$as_echo "$DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$DUMPBIN" && break + done +fi +if test -z "$DUMPBIN"; then + ac_ct_DUMPBIN=$DUMPBIN + for ac_prog in dumpbin "link -dump" +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DUMPBIN"; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN +if test -n "$ac_ct_DUMPBIN"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 +$as_echo "$ac_ct_DUMPBIN" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_DUMPBIN" && break +done + + if test "x$ac_ct_DUMPBIN" = x; then + DUMPBIN=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DUMPBIN=$ac_ct_DUMPBIN + fi +fi + + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 +$as_echo_n "checking the name lister ($NM) interface... " >&6; } +if ${lt_cv_nm_interface+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 + (eval echo "\"\$as_me:$LINENO: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 +$as_echo "$lt_cv_nm_interface" >&6; } + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + +# find the maximum length of command line arguments +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 +$as_echo_n "checking the maximum length of command line arguments... " >&6; } +if ${lt_cv_sys_max_cmd_len+:} false; then : + $as_echo_n "(cached) " >&6 +else + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 +$as_echo "$lt_cv_sys_max_cmd_len" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 +$as_echo "none" >&6; } +fi +max_cmd_len=$lt_cv_sys_max_cmd_len + + + + + + +: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 +$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 +$as_echo "$xsi_shell" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 +$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } +lt_shell_append=no +( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 +$as_echo "$lt_shell_append" >&6; } + + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi + + + + + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +$as_echo_n "checking how to convert $build file names to $host format... " >&6; } +if ${lt_cv_to_host_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +$as_echo "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } +if ${lt_cv_to_tool_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +$as_echo "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 +$as_echo_n "checking for $LD option to reload object files... " >&6; } +if ${lt_cv_ld_reload_flag+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_reload_flag='-r' +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 +$as_echo "$lt_cv_ld_reload_flag" >&6; } +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test "$GCC" != yes; then + reload_cmds=false + fi + ;; + darwin*) + if test "$GCC" = yes; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. +set dummy ${ac_tool_prefix}objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OBJDUMP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OBJDUMP"; then + ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OBJDUMP=$ac_cv_prog_OBJDUMP +if test -n "$OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +$as_echo "$OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OBJDUMP"; then + ac_ct_OBJDUMP=$OBJDUMP + # Extract the first word of "objdump", so it can be a program name with args. +set dummy objdump; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +$as_echo "$ac_ct_OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OBJDUMP" = x; then + OBJDUMP="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OBJDUMP=$ac_ct_OBJDUMP + fi +else + OBJDUMP="$ac_cv_prog_OBJDUMP" +fi + +test -z "$OBJDUMP" && OBJDUMP=objdump + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 +$as_echo_n "checking how to recognize dependent libraries... " >&6; } +if ${lt_cv_deplibs_check_method+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# `unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# which responds to the $file_magic_cmd with a given extended regex. +# If you have `file' or equivalent on your system and you're not sure +# whether `pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[4-9]*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi[45]*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so + ;; + +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + ;; + +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. + if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[3-9]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 +$as_echo "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + + + + + + + + + + + + + + + + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. +set dummy ${ac_tool_prefix}dlltool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DLLTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DLLTOOL"; then + ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +$as_echo "$DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DLLTOOL"; then + ac_ct_DLLTOOL=$DLLTOOL + # Extract the first word of "dlltool", so it can be a program name with args. +set dummy dlltool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DLLTOOL"; then + ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL +if test -n "$ac_ct_DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +$as_echo "$ac_ct_DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DLLTOOL" = x; then + DLLTOOL="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DLLTOOL=$ac_ct_DLLTOOL + fi +else + DLLTOOL="$ac_cv_prog_DLLTOOL" +fi + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + +if test -n "$ac_tool_prefix"; then + for ac_prog in ar + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 +$as_echo "$AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AR" && break + done +fi +if test -z "$AR"; then + ac_ct_AR=$AR + for ac_prog in ar +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_AR+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_AR="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 +$as_echo "$ac_ct_AR" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_AR" && break +done + + if test "x$ac_ct_AR" = x; then + AR="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +fi + +: ${AR=ar} +: ${AR_FLAGS=cru} + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +$as_echo_n "checking for archiver @FILE support... " >&6; } +if ${lt_cv_ar_at_file+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_compile "$LINENO"; then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +$as_echo "$lt_cv_ar_at_file" >&6; } + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +test -z "$STRIP" && STRIP=: + + + + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$RANLIB"; then + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi +else + RANLIB="$ac_cv_prog_RANLIB" +fi + +test -z "$RANLIB" && RANLIB=: + + + + + + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 +$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } +if ${lt_cv_sys_global_symbol_pipe+:} false; then : + $as_echo_n "(cached) " >&6 +else + +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[BCDEGRST]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[ABCDGISTW]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris*) + symcode='[BDRT]' + ;; +sco3.2v5*) + symcode='[DT]' + ;; +sysv4.2uw2*) + symcode='[DT]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[ABDT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK '"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Now try to grab the symbols. + nlist=conftest.nm + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 + (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&5 + fi + else + echo "cannot find nm_test_var in $nlist" >&5 + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 + fi + else + echo "$progname: failed program was:" >&5 + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done + +fi + +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 +$as_echo "failed" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 +$as_echo "ok" >&6; } +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +$as_echo_n "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test "${with_sysroot+set}" = set; then : + withval=$with_sysroot; +else + with_sysroot=no +fi + + +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 +$as_echo "${with_sysroot}" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +$as_echo "${lt_sysroot:-no}" >&6; } + + + + + + +# Check whether --enable-libtool-lock was given. +if test "${enable_libtool_lock+set}" = set; then : + enableval=$enable_libtool_lock; +fi + +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 +$as_echo_n "checking whether the C compiler needs -belf... " >&6; } +if ${lt_cv_cc_needs_belf+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_cc_needs_belf=yes +else + lt_cv_cc_needs_belf=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 +$as_echo "$lt_cv_cc_needs_belf" >&6; } + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +$as_echo "$MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if ${lt_cv_path_mainfest_tool+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +$as_echo "$lt_cv_path_mainfest_tool" >&6; } +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi + + + + + + + case $host_os in + rhapsody* | darwin*) + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. +set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DSYMUTIL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$DSYMUTIL"; then + ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +DSYMUTIL=$ac_cv_prog_DSYMUTIL +if test -n "$DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 +$as_echo "$DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_DSYMUTIL"; then + ac_ct_DSYMUTIL=$DSYMUTIL + # Extract the first word of "dsymutil", so it can be a program name with args. +set dummy dsymutil; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_DSYMUTIL"; then + ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL +if test -n "$ac_ct_DSYMUTIL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 +$as_echo "$ac_ct_DSYMUTIL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_DSYMUTIL" = x; then + DSYMUTIL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + DSYMUTIL=$ac_ct_DSYMUTIL + fi +else + DSYMUTIL="$ac_cv_prog_DSYMUTIL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. +set dummy ${ac_tool_prefix}nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_NMEDIT+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$NMEDIT"; then + ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +NMEDIT=$ac_cv_prog_NMEDIT +if test -n "$NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 +$as_echo "$NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_NMEDIT"; then + ac_ct_NMEDIT=$NMEDIT + # Extract the first word of "nmedit", so it can be a program name with args. +set dummy nmedit; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_NMEDIT"; then + ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_NMEDIT="nmedit" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT +if test -n "$ac_ct_NMEDIT"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 +$as_echo "$ac_ct_NMEDIT" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_NMEDIT" = x; then + NMEDIT=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + NMEDIT=$ac_ct_NMEDIT + fi +else + NMEDIT="$ac_cv_prog_NMEDIT" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. +set dummy ${ac_tool_prefix}lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_LIPO+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$LIPO"; then + ac_cv_prog_LIPO="$LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_LIPO="${ac_tool_prefix}lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +LIPO=$ac_cv_prog_LIPO +if test -n "$LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 +$as_echo "$LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_LIPO"; then + ac_ct_LIPO=$LIPO + # Extract the first word of "lipo", so it can be a program name with args. +set dummy lipo; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_LIPO+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_LIPO"; then + ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_LIPO="lipo" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO +if test -n "$ac_ct_LIPO"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 +$as_echo "$ac_ct_LIPO" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_LIPO" = x; then + LIPO=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + LIPO=$ac_ct_LIPO + fi +else + LIPO="$ac_cv_prog_LIPO" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL"; then + ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_OTOOL="${ac_tool_prefix}otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL=$ac_cv_prog_OTOOL +if test -n "$OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 +$as_echo "$OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL"; then + ac_ct_OTOOL=$OTOOL + # Extract the first word of "otool", so it can be a program name with args. +set dummy otool; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL"; then + ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_OTOOL="otool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL +if test -n "$ac_ct_OTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 +$as_echo "$ac_ct_OTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL" = x; then + OTOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL=$ac_ct_OTOOL + fi +else + OTOOL="$ac_cv_prog_OTOOL" +fi + + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. +set dummy ${ac_tool_prefix}otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OTOOL64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$OTOOL64"; then + ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +OTOOL64=$ac_cv_prog_OTOOL64 +if test -n "$OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 +$as_echo "$OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_OTOOL64"; then + ac_ct_OTOOL64=$OTOOL64 + # Extract the first word of "otool64", so it can be a program name with args. +set dummy otool64; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_OTOOL64"; then + ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_OTOOL64="otool64" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 +if test -n "$ac_ct_OTOOL64"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 +$as_echo "$ac_ct_OTOOL64" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_OTOOL64" = x; then + OTOOL64=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + OTOOL64=$ac_ct_OTOOL64 + fi +else + OTOOL64="$ac_cv_prog_OTOOL64" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 +$as_echo_n "checking for -single_module linker flag... " >&6; } +if ${lt_cv_apple_cc_single_mod+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&5 + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 +$as_echo "$lt_cv_apple_cc_single_mod" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 +$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } +if ${lt_cv_ld_exported_symbols_list+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_ld_exported_symbols_list=yes +else + lt_cv_ld_exported_symbols_list=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if ${lt_cv_ld_force_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR cru libconftest.a conftest.o" >&5 + $AR cru libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } + case $host_os in + rhapsody* | darwin1.[012]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[91]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[012]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in dlfcn.h +do : + ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DLFCN_H 1 +_ACEOF + +fi + +done + + + +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf + + + + + +# Set options + + + + enable_dlopen=no + + + enable_win32_dll=no + + + # Check whether --enable-shared was given. +if test "${enable_shared+set}" = set; then : + enableval=$enable_shared; p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_shared=yes +fi + + + + + + + + + + # Check whether --enable-static was given. +if test "${enable_static+set}" = set; then : + enableval=$enable_static; p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_static=yes +fi + + + + + + + + + + +# Check whether --with-pic was given. +if test "${with_pic+set}" = set; then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + pic_mode=default +fi + + +test -z "$pic_mode" && pic_mode=default + + + + + + + + # Check whether --enable-fast-install was given. +if test "${enable_fast_install+set}" = set; then : + enableval=$enable_fast_install; p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac +else + enable_fast_install=yes +fi + + + + + + + + + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +test -z "$LN_S" && LN_S="ln -s" + + + + + + + + + + + + + + +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 +$as_echo_n "checking for objdir... " >&6; } +if ${lt_cv_objdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 +$as_echo "$lt_cv_objdir" >&6; } +objdir=$lt_cv_objdir + + + + + +cat >>confdefs.h <<_ACEOF +#define LT_OBJDIR "$lt_cv_objdir/" +_ACEOF + + + + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 +$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } +if ${lt_cv_path_MAGIC_CMD+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/${ac_tool_prefix}file; then + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + + + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 +$as_echo_n "checking for file... " >&6; } +if ${lt_cv_path_MAGIC_CMD+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $MAGIC_CMD in +[\\/*] | ?:[\\/]*) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/file; then + lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac +fi + +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 +$as_echo "$MAGIC_CMD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +# Use C for the default configuration in the libtool script + +lt_save_CC="$CC" +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +objext=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } +if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-fno-rtti -fno-exceptions" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" +else + : +fi + +fi + + + + + + + lt_prog_compiler_wl= +lt_prog_compiler_pic= +lt_prog_compiler_static= + + + if test "$GCC" = yes; then + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_static='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + ;; + + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + lt_prog_compiler_can_build_shared=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + *) + lt_prog_compiler_pic='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static='-Bstatic' + else + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='--shared' + lt_prog_compiler_static='--static' + ;; + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-qpic' + lt_prog_compiler_static='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Wl,' + ;; + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + rdos*) + lt_prog_compiler_static='-non_shared' + ;; + + solaris*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + lt_prog_compiler_wl='-Qoption ld ';; + *) + lt_prog_compiler_wl='-Wl,';; + esac + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic='-Kconform_pic' + lt_prog_compiler_static='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + unicos*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_can_build_shared=no + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +$as_echo "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } +if ${lt_cv_prog_compiler_pic_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works" = xyes; then + case $lt_prog_compiler_pic in + "" | " "*) ;; + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; + esac +else + lt_prog_compiler_pic= + lt_prog_compiler_can_build_shared=no +fi + +fi + + + + + + + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if ${lt_cv_prog_compiler_static_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works=yes + fi + else + lt_cv_prog_compiler_static_works=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 +$as_echo "$lt_cv_prog_compiler_static_works" >&6; } + +if test x"$lt_cv_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 +$as_echo "$lt_cv_prog_compiler_c_o" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + runpath_var= + allow_undefined_flag= + always_export_symbols=no + archive_cmds= + archive_expsym_cmds= + compiler_needs_object=no + enable_shared_with_static_runtimes=no + export_dynamic_flag_spec= + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + hardcode_automatic=no + hardcode_direct=no + hardcode_direct_absolute=no + hardcode_libdir_flag_spec= + hardcode_libdir_separator= + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + inherit_rpath=no + link_all_deplibs=unknown + module_cmds= + module_expsym_cmds= + old_archive_from_new_cmds= + old_archive_from_expsyms_cmds= + thread_safe_flag_spec= + whole_archive_flag_spec= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs=no + ;; + esac + + ld_shlibs=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[3-9]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='${wl}--export-all-symbols' + allow_undefined_flag=unsupported + always_export_symbols=no + enable_shared_with_static_runtimes=yes + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs=no + fi + ;; + + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + interix[3-9]*) + hardcode_direct=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + whole_archive_flag_spec= + tmp_sharedflag='--shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + ld_shlibs=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) + ld_shlibs=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs=no + fi + ;; + esac + + if test "$ld_shlibs" = no; then + runpath_var= + hardcode_libdir_flag_spec= + export_dynamic_flag_spec= + whole_archive_flag_spec= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag=unsupported + always_export_symbols=yes + archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + hardcode_minus_L=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds='' + hardcode_direct=yes + hardcode_direct_absolute=yes + hardcode_libdir_separator=':' + link_all_deplibs=yes + file_list_spec='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L=yes + hardcode_libdir_flag_spec='-L$libdir' + hardcode_libdir_separator= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + link_all_deplibs=no + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag="-z nodefs" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath_ +fi + + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag=' ${wl}-bernotok' + allow_undefined_flag=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds='' + ;; + m68k) + archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + ;; + esac + ;; + + bsdi[45]*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_from_new_cmds='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' + enable_shared_with_static_runtimes=yes + ;; + esac + ;; + + darwin* | rhapsody*) + + + archive_cmds_need_lc=no + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi + link_all_deplibs=yes + allow_undefined_flag="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + + else + ld_shlibs=no + fi + + ;; + + dgux*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + export_dynamic_flag_spec='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if ${lt_cv_prog_compiler__b+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -b" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test x"$lt_cv_prog_compiler__b" = xyes; then + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +else + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' +fi + + ;; + esac + fi + if test "$with_gnu_ld" = no; then + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + *) + hardcode_direct=yes + hardcode_direct_absolute=yes + export_dynamic_flag_spec='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if ${lt_cv_irix_exported_symbol+:} false; then : + $as_echo_n "(cached) " >&6 +else + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { return 0; } +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_irix_exported_symbol=yes +else + lt_cv_irix_exported_symbol=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS="$save_LDFLAGS" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +$as_echo "$lt_cv_irix_exported_symbol" >&6; } + if test "$lt_cv_irix_exported_symbol" = yes; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi + else + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + inherit_rpath=yes + link_all_deplibs=yes + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + newsos6) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_shlibpath_var=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct=yes + hardcode_shlibpath_var=no + hardcode_direct_absolute=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + export_dynamic_flag_spec='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-R$libdir' + ;; + *) + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' + ;; + esac + fi + else + ld_shlibs=no + fi + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + archive_cmds_need_lc='no' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + archive_cmds_need_lc='no' + hardcode_libdir_separator=: + ;; + + solaris*) + no_undefined_flag=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' + fi + ;; + esac + link_all_deplibs=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=yes + hardcode_minus_L=yes + hardcode_shlibpath_var=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds='$CC -r -o $output$reload_objs' + hardcode_direct=no + ;; + motorola) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv4.3*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag='${wl}-z,text' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag='${wl}-z,text' + allow_undefined_flag='${wl}-z,nodefs' + archive_cmds_need_lc=no + hardcode_shlibpath_var=no + hardcode_libdir_flag_spec='${wl}-R,$libdir' + hardcode_libdir_separator=':' + link_all_deplibs=yes + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec='-L$libdir' + hardcode_shlibpath_var=no + ;; + + *) + ld_shlibs=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + export_dynamic_flag_spec='${wl}-Blargedynsym' + ;; + esac + fi + fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 +$as_echo "$ld_shlibs" >&6; } +test "$ld_shlibs" = no && can_build_shared=no + +with_gnu_ld=$with_gnu_ld + + + + + + + + + + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if ${lt_cv_archive_cmds_need_lc+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl + pic_flag=$lt_prog_compiler_pic + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag + allow_undefined_flag= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[lt_foo]++; } + if (lt_freq[lt_foo] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([A-Za-z]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || + test -n "$runpath_var" || + test "X$hardcode_automatic" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && + test "$hardcode_minus_L" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 +$as_echo "$hardcode_action" >&6; } + +if test "$hardcode_action" = relink || + test "$inherit_rpath" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + +fi + + ;; + + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes; then : + lt_cv_dlopen="shl_load" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 +$as_echo_n "checking for shl_load in -ldld... " >&6; } +if ${ac_cv_lib_dld_shl_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char shl_load (); +int +main () +{ +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_shl_load=yes +else + ac_cv_lib_dld_shl_load=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 +$as_echo "$ac_cv_lib_dld_shl_load" >&6; } +if test "x$ac_cv_lib_dld_shl_load" = xyes; then : + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" +else + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } +if ${ac_cv_lib_dl_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldl $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dl_dlopen=yes +else + ac_cv_lib_dl_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 +$as_echo_n "checking for dlopen in -lsvld... " >&6; } +if ${ac_cv_lib_svld_dlopen+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsvld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dlopen (); +int +main () +{ +return dlopen (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_svld_dlopen=yes +else + ac_cv_lib_svld_dlopen=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 +$as_echo "$ac_cv_lib_svld_dlopen" >&6; } +if test "x$ac_cv_lib_svld_dlopen" = xyes; then : + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 +$as_echo_n "checking for dld_link in -ldld... " >&6; } +if ${ac_cv_lib_dld_dld_link+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-ldld $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char dld_link (); +int +main () +{ +return dld_link (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_dld_dld_link=yes +else + ac_cv_lib_dld_dld_link=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 +$as_echo "$ac_cv_lib_dld_dld_link" >&6; } +if test "x$ac_cv_lib_dld_dld_link" = xyes; then : + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" +fi + + +fi + + +fi + + +fi + + +fi + + +fi + + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 +$as_echo_n "checking whether a program can dlopen itself... " >&6; } +if ${lt_cv_dlopen_self+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 +$as_echo "$lt_cv_dlopen_self" >&6; } + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 +$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } +if ${lt_cv_dlopen_self_static+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + lt_cv_dlopen_self_static=cross +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +} +_LT_EOF + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 + (eval $ac_link) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&5 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 +$as_echo "$lt_cv_dlopen_self_static" >&6; } + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi + + + + + + + + + + + + + + + + + +striplib= +old_striplib= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 +$as_echo_n "checking whether stripping libraries is possible... " >&6; } +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + ;; + esac +fi + + + + + + + + + + + + + # Report which library types will actually be built + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 +$as_echo_n "checking if libtool supports shared libraries... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 +$as_echo "$can_build_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 +$as_echo_n "checking whether to build shared libraries... " >&6; } + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[4-9]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 +$as_echo "$enable_shared" >&6; } + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 +$as_echo_n "checking whether to build static libraries... " >&6; } + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 +$as_echo "$enable_static" >&6; } + + + + +fi +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +CC="$lt_save_CC" + + if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 +$as_echo_n "checking how to run the C++ preprocessor... " >&6; } +if test -z "$CXXCPP"; then + if ${ac_cv_prog_CXXCPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 +$as_echo "$CXXCPP" >&6; } +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +if ac_fn_cxx_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +else + _lt_caught_CXX_error=yes +fi + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +archive_cmds_need_lc_CXX=no +allow_undefined_flag_CXX= +always_export_symbols_CXX=no +archive_expsym_cmds_CXX= +compiler_needs_object_CXX=no +export_dynamic_flag_spec_CXX= +hardcode_direct_CXX=no +hardcode_direct_absolute_CXX=no +hardcode_libdir_flag_spec_CXX= +hardcode_libdir_separator_CXX= +hardcode_minus_L_CXX=no +hardcode_shlibpath_var_CXX=unsupported +hardcode_automatic_CXX=no +inherit_rpath_CXX=no +module_cmds_CXX= +module_expsym_cmds_CXX= +link_all_deplibs_CXX=unknown +old_archive_cmds_CXX=$old_archive_cmds +reload_flag_CXX=$reload_flag +reload_cmds_CXX=$reload_cmds +no_undefined_flag_CXX= +whole_archive_flag_spec_CXX= +enable_shared_with_static_runtimes_CXX=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +objext_CXX=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + + + + + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + + # save warnings/boilerplate of simple test code + ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* + + ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* + + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + compiler_CXX=$CC + for cc_temp in $compiler""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` + + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' + else + lt_prog_compiler_no_builtin_flag_CXX= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + + +# Check whether --with-gnu-ld was given. +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes +else + with_gnu_ld=no +fi + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 +$as_echo_n "checking for ld used by $CC... " >&6; } + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [\\/]* | ?:[\\/]*) + re_direlt='/[^/][^/]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } +fi +if ${lt_cv_path_LD+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &5 +$as_echo "$LD" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } +if ${lt_cv_prog_gnu_ld+:} false; then : + $as_echo_n "(cached) " >&6 +else + # I'd rather use --version here, but apparently some GNU lds only accept -v. +case `$LD -v 2>&1 &5 +$as_echo "$lt_cv_prog_gnu_ld" >&6; } +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + + + + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_CXX= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + ld_shlibs_CXX=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aix[4-9]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_CXX='' + hardcode_direct_CXX=yes + hardcode_direct_absolute_CXX=yes + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + file_list_spec_CXX='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[012]|aix4.[012].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + hardcode_direct_CXX=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_CXX=yes + hardcode_libdir_flag_spec_CXX='-L$libdir' + hardcode_libdir_separator_CXX= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + export_dynamic_flag_spec_CXX='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + always_export_symbols_CXX=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_CXX='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath__CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath__CXX +fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + + archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_CXX="-z nodefs" + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath__CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath__CXX"; then + lt_cv_aix_libpath__CXX="/usr/lib:/lib" + fi + +fi + + aix_libpath=$lt_cv_aix_libpath__CXX +fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_CXX=' ${wl}-bernotok' + allow_undefined_flag_CXX=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX='$convenience' + fi + archive_cmds_need_lc_CXX=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_CXX=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_CXX=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + hardcode_libdir_flag_spec_CXX=' ' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=yes + file_list_spec_CXX='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true' + enable_shared_with_static_runtimes_CXX=yes + # Don't use ranlib + old_postinstall_cmds_CXX='chmod 644 $oldlib' + postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_CXX='-L$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-all-symbols' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=no + enable_shared_with_static_runtimes_CXX=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + ld_shlibs_CXX=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + + + archive_cmds_need_lc_CXX=no + hardcode_direct_CXX=no + hardcode_automatic_CXX=yes + hardcode_shlibpath_var_CXX=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec_CXX='' + fi + link_all_deplibs_CXX=yes + allow_undefined_flag_CXX="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + if test "$lt_cv_apple_cc_single_mod" != "yes"; then + archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi + + else + ld_shlibs_CXX=no + fi + + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + ld_shlibs_CXX=no + ;; + + freebsd-elf*) + archive_cmds_need_lc_CXX=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + ld_shlibs_CXX=yes + ;; + + gnu*) + ;; + + haiku*) + archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + link_all_deplibs_CXX=yes + ;; + + hpux9*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + export_dynamic_flag_spec_CXX='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + ;; + *) + hardcode_direct_CXX=yes + hardcode_direct_absolute_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + interix[3-9]*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + link_all_deplibs_CXX=yes + ;; + esac + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + inherit_rpath_CXX=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + archive_cmds_need_lc_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [1-5].* | *pgcpp\ [1-5].*) + prelink_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + old_archive_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + archive_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + hardcode_libdir_flag_spec_CXX='-R$libdir' + whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + compiler_needs_object_CXX=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + ld_shlibs_CXX=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + ld_shlibs_CXX=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + hardcode_direct_absolute_CXX=yes + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + export_dynamic_flag_spec_CXX='${wl}-E' + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + ld_shlibs_CXX=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx*) + case $host in + osf3*) + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + ;; + *) + allow_undefined_flag_CXX=' -expect_unresolved \*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + ;; + esac + + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + archive_cmds_need_lc_CXX=yes + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_shlibpath_var_CXX=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' + ;; + esac + link_all_deplibs_CXX=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + no_undefined_flag_CXX=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi + + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) + no_undefined_flag_CXX='${wl}-z,text' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + no_undefined_flag_CXX='${wl}-z,text' + allow_undefined_flag_CXX='${wl}-z,nodefs' + archive_cmds_need_lc_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir' + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + export_dynamic_flag_spec_CXX='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~ + '"$old_archive_cmds_CXX" + reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~ + '"$reload_cmds_CXX" + ;; + *) + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } + test "$ld_shlibs_CXX" = no && can_build_shared=no + + GCC_CXX="$GXX" + LD_CXX="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + # Dependencies to place before and after the object being linked: +predep_objects_CXX= +postdep_objects_CXX= +predeps_CXX= +postdeps_CXX= +compiler_lib_search_path_CXX= + +cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF + + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case ${prev}${p} in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test "$pre_test_object_deps_done" = no; then + case ${prev} in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$compiler_lib_search_path_CXX"; then + compiler_lib_search_path_CXX="${prev}${p}" + else + compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$postdeps_CXX"; then + postdeps_CXX="${prev}${p}" + else + postdeps_CXX="${postdeps_CXX} ${prev}${p}" + fi + fi + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$predep_objects_CXX"; then + predep_objects_CXX="$p" + else + predep_objects_CXX="$predep_objects_CXX $p" + fi + else + if test -z "$postdep_objects_CXX"; then + postdep_objects_CXX="$p" + else + postdep_objects_CXX="$postdep_objects_CXX $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling CXX test program" +fi + +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS + +# PORTME: override above test on systems where it is broken +case $host_os in +interix[3-9]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + predep_objects_CXX= + postdep_objects_CXX= + postdeps_CXX= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + postdeps_CXX='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac + + +case " $postdeps_CXX " in +*" -lc "*) archive_cmds_need_lc_CXX=no ;; +esac + compiler_lib_search_dirs_CXX= +if test -n "${compiler_lib_search_path_CXX}"; then + compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lt_prog_compiler_wl_CXX= +lt_prog_compiler_pic_CXX= +lt_prog_compiler_static_CXX= + + + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + lt_prog_compiler_pic_CXX='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_CXX='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + lt_prog_compiler_pic_CXX= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static_CXX= + ;; + interix[3-9]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_CXX=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic_CXX='-fPIC -shared' + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + else + case $host_os in + aix[4-9]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + else + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' + ;; + dgux*) + case $cc_basename in + ec++*) + lt_prog_compiler_pic_CXX='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + lt_prog_compiler_pic_CXX='+Z' + fi + ;; + aCC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_CXX='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + lt_prog_compiler_wl_CXX='--backend -Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + lt_prog_compiler_static_CXX='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-fpic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + xlc* | xlC* | bgxl[cC]* | mpixl[cC]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-qpic' + lt_prog_compiler_static_CXX='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + lt_prog_compiler_pic_CXX='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd* | netbsdelf*-gnu) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + lt_prog_compiler_pic_CXX='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + lt_prog_compiler_wl_CXX='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + lt_prog_compiler_pic_CXX='-pic' + ;; + cxx*) + # Digital/Compaq C++ + lt_prog_compiler_wl_CXX='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + lt_prog_compiler_pic_CXX='-pic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + lcc*) + # Lucid + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + lt_prog_compiler_pic_CXX='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + lt_prog_compiler_can_build_shared_CXX=no + ;; + esac + fi + +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_CXX= + ;; + *) + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" + ;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; } +lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_CXX"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } +if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic_works_CXX=no + ac_outfile=conftest.$ac_objext + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_pic_works_CXX=yes + fi + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } + +if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then + case $lt_prog_compiler_pic_CXX in + "" | " "*) ;; + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; + esac +else + lt_prog_compiler_pic_CXX= + lt_prog_compiler_can_build_shared_CXX=no +fi + +fi + + + + + +# +# Check to make sure the static flag actually works. +# +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 +$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } +if ${lt_cv_prog_compiler_static_works_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_static_works_CXX=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&5 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler_static_works_CXX=yes + fi + else + lt_cv_prog_compiler_static_works_CXX=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } + +if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then + : +else + lt_prog_compiler_static_CXX= +fi + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 +$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } +if ${lt_cv_prog_compiler_c_o_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . 2>&5 + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } + + + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 +$as_echo_n "checking if we can lock with hard links... " >&6; } + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 +$as_echo "$hard_links" >&6; } + if test "$hard_links" = no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + need_locks=warn + fi +else + need_locks=no +fi + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } + + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' + case $host_os in + aix[4-9]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + export_symbols_cmds_CXX="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' + ;; + esac + ;; + linux* | k*bsd*-gnu | gnu*) + link_all_deplibs_CXX=no + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5 +$as_echo "$ld_shlibs_CXX" >&6; } +test "$ld_shlibs_CXX" = no && can_build_shared=no + +with_gnu_ld_CXX=$with_gnu_ld + + + + + + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_CXX" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_CXX=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_CXX in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 +$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } +if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_CXX + pic_flag=$lt_prog_compiler_pic_CXX + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX + allow_undefined_flag_CXX= + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 + (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc_CXX=no + else + lt_cv_archive_cmds_need_lc_CXX=yes + fi + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; } + archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX + ;; + esac + fi + ;; +esac + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 +$as_echo_n "checking dynamic linker characteristics... " >&6; } + +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[4-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[01] | aix4.[01].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[45]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' + + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[23].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[01]* | freebsdelf3.[01]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[3-9]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_cxx_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes +fi +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + +fi + + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[89] | openbsd2.[89].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 +$as_echo "$dynamic_linker" >&6; } +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 +$as_echo_n "checking how to hardcode library paths into programs... " >&6; } +hardcode_action_CXX= +if test -n "$hardcode_libdir_flag_spec_CXX" || + test -n "$runpath_var_CXX" || + test "X$hardcode_automatic_CXX" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$hardcode_direct_CXX" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no && + test "$hardcode_minus_L_CXX" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_CXX=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_CXX=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_CXX=unsupported +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5 +$as_echo "$hardcode_action_CXX" >&6; } + +if test "$hardcode_action_CXX" = relink || + test "$inherit_rpath_CXX" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi + + + + + + + + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + + + + + + + + + + + + + + ac_config_commands="$ac_config_commands libtool" + + + + +# Only expand once: + + + +# TODO(chandlerc@google.com): Currently we aren't running the Python tests +# against the interpreter detected by AM_PATH_PYTHON, and so we condition +# HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's +# version to be >= 2.3. This will allow the scripts to use a "/usr/bin/env" +# hashbang. +PYTHON= # We *do not* allow the user to specify a python interpreter +# Extract the first word of "python", so it can be a program name with args. +set dummy python; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_PYTHON+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $PYTHON in + [\\/]* | ?:[\\/]*) + ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON=":" + ;; +esac +fi +PYTHON=$ac_cv_path_PYTHON +if test -n "$PYTHON"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON" >&5 +$as_echo "$PYTHON" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +if test "$PYTHON" != ":"; then : + prog="import sys +# split strings by '.' and convert to numeric. Append some zeros +# because we need at least 4 digits for the hex conversion. +# map returns an iterator in Python 3.0 and a list in 2.x +minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] +minverhex = 0 +# xrange is not present in Python 3.0 and range returns an iterator +for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] +sys.exit(sys.hexversion < minverhex)" + if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5 + ($PYTHON -c "$prog") >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then : + : +else + PYTHON=":" +fi +fi + if test "$PYTHON" != ":"; then + HAVE_PYTHON_TRUE= + HAVE_PYTHON_FALSE='#' +else + HAVE_PYTHON_TRUE='#' + HAVE_PYTHON_FALSE= +fi + + +# Configure pthreads. + +# Check whether --with-pthreads was given. +if test "${with_pthreads+set}" = set; then : + withval=$with_pthreads; with_pthreads=$withval +else + with_pthreads=check +fi + + +have_pthreads=no +if test "x$with_pthreads" != "xno"; then : + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +acx_pthread_ok=no + +# We used to check for pthread.h first, but this fails if pthread.h +# requires special compiler flags (e.g. on True64 or Sequent). +# It gets checked for in the link test anyway. + +# First of all, check if the user has set any of the PTHREAD_LIBS, +# etcetera environment variables, and if threads linking works using +# them: +if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + save_LIBS="$LIBS" + LIBS="$PTHREAD_LIBS $LIBS" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5 +$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pthread_join (); +int +main () +{ +return pthread_join (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + acx_pthread_ok=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5 +$as_echo "$acx_pthread_ok" >&6; } + if test x"$acx_pthread_ok" = xno; then + PTHREAD_LIBS="" + PTHREAD_CFLAGS="" + fi + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" +fi + +# We must check for the threads library under a number of different +# names; the ordering is very important because some systems +# (e.g. DEC) have both -lpthread and -lpthreads, where one of the +# libraries is broken (non-POSIX). + +# Create a list of thread flags to try. Items starting with a "-" are +# C compiler flags, and other items are library names, except for "none" +# which indicates that we try without any flags at all, and "pthread-config" +# which is a program returning the flags for the Pth emulation library. + +acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" + +# The ordering *is* (sometimes) important. Some notes on the +# individual items follow: + +# pthreads: AIX (must check this before -lpthread) +# none: in case threads are in libc; should be tried before -Kthread and +# other compiler flags to prevent continual compiler warnings +# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) +# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) +# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) +# -pthreads: Solaris/gcc +# -mthreads: Mingw32/gcc, Lynx/gcc +# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it +# doesn't hurt to check since this sometimes defines pthreads too; +# also defines -D_REENTRANT) +# ... -mt is also the pthreads flag for HP/aCC +# pthread: Linux, etcetera +# --thread-safe: KAI C++ +# pthread-config: use pthread-config program (for GNU Pth library) + +case "${host_cpu}-${host_os}" in + *solaris*) + + # On Solaris (at least, for some versions), libc contains stubbed + # (non-functional) versions of the pthreads routines, so link-based + # tests will erroneously succeed. (We need to link with -pthreads/-mt/ + # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather + # a function called by this macro, so we could check for that, but + # who knows whether they'll stub that too in a future libc.) So, + # we'll just look for -pthreads and -lpthread first: + + acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags" + ;; +esac + +if test x"$acx_pthread_ok" = xno; then +for flag in $acx_pthread_flags; do + + case $flag in + none) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5 +$as_echo_n "checking whether pthreads work without any flags... " >&6; } + ;; + + -*) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5 +$as_echo_n "checking whether pthreads work with $flag... " >&6; } + PTHREAD_CFLAGS="$flag" + ;; + + pthread-config) + # Extract the first word of "pthread-config", so it can be a program name with args. +set dummy pthread-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_acx_pthread_config+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$acx_pthread_config"; then + ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_acx_pthread_config="yes" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + test -z "$ac_cv_prog_acx_pthread_config" && ac_cv_prog_acx_pthread_config="no" +fi +fi +acx_pthread_config=$ac_cv_prog_acx_pthread_config +if test -n "$acx_pthread_config"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5 +$as_echo "$acx_pthread_config" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + if test x"$acx_pthread_config" = xno; then continue; fi + PTHREAD_CFLAGS="`pthread-config --cflags`" + PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" + ;; + + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5 +$as_echo_n "checking for the pthreads library -l$flag... " >&6; } + PTHREAD_LIBS="-l$flag" + ;; + esac + + save_LIBS="$LIBS" + save_CFLAGS="$CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + + # Check for various functions. We must include pthread.h, + # since some functions may be macros. (On the Sequent, we + # need a special flag -Kthread to make this header compile.) + # We check for pthread_join because it is in -lpthread on IRIX + # while pthread_create is in libc. We check for pthread_attr_init + # due to DEC craziness with -lpthreads. We check for + # pthread_cleanup_push because it is one of the few pthread + # functions on Solaris that doesn't have a non-functional libc stub. + # We try pthread_create on general principles. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + acx_pthread_ok=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5 +$as_echo "$acx_pthread_ok" >&6; } + if test "x$acx_pthread_ok" = xyes; then + break; + fi + + PTHREAD_LIBS="" + PTHREAD_CFLAGS="" +done +fi + +# Various other checks: +if test "x$acx_pthread_ok" = xyes; then + save_LIBS="$LIBS" + LIBS="$PTHREAD_LIBS $LIBS" + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + + # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5 +$as_echo_n "checking for joinable pthread attribute... " >&6; } + attr_name=unknown + for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +int attr=$attr; return attr; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + attr_name=$attr; break +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + done + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5 +$as_echo "$attr_name" >&6; } + if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then + +cat >>confdefs.h <<_ACEOF +#define PTHREAD_CREATE_JOINABLE $attr_name +_ACEOF + + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5 +$as_echo_n "checking if more special flags are required for pthreads... " >&6; } + flag=no + case "${host_cpu}-${host_os}" in + *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; + *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; + esac + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5 +$as_echo "${flag}" >&6; } + if test "x$flag" != xno; then + PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" + fi + + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" + # More AIX lossage: must compile with xlc_r or cc_r + if test x"$GCC" != xyes; then + for ac_prog in xlc_r cc_r +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_PTHREAD_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$PTHREAD_CC"; then + ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_PTHREAD_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +PTHREAD_CC=$ac_cv_prog_PTHREAD_CC +if test -n "$PTHREAD_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5 +$as_echo "$PTHREAD_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$PTHREAD_CC" && break +done +test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}" + + else + PTHREAD_CC=$CC + fi + + # The next part tries to detect GCC inconsistency with -shared on some + # architectures and systems. The problem is that in certain + # configurations, when -shared is specified, GCC "forgets" to + # internally use various flags which are still necessary. + + # + # Prepare the flags + # + save_CFLAGS="$CFLAGS" + save_LIBS="$LIBS" + save_CC="$CC" + + # Try with the flags determined by the earlier checks. + # + # -Wl,-z,defs forces link-time symbol resolution, so that the + # linking checks with -shared actually have any value + # + # FIXME: -fPIC is required for -shared on many architectures, + # so we specify it here, but the right way would probably be to + # properly detect whether it is actually required. + CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" + CC="$PTHREAD_CC" + + # In order not to create several levels of indentation, we test + # the value of "$done" until we find the cure or run out of ideas. + done="no" + + # First, make sure the CFLAGS we added are actually accepted by our + # compiler. If not (and OS X's ld, for instance, does not accept -z), + # then we can't do this test. + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to check for GCC pthread/shared inconsistencies" >&5 +$as_echo_n "checking whether to check for GCC pthread/shared inconsistencies... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + +else + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + fi + fi + + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is sufficient with -shared" >&5 +$as_echo_n "checking whether -pthread is sufficient with -shared... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + fi + + # + # Linux gcc on some architectures such as mips/mipsel forgets + # about -lpthread + # + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lpthread fixes that" >&5 +$as_echo_n "checking whether -lpthread fixes that... " >&6; } + LIBS="-lpthread $PTHREAD_LIBS $save_LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + PTHREAD_LIBS="-lpthread $PTHREAD_LIBS" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + fi + # + # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc + # + if test x"$done" = xno; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc_r fixes that" >&5 +$as_echo_n "checking whether -lc_r fixes that... " >&6; } + LIBS="-lc_r $PTHREAD_LIBS $save_LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + done=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + + if test "x$done" = xyes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + PTHREAD_LIBS="-lc_r $PTHREAD_LIBS" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + fi + if test x"$done" = xno; then + # OK, we have run out of ideas + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Impossible to determine how to use pthreads with shared libraries" >&5 +$as_echo "$as_me: WARNING: Impossible to determine how to use pthreads with shared libraries" >&2;} + + # so it's not safe to assume that we may use pthreads + acx_pthread_ok=no + fi + + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" + CC="$save_CC" +else + PTHREAD_CC="$CC" +fi + + + + + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$acx_pthread_ok" = xyes; then + +$as_echo "#define HAVE_PTHREAD 1" >>confdefs.h + + : +else + acx_pthread_ok=no + if test "x$with_pthreads" != "xcheck"; then : + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "--with-pthreads was specified, but unable to be used +See \`config.log' for more details" "$LINENO" 5; } +fi +fi +ac_ext=cpp +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + have_pthreads="$acx_pthread_ok" +fi + if test "x$have_pthreads" = "xyes"; then + HAVE_PTHREADS_TRUE= + HAVE_PTHREADS_FALSE='#' +else + HAVE_PTHREADS_TRUE='#' + HAVE_PTHREADS_FALSE= +fi + + + + +# TODO(chandlerc@google.com) Check for the necessary system headers. + +# TODO(chandlerc@google.com) Check the types, structures, and other compiler +# and architecture characteristics. + +# Output the generated files. No further autoconf macros may be used. +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_PYTHON_TRUE}" && test -z "${HAVE_PYTHON_FALSE}"; then + as_fn_error $? "conditional \"HAVE_PYTHON\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_PTHREADS_TRUE}" && test -z "${HAVE_PTHREADS_FALSE}"; then + as_fn_error $? "conditional \"HAVE_PTHREADS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -p' + fi +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in #( + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by Google C++ Testing Framework $as_me 1.7.0, which was +generated by GNU Autoconf 2.68. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +Google C++ Testing Framework config.status 1.7.0 +configured by $0, generated by GNU Autoconf 2.68, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2010 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' +predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' +postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' +predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' +postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' +LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' +reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' +reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' +GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' +with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' +inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' +link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' +always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' +exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' +prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' +file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' +hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' +predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' +postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' +predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' +postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' +compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' + +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ +GREP \ +EGREP \ +FGREP \ +LD \ +NM \ +LN_S \ +lt_SP2NL \ +lt_NL2SP \ +reload_flag \ +OBJDUMP \ +deplibs_check_method \ +file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +DLLTOOL \ +sharedlib_from_linklib_cmd \ +AR \ +AR_FLAGS \ +archiver_list_spec \ +STRIP \ +RANLIB \ +CC \ +CFLAGS \ +compiler \ +lt_cv_sys_global_symbol_pipe \ +lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_c_name_address \ +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +nm_file_list_spec \ +lt_prog_compiler_no_builtin_flag \ +lt_prog_compiler_pic \ +lt_prog_compiler_wl \ +lt_prog_compiler_static \ +lt_cv_prog_compiler_c_o \ +need_locks \ +MANIFEST_TOOL \ +DSYMUTIL \ +NMEDIT \ +LIPO \ +OTOOL \ +OTOOL64 \ +shrext_cmds \ +export_dynamic_flag_spec \ +whole_archive_flag_spec \ +compiler_needs_object \ +with_gnu_ld \ +allow_undefined_flag \ +no_undefined_flag \ +hardcode_libdir_flag_spec \ +hardcode_libdir_separator \ +exclude_expsyms \ +include_expsyms \ +file_list_spec \ +variables_saved_for_relink \ +libname_spec \ +library_names_spec \ +soname_spec \ +install_override_mode \ +finish_eval \ +old_striplib \ +striplib \ +compiler_lib_search_dirs \ +predep_objects \ +postdep_objects \ +predeps \ +postdeps \ +compiler_lib_search_path \ +LD_CXX \ +reload_flag_CXX \ +compiler_CXX \ +lt_prog_compiler_no_builtin_flag_CXX \ +lt_prog_compiler_pic_CXX \ +lt_prog_compiler_wl_CXX \ +lt_prog_compiler_static_CXX \ +lt_cv_prog_compiler_c_o_CXX \ +export_dynamic_flag_spec_CXX \ +whole_archive_flag_spec_CXX \ +compiler_needs_object_CXX \ +with_gnu_ld_CXX \ +allow_undefined_flag_CXX \ +no_undefined_flag_CXX \ +hardcode_libdir_flag_spec_CXX \ +hardcode_libdir_separator_CXX \ +exclude_expsyms_CXX \ +include_expsyms_CXX \ +file_list_spec_CXX \ +compiler_lib_search_dirs_CXX \ +predep_objects_CXX \ +postdep_objects_CXX \ +predeps_CXX \ +postdeps_CXX \ +compiler_lib_search_path_CXX; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in reload_cmds \ +old_postinstall_cmds \ +old_postuninstall_cmds \ +old_archive_cmds \ +extract_expsyms_cmds \ +old_archive_from_new_cmds \ +old_archive_from_expsyms_cmds \ +archive_cmds \ +archive_expsym_cmds \ +module_cmds \ +module_expsym_cmds \ +export_symbols_cmds \ +prelink_cmds \ +postlink_cmds \ +postinstall_cmds \ +postuninstall_cmds \ +finish_cmds \ +sys_lib_search_path_spec \ +sys_lib_dlsearch_path_spec \ +reload_cmds_CXX \ +old_archive_cmds_CXX \ +old_archive_from_new_cmds_CXX \ +old_archive_from_expsyms_cmds_CXX \ +archive_cmds_CXX \ +archive_expsym_cmds_CXX \ +module_cmds_CXX \ +module_expsym_cmds_CXX \ +export_symbols_cmds_CXX \ +prelink_cmds_CXX \ +postlink_cmds_CXX; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[\\\\\\\`\\"\\\$]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +ac_aux_dir='$ac_aux_dir' +xsi_shell='$xsi_shell' +lt_shell_append='$lt_shell_append' + +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + + + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile' + + + + + + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "build-aux/config.h") CONFIG_HEADERS="$CONFIG_HEADERS build-aux/config.h" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "scripts/gtest-config") CONFIG_FILES="$CONFIG_FILES scripts/gtest-config" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "scripts/gtest-config":F) chmod +x scripts/gtest-config ;; + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + "libtool":C) + + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +# The names of the tagged configurations supported by this script. +available_tags="CXX " + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=$macro_version +macro_revision=$macro_revision + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# What type of objects to build. +pic_mode=$pic_mode + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + +# The host system. +host_alias=$host_alias +host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os + +# A sed program that does not truncate output. +SED=$lt_SED + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="\$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP=$lt_GREP + +# An ERE matcher. +EGREP=$lt_EGREP + +# A literal string matcher. +FGREP=$lt_FGREP + +# A BSD- or MS-compatible name lister. +NM=$lt_NM + +# Whether we need soft or hard links. +LN_S=$lt_LN_S + +# What is the maximum length of a command? +max_cmd_len=$max_cmd_len + +# Object file suffix (normally "o"). +objext=$ac_objext + +# Executable file suffix (normally ""). +exeext=$exeext + +# whether the shell understands "unset". +lt_unset=$lt_unset + +# turn spaces into newlines. +SP2NL=$lt_lt_SP2NL + +# turn newlines into spaces. +NL2SP=$lt_lt_NL2SP + +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd + +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd + +# An object symbol dumper. +OBJDUMP=$lt_OBJDUMP + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method=$lt_deplibs_check_method + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd=$lt_file_magic_cmd + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + +# The archiver. +AR=$lt_AR + +# Flags to create an archive. +AR_FLAGS=$lt_AR_FLAGS + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec + +# A symbol stripping program. +STRIP=$lt_STRIP + +# Commands used to install an old-style archive. +RANLIB=$lt_RANLIB +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + +# A C compiler. +LTCC=$lt_CC + +# LTCC compiler flags. +LTCFLAGS=$lt_CFLAGS + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix + +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec + +# The root where to search for dependent libraries,and in which our libraries should be installed. +lt_sysroot=$lt_sysroot + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=$MAGIC_CMD + +# Must we lock files when doing compilation? +need_locks=$lt_need_locks + +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL=$lt_DSYMUTIL + +# Tool to change global to local symbols on Mac OS X. +NMEDIT=$lt_NMEDIT + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO=$lt_LIPO + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL=$lt_OTOOL + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64=$lt_OTOOL64 + +# Old archive suffix (normally "a"). +libext=$libext + +# Shared library suffix (normally ".so"). +shrext_cmds=$lt_shrext_cmds + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink=$lt_variables_saved_for_relink + +# Do we need the "lib" prefix for modules? +need_lib_prefix=$need_lib_prefix + +# Do we need a version for libraries? +need_version=$need_version + +# Library versioning type. +version_type=$version_type + +# Shared library runtime path variable. +runpath_var=$runpath_var + +# Shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# Format of library name prefix. +libname_spec=$lt_libname_spec + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec=$lt_library_names_spec + +# The coded name of the library, if different from the real name. +soname_spec=$lt_soname_spec + +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + +# Command to use after installation of a shared archive. +postinstall_cmds=$lt_postinstall_cmds + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval=$lt_finish_eval + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Compile-time system search path for libraries. +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec + +# Run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec + +# Whether dlopen is supported. +dlopen_support=$enable_dlopen + +# Whether dlopen of programs is supported. +dlopen_self=$enable_dlopen_self + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=$enable_dlopen_self_static + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + + +# The linker used to build libraries. +LD=$lt_LD + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds + +# A language specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU compiler? +with_gcc=$GCC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects +postdep_objects=$lt_postdep_objects +predeps=$lt_predeps +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + +ltmain="$ac_aux_dir/ltmain.sh" + + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + if test x"$xsi_shell" = xyes; then + sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ +func_dirname ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_basename ()$/,/^} # func_basename /c\ +func_basename ()\ +{\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ +func_dirname_and_basename ()\ +{\ +\ case ${1} in\ +\ */*) func_dirname_result="${1%/*}${2}" ;;\ +\ * ) func_dirname_result="${3}" ;;\ +\ esac\ +\ func_basename_result="${1##*/}"\ +} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ +func_stripname ()\ +{\ +\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ +\ # positional parameters, so assign one to ordinary parameter first.\ +\ func_stripname_result=${3}\ +\ func_stripname_result=${func_stripname_result#"${1}"}\ +\ func_stripname_result=${func_stripname_result%"${2}"}\ +} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ +func_split_long_opt ()\ +{\ +\ func_split_long_opt_name=${1%%=*}\ +\ func_split_long_opt_arg=${1#*=}\ +} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ +func_split_short_opt ()\ +{\ +\ func_split_short_opt_arg=${1#??}\ +\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ +} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ +func_lo2o ()\ +{\ +\ case ${1} in\ +\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ +\ *) func_lo2o_result=${1} ;;\ +\ esac\ +} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_xform ()$/,/^} # func_xform /c\ +func_xform ()\ +{\ + func_xform_result=${1%.*}.lo\ +} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_arith ()$/,/^} # func_arith /c\ +func_arith ()\ +{\ + func_arith_result=$(( $* ))\ +} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_len ()$/,/^} # func_len /c\ +func_len ()\ +{\ + func_len_result=${#1}\ +} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + +fi + +if test x"$lt_shell_append" = xyes; then + sed -e '/^func_append ()$/,/^} # func_append /c\ +func_append ()\ +{\ + eval "${1}+=\\${2}"\ +} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ +func_append_quoted ()\ +{\ +\ func_quote_for_eval "${2}"\ +\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ +} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: + + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} +fi + + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" + + + cat <<_LT_EOF >> "$ofile" + +# ### BEGIN LIBTOOL TAG CONFIG: CXX + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# How to create reloadable object files. +reload_flag=$lt_reload_flag_CXX +reload_cmds=$lt_reload_cmds_CXX + +# Commands used to build an old-style archive. +old_archive_cmds=$lt_old_archive_cmds_CXX + +# A language specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU compiler? +with_gcc=$GCC_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object=$lt_compiler_needs_object_CXX + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Whether we are building with GNU ld or not. +with_gnu_ld=$lt_with_gnu_ld_CXX + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that enforces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=$hardcode_direct_absolute_CXX + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=$inherit_rpath_CXX + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# Set to "yes" if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds=$lt_prelink_cmds_CXX + +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds_CXX + +# Specify filename containing input files. +file_list_spec=$lt_file_list_spec_CXX + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects=$lt_predep_objects_CXX +postdep_objects=$lt_postdep_objects_CXX +predeps=$lt_predeps_CXX +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# ### END LIBTOOL TAG CONFIG: CXX +_LT_EOF + + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff --git a/gtest-1.7.0/configure.ac b/gtest-1.7.0/configure.ac new file mode 100644 index 000000000..cc592e158 --- /dev/null +++ b/gtest-1.7.0/configure.ac @@ -0,0 +1,68 @@ +m4_include(m4/acx_pthread.m4) + +# At this point, the Xcode project assumes the version string will be three +# integers separated by periods and surrounded by square brackets (e.g. +# "[1.0.1]"). It also asumes that there won't be any closing parenthesis +# between "AC_INIT(" and the closing ")" including comments and strings. +AC_INIT([Google C++ Testing Framework], + [1.7.0], + [googletestframework@googlegroups.com], + [gtest]) + +# Provide various options to initialize the Autoconf and configure processes. +AC_PREREQ([2.59]) +AC_CONFIG_SRCDIR([./LICENSE]) +AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_HEADERS([build-aux/config.h]) +AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([scripts/gtest-config], [chmod +x scripts/gtest-config]) + +# Initialize Automake with various options. We require at least v1.9, prevent +# pedantic complaints about package files, and enable various distribution +# targets. +AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects]) + +# Check for programs used in building Google Test. +AC_PROG_CC +AC_PROG_CXX +AC_LANG([C++]) +AC_PROG_LIBTOOL + +# TODO(chandlerc@google.com): Currently we aren't running the Python tests +# against the interpreter detected by AM_PATH_PYTHON, and so we condition +# HAVE_PYTHON by requiring "python" to be in the PATH, and that interpreter's +# version to be >= 2.3. This will allow the scripts to use a "/usr/bin/env" +# hashbang. +PYTHON= # We *do not* allow the user to specify a python interpreter +AC_PATH_PROG([PYTHON],[python],[:]) +AS_IF([test "$PYTHON" != ":"], + [AM_PYTHON_CHECK_VERSION([$PYTHON],[2.3],[:],[PYTHON=":"])]) +AM_CONDITIONAL([HAVE_PYTHON],[test "$PYTHON" != ":"]) + +# Configure pthreads. +AC_ARG_WITH([pthreads], + [AS_HELP_STRING([--with-pthreads], + [use pthreads (default is yes)])], + [with_pthreads=$withval], + [with_pthreads=check]) + +have_pthreads=no +AS_IF([test "x$with_pthreads" != "xno"], + [ACX_PTHREAD( + [], + [AS_IF([test "x$with_pthreads" != "xcheck"], + [AC_MSG_FAILURE( + [--with-pthreads was specified, but unable to be used])])]) + have_pthreads="$acx_pthread_ok"]) +AM_CONDITIONAL([HAVE_PTHREADS],[test "x$have_pthreads" = "xyes"]) +AC_SUBST(PTHREAD_CFLAGS) +AC_SUBST(PTHREAD_LIBS) + +# TODO(chandlerc@google.com) Check for the necessary system headers. + +# TODO(chandlerc@google.com) Check the types, structures, and other compiler +# and architecture characteristics. + +# Output the generated files. No further autoconf macros may be used. +AC_OUTPUT diff --git a/gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest-all.Po b/gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest-all.Po new file mode 100644 index 000000000..9ce06a81e --- /dev/null +++ b/gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest-all.Po @@ -0,0 +1 @@ +# dummy diff --git a/gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest_main.Po b/gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest_main.Po new file mode 100644 index 000000000..9ce06a81e --- /dev/null +++ b/gtest-1.7.0/fused-src/gtest/.deps/test_fused_gtest_test-gtest_main.Po @@ -0,0 +1 @@ +# dummy diff --git a/gtest-1.7.0/fused-src/gtest/gtest-all.cc b/gtest-1.7.0/fused-src/gtest/gtest-all.cc new file mode 100644 index 000000000..a9a03b2e3 --- /dev/null +++ b/gtest-1.7.0/fused-src/gtest/gtest-all.cc @@ -0,0 +1,9592 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// +// Google C++ Testing Framework (Google Test) +// +// Sometimes it's desirable to build Google Test by compiling a single file. +// This file serves this purpose. + +// This line ensures that gtest.h can be compiled on its own, even +// when it's fused. +#include "gtest/gtest.h" + +// The following lines pull in the real gtest *.cc files. +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) + +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Utilities for testing Google Test itself and code that uses Google Test +// (e.g. frameworks built on top of Google Test). + +#ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_ +#define GTEST_INCLUDE_GTEST_GTEST_SPI_H_ + + +namespace testing { + +// This helper class can be used to mock out Google Test failure reporting +// so that we can test Google Test or code that builds on Google Test. +// +// An object of this class appends a TestPartResult object to the +// TestPartResultArray object given in the constructor whenever a Google Test +// failure is reported. It can either intercept only failures that are +// generated in the same thread that created this object or it can intercept +// all generated failures. The scope of this mock object can be controlled with +// the second argument to the two arguments constructor. +class GTEST_API_ ScopedFakeTestPartResultReporter + : public TestPartResultReporterInterface { + public: + // The two possible mocking modes of this object. + enum InterceptMode { + INTERCEPT_ONLY_CURRENT_THREAD, // Intercepts only thread local failures. + INTERCEPT_ALL_THREADS // Intercepts all failures. + }; + + // The c'tor sets this object as the test part result reporter used + // by Google Test. The 'result' parameter specifies where to report the + // results. This reporter will only catch failures generated in the current + // thread. DEPRECATED + explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); + + // Same as above, but you can choose the interception scope of this object. + ScopedFakeTestPartResultReporter(InterceptMode intercept_mode, + TestPartResultArray* result); + + // The d'tor restores the previous test part result reporter. + virtual ~ScopedFakeTestPartResultReporter(); + + // Appends the TestPartResult object to the TestPartResultArray + // received in the constructor. + // + // This method is from the TestPartResultReporterInterface + // interface. + virtual void ReportTestPartResult(const TestPartResult& result); + private: + void Init(); + + const InterceptMode intercept_mode_; + TestPartResultReporterInterface* old_reporter_; + TestPartResultArray* const result_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter); +}; + +namespace internal { + +// A helper class for implementing EXPECT_FATAL_FAILURE() and +// EXPECT_NONFATAL_FAILURE(). Its destructor verifies that the given +// TestPartResultArray contains exactly one failure that has the given +// type and contains the given substring. If that's not the case, a +// non-fatal failure will be generated. +class GTEST_API_ SingleFailureChecker { + public: + // The constructor remembers the arguments. + SingleFailureChecker(const TestPartResultArray* results, + TestPartResult::Type type, + const string& substr); + ~SingleFailureChecker(); + private: + const TestPartResultArray* const results_; + const TestPartResult::Type type_; + const string substr_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(SingleFailureChecker); +}; + +} // namespace internal + +} // namespace testing + +// A set of macros for testing Google Test assertions or code that's expected +// to generate Google Test fatal failures. It verifies that the given +// statement will cause exactly one fatal Google Test failure with 'substr' +// being part of the failure message. +// +// There are two different versions of this macro. EXPECT_FATAL_FAILURE only +// affects and considers failures generated in the current thread and +// EXPECT_FATAL_FAILURE_ON_ALL_THREADS does the same but for all threads. +// +// The verification of the assertion is done correctly even when the statement +// throws an exception or aborts the current function. +// +// Known restrictions: +// - 'statement' cannot reference local non-static variables or +// non-static members of the current object. +// - 'statement' cannot return a value. +// - You cannot stream a failure message to this macro. +// +// Note that even though the implementations of the following two +// macros are much alike, we cannot refactor them to use a common +// helper macro, due to some peculiarity in how the preprocessor +// works. The AcceptsMacroThatExpandsToUnprotectedComma test in +// gtest_unittest.cc will fail to compile if we do that. +#define EXPECT_FATAL_FAILURE(statement, substr) \ + do { \ + class GTestExpectFatalFailureHelper {\ + public:\ + static void Execute() { statement; }\ + };\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter:: \ + INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\ + GTestExpectFatalFailureHelper::Execute();\ + }\ + } while (::testing::internal::AlwaysFalse()) + +#define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ + do { \ + class GTestExpectFatalFailureHelper {\ + public:\ + static void Execute() { statement; }\ + };\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter:: \ + INTERCEPT_ALL_THREADS, >est_failures);\ + GTestExpectFatalFailureHelper::Execute();\ + }\ + } while (::testing::internal::AlwaysFalse()) + +// A macro for testing Google Test assertions or code that's expected to +// generate Google Test non-fatal failures. It asserts that the given +// statement will cause exactly one non-fatal Google Test failure with 'substr' +// being part of the failure message. +// +// There are two different versions of this macro. EXPECT_NONFATAL_FAILURE only +// affects and considers failures generated in the current thread and +// EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS does the same but for all threads. +// +// 'statement' is allowed to reference local variables and members of +// the current object. +// +// The verification of the assertion is done correctly even when the statement +// throws an exception or aborts the current function. +// +// Known restrictions: +// - You cannot stream a failure message to this macro. +// +// Note that even though the implementations of the following two +// macros are much alike, we cannot refactor them to use a common +// helper macro, due to some peculiarity in how the preprocessor +// works. If we do that, the code won't compile when the user gives +// EXPECT_NONFATAL_FAILURE() a statement that contains a macro that +// expands to code containing an unprotected comma. The +// AcceptsMacroThatExpandsToUnprotectedComma test in gtest_unittest.cc +// catches that. +// +// For the same reason, we have to write +// if (::testing::internal::AlwaysTrue()) { statement; } +// instead of +// GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) +// to avoid an MSVC warning on unreachable code. +#define EXPECT_NONFATAL_FAILURE(statement, substr) \ + do {\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kNonFatalFailure, \ + (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter:: \ + INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\ + if (::testing::internal::AlwaysTrue()) { statement; }\ + }\ + } while (::testing::internal::AlwaysFalse()) + +#define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ + do {\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kNonFatalFailure, \ + (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \ + >est_failures);\ + if (::testing::internal::AlwaysTrue()) { statement; }\ + }\ + } while (::testing::internal::AlwaysFalse()) + +#endif // GTEST_INCLUDE_GTEST_GTEST_SPI_H_ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include // NOLINT +#include +#include + +#if GTEST_OS_LINUX + +// TODO(kenton@google.com): Use autoconf to detect availability of +// gettimeofday(). +# define GTEST_HAS_GETTIMEOFDAY_ 1 + +# include // NOLINT +# include // NOLINT +# include // NOLINT +// Declares vsnprintf(). This header is not available on Windows. +# include // NOLINT +# include // NOLINT +# include // NOLINT +# include // NOLINT +# include + +#elif GTEST_OS_SYMBIAN +# define GTEST_HAS_GETTIMEOFDAY_ 1 +# include // NOLINT + +#elif GTEST_OS_ZOS +# define GTEST_HAS_GETTIMEOFDAY_ 1 +# include // NOLINT + +// On z/OS we additionally need strings.h for strcasecmp. +# include // NOLINT + +#elif GTEST_OS_WINDOWS_MOBILE // We are on Windows CE. + +# include // NOLINT + +#elif GTEST_OS_WINDOWS // We are on Windows proper. + +# include // NOLINT +# include // NOLINT +# include // NOLINT +# include // NOLINT + +# if GTEST_OS_WINDOWS_MINGW +// MinGW has gettimeofday() but not _ftime64(). +// TODO(kenton@google.com): Use autoconf to detect availability of +// gettimeofday(). +// TODO(kenton@google.com): There are other ways to get the time on +// Windows, like GetTickCount() or GetSystemTimeAsFileTime(). MinGW +// supports these. consider using them instead. +# define GTEST_HAS_GETTIMEOFDAY_ 1 +# include // NOLINT +# endif // GTEST_OS_WINDOWS_MINGW + +// cpplint thinks that the header is already included, so we want to +// silence it. +# include // NOLINT + +#else + +// Assume other platforms have gettimeofday(). +// TODO(kenton@google.com): Use autoconf to detect availability of +// gettimeofday(). +# define GTEST_HAS_GETTIMEOFDAY_ 1 + +// cpplint thinks that the header is already included, so we want to +// silence it. +# include // NOLINT +# include // NOLINT + +#endif // GTEST_OS_LINUX + +#if GTEST_HAS_EXCEPTIONS +# include +#endif + +#if GTEST_CAN_STREAM_RESULTS_ +# include // NOLINT +# include // NOLINT +#endif + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Utility functions and classes used by the Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) +// +// This file contains purely Google Test's internal implementation. Please +// DO NOT #INCLUDE IT IN A USER PROGRAM. + +#ifndef GTEST_SRC_GTEST_INTERNAL_INL_H_ +#define GTEST_SRC_GTEST_INTERNAL_INL_H_ + +// GTEST_IMPLEMENTATION_ is defined to 1 iff the current translation unit is +// part of Google Test's implementation; otherwise it's undefined. +#if !GTEST_IMPLEMENTATION_ +// A user is trying to include this from his code - just say no. +# error "gtest-internal-inl.h is part of Google Test's internal implementation." +# error "It must not be included except by Google Test itself." +#endif // GTEST_IMPLEMENTATION_ + +#ifndef _WIN32_WCE +# include +#endif // !_WIN32_WCE +#include +#include // For strtoll/_strtoul64/malloc/free. +#include // For memmove. + +#include +#include +#include + + +#if GTEST_CAN_STREAM_RESULTS_ +# include // NOLINT +# include // NOLINT +#endif + +#if GTEST_OS_WINDOWS +# include // NOLINT +#endif // GTEST_OS_WINDOWS + + +namespace testing { + +// Declares the flags. +// +// We don't want the users to modify this flag in the code, but want +// Google Test's own unit tests to be able to access it. Therefore we +// declare it here as opposed to in gtest.h. +GTEST_DECLARE_bool_(death_test_use_fork); + +namespace internal { + +// The value of GetTestTypeId() as seen from within the Google Test +// library. This is solely for testing GetTestTypeId(). +GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest; + +// Names of the flags (needed for parsing Google Test flags). +const char kAlsoRunDisabledTestsFlag[] = "also_run_disabled_tests"; +const char kBreakOnFailureFlag[] = "break_on_failure"; +const char kCatchExceptionsFlag[] = "catch_exceptions"; +const char kColorFlag[] = "color"; +const char kFilterFlag[] = "filter"; +const char kListTestsFlag[] = "list_tests"; +const char kOutputFlag[] = "output"; +const char kPrintTimeFlag[] = "print_time"; +const char kRandomSeedFlag[] = "random_seed"; +const char kRepeatFlag[] = "repeat"; +const char kShuffleFlag[] = "shuffle"; +const char kStackTraceDepthFlag[] = "stack_trace_depth"; +const char kStreamResultToFlag[] = "stream_result_to"; +const char kThrowOnFailureFlag[] = "throw_on_failure"; + +// A valid random seed must be in [1, kMaxRandomSeed]. +const int kMaxRandomSeed = 99999; + +// g_help_flag is true iff the --help flag or an equivalent form is +// specified on the command line. +GTEST_API_ extern bool g_help_flag; + +// Returns the current time in milliseconds. +GTEST_API_ TimeInMillis GetTimeInMillis(); + +// Returns true iff Google Test should use colors in the output. +GTEST_API_ bool ShouldUseColor(bool stdout_is_tty); + +// Formats the given time in milliseconds as seconds. +GTEST_API_ std::string FormatTimeInMillisAsSeconds(TimeInMillis ms); + +// Converts the given time in milliseconds to a date string in the ISO 8601 +// format, without the timezone information. N.B.: due to the use the +// non-reentrant localtime() function, this function is not thread safe. Do +// not use it in any code that can be called from multiple threads. +GTEST_API_ std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms); + +// Parses a string for an Int32 flag, in the form of "--flag=value". +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +GTEST_API_ bool ParseInt32Flag( + const char* str, const char* flag, Int32* value); + +// Returns a random seed in range [1, kMaxRandomSeed] based on the +// given --gtest_random_seed flag value. +inline int GetRandomSeedFromFlag(Int32 random_seed_flag) { + const unsigned int raw_seed = (random_seed_flag == 0) ? + static_cast(GetTimeInMillis()) : + static_cast(random_seed_flag); + + // Normalizes the actual seed to range [1, kMaxRandomSeed] such that + // it's easy to type. + const int normalized_seed = + static_cast((raw_seed - 1U) % + static_cast(kMaxRandomSeed)) + 1; + return normalized_seed; +} + +// Returns the first valid random seed after 'seed'. The behavior is +// undefined if 'seed' is invalid. The seed after kMaxRandomSeed is +// considered to be 1. +inline int GetNextRandomSeed(int seed) { + GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed) + << "Invalid random seed " << seed << " - must be in [1, " + << kMaxRandomSeed << "]."; + const int next_seed = seed + 1; + return (next_seed > kMaxRandomSeed) ? 1 : next_seed; +} + +// This class saves the values of all Google Test flags in its c'tor, and +// restores them in its d'tor. +class GTestFlagSaver { + public: + // The c'tor. + GTestFlagSaver() { + also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests); + break_on_failure_ = GTEST_FLAG(break_on_failure); + catch_exceptions_ = GTEST_FLAG(catch_exceptions); + color_ = GTEST_FLAG(color); + death_test_style_ = GTEST_FLAG(death_test_style); + death_test_use_fork_ = GTEST_FLAG(death_test_use_fork); + filter_ = GTEST_FLAG(filter); + internal_run_death_test_ = GTEST_FLAG(internal_run_death_test); + list_tests_ = GTEST_FLAG(list_tests); + output_ = GTEST_FLAG(output); + print_time_ = GTEST_FLAG(print_time); + random_seed_ = GTEST_FLAG(random_seed); + repeat_ = GTEST_FLAG(repeat); + shuffle_ = GTEST_FLAG(shuffle); + stack_trace_depth_ = GTEST_FLAG(stack_trace_depth); + stream_result_to_ = GTEST_FLAG(stream_result_to); + throw_on_failure_ = GTEST_FLAG(throw_on_failure); + } + + // The d'tor is not virtual. DO NOT INHERIT FROM THIS CLASS. + ~GTestFlagSaver() { + GTEST_FLAG(also_run_disabled_tests) = also_run_disabled_tests_; + GTEST_FLAG(break_on_failure) = break_on_failure_; + GTEST_FLAG(catch_exceptions) = catch_exceptions_; + GTEST_FLAG(color) = color_; + GTEST_FLAG(death_test_style) = death_test_style_; + GTEST_FLAG(death_test_use_fork) = death_test_use_fork_; + GTEST_FLAG(filter) = filter_; + GTEST_FLAG(internal_run_death_test) = internal_run_death_test_; + GTEST_FLAG(list_tests) = list_tests_; + GTEST_FLAG(output) = output_; + GTEST_FLAG(print_time) = print_time_; + GTEST_FLAG(random_seed) = random_seed_; + GTEST_FLAG(repeat) = repeat_; + GTEST_FLAG(shuffle) = shuffle_; + GTEST_FLAG(stack_trace_depth) = stack_trace_depth_; + GTEST_FLAG(stream_result_to) = stream_result_to_; + GTEST_FLAG(throw_on_failure) = throw_on_failure_; + } + + private: + // Fields for saving the original values of flags. + bool also_run_disabled_tests_; + bool break_on_failure_; + bool catch_exceptions_; + std::string color_; + std::string death_test_style_; + bool death_test_use_fork_; + std::string filter_; + std::string internal_run_death_test_; + bool list_tests_; + std::string output_; + bool print_time_; + internal::Int32 random_seed_; + internal::Int32 repeat_; + bool shuffle_; + internal::Int32 stack_trace_depth_; + std::string stream_result_to_; + bool throw_on_failure_; +} GTEST_ATTRIBUTE_UNUSED_; + +// Converts a Unicode code point to a narrow string in UTF-8 encoding. +// code_point parameter is of type UInt32 because wchar_t may not be +// wide enough to contain a code point. +// If the code_point is not a valid Unicode code point +// (i.e. outside of Unicode range U+0 to U+10FFFF) it will be converted +// to "(Invalid Unicode 0xXXXXXXXX)". +GTEST_API_ std::string CodePointToUtf8(UInt32 code_point); + +// Converts a wide string to a narrow string in UTF-8 encoding. +// The wide string is assumed to have the following encoding: +// UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS) +// UTF-32 if sizeof(wchar_t) == 4 (on Linux) +// Parameter str points to a null-terminated wide string. +// Parameter num_chars may additionally limit the number +// of wchar_t characters processed. -1 is used when the entire string +// should be processed. +// If the string contains code points that are not valid Unicode code points +// (i.e. outside of Unicode range U+0 to U+10FFFF) they will be output +// as '(Invalid Unicode 0xXXXXXXXX)'. If the string is in UTF16 encoding +// and contains invalid UTF-16 surrogate pairs, values in those pairs +// will be encoded as individual Unicode characters from Basic Normal Plane. +GTEST_API_ std::string WideStringToUtf8(const wchar_t* str, int num_chars); + +// Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file +// if the variable is present. If a file already exists at this location, this +// function will write over it. If the variable is present, but the file cannot +// be created, prints an error and exits. +void WriteToShardStatusFileIfNeeded(); + +// Checks whether sharding is enabled by examining the relevant +// environment variable values. If the variables are present, +// but inconsistent (e.g., shard_index >= total_shards), prints +// an error and exits. If in_subprocess_for_death_test, sharding is +// disabled because it must only be applied to the original test +// process. Otherwise, we could filter out death tests we intended to execute. +GTEST_API_ bool ShouldShard(const char* total_shards_str, + const char* shard_index_str, + bool in_subprocess_for_death_test); + +// Parses the environment variable var as an Int32. If it is unset, +// returns default_val. If it is not an Int32, prints an error and +// and aborts. +GTEST_API_ Int32 Int32FromEnvOrDie(const char* env_var, Int32 default_val); + +// Given the total number of shards, the shard index, and the test id, +// returns true iff the test should be run on this shard. The test id is +// some arbitrary but unique non-negative integer assigned to each test +// method. Assumes that 0 <= shard_index < total_shards. +GTEST_API_ bool ShouldRunTestOnShard( + int total_shards, int shard_index, int test_id); + +// STL container utilities. + +// Returns the number of elements in the given container that satisfy +// the given predicate. +template +inline int CountIf(const Container& c, Predicate predicate) { + // Implemented as an explicit loop since std::count_if() in libCstd on + // Solaris has a non-standard signature. + int count = 0; + for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { + if (predicate(*it)) + ++count; + } + return count; +} + +// Applies a function/functor to each element in the container. +template +void ForEach(const Container& c, Functor functor) { + std::for_each(c.begin(), c.end(), functor); +} + +// Returns the i-th element of the vector, or default_value if i is not +// in range [0, v.size()). +template +inline E GetElementOr(const std::vector& v, int i, E default_value) { + return (i < 0 || i >= static_cast(v.size())) ? default_value : v[i]; +} + +// Performs an in-place shuffle of a range of the vector's elements. +// 'begin' and 'end' are element indices as an STL-style range; +// i.e. [begin, end) are shuffled, where 'end' == size() means to +// shuffle to the end of the vector. +template +void ShuffleRange(internal::Random* random, int begin, int end, + std::vector* v) { + const int size = static_cast(v->size()); + GTEST_CHECK_(0 <= begin && begin <= size) + << "Invalid shuffle range start " << begin << ": must be in range [0, " + << size << "]."; + GTEST_CHECK_(begin <= end && end <= size) + << "Invalid shuffle range finish " << end << ": must be in range [" + << begin << ", " << size << "]."; + + // Fisher-Yates shuffle, from + // http://en.wikipedia.org/wiki/Fisher-Yates_shuffle + for (int range_width = end - begin; range_width >= 2; range_width--) { + const int last_in_range = begin + range_width - 1; + const int selected = begin + random->Generate(range_width); + std::swap((*v)[selected], (*v)[last_in_range]); + } +} + +// Performs an in-place shuffle of the vector's elements. +template +inline void Shuffle(internal::Random* random, std::vector* v) { + ShuffleRange(random, 0, static_cast(v->size()), v); +} + +// A function for deleting an object. Handy for being used as a +// functor. +template +static void Delete(T* x) { + delete x; +} + +// A predicate that checks the key of a TestProperty against a known key. +// +// TestPropertyKeyIs is copyable. +class TestPropertyKeyIs { + public: + // Constructor. + // + // TestPropertyKeyIs has NO default constructor. + explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} + + // Returns true iff the test name of test property matches on key_. + bool operator()(const TestProperty& test_property) const { + return test_property.key() == key_; + } + + private: + std::string key_; +}; + +// Class UnitTestOptions. +// +// This class contains functions for processing options the user +// specifies when running the tests. It has only static members. +// +// In most cases, the user can specify an option using either an +// environment variable or a command line flag. E.g. you can set the +// test filter using either GTEST_FILTER or --gtest_filter. If both +// the variable and the flag are present, the latter overrides the +// former. +class GTEST_API_ UnitTestOptions { + public: + // Functions for processing the gtest_output flag. + + // Returns the output format, or "" for normal printed output. + static std::string GetOutputFormat(); + + // Returns the absolute path of the requested output file, or the + // default (test_detail.xml in the original working directory) if + // none was explicitly specified. + static std::string GetAbsolutePathToOutputFile(); + + // Functions for processing the gtest_filter flag. + + // Returns true iff the wildcard pattern matches the string. The + // first ':' or '\0' character in pattern marks the end of it. + // + // This recursive algorithm isn't very efficient, but is clear and + // works well enough for matching test names, which are short. + static bool PatternMatchesString(const char *pattern, const char *str); + + // Returns true iff the user-specified filter matches the test case + // name and the test name. + static bool FilterMatchesTest(const std::string &test_case_name, + const std::string &test_name); + +#if GTEST_OS_WINDOWS + // Function for supporting the gtest_catch_exception flag. + + // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the + // given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. + // This function is useful as an __except condition. + static int GTestShouldProcessSEH(DWORD exception_code); +#endif // GTEST_OS_WINDOWS + + // Returns true if "name" matches the ':' separated list of glob-style + // filters in "filter". + static bool MatchesFilter(const std::string& name, const char* filter); +}; + +// Returns the current application's name, removing directory path if that +// is present. Used by UnitTestOptions::GetOutputFile. +GTEST_API_ FilePath GetCurrentExecutableName(); + +// The role interface for getting the OS stack trace as a string. +class OsStackTraceGetterInterface { + public: + OsStackTraceGetterInterface() {} + virtual ~OsStackTraceGetterInterface() {} + + // Returns the current OS stack trace as an std::string. Parameters: + // + // max_depth - the maximum number of stack frames to be included + // in the trace. + // skip_count - the number of top frames to be skipped; doesn't count + // against max_depth. + virtual string CurrentStackTrace(int max_depth, int skip_count) = 0; + + // UponLeavingGTest() should be called immediately before Google Test calls + // user code. It saves some information about the current stack that + // CurrentStackTrace() will use to find and hide Google Test stack frames. + virtual void UponLeavingGTest() = 0; + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(OsStackTraceGetterInterface); +}; + +// A working implementation of the OsStackTraceGetterInterface interface. +class OsStackTraceGetter : public OsStackTraceGetterInterface { + public: + OsStackTraceGetter() : caller_frame_(NULL) {} + + virtual string CurrentStackTrace(int max_depth, int skip_count) + GTEST_LOCK_EXCLUDED_(mutex_); + + virtual void UponLeavingGTest() GTEST_LOCK_EXCLUDED_(mutex_); + + // This string is inserted in place of stack frames that are part of + // Google Test's implementation. + static const char* const kElidedFramesMarker; + + private: + Mutex mutex_; // protects all internal state + + // We save the stack frame below the frame that calls user code. + // We do this because the address of the frame immediately below + // the user code changes between the call to UponLeavingGTest() + // and any calls to CurrentStackTrace() from within the user code. + void* caller_frame_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(OsStackTraceGetter); +}; + +// Information about a Google Test trace point. +struct TraceInfo { + const char* file; + int line; + std::string message; +}; + +// This is the default global test part result reporter used in UnitTestImpl. +// This class should only be used by UnitTestImpl. +class DefaultGlobalTestPartResultReporter + : public TestPartResultReporterInterface { + public: + explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test); + // Implements the TestPartResultReporterInterface. Reports the test part + // result in the current test. + virtual void ReportTestPartResult(const TestPartResult& result); + + private: + UnitTestImpl* const unit_test_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(DefaultGlobalTestPartResultReporter); +}; + +// This is the default per thread test part result reporter used in +// UnitTestImpl. This class should only be used by UnitTestImpl. +class DefaultPerThreadTestPartResultReporter + : public TestPartResultReporterInterface { + public: + explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test); + // Implements the TestPartResultReporterInterface. The implementation just + // delegates to the current global test part result reporter of *unit_test_. + virtual void ReportTestPartResult(const TestPartResult& result); + + private: + UnitTestImpl* const unit_test_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(DefaultPerThreadTestPartResultReporter); +}; + +// The private implementation of the UnitTest class. We don't protect +// the methods under a mutex, as this class is not accessible by a +// user and the UnitTest class that delegates work to this class does +// proper locking. +class GTEST_API_ UnitTestImpl { + public: + explicit UnitTestImpl(UnitTest* parent); + virtual ~UnitTestImpl(); + + // There are two different ways to register your own TestPartResultReporter. + // You can register your own repoter to listen either only for test results + // from the current thread or for results from all threads. + // By default, each per-thread test result repoter just passes a new + // TestPartResult to the global test result reporter, which registers the + // test part result for the currently running test. + + // Returns the global test part result reporter. + TestPartResultReporterInterface* GetGlobalTestPartResultReporter(); + + // Sets the global test part result reporter. + void SetGlobalTestPartResultReporter( + TestPartResultReporterInterface* reporter); + + // Returns the test part result reporter for the current thread. + TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread(); + + // Sets the test part result reporter for the current thread. + void SetTestPartResultReporterForCurrentThread( + TestPartResultReporterInterface* reporter); + + // Gets the number of successful test cases. + int successful_test_case_count() const; + + // Gets the number of failed test cases. + int failed_test_case_count() const; + + // Gets the number of all test cases. + int total_test_case_count() const; + + // Gets the number of all test cases that contain at least one test + // that should run. + int test_case_to_run_count() const; + + // Gets the number of successful tests. + int successful_test_count() const; + + // Gets the number of failed tests. + int failed_test_count() const; + + // Gets the number of disabled tests that will be reported in the XML report. + int reportable_disabled_test_count() const; + + // Gets the number of disabled tests. + int disabled_test_count() const; + + // Gets the number of tests to be printed in the XML report. + int reportable_test_count() const; + + // Gets the number of all tests. + int total_test_count() const; + + // Gets the number of tests that should run. + int test_to_run_count() const; + + // Gets the time of the test program start, in ms from the start of the + // UNIX epoch. + TimeInMillis start_timestamp() const { return start_timestamp_; } + + // Gets the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const { return elapsed_time_; } + + // Returns true iff the unit test passed (i.e. all test cases passed). + bool Passed() const { return !Failed(); } + + // Returns true iff the unit test failed (i.e. some test case failed + // or something outside of all tests failed). + bool Failed() const { + return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); + } + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + const TestCase* GetTestCase(int i) const { + const int index = GetElementOr(test_case_indices_, i, -1); + return index < 0 ? NULL : test_cases_[i]; + } + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + TestCase* GetMutableTestCase(int i) { + const int index = GetElementOr(test_case_indices_, i, -1); + return index < 0 ? NULL : test_cases_[index]; + } + + // Provides access to the event listener list. + TestEventListeners* listeners() { return &listeners_; } + + // Returns the TestResult for the test that's currently running, or + // the TestResult for the ad hoc test if no test is running. + TestResult* current_test_result(); + + // Returns the TestResult for the ad hoc test. + const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; } + + // Sets the OS stack trace getter. + // + // Does nothing if the input and the current OS stack trace getter + // are the same; otherwise, deletes the old getter and makes the + // input the current getter. + void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); + + // Returns the current OS stack trace getter if it is not NULL; + // otherwise, creates an OsStackTraceGetter, makes it the current + // getter, and returns it. + OsStackTraceGetterInterface* os_stack_trace_getter(); + + // Returns the current OS stack trace as an std::string. + // + // The maximum number of stack frames to be included is specified by + // the gtest_stack_trace_depth flag. The skip_count parameter + // specifies the number of top frames to be skipped, which doesn't + // count against the number of frames to be included. + // + // For example, if Foo() calls Bar(), which in turn calls + // CurrentOsStackTraceExceptTop(1), Foo() will be included in the + // trace but Bar() and CurrentOsStackTraceExceptTop() won't. + std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_; + + // Finds and returns a TestCase with the given name. If one doesn't + // exist, creates one and returns it. + // + // Arguments: + // + // test_case_name: name of the test case + // type_param: the name of the test's type parameter, or NULL if + // this is not a typed or a type-parameterized test. + // set_up_tc: pointer to the function that sets up the test case + // tear_down_tc: pointer to the function that tears down the test case + TestCase* GetTestCase(const char* test_case_name, + const char* type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc); + + // Adds a TestInfo to the unit test. + // + // Arguments: + // + // set_up_tc: pointer to the function that sets up the test case + // tear_down_tc: pointer to the function that tears down the test case + // test_info: the TestInfo object + void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc, + TestInfo* test_info) { + // In order to support thread-safe death tests, we need to + // remember the original working directory when the test program + // was first invoked. We cannot do this in RUN_ALL_TESTS(), as + // the user may have changed the current directory before calling + // RUN_ALL_TESTS(). Therefore we capture the current directory in + // AddTestInfo(), which is called to register a TEST or TEST_F + // before main() is reached. + if (original_working_dir_.IsEmpty()) { + original_working_dir_.Set(FilePath::GetCurrentDir()); + GTEST_CHECK_(!original_working_dir_.IsEmpty()) + << "Failed to get the current working directory."; + } + + GetTestCase(test_info->test_case_name(), + test_info->type_param(), + set_up_tc, + tear_down_tc)->AddTestInfo(test_info); + } + +#if GTEST_HAS_PARAM_TEST + // Returns ParameterizedTestCaseRegistry object used to keep track of + // value-parameterized tests and instantiate and register them. + internal::ParameterizedTestCaseRegistry& parameterized_test_registry() { + return parameterized_test_registry_; + } +#endif // GTEST_HAS_PARAM_TEST + + // Sets the TestCase object for the test that's currently running. + void set_current_test_case(TestCase* a_current_test_case) { + current_test_case_ = a_current_test_case; + } + + // Sets the TestInfo object for the test that's currently running. If + // current_test_info is NULL, the assertion results will be stored in + // ad_hoc_test_result_. + void set_current_test_info(TestInfo* a_current_test_info) { + current_test_info_ = a_current_test_info; + } + + // Registers all parameterized tests defined using TEST_P and + // INSTANTIATE_TEST_CASE_P, creating regular tests for each test/parameter + // combination. This method can be called more then once; it has guards + // protecting from registering the tests more then once. If + // value-parameterized tests are disabled, RegisterParameterizedTests is + // present but does nothing. + void RegisterParameterizedTests(); + + // Runs all tests in this UnitTest object, prints the result, and + // returns true if all tests are successful. If any exception is + // thrown during a test, this test is considered to be failed, but + // the rest of the tests will still be run. + bool RunAllTests(); + + // Clears the results of all tests, except the ad hoc tests. + void ClearNonAdHocTestResult() { + ForEach(test_cases_, TestCase::ClearTestCaseResult); + } + + // Clears the results of ad-hoc test assertions. + void ClearAdHocTestResult() { + ad_hoc_test_result_.Clear(); + } + + // Adds a TestProperty to the current TestResult object when invoked in a + // context of a test or a test case, or to the global property set. If the + // result already contains a property with the same key, the value will be + // updated. + void RecordProperty(const TestProperty& test_property); + + enum ReactionToSharding { + HONOR_SHARDING_PROTOCOL, + IGNORE_SHARDING_PROTOCOL + }; + + // Matches the full name of each test against the user-specified + // filter to decide whether the test should run, then records the + // result in each TestCase and TestInfo object. + // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests + // based on sharding variables in the environment. + // Returns the number of tests that should run. + int FilterTests(ReactionToSharding shard_tests); + + // Prints the names of the tests matching the user-specified filter flag. + void ListTestsMatchingFilter(); + + const TestCase* current_test_case() const { return current_test_case_; } + TestInfo* current_test_info() { return current_test_info_; } + const TestInfo* current_test_info() const { return current_test_info_; } + + // Returns the vector of environments that need to be set-up/torn-down + // before/after the tests are run. + std::vector& environments() { return environments_; } + + // Getters for the per-thread Google Test trace stack. + std::vector& gtest_trace_stack() { + return *(gtest_trace_stack_.pointer()); + } + const std::vector& gtest_trace_stack() const { + return gtest_trace_stack_.get(); + } + +#if GTEST_HAS_DEATH_TEST + void InitDeathTestSubprocessControlInfo() { + internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag()); + } + // Returns a pointer to the parsed --gtest_internal_run_death_test + // flag, or NULL if that flag was not specified. + // This information is useful only in a death test child process. + // Must not be called before a call to InitGoogleTest. + const InternalRunDeathTestFlag* internal_run_death_test_flag() const { + return internal_run_death_test_flag_.get(); + } + + // Returns a pointer to the current death test factory. + internal::DeathTestFactory* death_test_factory() { + return death_test_factory_.get(); + } + + void SuppressTestEventsIfInSubprocess(); + + friend class ReplaceDeathTestFactory; +#endif // GTEST_HAS_DEATH_TEST + + // Initializes the event listener performing XML output as specified by + // UnitTestOptions. Must not be called before InitGoogleTest. + void ConfigureXmlOutput(); + +#if GTEST_CAN_STREAM_RESULTS_ + // Initializes the event listener for streaming test results to a socket. + // Must not be called before InitGoogleTest. + void ConfigureStreamingOutput(); +#endif + + // Performs initialization dependent upon flag values obtained in + // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to + // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest + // this function is also called from RunAllTests. Since this function can be + // called more than once, it has to be idempotent. + void PostFlagParsingInit(); + + // Gets the random seed used at the start of the current test iteration. + int random_seed() const { return random_seed_; } + + // Gets the random number generator. + internal::Random* random() { return &random_; } + + // Shuffles all test cases, and the tests within each test case, + // making sure that death tests are still run first. + void ShuffleTests(); + + // Restores the test cases and tests to their order before the first shuffle. + void UnshuffleTests(); + + // Returns the value of GTEST_FLAG(catch_exceptions) at the moment + // UnitTest::Run() starts. + bool catch_exceptions() const { return catch_exceptions_; } + + private: + friend class ::testing::UnitTest; + + // Used by UnitTest::Run() to capture the state of + // GTEST_FLAG(catch_exceptions) at the moment it starts. + void set_catch_exceptions(bool value) { catch_exceptions_ = value; } + + // The UnitTest object that owns this implementation object. + UnitTest* const parent_; + + // The working directory when the first TEST() or TEST_F() was + // executed. + internal::FilePath original_working_dir_; + + // The default test part result reporters. + DefaultGlobalTestPartResultReporter default_global_test_part_result_reporter_; + DefaultPerThreadTestPartResultReporter + default_per_thread_test_part_result_reporter_; + + // Points to (but doesn't own) the global test part result reporter. + TestPartResultReporterInterface* global_test_part_result_repoter_; + + // Protects read and write access to global_test_part_result_reporter_. + internal::Mutex global_test_part_result_reporter_mutex_; + + // Points to (but doesn't own) the per-thread test part result reporter. + internal::ThreadLocal + per_thread_test_part_result_reporter_; + + // The vector of environments that need to be set-up/torn-down + // before/after the tests are run. + std::vector environments_; + + // The vector of TestCases in their original order. It owns the + // elements in the vector. + std::vector test_cases_; + + // Provides a level of indirection for the test case list to allow + // easy shuffling and restoring the test case order. The i-th + // element of this vector is the index of the i-th test case in the + // shuffled order. + std::vector test_case_indices_; + +#if GTEST_HAS_PARAM_TEST + // ParameterizedTestRegistry object used to register value-parameterized + // tests. + internal::ParameterizedTestCaseRegistry parameterized_test_registry_; + + // Indicates whether RegisterParameterizedTests() has been called already. + bool parameterized_tests_registered_; +#endif // GTEST_HAS_PARAM_TEST + + // Index of the last death test case registered. Initially -1. + int last_death_test_case_; + + // This points to the TestCase for the currently running test. It + // changes as Google Test goes through one test case after another. + // When no test is running, this is set to NULL and Google Test + // stores assertion results in ad_hoc_test_result_. Initially NULL. + TestCase* current_test_case_; + + // This points to the TestInfo for the currently running test. It + // changes as Google Test goes through one test after another. When + // no test is running, this is set to NULL and Google Test stores + // assertion results in ad_hoc_test_result_. Initially NULL. + TestInfo* current_test_info_; + + // Normally, a user only writes assertions inside a TEST or TEST_F, + // or inside a function called by a TEST or TEST_F. Since Google + // Test keeps track of which test is current running, it can + // associate such an assertion with the test it belongs to. + // + // If an assertion is encountered when no TEST or TEST_F is running, + // Google Test attributes the assertion result to an imaginary "ad hoc" + // test, and records the result in ad_hoc_test_result_. + TestResult ad_hoc_test_result_; + + // The list of event listeners that can be used to track events inside + // Google Test. + TestEventListeners listeners_; + + // The OS stack trace getter. Will be deleted when the UnitTest + // object is destructed. By default, an OsStackTraceGetter is used, + // but the user can set this field to use a custom getter if that is + // desired. + OsStackTraceGetterInterface* os_stack_trace_getter_; + + // True iff PostFlagParsingInit() has been called. + bool post_flag_parse_init_performed_; + + // The random number seed used at the beginning of the test run. + int random_seed_; + + // Our random number generator. + internal::Random random_; + + // The time of the test program start, in ms from the start of the + // UNIX epoch. + TimeInMillis start_timestamp_; + + // How long the test took to run, in milliseconds. + TimeInMillis elapsed_time_; + +#if GTEST_HAS_DEATH_TEST + // The decomposed components of the gtest_internal_run_death_test flag, + // parsed when RUN_ALL_TESTS is called. + internal::scoped_ptr internal_run_death_test_flag_; + internal::scoped_ptr death_test_factory_; +#endif // GTEST_HAS_DEATH_TEST + + // A per-thread stack of traces created by the SCOPED_TRACE() macro. + internal::ThreadLocal > gtest_trace_stack_; + + // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests() + // starts. + bool catch_exceptions_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl); +}; // class UnitTestImpl + +// Convenience function for accessing the global UnitTest +// implementation object. +inline UnitTestImpl* GetUnitTestImpl() { + return UnitTest::GetInstance()->impl(); +} + +#if GTEST_USES_SIMPLE_RE + +// Internal helper functions for implementing the simple regular +// expression matcher. +GTEST_API_ bool IsInSet(char ch, const char* str); +GTEST_API_ bool IsAsciiDigit(char ch); +GTEST_API_ bool IsAsciiPunct(char ch); +GTEST_API_ bool IsRepeat(char ch); +GTEST_API_ bool IsAsciiWhiteSpace(char ch); +GTEST_API_ bool IsAsciiWordChar(char ch); +GTEST_API_ bool IsValidEscape(char ch); +GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch); +GTEST_API_ bool ValidateRegex(const char* regex); +GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); +GTEST_API_ bool MatchRepetitionAndRegexAtHead( + bool escaped, char ch, char repeat, const char* regex, const char* str); +GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str); + +#endif // GTEST_USES_SIMPLE_RE + +// Parses the command line for Google Test flags, without initializing +// other parts of Google Test. +GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, char** argv); +GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv); + +#if GTEST_HAS_DEATH_TEST + +// Returns the message describing the last system error, regardless of the +// platform. +GTEST_API_ std::string GetLastErrnoDescription(); + +# if GTEST_OS_WINDOWS +// Provides leak-safe Windows kernel handle ownership. +class AutoHandle { + public: + AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} + explicit AutoHandle(HANDLE handle) : handle_(handle) {} + + ~AutoHandle() { Reset(); } + + HANDLE Get() const { return handle_; } + void Reset() { Reset(INVALID_HANDLE_VALUE); } + void Reset(HANDLE handle) { + if (handle != handle_) { + if (handle_ != INVALID_HANDLE_VALUE) + ::CloseHandle(handle_); + handle_ = handle; + } + } + + private: + HANDLE handle_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); +}; +# endif // GTEST_OS_WINDOWS + +// Attempts to parse a string into a positive integer pointed to by the +// number parameter. Returns true if that is possible. +// GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we can use +// it here. +template +bool ParseNaturalNumber(const ::std::string& str, Integer* number) { + // Fail fast if the given string does not begin with a digit; + // this bypasses strtoXXX's "optional leading whitespace and plus + // or minus sign" semantics, which are undesirable here. + if (str.empty() || !IsDigit(str[0])) { + return false; + } + errno = 0; + + char* end; + // BiggestConvertible is the largest integer type that system-provided + // string-to-number conversion routines can return. + +# if GTEST_OS_WINDOWS && !defined(__GNUC__) + + // MSVC and C++ Builder define __int64 instead of the standard long long. + typedef unsigned __int64 BiggestConvertible; + const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10); + +# else + + typedef unsigned long long BiggestConvertible; // NOLINT + const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); + +# endif // GTEST_OS_WINDOWS && !defined(__GNUC__) + + const bool parse_success = *end == '\0' && errno == 0; + + // TODO(vladl@google.com): Convert this to compile time assertion when it is + // available. + GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); + + const Integer result = static_cast(parsed); + if (parse_success && static_cast(result) == parsed) { + *number = result; + return true; + } + return false; +} +#endif // GTEST_HAS_DEATH_TEST + +// TestResult contains some private methods that should be hidden from +// Google Test user but are required for testing. This class allow our tests +// to access them. +// +// This class is supplied only for the purpose of testing Google Test's own +// constructs. Do not use it in user tests, either directly or indirectly. +class TestResultAccessor { + public: + static void RecordProperty(TestResult* test_result, + const std::string& xml_element, + const TestProperty& property) { + test_result->RecordProperty(xml_element, property); + } + + static void ClearTestPartResults(TestResult* test_result) { + test_result->ClearTestPartResults(); + } + + static const std::vector& test_part_results( + const TestResult& test_result) { + return test_result.test_part_results(); + } +}; + +#if GTEST_CAN_STREAM_RESULTS_ + +// Streams test results to the given port on the given host machine. +class StreamingListener : public EmptyTestEventListener { + public: + // Abstract base class for writing strings to a socket. + class AbstractSocketWriter { + public: + virtual ~AbstractSocketWriter() {} + + // Sends a string to the socket. + virtual void Send(const string& message) = 0; + + // Closes the socket. + virtual void CloseConnection() {} + + // Sends a string and a newline to the socket. + void SendLn(const string& message) { + Send(message + "\n"); + } + }; + + // Concrete class for actually writing strings to a socket. + class SocketWriter : public AbstractSocketWriter { + public: + SocketWriter(const string& host, const string& port) + : sockfd_(-1), host_name_(host), port_num_(port) { + MakeConnection(); + } + + virtual ~SocketWriter() { + if (sockfd_ != -1) + CloseConnection(); + } + + // Sends a string to the socket. + virtual void Send(const string& message) { + GTEST_CHECK_(sockfd_ != -1) + << "Send() can be called only when there is a connection."; + + const int len = static_cast(message.length()); + if (write(sockfd_, message.c_str(), len) != len) { + GTEST_LOG_(WARNING) + << "stream_result_to: failed to stream to " + << host_name_ << ":" << port_num_; + } + } + + private: + // Creates a client socket and connects to the server. + void MakeConnection(); + + // Closes the socket. + void CloseConnection() { + GTEST_CHECK_(sockfd_ != -1) + << "CloseConnection() can be called only when there is a connection."; + + close(sockfd_); + sockfd_ = -1; + } + + int sockfd_; // socket file descriptor + const string host_name_; + const string port_num_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(SocketWriter); + }; // class SocketWriter + + // Escapes '=', '&', '%', and '\n' characters in str as "%xx". + static string UrlEncode(const char* str); + + StreamingListener(const string& host, const string& port) + : socket_writer_(new SocketWriter(host, port)) { Start(); } + + explicit StreamingListener(AbstractSocketWriter* socket_writer) + : socket_writer_(socket_writer) { Start(); } + + void OnTestProgramStart(const UnitTest& /* unit_test */) { + SendLn("event=TestProgramStart"); + } + + void OnTestProgramEnd(const UnitTest& unit_test) { + // Note that Google Test current only report elapsed time for each + // test iteration, not for the entire test program. + SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); + + // Notify the streaming server to stop. + socket_writer_->CloseConnection(); + } + + void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) { + SendLn("event=TestIterationStart&iteration=" + + StreamableToString(iteration)); + } + + void OnTestIterationEnd(const UnitTest& unit_test, int /* iteration */) { + SendLn("event=TestIterationEnd&passed=" + + FormatBool(unit_test.Passed()) + "&elapsed_time=" + + StreamableToString(unit_test.elapsed_time()) + "ms"); + } + + void OnTestCaseStart(const TestCase& test_case) { + SendLn(std::string("event=TestCaseStart&name=") + test_case.name()); + } + + void OnTestCaseEnd(const TestCase& test_case) { + SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) + + "&elapsed_time=" + StreamableToString(test_case.elapsed_time()) + + "ms"); + } + + void OnTestStart(const TestInfo& test_info) { + SendLn(std::string("event=TestStart&name=") + test_info.name()); + } + + void OnTestEnd(const TestInfo& test_info) { + SendLn("event=TestEnd&passed=" + + FormatBool((test_info.result())->Passed()) + + "&elapsed_time=" + + StreamableToString((test_info.result())->elapsed_time()) + "ms"); + } + + void OnTestPartResult(const TestPartResult& test_part_result) { + const char* file_name = test_part_result.file_name(); + if (file_name == NULL) + file_name = ""; + SendLn("event=TestPartResult&file=" + UrlEncode(file_name) + + "&line=" + StreamableToString(test_part_result.line_number()) + + "&message=" + UrlEncode(test_part_result.message())); + } + + private: + // Sends the given message and a newline to the socket. + void SendLn(const string& message) { socket_writer_->SendLn(message); } + + // Called at the start of streaming to notify the receiver what + // protocol we are using. + void Start() { SendLn("gtest_streaming_protocol_version=1.0"); } + + string FormatBool(bool value) { return value ? "1" : "0"; } + + const scoped_ptr socket_writer_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(StreamingListener); +}; // class StreamingListener + +#endif // GTEST_CAN_STREAM_RESULTS_ + +} // namespace internal +} // namespace testing + +#endif // GTEST_SRC_GTEST_INTERNAL_INL_H_ +#undef GTEST_IMPLEMENTATION_ + +#if GTEST_OS_WINDOWS +# define vsnprintf _vsnprintf +#endif // GTEST_OS_WINDOWS + +namespace testing { + +using internal::CountIf; +using internal::ForEach; +using internal::GetElementOr; +using internal::Shuffle; + +// Constants. + +// A test whose test case name or test name matches this filter is +// disabled and not run. +static const char kDisableTestFilter[] = "DISABLED_*:*/DISABLED_*"; + +// A test case whose name matches this filter is considered a death +// test case and will be run before test cases whose name doesn't +// match this filter. +static const char kDeathTestCaseFilter[] = "*DeathTest:*DeathTest/*"; + +// A test filter that matches everything. +static const char kUniversalFilter[] = "*"; + +// The default output file for XML output. +static const char kDefaultOutputFile[] = "test_detail.xml"; + +// The environment variable name for the test shard index. +static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; +// The environment variable name for the total number of test shards. +static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; +// The environment variable name for the test shard status file. +static const char kTestShardStatusFile[] = "GTEST_SHARD_STATUS_FILE"; + +namespace internal { + +// The text used in failure messages to indicate the start of the +// stack trace. +const char kStackTraceMarker[] = "\nStack trace:\n"; + +// g_help_flag is true iff the --help flag or an equivalent form is +// specified on the command line. +bool g_help_flag = false; + +} // namespace internal + +static const char* GetDefaultFilter() { + return kUniversalFilter; +} + +GTEST_DEFINE_bool_( + also_run_disabled_tests, + internal::BoolFromGTestEnv("also_run_disabled_tests", false), + "Run disabled tests too, in addition to the tests normally being run."); + +GTEST_DEFINE_bool_( + break_on_failure, + internal::BoolFromGTestEnv("break_on_failure", false), + "True iff a failed assertion should be a debugger break-point."); + +GTEST_DEFINE_bool_( + catch_exceptions, + internal::BoolFromGTestEnv("catch_exceptions", true), + "True iff " GTEST_NAME_ + " should catch exceptions and treat them as test failures."); + +GTEST_DEFINE_string_( + color, + internal::StringFromGTestEnv("color", "auto"), + "Whether to use colors in the output. Valid values: yes, no, " + "and auto. 'auto' means to use colors if the output is " + "being sent to a terminal and the TERM environment variable " + "is set to a terminal type that supports colors."); + +GTEST_DEFINE_string_( + filter, + internal::StringFromGTestEnv("filter", GetDefaultFilter()), + "A colon-separated list of glob (not regex) patterns " + "for filtering the tests to run, optionally followed by a " + "'-' and a : separated list of negative patterns (tests to " + "exclude). A test is run if it matches one of the positive " + "patterns and does not match any of the negative patterns."); + +GTEST_DEFINE_bool_(list_tests, false, + "List all tests without running them."); + +GTEST_DEFINE_string_( + output, + internal::StringFromGTestEnv("output", ""), + "A format (currently must be \"xml\"), optionally followed " + "by a colon and an output file name or directory. A directory " + "is indicated by a trailing pathname separator. " + "Examples: \"xml:filename.xml\", \"xml::directoryname/\". " + "If a directory is specified, output files will be created " + "within that directory, with file-names based on the test " + "executable's name and, if necessary, made unique by adding " + "digits."); + +GTEST_DEFINE_bool_( + print_time, + internal::BoolFromGTestEnv("print_time", true), + "True iff " GTEST_NAME_ + " should display elapsed time in text output."); + +GTEST_DEFINE_int32_( + random_seed, + internal::Int32FromGTestEnv("random_seed", 0), + "Random number seed to use when shuffling test orders. Must be in range " + "[1, 99999], or 0 to use a seed based on the current time."); + +GTEST_DEFINE_int32_( + repeat, + internal::Int32FromGTestEnv("repeat", 1), + "How many times to repeat each test. Specify a negative number " + "for repeating forever. Useful for shaking out flaky tests."); + +GTEST_DEFINE_bool_( + show_internal_stack_frames, false, + "True iff " GTEST_NAME_ " should include internal stack frames when " + "printing test failure stack traces."); + +GTEST_DEFINE_bool_( + shuffle, + internal::BoolFromGTestEnv("shuffle", false), + "True iff " GTEST_NAME_ + " should randomize tests' order on every run."); + +GTEST_DEFINE_int32_( + stack_trace_depth, + internal::Int32FromGTestEnv("stack_trace_depth", kMaxStackTraceDepth), + "The maximum number of stack frames to print when an " + "assertion fails. The valid range is 0 through 100, inclusive."); + +GTEST_DEFINE_string_( + stream_result_to, + internal::StringFromGTestEnv("stream_result_to", ""), + "This flag specifies the host name and the port number on which to stream " + "test results. Example: \"localhost:555\". The flag is effective only on " + "Linux."); + +GTEST_DEFINE_bool_( + throw_on_failure, + internal::BoolFromGTestEnv("throw_on_failure", false), + "When this flag is specified, a failed assertion will throw an exception " + "if exceptions are enabled or exit the program with a non-zero code " + "otherwise."); + +namespace internal { + +// Generates a random number from [0, range), using a Linear +// Congruential Generator (LCG). Crashes if 'range' is 0 or greater +// than kMaxRange. +UInt32 Random::Generate(UInt32 range) { + // These constants are the same as are used in glibc's rand(3). + state_ = (1103515245U*state_ + 12345U) % kMaxRange; + + GTEST_CHECK_(range > 0) + << "Cannot generate a number in the range [0, 0)."; + GTEST_CHECK_(range <= kMaxRange) + << "Generation of a number in [0, " << range << ") was requested, " + << "but this can only generate numbers in [0, " << kMaxRange << ")."; + + // Converting via modulus introduces a bit of downward bias, but + // it's simple, and a linear congruential generator isn't too good + // to begin with. + return state_ % range; +} + +// GTestIsInitialized() returns true iff the user has initialized +// Google Test. Useful for catching the user mistake of not initializing +// Google Test before calling RUN_ALL_TESTS(). +// +// A user must call testing::InitGoogleTest() to initialize Google +// Test. g_init_gtest_count is set to the number of times +// InitGoogleTest() has been called. We don't protect this variable +// under a mutex as it is only accessed in the main thread. +GTEST_API_ int g_init_gtest_count = 0; +static bool GTestIsInitialized() { return g_init_gtest_count != 0; } + +// Iterates over a vector of TestCases, keeping a running sum of the +// results of calling a given int-returning method on each. +// Returns the sum. +static int SumOverTestCaseList(const std::vector& case_list, + int (TestCase::*method)() const) { + int sum = 0; + for (size_t i = 0; i < case_list.size(); i++) { + sum += (case_list[i]->*method)(); + } + return sum; +} + +// Returns true iff the test case passed. +static bool TestCasePassed(const TestCase* test_case) { + return test_case->should_run() && test_case->Passed(); +} + +// Returns true iff the test case failed. +static bool TestCaseFailed(const TestCase* test_case) { + return test_case->should_run() && test_case->Failed(); +} + +// Returns true iff test_case contains at least one test that should +// run. +static bool ShouldRunTestCase(const TestCase* test_case) { + return test_case->should_run(); +} + +// AssertHelper constructor. +AssertHelper::AssertHelper(TestPartResult::Type type, + const char* file, + int line, + const char* message) + : data_(new AssertHelperData(type, file, line, message)) { +} + +AssertHelper::~AssertHelper() { + delete data_; +} + +// Message assignment, for assertion streaming support. +void AssertHelper::operator=(const Message& message) const { + UnitTest::GetInstance()-> + AddTestPartResult(data_->type, data_->file, data_->line, + AppendUserMessage(data_->message, message), + UnitTest::GetInstance()->impl() + ->CurrentOsStackTraceExceptTop(1) + // Skips the stack frame for this function itself. + ); // NOLINT +} + +// Mutex for linked pointers. +GTEST_API_ GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex); + +// Application pathname gotten in InitGoogleTest. +std::string g_executable_path; + +// Returns the current application's name, removing directory path if that +// is present. +FilePath GetCurrentExecutableName() { + FilePath result; + +#if GTEST_OS_WINDOWS + result.Set(FilePath(g_executable_path).RemoveExtension("exe")); +#else + result.Set(FilePath(g_executable_path)); +#endif // GTEST_OS_WINDOWS + + return result.RemoveDirectoryName(); +} + +// Functions for processing the gtest_output flag. + +// Returns the output format, or "" for normal printed output. +std::string UnitTestOptions::GetOutputFormat() { + const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); + if (gtest_output_flag == NULL) return std::string(""); + + const char* const colon = strchr(gtest_output_flag, ':'); + return (colon == NULL) ? + std::string(gtest_output_flag) : + std::string(gtest_output_flag, colon - gtest_output_flag); +} + +// Returns the name of the requested output file, or the default if none +// was explicitly specified. +std::string UnitTestOptions::GetAbsolutePathToOutputFile() { + const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); + if (gtest_output_flag == NULL) + return ""; + + const char* const colon = strchr(gtest_output_flag, ':'); + if (colon == NULL) + return internal::FilePath::ConcatPaths( + internal::FilePath( + UnitTest::GetInstance()->original_working_dir()), + internal::FilePath(kDefaultOutputFile)).string(); + + internal::FilePath output_name(colon + 1); + if (!output_name.IsAbsolutePath()) + // TODO(wan@google.com): on Windows \some\path is not an absolute + // path (as its meaning depends on the current drive), yet the + // following logic for turning it into an absolute path is wrong. + // Fix it. + output_name = internal::FilePath::ConcatPaths( + internal::FilePath(UnitTest::GetInstance()->original_working_dir()), + internal::FilePath(colon + 1)); + + if (!output_name.IsDirectory()) + return output_name.string(); + + internal::FilePath result(internal::FilePath::GenerateUniqueFileName( + output_name, internal::GetCurrentExecutableName(), + GetOutputFormat().c_str())); + return result.string(); +} + +// Returns true iff the wildcard pattern matches the string. The +// first ':' or '\0' character in pattern marks the end of it. +// +// This recursive algorithm isn't very efficient, but is clear and +// works well enough for matching test names, which are short. +bool UnitTestOptions::PatternMatchesString(const char *pattern, + const char *str) { + switch (*pattern) { + case '\0': + case ':': // Either ':' or '\0' marks the end of the pattern. + return *str == '\0'; + case '?': // Matches any single character. + return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); + case '*': // Matches any string (possibly empty) of characters. + return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || + PatternMatchesString(pattern + 1, str); + default: // Non-special character. Matches itself. + return *pattern == *str && + PatternMatchesString(pattern + 1, str + 1); + } +} + +bool UnitTestOptions::MatchesFilter( + const std::string& name, const char* filter) { + const char *cur_pattern = filter; + for (;;) { + if (PatternMatchesString(cur_pattern, name.c_str())) { + return true; + } + + // Finds the next pattern in the filter. + cur_pattern = strchr(cur_pattern, ':'); + + // Returns if no more pattern can be found. + if (cur_pattern == NULL) { + return false; + } + + // Skips the pattern separater (the ':' character). + cur_pattern++; + } +} + +// Returns true iff the user-specified filter matches the test case +// name and the test name. +bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name, + const std::string &test_name) { + const std::string& full_name = test_case_name + "." + test_name.c_str(); + + // Split --gtest_filter at '-', if there is one, to separate into + // positive filter and negative filter portions + const char* const p = GTEST_FLAG(filter).c_str(); + const char* const dash = strchr(p, '-'); + std::string positive; + std::string negative; + if (dash == NULL) { + positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter + negative = ""; + } else { + positive = std::string(p, dash); // Everything up to the dash + negative = std::string(dash + 1); // Everything after the dash + if (positive.empty()) { + // Treat '-test1' as the same as '*-test1' + positive = kUniversalFilter; + } + } + + // A filter is a colon-separated list of patterns. It matches a + // test if any pattern in it matches the test. + return (MatchesFilter(full_name, positive.c_str()) && + !MatchesFilter(full_name, negative.c_str())); +} + +#if GTEST_HAS_SEH +// Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the +// given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. +// This function is useful as an __except condition. +int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { + // Google Test should handle a SEH exception if: + // 1. the user wants it to, AND + // 2. this is not a breakpoint exception, AND + // 3. this is not a C++ exception (VC++ implements them via SEH, + // apparently). + // + // SEH exception code for C++ exceptions. + // (see http://support.microsoft.com/kb/185294 for more information). + const DWORD kCxxExceptionCode = 0xe06d7363; + + bool should_handle = true; + + if (!GTEST_FLAG(catch_exceptions)) + should_handle = false; + else if (exception_code == EXCEPTION_BREAKPOINT) + should_handle = false; + else if (exception_code == kCxxExceptionCode) + should_handle = false; + + return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; +} +#endif // GTEST_HAS_SEH + +} // namespace internal + +// The c'tor sets this object as the test part result reporter used by +// Google Test. The 'result' parameter specifies where to report the +// results. Intercepts only failures from the current thread. +ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( + TestPartResultArray* result) + : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), + result_(result) { + Init(); +} + +// The c'tor sets this object as the test part result reporter used by +// Google Test. The 'result' parameter specifies where to report the +// results. +ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( + InterceptMode intercept_mode, TestPartResultArray* result) + : intercept_mode_(intercept_mode), + result_(result) { + Init(); +} + +void ScopedFakeTestPartResultReporter::Init() { + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + if (intercept_mode_ == INTERCEPT_ALL_THREADS) { + old_reporter_ = impl->GetGlobalTestPartResultReporter(); + impl->SetGlobalTestPartResultReporter(this); + } else { + old_reporter_ = impl->GetTestPartResultReporterForCurrentThread(); + impl->SetTestPartResultReporterForCurrentThread(this); + } +} + +// The d'tor restores the test part result reporter used by Google Test +// before. +ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() { + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + if (intercept_mode_ == INTERCEPT_ALL_THREADS) { + impl->SetGlobalTestPartResultReporter(old_reporter_); + } else { + impl->SetTestPartResultReporterForCurrentThread(old_reporter_); + } +} + +// Increments the test part result count and remembers the result. +// This method is from the TestPartResultReporterInterface interface. +void ScopedFakeTestPartResultReporter::ReportTestPartResult( + const TestPartResult& result) { + result_->Append(result); +} + +namespace internal { + +// Returns the type ID of ::testing::Test. We should always call this +// instead of GetTypeId< ::testing::Test>() to get the type ID of +// testing::Test. This is to work around a suspected linker bug when +// using Google Test as a framework on Mac OS X. The bug causes +// GetTypeId< ::testing::Test>() to return different values depending +// on whether the call is from the Google Test framework itself or +// from user test code. GetTestTypeId() is guaranteed to always +// return the same value, as it always calls GetTypeId<>() from the +// gtest.cc, which is within the Google Test framework. +TypeId GetTestTypeId() { + return GetTypeId(); +} + +// The value of GetTestTypeId() as seen from within the Google Test +// library. This is solely for testing GetTestTypeId(). +extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId(); + +// This predicate-formatter checks that 'results' contains a test part +// failure of the given type and that the failure message contains the +// given substring. +AssertionResult HasOneFailure(const char* /* results_expr */, + const char* /* type_expr */, + const char* /* substr_expr */, + const TestPartResultArray& results, + TestPartResult::Type type, + const string& substr) { + const std::string expected(type == TestPartResult::kFatalFailure ? + "1 fatal failure" : + "1 non-fatal failure"); + Message msg; + if (results.size() != 1) { + msg << "Expected: " << expected << "\n" + << " Actual: " << results.size() << " failures"; + for (int i = 0; i < results.size(); i++) { + msg << "\n" << results.GetTestPartResult(i); + } + return AssertionFailure() << msg; + } + + const TestPartResult& r = results.GetTestPartResult(0); + if (r.type() != type) { + return AssertionFailure() << "Expected: " << expected << "\n" + << " Actual:\n" + << r; + } + + if (strstr(r.message(), substr.c_str()) == NULL) { + return AssertionFailure() << "Expected: " << expected << " containing \"" + << substr << "\"\n" + << " Actual:\n" + << r; + } + + return AssertionSuccess(); +} + +// The constructor of SingleFailureChecker remembers where to look up +// test part results, what type of failure we expect, and what +// substring the failure message should contain. +SingleFailureChecker:: SingleFailureChecker( + const TestPartResultArray* results, + TestPartResult::Type type, + const string& substr) + : results_(results), + type_(type), + substr_(substr) {} + +// The destructor of SingleFailureChecker verifies that the given +// TestPartResultArray contains exactly one failure that has the given +// type and contains the given substring. If that's not the case, a +// non-fatal failure will be generated. +SingleFailureChecker::~SingleFailureChecker() { + EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); +} + +DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter( + UnitTestImpl* unit_test) : unit_test_(unit_test) {} + +void DefaultGlobalTestPartResultReporter::ReportTestPartResult( + const TestPartResult& result) { + unit_test_->current_test_result()->AddTestPartResult(result); + unit_test_->listeners()->repeater()->OnTestPartResult(result); +} + +DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( + UnitTestImpl* unit_test) : unit_test_(unit_test) {} + +void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( + const TestPartResult& result) { + unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result); +} + +// Returns the global test part result reporter. +TestPartResultReporterInterface* +UnitTestImpl::GetGlobalTestPartResultReporter() { + internal::MutexLock lock(&global_test_part_result_reporter_mutex_); + return global_test_part_result_repoter_; +} + +// Sets the global test part result reporter. +void UnitTestImpl::SetGlobalTestPartResultReporter( + TestPartResultReporterInterface* reporter) { + internal::MutexLock lock(&global_test_part_result_reporter_mutex_); + global_test_part_result_repoter_ = reporter; +} + +// Returns the test part result reporter for the current thread. +TestPartResultReporterInterface* +UnitTestImpl::GetTestPartResultReporterForCurrentThread() { + return per_thread_test_part_result_reporter_.get(); +} + +// Sets the test part result reporter for the current thread. +void UnitTestImpl::SetTestPartResultReporterForCurrentThread( + TestPartResultReporterInterface* reporter) { + per_thread_test_part_result_reporter_.set(reporter); +} + +// Gets the number of successful test cases. +int UnitTestImpl::successful_test_case_count() const { + return CountIf(test_cases_, TestCasePassed); +} + +// Gets the number of failed test cases. +int UnitTestImpl::failed_test_case_count() const { + return CountIf(test_cases_, TestCaseFailed); +} + +// Gets the number of all test cases. +int UnitTestImpl::total_test_case_count() const { + return static_cast(test_cases_.size()); +} + +// Gets the number of all test cases that contain at least one test +// that should run. +int UnitTestImpl::test_case_to_run_count() const { + return CountIf(test_cases_, ShouldRunTestCase); +} + +// Gets the number of successful tests. +int UnitTestImpl::successful_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::successful_test_count); +} + +// Gets the number of failed tests. +int UnitTestImpl::failed_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); +} + +// Gets the number of disabled tests that will be reported in the XML report. +int UnitTestImpl::reportable_disabled_test_count() const { + return SumOverTestCaseList(test_cases_, + &TestCase::reportable_disabled_test_count); +} + +// Gets the number of disabled tests. +int UnitTestImpl::disabled_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::disabled_test_count); +} + +// Gets the number of tests to be printed in the XML report. +int UnitTestImpl::reportable_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); +} + +// Gets the number of all tests. +int UnitTestImpl::total_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::total_test_count); +} + +// Gets the number of tests that should run. +int UnitTestImpl::test_to_run_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::test_to_run_count); +} + +// Returns the current OS stack trace as an std::string. +// +// The maximum number of stack frames to be included is specified by +// the gtest_stack_trace_depth flag. The skip_count parameter +// specifies the number of top frames to be skipped, which doesn't +// count against the number of frames to be included. +// +// For example, if Foo() calls Bar(), which in turn calls +// CurrentOsStackTraceExceptTop(1), Foo() will be included in the +// trace but Bar() and CurrentOsStackTraceExceptTop() won't. +std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { + (void)skip_count; + return ""; +} + +// Returns the current time in milliseconds. +TimeInMillis GetTimeInMillis() { +#if GTEST_OS_WINDOWS_MOBILE || defined(__BORLANDC__) + // Difference between 1970-01-01 and 1601-01-01 in milliseconds. + // http://analogous.blogspot.com/2005/04/epoch.html + const TimeInMillis kJavaEpochToWinFileTimeDelta = + static_cast(116444736UL) * 100000UL; + const DWORD kTenthMicrosInMilliSecond = 10000; + + SYSTEMTIME now_systime; + FILETIME now_filetime; + ULARGE_INTEGER now_int64; + // TODO(kenton@google.com): Shouldn't this just use + // GetSystemTimeAsFileTime()? + GetSystemTime(&now_systime); + if (SystemTimeToFileTime(&now_systime, &now_filetime)) { + now_int64.LowPart = now_filetime.dwLowDateTime; + now_int64.HighPart = now_filetime.dwHighDateTime; + now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - + kJavaEpochToWinFileTimeDelta; + return now_int64.QuadPart; + } + return 0; +#elif GTEST_OS_WINDOWS && !GTEST_HAS_GETTIMEOFDAY_ + __timeb64 now; + +# ifdef _MSC_VER + + // MSVC 8 deprecates _ftime64(), so we want to suppress warning 4996 + // (deprecated function) there. + // TODO(kenton@google.com): Use GetTickCount()? Or use + // SystemTimeToFileTime() +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4996) // Temporarily disables warning 4996. + _ftime64(&now); +# pragma warning(pop) // Restores the warning state. +# else + + _ftime64(&now); + +# endif // _MSC_VER + + return static_cast(now.time) * 1000 + now.millitm; +#elif GTEST_HAS_GETTIMEOFDAY_ + struct timeval now; + gettimeofday(&now, NULL); + return static_cast(now.tv_sec) * 1000 + now.tv_usec / 1000; +#else +# error "Don't know how to get the current time on your system." +#endif +} + +// Utilities + +// class String. + +#if GTEST_OS_WINDOWS_MOBILE +// Creates a UTF-16 wide string from the given ANSI string, allocating +// memory using new. The caller is responsible for deleting the return +// value using delete[]. Returns the wide string, or NULL if the +// input is NULL. +LPCWSTR String::AnsiToUtf16(const char* ansi) { + if (!ansi) return NULL; + const int length = strlen(ansi); + const int unicode_length = + MultiByteToWideChar(CP_ACP, 0, ansi, length, + NULL, 0); + WCHAR* unicode = new WCHAR[unicode_length + 1]; + MultiByteToWideChar(CP_ACP, 0, ansi, length, + unicode, unicode_length); + unicode[unicode_length] = 0; + return unicode; +} + +// Creates an ANSI string from the given wide string, allocating +// memory using new. The caller is responsible for deleting the return +// value using delete[]. Returns the ANSI string, or NULL if the +// input is NULL. +const char* String::Utf16ToAnsi(LPCWSTR utf16_str) { + if (!utf16_str) return NULL; + const int ansi_length = + WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, + NULL, 0, NULL, NULL); + char* ansi = new char[ansi_length + 1]; + WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, + ansi, ansi_length, NULL, NULL); + ansi[ansi_length] = 0; + return ansi; +} + +#endif // GTEST_OS_WINDOWS_MOBILE + +// Compares two C strings. Returns true iff they have the same content. +// +// Unlike strcmp(), this function can handle NULL argument(s). A NULL +// C string is considered different to any non-NULL C string, +// including the empty string. +bool String::CStringEquals(const char * lhs, const char * rhs) { + if ( lhs == NULL ) return rhs == NULL; + + if ( rhs == NULL ) return false; + + return strcmp(lhs, rhs) == 0; +} + +#if GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING + +// Converts an array of wide chars to a narrow string using the UTF-8 +// encoding, and streams the result to the given Message object. +static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, + Message* msg) { + for (size_t i = 0; i != length; ) { // NOLINT + if (wstr[i] != L'\0') { + *msg << WideStringToUtf8(wstr + i, static_cast(length - i)); + while (i != length && wstr[i] != L'\0') + i++; + } else { + *msg << '\0'; + i++; + } + } +} + +#endif // GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING + +} // namespace internal + +// Constructs an empty Message. +// We allocate the stringstream separately because otherwise each use of +// ASSERT/EXPECT in a procedure adds over 200 bytes to the procedure's +// stack frame leading to huge stack frames in some cases; gcc does not reuse +// the stack space. +Message::Message() : ss_(new ::std::stringstream) { + // By default, we want there to be enough precision when printing + // a double to a Message. + *ss_ << std::setprecision(std::numeric_limits::digits10 + 2); +} + +// These two overloads allow streaming a wide C string to a Message +// using the UTF-8 encoding. +Message& Message::operator <<(const wchar_t* wide_c_str) { + return *this << internal::String::ShowWideCString(wide_c_str); +} +Message& Message::operator <<(wchar_t* wide_c_str) { + return *this << internal::String::ShowWideCString(wide_c_str); +} + +#if GTEST_HAS_STD_WSTRING +// Converts the given wide string to a narrow string using the UTF-8 +// encoding, and streams the result to this Message object. +Message& Message::operator <<(const ::std::wstring& wstr) { + internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this); + return *this; +} +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_GLOBAL_WSTRING +// Converts the given wide string to a narrow string using the UTF-8 +// encoding, and streams the result to this Message object. +Message& Message::operator <<(const ::wstring& wstr) { + internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this); + return *this; +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +// Gets the text streamed to this object so far as an std::string. +// Each '\0' character in the buffer is replaced with "\\0". +std::string Message::GetString() const { + return internal::StringStreamToString(ss_.get()); +} + +// AssertionResult constructors. +// Used in EXPECT_TRUE/FALSE(assertion_result). +AssertionResult::AssertionResult(const AssertionResult& other) + : success_(other.success_), + message_(other.message_.get() != NULL ? + new ::std::string(*other.message_) : + static_cast< ::std::string*>(NULL)) { +} + +// Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. +AssertionResult AssertionResult::operator!() const { + AssertionResult negation(!success_); + if (message_.get() != NULL) + negation << *message_; + return negation; +} + +// Makes a successful assertion result. +AssertionResult AssertionSuccess() { + return AssertionResult(true); +} + +// Makes a failed assertion result. +AssertionResult AssertionFailure() { + return AssertionResult(false); +} + +// Makes a failed assertion result with the given failure message. +// Deprecated; use AssertionFailure() << message. +AssertionResult AssertionFailure(const Message& message) { + return AssertionFailure() << message; +} + +namespace internal { + +// Constructs and returns the message for an equality assertion +// (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. +// +// The first four parameters are the expressions used in the assertion +// and their values, as strings. For example, for ASSERT_EQ(foo, bar) +// where foo is 5 and bar is 6, we have: +// +// expected_expression: "foo" +// actual_expression: "bar" +// expected_value: "5" +// actual_value: "6" +// +// The ignoring_case parameter is true iff the assertion is a +// *_STRCASEEQ*. When it's true, the string " (ignoring case)" will +// be inserted into the message. +AssertionResult EqFailure(const char* expected_expression, + const char* actual_expression, + const std::string& expected_value, + const std::string& actual_value, + bool ignoring_case) { + Message msg; + msg << "Value of: " << actual_expression; + if (actual_value != actual_expression) { + msg << "\n Actual: " << actual_value; + } + + msg << "\nExpected: " << expected_expression; + if (ignoring_case) { + msg << " (ignoring case)"; + } + if (expected_value != expected_expression) { + msg << "\nWhich is: " << expected_value; + } + + return AssertionFailure() << msg; +} + +// Constructs a failure message for Boolean assertions such as EXPECT_TRUE. +std::string GetBoolAssertionFailureMessage( + const AssertionResult& assertion_result, + const char* expression_text, + const char* actual_predicate_value, + const char* expected_predicate_value) { + const char* actual_message = assertion_result.message(); + Message msg; + msg << "Value of: " << expression_text + << "\n Actual: " << actual_predicate_value; + if (actual_message[0] != '\0') + msg << " (" << actual_message << ")"; + msg << "\nExpected: " << expected_predicate_value; + return msg.GetString(); +} + +// Helper function for implementing ASSERT_NEAR. +AssertionResult DoubleNearPredFormat(const char* expr1, + const char* expr2, + const char* abs_error_expr, + double val1, + double val2, + double abs_error) { + const double diff = fabs(val1 - val2); + if (diff <= abs_error) return AssertionSuccess(); + + // TODO(wan): do not print the value of an expression if it's + // already a literal. + return AssertionFailure() + << "The difference between " << expr1 << " and " << expr2 + << " is " << diff << ", which exceeds " << abs_error_expr << ", where\n" + << expr1 << " evaluates to " << val1 << ",\n" + << expr2 << " evaluates to " << val2 << ", and\n" + << abs_error_expr << " evaluates to " << abs_error << "."; +} + + +// Helper template for implementing FloatLE() and DoubleLE(). +template +AssertionResult FloatingPointLE(const char* expr1, + const char* expr2, + RawType val1, + RawType val2) { + // Returns success if val1 is less than val2, + if (val1 < val2) { + return AssertionSuccess(); + } + + // or if val1 is almost equal to val2. + const FloatingPoint lhs(val1), rhs(val2); + if (lhs.AlmostEquals(rhs)) { + return AssertionSuccess(); + } + + // Note that the above two checks will both fail if either val1 or + // val2 is NaN, as the IEEE floating-point standard requires that + // any predicate involving a NaN must return false. + + ::std::stringstream val1_ss; + val1_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << val1; + + ::std::stringstream val2_ss; + val2_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << val2; + + return AssertionFailure() + << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" + << " Actual: " << StringStreamToString(&val1_ss) << " vs " + << StringStreamToString(&val2_ss); +} + +} // namespace internal + +// Asserts that val1 is less than, or almost equal to, val2. Fails +// otherwise. In particular, it fails if either val1 or val2 is NaN. +AssertionResult FloatLE(const char* expr1, const char* expr2, + float val1, float val2) { + return internal::FloatingPointLE(expr1, expr2, val1, val2); +} + +// Asserts that val1 is less than, or almost equal to, val2. Fails +// otherwise. In particular, it fails if either val1 or val2 is NaN. +AssertionResult DoubleLE(const char* expr1, const char* expr2, + double val1, double val2) { + return internal::FloatingPointLE(expr1, expr2, val1, val2); +} + +namespace internal { + +// The helper function for {ASSERT|EXPECT}_EQ with int or enum +// arguments. +AssertionResult CmpHelperEQ(const char* expected_expression, + const char* actual_expression, + BiggestInt expected, + BiggestInt actual) { + if (expected == actual) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + FormatForComparisonFailureMessage(expected, actual), + FormatForComparisonFailureMessage(actual, expected), + false); +} + +// A macro for implementing the helper functions needed to implement +// ASSERT_?? and EXPECT_?? with integer or enum arguments. It is here +// just to avoid copy-and-paste of similar code. +#define GTEST_IMPL_CMP_HELPER_(op_name, op)\ +AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ + BiggestInt val1, BiggestInt val2) {\ + if (val1 op val2) {\ + return AssertionSuccess();\ + } else {\ + return AssertionFailure() \ + << "Expected: (" << expr1 << ") " #op " (" << expr2\ + << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\ + << " vs " << FormatForComparisonFailureMessage(val2, val1);\ + }\ +} + +// Implements the helper function for {ASSERT|EXPECT}_NE with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(NE, !=) +// Implements the helper function for {ASSERT|EXPECT}_LE with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(LE, <=) +// Implements the helper function for {ASSERT|EXPECT}_LT with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(LT, < ) +// Implements the helper function for {ASSERT|EXPECT}_GE with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(GE, >=) +// Implements the helper function for {ASSERT|EXPECT}_GT with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(GT, > ) + +#undef GTEST_IMPL_CMP_HELPER_ + +// The helper function for {ASSERT|EXPECT}_STREQ. +AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual) { + if (String::CStringEquals(expected, actual)) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + PrintToString(expected), + PrintToString(actual), + false); +} + +// The helper function for {ASSERT|EXPECT}_STRCASEEQ. +AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual) { + if (String::CaseInsensitiveCStringEquals(expected, actual)) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + PrintToString(expected), + PrintToString(actual), + true); +} + +// The helper function for {ASSERT|EXPECT}_STRNE. +AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2) { + if (!String::CStringEquals(s1, s2)) { + return AssertionSuccess(); + } else { + return AssertionFailure() << "Expected: (" << s1_expression << ") != (" + << s2_expression << "), actual: \"" + << s1 << "\" vs \"" << s2 << "\""; + } +} + +// The helper function for {ASSERT|EXPECT}_STRCASENE. +AssertionResult CmpHelperSTRCASENE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2) { + if (!String::CaseInsensitiveCStringEquals(s1, s2)) { + return AssertionSuccess(); + } else { + return AssertionFailure() + << "Expected: (" << s1_expression << ") != (" + << s2_expression << ") (ignoring case), actual: \"" + << s1 << "\" vs \"" << s2 << "\""; + } +} + +} // namespace internal + +namespace { + +// Helper functions for implementing IsSubString() and IsNotSubstring(). + +// This group of overloaded functions return true iff needle is a +// substring of haystack. NULL is considered a substring of itself +// only. + +bool IsSubstringPred(const char* needle, const char* haystack) { + if (needle == NULL || haystack == NULL) + return needle == haystack; + + return strstr(haystack, needle) != NULL; +} + +bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { + if (needle == NULL || haystack == NULL) + return needle == haystack; + + return wcsstr(haystack, needle) != NULL; +} + +// StringType here can be either ::std::string or ::std::wstring. +template +bool IsSubstringPred(const StringType& needle, + const StringType& haystack) { + return haystack.find(needle) != StringType::npos; +} + +// This function implements either IsSubstring() or IsNotSubstring(), +// depending on the value of the expected_to_be_substring parameter. +// StringType here can be const char*, const wchar_t*, ::std::string, +// or ::std::wstring. +template +AssertionResult IsSubstringImpl( + bool expected_to_be_substring, + const char* needle_expr, const char* haystack_expr, + const StringType& needle, const StringType& haystack) { + if (IsSubstringPred(needle, haystack) == expected_to_be_substring) + return AssertionSuccess(); + + const bool is_wide_string = sizeof(needle[0]) > 1; + const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; + return AssertionFailure() + << "Value of: " << needle_expr << "\n" + << " Actual: " << begin_string_quote << needle << "\"\n" + << "Expected: " << (expected_to_be_substring ? "" : "not ") + << "a substring of " << haystack_expr << "\n" + << "Which is: " << begin_string_quote << haystack << "\""; +} + +} // namespace + +// IsSubstring() and IsNotSubstring() check whether needle is a +// substring of haystack (NULL is considered a substring of itself +// only), and return an appropriate error message when they fail. + +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} + +#if GTEST_HAS_STD_WSTRING +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} +#endif // GTEST_HAS_STD_WSTRING + +namespace internal { + +#if GTEST_OS_WINDOWS + +namespace { + +// Helper function for IsHRESULT{SuccessFailure} predicates +AssertionResult HRESULTFailureHelper(const char* expr, + const char* expected, + long hr) { // NOLINT +# if GTEST_OS_WINDOWS_MOBILE + + // Windows CE doesn't support FormatMessage. + const char error_text[] = ""; + +# else + + // Looks up the human-readable system message for the HRESULT code + // and since we're not passing any params to FormatMessage, we don't + // want inserts expanded. + const DWORD kFlags = FORMAT_MESSAGE_FROM_SYSTEM | + FORMAT_MESSAGE_IGNORE_INSERTS; + const DWORD kBufSize = 4096; + // Gets the system's human readable message string for this HRESULT. + char error_text[kBufSize] = { '\0' }; + DWORD message_length = ::FormatMessageA(kFlags, + 0, // no source, we're asking system + hr, // the error + 0, // no line width restrictions + error_text, // output buffer + kBufSize, // buf size + NULL); // no arguments for inserts + // Trims tailing white space (FormatMessage leaves a trailing CR-LF) + for (; message_length && IsSpace(error_text[message_length - 1]); + --message_length) { + error_text[message_length - 1] = '\0'; + } + +# endif // GTEST_OS_WINDOWS_MOBILE + + const std::string error_hex("0x" + String::FormatHexInt(hr)); + return ::testing::AssertionFailure() + << "Expected: " << expr << " " << expected << ".\n" + << " Actual: " << error_hex << " " << error_text << "\n"; +} + +} // namespace + +AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT + if (SUCCEEDED(hr)) { + return AssertionSuccess(); + } + return HRESULTFailureHelper(expr, "succeeds", hr); +} + +AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT + if (FAILED(hr)) { + return AssertionSuccess(); + } + return HRESULTFailureHelper(expr, "fails", hr); +} + +#endif // GTEST_OS_WINDOWS + +// Utility functions for encoding Unicode text (wide strings) in +// UTF-8. + +// A Unicode code-point can have upto 21 bits, and is encoded in UTF-8 +// like this: +// +// Code-point length Encoding +// 0 - 7 bits 0xxxxxxx +// 8 - 11 bits 110xxxxx 10xxxxxx +// 12 - 16 bits 1110xxxx 10xxxxxx 10xxxxxx +// 17 - 21 bits 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx + +// The maximum code-point a one-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint1 = (static_cast(1) << 7) - 1; + +// The maximum code-point a two-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint2 = (static_cast(1) << (5 + 6)) - 1; + +// The maximum code-point a three-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint3 = (static_cast(1) << (4 + 2*6)) - 1; + +// The maximum code-point a four-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint4 = (static_cast(1) << (3 + 3*6)) - 1; + +// Chops off the n lowest bits from a bit pattern. Returns the n +// lowest bits. As a side effect, the original bit pattern will be +// shifted to the right by n bits. +inline UInt32 ChopLowBits(UInt32* bits, int n) { + const UInt32 low_bits = *bits & ((static_cast(1) << n) - 1); + *bits >>= n; + return low_bits; +} + +// Converts a Unicode code point to a narrow string in UTF-8 encoding. +// code_point parameter is of type UInt32 because wchar_t may not be +// wide enough to contain a code point. +// If the code_point is not a valid Unicode code point +// (i.e. outside of Unicode range U+0 to U+10FFFF) it will be converted +// to "(Invalid Unicode 0xXXXXXXXX)". +std::string CodePointToUtf8(UInt32 code_point) { + if (code_point > kMaxCodePoint4) { + return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")"; + } + + char str[5]; // Big enough for the largest valid code point. + if (code_point <= kMaxCodePoint1) { + str[1] = '\0'; + str[0] = static_cast(code_point); // 0xxxxxxx + } else if (code_point <= kMaxCodePoint2) { + str[2] = '\0'; + str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[0] = static_cast(0xC0 | code_point); // 110xxxxx + } else if (code_point <= kMaxCodePoint3) { + str[3] = '\0'; + str[2] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[0] = static_cast(0xE0 | code_point); // 1110xxxx + } else { // code_point <= kMaxCodePoint4 + str[4] = '\0'; + str[3] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[2] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[0] = static_cast(0xF0 | code_point); // 11110xxx + } + return str; +} + +// The following two functions only make sense if the the system +// uses UTF-16 for wide string encoding. All supported systems +// with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16. + +// Determines if the arguments constitute UTF-16 surrogate pair +// and thus should be combined into a single Unicode code point +// using CreateCodePointFromUtf16SurrogatePair. +inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { + return sizeof(wchar_t) == 2 && + (first & 0xFC00) == 0xD800 && (second & 0xFC00) == 0xDC00; +} + +// Creates a Unicode code point from UTF16 surrogate pair. +inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, + wchar_t second) { + const UInt32 mask = (1 << 10) - 1; + return (sizeof(wchar_t) == 2) ? + (((first & mask) << 10) | (second & mask)) + 0x10000 : + // This function should not be called when the condition is + // false, but we provide a sensible default in case it is. + static_cast(first); +} + +// Converts a wide string to a narrow string in UTF-8 encoding. +// The wide string is assumed to have the following encoding: +// UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS) +// UTF-32 if sizeof(wchar_t) == 4 (on Linux) +// Parameter str points to a null-terminated wide string. +// Parameter num_chars may additionally limit the number +// of wchar_t characters processed. -1 is used when the entire string +// should be processed. +// If the string contains code points that are not valid Unicode code points +// (i.e. outside of Unicode range U+0 to U+10FFFF) they will be output +// as '(Invalid Unicode 0xXXXXXXXX)'. If the string is in UTF16 encoding +// and contains invalid UTF-16 surrogate pairs, values in those pairs +// will be encoded as individual Unicode characters from Basic Normal Plane. +std::string WideStringToUtf8(const wchar_t* str, int num_chars) { + if (num_chars == -1) + num_chars = static_cast(wcslen(str)); + + ::std::stringstream stream; + for (int i = 0; i < num_chars; ++i) { + UInt32 unicode_code_point; + + if (str[i] == L'\0') { + break; + } else if (i + 1 < num_chars && IsUtf16SurrogatePair(str[i], str[i + 1])) { + unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], + str[i + 1]); + i++; + } else { + unicode_code_point = static_cast(str[i]); + } + + stream << CodePointToUtf8(unicode_code_point); + } + return StringStreamToString(&stream); +} + +// Converts a wide C string to an std::string using the UTF-8 encoding. +// NULL will be converted to "(null)". +std::string String::ShowWideCString(const wchar_t * wide_c_str) { + if (wide_c_str == NULL) return "(null)"; + + return internal::WideStringToUtf8(wide_c_str, -1); +} + +// Compares two wide C strings. Returns true iff they have the same +// content. +// +// Unlike wcscmp(), this function can handle NULL argument(s). A NULL +// C string is considered different to any non-NULL C string, +// including the empty string. +bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) { + if (lhs == NULL) return rhs == NULL; + + if (rhs == NULL) return false; + + return wcscmp(lhs, rhs) == 0; +} + +// Helper function for *_STREQ on wide strings. +AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const wchar_t* expected, + const wchar_t* actual) { + if (String::WideCStringEquals(expected, actual)) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + PrintToString(expected), + PrintToString(actual), + false); +} + +// Helper function for *_STRNE on wide strings. +AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const wchar_t* s1, + const wchar_t* s2) { + if (!String::WideCStringEquals(s1, s2)) { + return AssertionSuccess(); + } + + return AssertionFailure() << "Expected: (" << s1_expression << ") != (" + << s2_expression << "), actual: " + << PrintToString(s1) + << " vs " << PrintToString(s2); +} + +// Compares two C strings, ignoring case. Returns true iff they have +// the same content. +// +// Unlike strcasecmp(), this function can handle NULL argument(s). A +// NULL C string is considered different to any non-NULL C string, +// including the empty string. +bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { + if (lhs == NULL) + return rhs == NULL; + if (rhs == NULL) + return false; + return posix::StrCaseCmp(lhs, rhs) == 0; +} + + // Compares two wide C strings, ignoring case. Returns true iff they + // have the same content. + // + // Unlike wcscasecmp(), this function can handle NULL argument(s). + // A NULL C string is considered different to any non-NULL wide C string, + // including the empty string. + // NB: The implementations on different platforms slightly differ. + // On windows, this method uses _wcsicmp which compares according to LC_CTYPE + // environment variable. On GNU platform this method uses wcscasecmp + // which compares according to LC_CTYPE category of the current locale. + // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the + // current locale. +bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, + const wchar_t* rhs) { + if (lhs == NULL) return rhs == NULL; + + if (rhs == NULL) return false; + +#if GTEST_OS_WINDOWS + return _wcsicmp(lhs, rhs) == 0; +#elif GTEST_OS_LINUX && !GTEST_OS_LINUX_ANDROID + return wcscasecmp(lhs, rhs) == 0; +#else + // Android, Mac OS X and Cygwin don't define wcscasecmp. + // Other unknown OSes may not define it either. + wint_t left, right; + do { + left = towlower(*lhs++); + right = towlower(*rhs++); + } while (left && left == right); + return left == right; +#endif // OS selector +} + +// Returns true iff str ends with the given suffix, ignoring case. +// Any string is considered to end with an empty suffix. +bool String::EndsWithCaseInsensitive( + const std::string& str, const std::string& suffix) { + const size_t str_len = str.length(); + const size_t suffix_len = suffix.length(); + return (str_len >= suffix_len) && + CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, + suffix.c_str()); +} + +// Formats an int value as "%02d". +std::string String::FormatIntWidth2(int value) { + std::stringstream ss; + ss << std::setfill('0') << std::setw(2) << value; + return ss.str(); +} + +// Formats an int value as "%X". +std::string String::FormatHexInt(int value) { + std::stringstream ss; + ss << std::hex << std::uppercase << value; + return ss.str(); +} + +// Formats a byte as "%02X". +std::string String::FormatByte(unsigned char value) { + std::stringstream ss; + ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase + << static_cast(value); + return ss.str(); +} + +// Converts the buffer in a stringstream to an std::string, converting NUL +// bytes to "\\0" along the way. +std::string StringStreamToString(::std::stringstream* ss) { + const ::std::string& str = ss->str(); + const char* const start = str.c_str(); + const char* const end = start + str.length(); + + std::string result; + result.reserve(2 * (end - start)); + for (const char* ch = start; ch != end; ++ch) { + if (*ch == '\0') { + result += "\\0"; // Replaces NUL with "\\0"; + } else { + result += *ch; + } + } + + return result; +} + +// Appends the user-supplied message to the Google-Test-generated message. +std::string AppendUserMessage(const std::string& gtest_msg, + const Message& user_msg) { + // Appends the user message if it's non-empty. + const std::string user_msg_string = user_msg.GetString(); + if (user_msg_string.empty()) { + return gtest_msg; + } + + return gtest_msg + "\n" + user_msg_string; +} + +} // namespace internal + +// class TestResult + +// Creates an empty TestResult. +TestResult::TestResult() + : death_test_count_(0), + elapsed_time_(0) { +} + +// D'tor. +TestResult::~TestResult() { +} + +// Returns the i-th test part result among all the results. i can +// range from 0 to total_part_count() - 1. If i is not in that range, +// aborts the program. +const TestPartResult& TestResult::GetTestPartResult(int i) const { + if (i < 0 || i >= total_part_count()) + internal::posix::Abort(); + return test_part_results_.at(i); +} + +// Returns the i-th test property. i can range from 0 to +// test_property_count() - 1. If i is not in that range, aborts the +// program. +const TestProperty& TestResult::GetTestProperty(int i) const { + if (i < 0 || i >= test_property_count()) + internal::posix::Abort(); + return test_properties_.at(i); +} + +// Clears the test part results. +void TestResult::ClearTestPartResults() { + test_part_results_.clear(); +} + +// Adds a test part result to the list. +void TestResult::AddTestPartResult(const TestPartResult& test_part_result) { + test_part_results_.push_back(test_part_result); +} + +// Adds a test property to the list. If a property with the same key as the +// supplied property is already represented, the value of this test_property +// replaces the old value for that key. +void TestResult::RecordProperty(const std::string& xml_element, + const TestProperty& test_property) { + if (!ValidateTestProperty(xml_element, test_property)) { + return; + } + internal::MutexLock lock(&test_properites_mutex_); + const std::vector::iterator property_with_matching_key = + std::find_if(test_properties_.begin(), test_properties_.end(), + internal::TestPropertyKeyIs(test_property.key())); + if (property_with_matching_key == test_properties_.end()) { + test_properties_.push_back(test_property); + return; + } + property_with_matching_key->SetValue(test_property.value()); +} + +// The list of reserved attributes used in the element of XML +// output. +static const char* const kReservedTestSuitesAttributes[] = { + "disabled", + "errors", + "failures", + "name", + "random_seed", + "tests", + "time", + "timestamp" +}; + +// The list of reserved attributes used in the element of XML +// output. +static const char* const kReservedTestSuiteAttributes[] = { + "disabled", + "errors", + "failures", + "name", + "tests", + "time" +}; + +// The list of reserved attributes used in the element of XML output. +static const char* const kReservedTestCaseAttributes[] = { + "classname", + "name", + "status", + "time", + "type_param", + "value_param" +}; + +template +std::vector ArrayAsVector(const char* const (&array)[kSize]) { + return std::vector(array, array + kSize); +} + +static std::vector GetReservedAttributesForElement( + const std::string& xml_element) { + if (xml_element == "testsuites") { + return ArrayAsVector(kReservedTestSuitesAttributes); + } else if (xml_element == "testsuite") { + return ArrayAsVector(kReservedTestSuiteAttributes); + } else if (xml_element == "testcase") { + return ArrayAsVector(kReservedTestCaseAttributes); + } else { + GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; + } + // This code is unreachable but some compilers may not realizes that. + return std::vector(); +} + +static std::string FormatWordList(const std::vector& words) { + Message word_list; + for (size_t i = 0; i < words.size(); ++i) { + if (i > 0 && words.size() > 2) { + word_list << ", "; + } + if (i == words.size() - 1) { + word_list << "and "; + } + word_list << "'" << words[i] << "'"; + } + return word_list.GetString(); +} + +bool ValidateTestPropertyName(const std::string& property_name, + const std::vector& reserved_names) { + if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != + reserved_names.end()) { + ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name + << " (" << FormatWordList(reserved_names) + << " are reserved by " << GTEST_NAME_ << ")"; + return false; + } + return true; +} + +// Adds a failure if the key is a reserved attribute of the element named +// xml_element. Returns true if the property is valid. +bool TestResult::ValidateTestProperty(const std::string& xml_element, + const TestProperty& test_property) { + return ValidateTestPropertyName(test_property.key(), + GetReservedAttributesForElement(xml_element)); +} + +// Clears the object. +void TestResult::Clear() { + test_part_results_.clear(); + test_properties_.clear(); + death_test_count_ = 0; + elapsed_time_ = 0; +} + +// Returns true iff the test failed. +bool TestResult::Failed() const { + for (int i = 0; i < total_part_count(); ++i) { + if (GetTestPartResult(i).failed()) + return true; + } + return false; +} + +// Returns true iff the test part fatally failed. +static bool TestPartFatallyFailed(const TestPartResult& result) { + return result.fatally_failed(); +} + +// Returns true iff the test fatally failed. +bool TestResult::HasFatalFailure() const { + return CountIf(test_part_results_, TestPartFatallyFailed) > 0; +} + +// Returns true iff the test part non-fatally failed. +static bool TestPartNonfatallyFailed(const TestPartResult& result) { + return result.nonfatally_failed(); +} + +// Returns true iff the test has a non-fatal failure. +bool TestResult::HasNonfatalFailure() const { + return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0; +} + +// Gets the number of all test parts. This is the sum of the number +// of successful test parts and the number of failed test parts. +int TestResult::total_part_count() const { + return static_cast(test_part_results_.size()); +} + +// Returns the number of the test properties. +int TestResult::test_property_count() const { + return static_cast(test_properties_.size()); +} + +// class Test + +// Creates a Test object. + +// The c'tor saves the values of all Google Test flags. +Test::Test() + : gtest_flag_saver_(new internal::GTestFlagSaver) { +} + +// The d'tor restores the values of all Google Test flags. +Test::~Test() { + delete gtest_flag_saver_; +} + +// Sets up the test fixture. +// +// A sub-class may override this. +void Test::SetUp() { +} + +// Tears down the test fixture. +// +// A sub-class may override this. +void Test::TearDown() { +} + +// Allows user supplied key value pairs to be recorded for later output. +void Test::RecordProperty(const std::string& key, const std::string& value) { + UnitTest::GetInstance()->RecordProperty(key, value); +} + +// Allows user supplied key value pairs to be recorded for later output. +void Test::RecordProperty(const std::string& key, int value) { + Message value_message; + value_message << value; + RecordProperty(key, value_message.GetString().c_str()); +} + +namespace internal { + +void ReportFailureInUnknownLocation(TestPartResult::Type result_type, + const std::string& message) { + // This function is a friend of UnitTest and as such has access to + // AddTestPartResult. + UnitTest::GetInstance()->AddTestPartResult( + result_type, + NULL, // No info about the source file where the exception occurred. + -1, // We have no info on which line caused the exception. + message, + ""); // No stack trace, either. +} + +} // namespace internal + +// Google Test requires all tests in the same test case to use the same test +// fixture class. This function checks if the current test has the +// same fixture class as the first test in the current test case. If +// yes, it returns true; otherwise it generates a Google Test failure and +// returns false. +bool Test::HasSameFixtureClass() { + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + const TestCase* const test_case = impl->current_test_case(); + + // Info about the first test in the current test case. + const TestInfo* const first_test_info = test_case->test_info_list()[0]; + const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; + const char* const first_test_name = first_test_info->name(); + + // Info about the current test. + const TestInfo* const this_test_info = impl->current_test_info(); + const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; + const char* const this_test_name = this_test_info->name(); + + if (this_fixture_id != first_fixture_id) { + // Is the first test defined using TEST? + const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); + // Is this test defined using TEST? + const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); + + if (first_is_TEST || this_is_TEST) { + // The user mixed TEST and TEST_F in this test case - we'll tell + // him/her how to fix it. + + // Gets the name of the TEST and the name of the TEST_F. Note + // that first_is_TEST and this_is_TEST cannot both be true, as + // the fixture IDs are different for the two tests. + const char* const TEST_name = + first_is_TEST ? first_test_name : this_test_name; + const char* const TEST_F_name = + first_is_TEST ? this_test_name : first_test_name; + + ADD_FAILURE() + << "All tests in the same test case must use the same test fixture\n" + << "class, so mixing TEST_F and TEST in the same test case is\n" + << "illegal. In test case " << this_test_info->test_case_name() + << ",\n" + << "test " << TEST_F_name << " is defined using TEST_F but\n" + << "test " << TEST_name << " is defined using TEST. You probably\n" + << "want to change the TEST to TEST_F or move it to another test\n" + << "case."; + } else { + // The user defined two fixture classes with the same name in + // two namespaces - we'll tell him/her how to fix it. + ADD_FAILURE() + << "All tests in the same test case must use the same test fixture\n" + << "class. However, in test case " + << this_test_info->test_case_name() << ",\n" + << "you defined test " << first_test_name + << " and test " << this_test_name << "\n" + << "using two different test fixture classes. This can happen if\n" + << "the two classes are from different namespaces or translation\n" + << "units and have the same name. You should probably rename one\n" + << "of the classes to put the tests into different test cases."; + } + return false; + } + + return true; +} + +#if GTEST_HAS_SEH + +// Adds an "exception thrown" fatal failure to the current test. This +// function returns its result via an output parameter pointer because VC++ +// prohibits creation of objects with destructors on stack in functions +// using __try (see error C2712). +static std::string* FormatSehExceptionMessage(DWORD exception_code, + const char* location) { + Message message; + message << "SEH exception with code 0x" << std::setbase(16) << + exception_code << std::setbase(10) << " thrown in " << location << "."; + + return new std::string(message.GetString()); +} + +#endif // GTEST_HAS_SEH + +namespace internal { + +#if GTEST_HAS_EXCEPTIONS + +// Adds an "exception thrown" fatal failure to the current test. +static std::string FormatCxxExceptionMessage(const char* description, + const char* location) { + Message message; + if (description != NULL) { + message << "C++ exception with description \"" << description << "\""; + } else { + message << "Unknown C++ exception"; + } + message << " thrown in " << location << "."; + + return message.GetString(); +} + +static std::string PrintTestPartResultToString( + const TestPartResult& test_part_result); + +GoogleTestFailureException::GoogleTestFailureException( + const TestPartResult& failure) + : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} + +#endif // GTEST_HAS_EXCEPTIONS + +// We put these helper functions in the internal namespace as IBM's xlC +// compiler rejects the code if they were declared static. + +// Runs the given method and handles SEH exceptions it throws, when +// SEH is supported; returns the 0-value for type Result in case of an +// SEH exception. (Microsoft compilers cannot handle SEH and C++ +// exceptions in the same function. Therefore, we provide a separate +// wrapper function for handling SEH exceptions.) +template +Result HandleSehExceptionsInMethodIfSupported( + T* object, Result (T::*method)(), const char* location) { +#if GTEST_HAS_SEH + __try { + return (object->*method)(); + } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT + GetExceptionCode())) { + // We create the exception message on the heap because VC++ prohibits + // creation of objects with destructors on stack in functions using __try + // (see error C2712). + std::string* exception_message = FormatSehExceptionMessage( + GetExceptionCode(), location); + internal::ReportFailureInUnknownLocation(TestPartResult::kFatalFailure, + *exception_message); + delete exception_message; + return static_cast(0); + } +#else + (void)location; + return (object->*method)(); +#endif // GTEST_HAS_SEH +} + +// Runs the given method and catches and reports C++ and/or SEH-style +// exceptions, if they are supported; returns the 0-value for type +// Result in case of an SEH exception. +template +Result HandleExceptionsInMethodIfSupported( + T* object, Result (T::*method)(), const char* location) { + // NOTE: The user code can affect the way in which Google Test handles + // exceptions by setting GTEST_FLAG(catch_exceptions), but only before + // RUN_ALL_TESTS() starts. It is technically possible to check the flag + // after the exception is caught and either report or re-throw the + // exception based on the flag's value: + // + // try { + // // Perform the test method. + // } catch (...) { + // if (GTEST_FLAG(catch_exceptions)) + // // Report the exception as failure. + // else + // throw; // Re-throws the original exception. + // } + // + // However, the purpose of this flag is to allow the program to drop into + // the debugger when the exception is thrown. On most platforms, once the + // control enters the catch block, the exception origin information is + // lost and the debugger will stop the program at the point of the + // re-throw in this function -- instead of at the point of the original + // throw statement in the code under test. For this reason, we perform + // the check early, sacrificing the ability to affect Google Test's + // exception handling in the method where the exception is thrown. + if (internal::GetUnitTestImpl()->catch_exceptions()) { +#if GTEST_HAS_EXCEPTIONS + try { + return HandleSehExceptionsInMethodIfSupported(object, method, location); + } catch (const internal::GoogleTestFailureException&) { // NOLINT + // This exception type can only be thrown by a failed Google + // Test assertion with the intention of letting another testing + // framework catch it. Therefore we just re-throw it. + throw; + } catch (const std::exception& e) { // NOLINT + internal::ReportFailureInUnknownLocation( + TestPartResult::kFatalFailure, + FormatCxxExceptionMessage(e.what(), location)); + } catch (...) { // NOLINT + internal::ReportFailureInUnknownLocation( + TestPartResult::kFatalFailure, + FormatCxxExceptionMessage(NULL, location)); + } + return static_cast(0); +#else + return HandleSehExceptionsInMethodIfSupported(object, method, location); +#endif // GTEST_HAS_EXCEPTIONS + } else { + return (object->*method)(); + } +} + +} // namespace internal + +// Runs the test and updates the test result. +void Test::Run() { + if (!HasSameFixtureClass()) return; + + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); + // We will run the test only if SetUp() was successful. + if (!HasFatalFailure()) { + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &Test::TestBody, "the test body"); + } + + // However, we want to clean up as much as possible. Hence we will + // always call TearDown(), even if SetUp() or the test body has + // failed. + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &Test::TearDown, "TearDown()"); +} + +// Returns true iff the current test has a fatal failure. +bool Test::HasFatalFailure() { + return internal::GetUnitTestImpl()->current_test_result()->HasFatalFailure(); +} + +// Returns true iff the current test has a non-fatal failure. +bool Test::HasNonfatalFailure() { + return internal::GetUnitTestImpl()->current_test_result()-> + HasNonfatalFailure(); +} + +// class TestInfo + +// Constructs a TestInfo object. It assumes ownership of the test factory +// object. +TestInfo::TestInfo(const std::string& a_test_case_name, + const std::string& a_name, + const char* a_type_param, + const char* a_value_param, + internal::TypeId fixture_class_id, + internal::TestFactoryBase* factory) + : test_case_name_(a_test_case_name), + name_(a_name), + type_param_(a_type_param ? new std::string(a_type_param) : NULL), + value_param_(a_value_param ? new std::string(a_value_param) : NULL), + fixture_class_id_(fixture_class_id), + should_run_(false), + is_disabled_(false), + matches_filter_(false), + factory_(factory), + result_() {} + +// Destructs a TestInfo object. +TestInfo::~TestInfo() { delete factory_; } + +namespace internal { + +// Creates a new TestInfo object and registers it with Google Test; +// returns the created object. +// +// Arguments: +// +// test_case_name: name of the test case +// name: name of the test +// type_param: the name of the test's type parameter, or NULL if +// this is not a typed or a type-parameterized test. +// value_param: text representation of the test's value parameter, +// or NULL if this is not a value-parameterized test. +// fixture_class_id: ID of the test fixture class +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +// factory: pointer to the factory that creates a test object. +// The newly created TestInfo instance will assume +// ownership of the factory object. +TestInfo* MakeAndRegisterTestInfo( + const char* test_case_name, + const char* name, + const char* type_param, + const char* value_param, + TypeId fixture_class_id, + SetUpTestCaseFunc set_up_tc, + TearDownTestCaseFunc tear_down_tc, + TestFactoryBase* factory) { + TestInfo* const test_info = + new TestInfo(test_case_name, name, type_param, value_param, + fixture_class_id, factory); + GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info); + return test_info; +} + +#if GTEST_HAS_PARAM_TEST +void ReportInvalidTestCaseType(const char* test_case_name, + const char* file, int line) { + Message errors; + errors + << "Attempted redefinition of test case " << test_case_name << ".\n" + << "All tests in the same test case must use the same test fixture\n" + << "class. However, in test case " << test_case_name << ", you tried\n" + << "to define a test using a fixture class different from the one\n" + << "used earlier. This can happen if the two fixture classes are\n" + << "from different namespaces and have the same name. You should\n" + << "probably rename one of the classes to put the tests into different\n" + << "test cases."; + + fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), + errors.GetString().c_str()); +} +#endif // GTEST_HAS_PARAM_TEST + +} // namespace internal + +namespace { + +// A predicate that checks the test name of a TestInfo against a known +// value. +// +// This is used for implementation of the TestCase class only. We put +// it in the anonymous namespace to prevent polluting the outer +// namespace. +// +// TestNameIs is copyable. +class TestNameIs { + public: + // Constructor. + // + // TestNameIs has NO default constructor. + explicit TestNameIs(const char* name) + : name_(name) {} + + // Returns true iff the test name of test_info matches name_. + bool operator()(const TestInfo * test_info) const { + return test_info && test_info->name() == name_; + } + + private: + std::string name_; +}; + +} // namespace + +namespace internal { + +// This method expands all parameterized tests registered with macros TEST_P +// and INSTANTIATE_TEST_CASE_P into regular tests and registers those. +// This will be done just once during the program runtime. +void UnitTestImpl::RegisterParameterizedTests() { +#if GTEST_HAS_PARAM_TEST + if (!parameterized_tests_registered_) { + parameterized_test_registry_.RegisterTests(); + parameterized_tests_registered_ = true; + } +#endif +} + +} // namespace internal + +// Creates the test object, runs it, records its result, and then +// deletes it. +void TestInfo::Run() { + if (!should_run_) return; + + // Tells UnitTest where to store test result. + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + impl->set_current_test_info(this); + + TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); + + // Notifies the unit test event listeners that a test is about to start. + repeater->OnTestStart(*this); + + const TimeInMillis start = internal::GetTimeInMillis(); + + impl->os_stack_trace_getter()->UponLeavingGTest(); + + // Creates the test object. + Test* const test = internal::HandleExceptionsInMethodIfSupported( + factory_, &internal::TestFactoryBase::CreateTest, + "the test fixture's constructor"); + + // Runs the test only if the test object was created and its + // constructor didn't generate a fatal failure. + if ((test != NULL) && !Test::HasFatalFailure()) { + // This doesn't throw as all user code that can throw are wrapped into + // exception handling code. + test->Run(); + } + + // Deletes the test object. + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + test, &Test::DeleteSelf_, "the test fixture's destructor"); + + result_.set_elapsed_time(internal::GetTimeInMillis() - start); + + // Notifies the unit test event listener that a test has just finished. + repeater->OnTestEnd(*this); + + // Tells UnitTest to stop associating assertion results to this + // test. + impl->set_current_test_info(NULL); +} + +// class TestCase + +// Gets the number of successful tests in this test case. +int TestCase::successful_test_count() const { + return CountIf(test_info_list_, TestPassed); +} + +// Gets the number of failed tests in this test case. +int TestCase::failed_test_count() const { + return CountIf(test_info_list_, TestFailed); +} + +// Gets the number of disabled tests that will be reported in the XML report. +int TestCase::reportable_disabled_test_count() const { + return CountIf(test_info_list_, TestReportableDisabled); +} + +// Gets the number of disabled tests in this test case. +int TestCase::disabled_test_count() const { + return CountIf(test_info_list_, TestDisabled); +} + +// Gets the number of tests to be printed in the XML report. +int TestCase::reportable_test_count() const { + return CountIf(test_info_list_, TestReportable); +} + +// Get the number of tests in this test case that should run. +int TestCase::test_to_run_count() const { + return CountIf(test_info_list_, ShouldRunTest); +} + +// Gets the number of all tests. +int TestCase::total_test_count() const { + return static_cast(test_info_list_.size()); +} + +// Creates a TestCase with the given name. +// +// Arguments: +// +// name: name of the test case +// a_type_param: the name of the test case's type parameter, or NULL if +// this is not a typed or a type-parameterized test case. +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +TestCase::TestCase(const char* a_name, const char* a_type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc) + : name_(a_name), + type_param_(a_type_param ? new std::string(a_type_param) : NULL), + set_up_tc_(set_up_tc), + tear_down_tc_(tear_down_tc), + should_run_(false), + elapsed_time_(0) { +} + +// Destructor of TestCase. +TestCase::~TestCase() { + // Deletes every Test in the collection. + ForEach(test_info_list_, internal::Delete); +} + +// Returns the i-th test among all the tests. i can range from 0 to +// total_test_count() - 1. If i is not in that range, returns NULL. +const TestInfo* TestCase::GetTestInfo(int i) const { + const int index = GetElementOr(test_indices_, i, -1); + return index < 0 ? NULL : test_info_list_[index]; +} + +// Returns the i-th test among all the tests. i can range from 0 to +// total_test_count() - 1. If i is not in that range, returns NULL. +TestInfo* TestCase::GetMutableTestInfo(int i) { + const int index = GetElementOr(test_indices_, i, -1); + return index < 0 ? NULL : test_info_list_[index]; +} + +// Adds a test to this test case. Will delete the test upon +// destruction of the TestCase object. +void TestCase::AddTestInfo(TestInfo * test_info) { + test_info_list_.push_back(test_info); + test_indices_.push_back(static_cast(test_indices_.size())); +} + +// Runs every test in this TestCase. +void TestCase::Run() { + if (!should_run_) return; + + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + impl->set_current_test_case(this); + + TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); + + repeater->OnTestCaseStart(*this); + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &TestCase::RunSetUpTestCase, "SetUpTestCase()"); + + const internal::TimeInMillis start = internal::GetTimeInMillis(); + for (int i = 0; i < total_test_count(); i++) { + GetMutableTestInfo(i)->Run(); + } + elapsed_time_ = internal::GetTimeInMillis() - start; + + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &TestCase::RunTearDownTestCase, "TearDownTestCase()"); + + repeater->OnTestCaseEnd(*this); + impl->set_current_test_case(NULL); +} + +// Clears the results of all tests in this test case. +void TestCase::ClearResult() { + ad_hoc_test_result_.Clear(); + ForEach(test_info_list_, TestInfo::ClearTestResult); +} + +// Shuffles the tests in this test case. +void TestCase::ShuffleTests(internal::Random* random) { + Shuffle(random, &test_indices_); +} + +// Restores the test order to before the first shuffle. +void TestCase::UnshuffleTests() { + for (size_t i = 0; i < test_indices_.size(); i++) { + test_indices_[i] = static_cast(i); + } +} + +// Formats a countable noun. Depending on its quantity, either the +// singular form or the plural form is used. e.g. +// +// FormatCountableNoun(1, "formula", "formuli") returns "1 formula". +// FormatCountableNoun(5, "book", "books") returns "5 books". +static std::string FormatCountableNoun(int count, + const char * singular_form, + const char * plural_form) { + return internal::StreamableToString(count) + " " + + (count == 1 ? singular_form : plural_form); +} + +// Formats the count of tests. +static std::string FormatTestCount(int test_count) { + return FormatCountableNoun(test_count, "test", "tests"); +} + +// Formats the count of test cases. +static std::string FormatTestCaseCount(int test_case_count) { + return FormatCountableNoun(test_case_count, "test case", "test cases"); +} + +// Converts a TestPartResult::Type enum to human-friendly string +// representation. Both kNonFatalFailure and kFatalFailure are translated +// to "Failure", as the user usually doesn't care about the difference +// between the two when viewing the test result. +static const char * TestPartResultTypeToString(TestPartResult::Type type) { + switch (type) { + case TestPartResult::kSuccess: + return "Success"; + + case TestPartResult::kNonFatalFailure: + case TestPartResult::kFatalFailure: +#ifdef _MSC_VER + return "error: "; +#else + return "Failure\n"; +#endif + default: + return "Unknown result type"; + } +} + +namespace internal { + +// Prints a TestPartResult to an std::string. +static std::string PrintTestPartResultToString( + const TestPartResult& test_part_result) { + return (Message() + << internal::FormatFileLocation(test_part_result.file_name(), + test_part_result.line_number()) + << " " << TestPartResultTypeToString(test_part_result.type()) + << test_part_result.message()).GetString(); +} + +// Prints a TestPartResult. +static void PrintTestPartResult(const TestPartResult& test_part_result) { + const std::string& result = + PrintTestPartResultToString(test_part_result); + printf("%s\n", result.c_str()); + fflush(stdout); + // If the test program runs in Visual Studio or a debugger, the + // following statements add the test part result message to the Output + // window such that the user can double-click on it to jump to the + // corresponding source code location; otherwise they do nothing. +#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + // We don't call OutputDebugString*() on Windows Mobile, as printing + // to stdout is done by OutputDebugString() there already - we don't + // want the same message printed twice. + ::OutputDebugStringA(result.c_str()); + ::OutputDebugStringA("\n"); +#endif +} + +// class PrettyUnitTestResultPrinter + +enum GTestColor { + COLOR_DEFAULT, + COLOR_RED, + COLOR_GREEN, + COLOR_YELLOW +}; + +#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + +// Returns the character attribute for the given color. +WORD GetColorAttribute(GTestColor color) { + switch (color) { + case COLOR_RED: return FOREGROUND_RED; + case COLOR_GREEN: return FOREGROUND_GREEN; + case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; + default: return 0; + } +} + +#else + +// Returns the ANSI color code for the given color. COLOR_DEFAULT is +// an invalid input. +const char* GetAnsiColorCode(GTestColor color) { + switch (color) { + case COLOR_RED: return "1"; + case COLOR_GREEN: return "2"; + case COLOR_YELLOW: return "3"; + default: return NULL; + }; +} + +#endif // GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + +// Returns true iff Google Test should use colors in the output. +bool ShouldUseColor(bool stdout_is_tty) { + const char* const gtest_color = GTEST_FLAG(color).c_str(); + + if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { +#if GTEST_OS_WINDOWS + // On Windows the TERM variable is usually not set, but the + // console there does support colors. + return stdout_is_tty; +#else + // On non-Windows platforms, we rely on the TERM variable. + const char* const term = posix::GetEnv("TERM"); + const bool term_supports_color = + String::CStringEquals(term, "xterm") || + String::CStringEquals(term, "xterm-color") || + String::CStringEquals(term, "xterm-256color") || + String::CStringEquals(term, "screen") || + String::CStringEquals(term, "screen-256color") || + String::CStringEquals(term, "linux") || + String::CStringEquals(term, "cygwin"); + return stdout_is_tty && term_supports_color; +#endif // GTEST_OS_WINDOWS + } + + return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || + String::CaseInsensitiveCStringEquals(gtest_color, "true") || + String::CaseInsensitiveCStringEquals(gtest_color, "t") || + String::CStringEquals(gtest_color, "1"); + // We take "yes", "true", "t", and "1" as meaning "yes". If the + // value is neither one of these nor "auto", we treat it as "no" to + // be conservative. +} + +// Helpers for printing colored strings to stdout. Note that on Windows, we +// cannot simply emit special characters and have the terminal change colors. +// This routine must actually emit the characters rather than return a string +// that would be colored when printed, as can be done on Linux. +void ColoredPrintf(GTestColor color, const char* fmt, ...) { + va_list args; + va_start(args, fmt); + +#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS || GTEST_OS_IOS + const bool use_color = false; +#else + static const bool in_color_mode = + ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); + const bool use_color = in_color_mode && (color != COLOR_DEFAULT); +#endif // GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS + // The '!= 0' comparison is necessary to satisfy MSVC 7.1. + + if (!use_color) { + vprintf(fmt, args); + va_end(args); + return; + } + +#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); + + // Gets the current text color. + CONSOLE_SCREEN_BUFFER_INFO buffer_info; + GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); + const WORD old_color_attrs = buffer_info.wAttributes; + + // We need to flush the stream buffers into the console before each + // SetConsoleTextAttribute call lest it affect the text that is already + // printed but has not yet reached the console. + fflush(stdout); + SetConsoleTextAttribute(stdout_handle, + GetColorAttribute(color) | FOREGROUND_INTENSITY); + vprintf(fmt, args); + + fflush(stdout); + // Restores the text color. + SetConsoleTextAttribute(stdout_handle, old_color_attrs); +#else + printf("\033[0;3%sm", GetAnsiColorCode(color)); + vprintf(fmt, args); + printf("\033[m"); // Resets the terminal to default. +#endif // GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + va_end(args); +} + +// Text printed in Google Test's text output and --gunit_list_tests +// output to label the type parameter and value parameter for a test. +static const char kTypeParamLabel[] = "TypeParam"; +static const char kValueParamLabel[] = "GetParam()"; + +void PrintFullTestCommentIfPresent(const TestInfo& test_info) { + const char* const type_param = test_info.type_param(); + const char* const value_param = test_info.value_param(); + + if (type_param != NULL || value_param != NULL) { + printf(", where "); + if (type_param != NULL) { + printf("%s = %s", kTypeParamLabel, type_param); + if (value_param != NULL) + printf(" and "); + } + if (value_param != NULL) { + printf("%s = %s", kValueParamLabel, value_param); + } + } +} + +// This class implements the TestEventListener interface. +// +// Class PrettyUnitTestResultPrinter is copyable. +class PrettyUnitTestResultPrinter : public TestEventListener { + public: + PrettyUnitTestResultPrinter() {} + static void PrintTestName(const char * test_case, const char * test) { + printf("%s.%s", test_case, test); + } + + // The following methods override what's in the TestEventListener class. + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); + virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); + virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestCaseStart(const TestCase& test_case); + virtual void OnTestStart(const TestInfo& test_info); + virtual void OnTestPartResult(const TestPartResult& result); + virtual void OnTestEnd(const TestInfo& test_info); + virtual void OnTestCaseEnd(const TestCase& test_case); + virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test); + virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); + virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {} + + private: + static void PrintFailedTests(const UnitTest& unit_test); +}; + + // Fired before each iteration of tests starts. +void PrettyUnitTestResultPrinter::OnTestIterationStart( + const UnitTest& unit_test, int iteration) { + if (GTEST_FLAG(repeat) != 1) + printf("\nRepeating all tests (iteration %d) . . .\n\n", iteration + 1); + + const char* const filter = GTEST_FLAG(filter).c_str(); + + // Prints the filter if it's not *. This reminds the user that some + // tests may be skipped. + if (!String::CStringEquals(filter, kUniversalFilter)) { + ColoredPrintf(COLOR_YELLOW, + "Note: %s filter = %s\n", GTEST_NAME_, filter); + } + + if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { + const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1); + ColoredPrintf(COLOR_YELLOW, + "Note: This is test shard %d of %s.\n", + static_cast(shard_index) + 1, + internal::posix::GetEnv(kTestTotalShards)); + } + + if (GTEST_FLAG(shuffle)) { + ColoredPrintf(COLOR_YELLOW, + "Note: Randomizing tests' orders with a seed of %d .\n", + unit_test.random_seed()); + } + + ColoredPrintf(COLOR_GREEN, "[==========] "); + printf("Running %s from %s.\n", + FormatTestCount(unit_test.test_to_run_count()).c_str(), + FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart( + const UnitTest& /*unit_test*/) { + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("Global test environment set-up.\n"); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { + const std::string counts = + FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("%s from %s", counts.c_str(), test_case.name()); + if (test_case.type_param() == NULL) { + printf("\n"); + } else { + printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); + } + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { + ColoredPrintf(COLOR_GREEN, "[ RUN ] "); + PrintTestName(test_info.test_case_name(), test_info.name()); + printf("\n"); + fflush(stdout); +} + +// Called after an assertion failure. +void PrettyUnitTestResultPrinter::OnTestPartResult( + const TestPartResult& result) { + // If the test part succeeded, we don't need to do anything. + if (result.type() == TestPartResult::kSuccess) + return; + + // Print failure message from the assertion (e.g. expected this and got that). + PrintTestPartResult(result); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { + if (test_info.result()->Passed()) { + ColoredPrintf(COLOR_GREEN, "[ OK ] "); + } else { + ColoredPrintf(COLOR_RED, "[ FAILED ] "); + } + PrintTestName(test_info.test_case_name(), test_info.name()); + if (test_info.result()->Failed()) + PrintFullTestCommentIfPresent(test_info); + + if (GTEST_FLAG(print_time)) { + printf(" (%s ms)\n", internal::StreamableToString( + test_info.result()->elapsed_time()).c_str()); + } else { + printf("\n"); + } + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { + if (!GTEST_FLAG(print_time)) return; + + const std::string counts = + FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("%s from %s (%s ms total)\n\n", + counts.c_str(), test_case.name(), + internal::StreamableToString(test_case.elapsed_time()).c_str()); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart( + const UnitTest& /*unit_test*/) { + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("Global test environment tear-down\n"); + fflush(stdout); +} + +// Internal helper for printing the list of failed tests. +void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) { + const int failed_test_count = unit_test.failed_test_count(); + if (failed_test_count == 0) { + return; + } + + for (int i = 0; i < unit_test.total_test_case_count(); ++i) { + const TestCase& test_case = *unit_test.GetTestCase(i); + if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { + continue; + } + for (int j = 0; j < test_case.total_test_count(); ++j) { + const TestInfo& test_info = *test_case.GetTestInfo(j); + if (!test_info.should_run() || test_info.result()->Passed()) { + continue; + } + ColoredPrintf(COLOR_RED, "[ FAILED ] "); + printf("%s.%s", test_case.name(), test_info.name()); + PrintFullTestCommentIfPresent(test_info); + printf("\n"); + } + } +} + +void PrettyUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, + int /*iteration*/) { + ColoredPrintf(COLOR_GREEN, "[==========] "); + printf("%s from %s ran.", + FormatTestCount(unit_test.test_to_run_count()).c_str(), + FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); + if (GTEST_FLAG(print_time)) { + printf(" (%s ms total)", + internal::StreamableToString(unit_test.elapsed_time()).c_str()); + } + printf("\n"); + ColoredPrintf(COLOR_GREEN, "[ PASSED ] "); + printf("%s.\n", FormatTestCount(unit_test.successful_test_count()).c_str()); + + int num_failures = unit_test.failed_test_count(); + if (!unit_test.Passed()) { + const int failed_test_count = unit_test.failed_test_count(); + ColoredPrintf(COLOR_RED, "[ FAILED ] "); + printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); + PrintFailedTests(unit_test); + printf("\n%2d FAILED %s\n", num_failures, + num_failures == 1 ? "TEST" : "TESTS"); + } + + int num_disabled = unit_test.reportable_disabled_test_count(); + if (num_disabled && !GTEST_FLAG(also_run_disabled_tests)) { + if (!num_failures) { + printf("\n"); // Add a spacer if no FAILURE banner is displayed. + } + ColoredPrintf(COLOR_YELLOW, + " YOU HAVE %d DISABLED %s\n\n", + num_disabled, + num_disabled == 1 ? "TEST" : "TESTS"); + } + // Ensure that Google Test output is printed before, e.g., heapchecker output. + fflush(stdout); +} + +// End PrettyUnitTestResultPrinter + +// class TestEventRepeater +// +// This class forwards events to other event listeners. +class TestEventRepeater : public TestEventListener { + public: + TestEventRepeater() : forwarding_enabled_(true) {} + virtual ~TestEventRepeater(); + void Append(TestEventListener *listener); + TestEventListener* Release(TestEventListener* listener); + + // Controls whether events will be forwarded to listeners_. Set to false + // in death test child processes. + bool forwarding_enabled() const { return forwarding_enabled_; } + void set_forwarding_enabled(bool enable) { forwarding_enabled_ = enable; } + + virtual void OnTestProgramStart(const UnitTest& unit_test); + virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); + virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); + virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test); + virtual void OnTestCaseStart(const TestCase& test_case); + virtual void OnTestStart(const TestInfo& test_info); + virtual void OnTestPartResult(const TestPartResult& result); + virtual void OnTestEnd(const TestInfo& test_info); + virtual void OnTestCaseEnd(const TestCase& test_case); + virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test); + virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test); + virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); + virtual void OnTestProgramEnd(const UnitTest& unit_test); + + private: + // Controls whether events will be forwarded to listeners_. Set to false + // in death test child processes. + bool forwarding_enabled_; + // The list of listeners that receive events. + std::vector listeners_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventRepeater); +}; + +TestEventRepeater::~TestEventRepeater() { + ForEach(listeners_, Delete); +} + +void TestEventRepeater::Append(TestEventListener *listener) { + listeners_.push_back(listener); +} + +// TODO(vladl@google.com): Factor the search functionality into Vector::Find. +TestEventListener* TestEventRepeater::Release(TestEventListener *listener) { + for (size_t i = 0; i < listeners_.size(); ++i) { + if (listeners_[i] == listener) { + listeners_.erase(listeners_.begin() + i); + return listener; + } + } + + return NULL; +} + +// Since most methods are very similar, use macros to reduce boilerplate. +// This defines a member that forwards the call to all listeners. +#define GTEST_REPEATER_METHOD_(Name, Type) \ +void TestEventRepeater::Name(const Type& parameter) { \ + if (forwarding_enabled_) { \ + for (size_t i = 0; i < listeners_.size(); i++) { \ + listeners_[i]->Name(parameter); \ + } \ + } \ +} +// This defines a member that forwards the call to all listeners in reverse +// order. +#define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ +void TestEventRepeater::Name(const Type& parameter) { \ + if (forwarding_enabled_) { \ + for (int i = static_cast(listeners_.size()) - 1; i >= 0; i--) { \ + listeners_[i]->Name(parameter); \ + } \ + } \ +} + +GTEST_REPEATER_METHOD_(OnTestProgramStart, UnitTest) +GTEST_REPEATER_METHOD_(OnEnvironmentsSetUpStart, UnitTest) +GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) +GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) +GTEST_REPEATER_METHOD_(OnTestPartResult, TestPartResult) +GTEST_REPEATER_METHOD_(OnEnvironmentsTearDownStart, UnitTest) +GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsSetUpEnd, UnitTest) +GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsTearDownEnd, UnitTest) +GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) +GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestCase) +GTEST_REVERSE_REPEATER_METHOD_(OnTestProgramEnd, UnitTest) + +#undef GTEST_REPEATER_METHOD_ +#undef GTEST_REVERSE_REPEATER_METHOD_ + +void TestEventRepeater::OnTestIterationStart(const UnitTest& unit_test, + int iteration) { + if (forwarding_enabled_) { + for (size_t i = 0; i < listeners_.size(); i++) { + listeners_[i]->OnTestIterationStart(unit_test, iteration); + } + } +} + +void TestEventRepeater::OnTestIterationEnd(const UnitTest& unit_test, + int iteration) { + if (forwarding_enabled_) { + for (int i = static_cast(listeners_.size()) - 1; i >= 0; i--) { + listeners_[i]->OnTestIterationEnd(unit_test, iteration); + } + } +} + +// End TestEventRepeater + +// This class generates an XML output file. +class XmlUnitTestResultPrinter : public EmptyTestEventListener { + public: + explicit XmlUnitTestResultPrinter(const char* output_file); + + virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); + + private: + // Is c a whitespace character that is normalized to a space character + // when it appears in an XML attribute value? + static bool IsNormalizableWhitespace(char c) { + return c == 0x9 || c == 0xA || c == 0xD; + } + + // May c appear in a well-formed XML document? + static bool IsValidXmlCharacter(char c) { + return IsNormalizableWhitespace(c) || c >= 0x20; + } + + // Returns an XML-escaped copy of the input string str. If + // is_attribute is true, the text is meant to appear as an attribute + // value, and normalizable whitespace is preserved by replacing it + // with character references. + static std::string EscapeXml(const std::string& str, bool is_attribute); + + // Returns the given string with all characters invalid in XML removed. + static std::string RemoveInvalidXmlCharacters(const std::string& str); + + // Convenience wrapper around EscapeXml when str is an attribute value. + static std::string EscapeXmlAttribute(const std::string& str) { + return EscapeXml(str, true); + } + + // Convenience wrapper around EscapeXml when str is not an attribute value. + static std::string EscapeXmlText(const char* str) { + return EscapeXml(str, false); + } + + // Verifies that the given attribute belongs to the given element and + // streams the attribute as XML. + static void OutputXmlAttribute(std::ostream* stream, + const std::string& element_name, + const std::string& name, + const std::string& value); + + // Streams an XML CDATA section, escaping invalid CDATA sequences as needed. + static void OutputXmlCDataSection(::std::ostream* stream, const char* data); + + // Streams an XML representation of a TestInfo object. + static void OutputXmlTestInfo(::std::ostream* stream, + const char* test_case_name, + const TestInfo& test_info); + + // Prints an XML representation of a TestCase object + static void PrintXmlTestCase(::std::ostream* stream, + const TestCase& test_case); + + // Prints an XML summary of unit_test to output stream out. + static void PrintXmlUnitTest(::std::ostream* stream, + const UnitTest& unit_test); + + // Produces a string representing the test properties in a result as space + // delimited XML attributes based on the property key="value" pairs. + // When the std::string is not empty, it includes a space at the beginning, + // to delimit this attribute from prior attributes. + static std::string TestPropertiesAsXmlAttributes(const TestResult& result); + + // The output file. + const std::string output_file_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(XmlUnitTestResultPrinter); +}; + +// Creates a new XmlUnitTestResultPrinter. +XmlUnitTestResultPrinter::XmlUnitTestResultPrinter(const char* output_file) + : output_file_(output_file) { + if (output_file_.c_str() == NULL || output_file_.empty()) { + fprintf(stderr, "XML output file may not be null\n"); + fflush(stderr); + exit(EXIT_FAILURE); + } +} + +// Called after the unit test ends. +void XmlUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, + int /*iteration*/) { + FILE* xmlout = NULL; + FilePath output_file(output_file_); + FilePath output_dir(output_file.RemoveFileName()); + + if (output_dir.CreateDirectoriesRecursively()) { + xmlout = posix::FOpen(output_file_.c_str(), "w"); + } + if (xmlout == NULL) { + // TODO(wan): report the reason of the failure. + // + // We don't do it for now as: + // + // 1. There is no urgent need for it. + // 2. It's a bit involved to make the errno variable thread-safe on + // all three operating systems (Linux, Windows, and Mac OS). + // 3. To interpret the meaning of errno in a thread-safe way, + // we need the strerror_r() function, which is not available on + // Windows. + fprintf(stderr, + "Unable to open file \"%s\"\n", + output_file_.c_str()); + fflush(stderr); + exit(EXIT_FAILURE); + } + std::stringstream stream; + PrintXmlUnitTest(&stream, unit_test); + fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); + fclose(xmlout); +} + +// Returns an XML-escaped copy of the input string str. If is_attribute +// is true, the text is meant to appear as an attribute value, and +// normalizable whitespace is preserved by replacing it with character +// references. +// +// Invalid XML characters in str, if any, are stripped from the output. +// It is expected that most, if not all, of the text processed by this +// module will consist of ordinary English text. +// If this module is ever modified to produce version 1.1 XML output, +// most invalid characters can be retained using character references. +// TODO(wan): It might be nice to have a minimally invasive, human-readable +// escaping scheme for invalid characters, rather than dropping them. +std::string XmlUnitTestResultPrinter::EscapeXml( + const std::string& str, bool is_attribute) { + Message m; + + for (size_t i = 0; i < str.size(); ++i) { + const char ch = str[i]; + switch (ch) { + case '<': + m << "<"; + break; + case '>': + m << ">"; + break; + case '&': + m << "&"; + break; + case '\'': + if (is_attribute) + m << "'"; + else + m << '\''; + break; + case '"': + if (is_attribute) + m << """; + else + m << '"'; + break; + default: + if (IsValidXmlCharacter(ch)) { + if (is_attribute && IsNormalizableWhitespace(ch)) + m << "&#x" << String::FormatByte(static_cast(ch)) + << ";"; + else + m << ch; + } + break; + } + } + + return m.GetString(); +} + +// Returns the given string with all characters invalid in XML removed. +// Currently invalid characters are dropped from the string. An +// alternative is to replace them with certain characters such as . or ?. +std::string XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters( + const std::string& str) { + std::string output; + output.reserve(str.size()); + for (std::string::const_iterator it = str.begin(); it != str.end(); ++it) + if (IsValidXmlCharacter(*it)) + output.push_back(*it); + + return output; +} + +// The following routines generate an XML representation of a UnitTest +// object. +// +// This is how Google Test concepts map to the DTD: +// +// <-- corresponds to a UnitTest object +// <-- corresponds to a TestCase object +// <-- corresponds to a TestInfo object +// ... +// ... +// ... +// <-- individual assertion failures +// +// +// + +// Formats the given time in milliseconds as seconds. +std::string FormatTimeInMillisAsSeconds(TimeInMillis ms) { + ::std::stringstream ss; + ss << ms/1000.0; + return ss.str(); +} + +// Converts the given epoch time in milliseconds to a date string in the ISO +// 8601 format, without the timezone information. +std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms) { + // Using non-reentrant version as localtime_r is not portable. + time_t seconds = static_cast(ms / 1000); +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4996) // Temporarily disables warning 4996 + // (function or variable may be unsafe). + const struct tm* const time_struct = localtime(&seconds); // NOLINT +# pragma warning(pop) // Restores the warning state again. +#else + const struct tm* const time_struct = localtime(&seconds); // NOLINT +#endif + if (time_struct == NULL) + return ""; // Invalid ms value + + // YYYY-MM-DDThh:mm:ss + return StreamableToString(time_struct->tm_year + 1900) + "-" + + String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" + + String::FormatIntWidth2(time_struct->tm_mday) + "T" + + String::FormatIntWidth2(time_struct->tm_hour) + ":" + + String::FormatIntWidth2(time_struct->tm_min) + ":" + + String::FormatIntWidth2(time_struct->tm_sec); +} + +// Streams an XML CDATA section, escaping invalid CDATA sequences as needed. +void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream, + const char* data) { + const char* segment = data; + *stream << ""); + if (next_segment != NULL) { + stream->write( + segment, static_cast(next_segment - segment)); + *stream << "]]>]]>"); + } else { + *stream << segment; + break; + } + } + *stream << "]]>"; +} + +void XmlUnitTestResultPrinter::OutputXmlAttribute( + std::ostream* stream, + const std::string& element_name, + const std::string& name, + const std::string& value) { + const std::vector& allowed_names = + GetReservedAttributesForElement(element_name); + + GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != + allowed_names.end()) + << "Attribute " << name << " is not allowed for element <" << element_name + << ">."; + + *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\""; +} + +// Prints an XML representation of a TestInfo object. +// TODO(wan): There is also value in printing properties with the plain printer. +void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream, + const char* test_case_name, + const TestInfo& test_info) { + const TestResult& result = *test_info.result(); + const std::string kTestcase = "testcase"; + + *stream << " \n"; + } + const string location = internal::FormatCompilerIndependentFileLocation( + part.file_name(), part.line_number()); + const string summary = location + "\n" + part.summary(); + *stream << " "; + const string detail = location + "\n" + part.message(); + OutputXmlCDataSection(stream, RemoveInvalidXmlCharacters(detail).c_str()); + *stream << "\n"; + } + } + + if (failures == 0) + *stream << " />\n"; + else + *stream << " \n"; +} + +// Prints an XML representation of a TestCase object +void XmlUnitTestResultPrinter::PrintXmlTestCase(std::ostream* stream, + const TestCase& test_case) { + const std::string kTestsuite = "testsuite"; + *stream << " <" << kTestsuite; + OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); + OutputXmlAttribute(stream, kTestsuite, "tests", + StreamableToString(test_case.reportable_test_count())); + OutputXmlAttribute(stream, kTestsuite, "failures", + StreamableToString(test_case.failed_test_count())); + OutputXmlAttribute( + stream, kTestsuite, "disabled", + StreamableToString(test_case.reportable_disabled_test_count())); + OutputXmlAttribute(stream, kTestsuite, "errors", "0"); + OutputXmlAttribute(stream, kTestsuite, "time", + FormatTimeInMillisAsSeconds(test_case.elapsed_time())); + *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result()) + << ">\n"; + + for (int i = 0; i < test_case.total_test_count(); ++i) { + if (test_case.GetTestInfo(i)->is_reportable()) + OutputXmlTestInfo(stream, test_case.name(), *test_case.GetTestInfo(i)); + } + *stream << " \n"; +} + +// Prints an XML summary of unit_test to output stream out. +void XmlUnitTestResultPrinter::PrintXmlUnitTest(std::ostream* stream, + const UnitTest& unit_test) { + const std::string kTestsuites = "testsuites"; + + *stream << "\n"; + *stream << "<" << kTestsuites; + + OutputXmlAttribute(stream, kTestsuites, "tests", + StreamableToString(unit_test.reportable_test_count())); + OutputXmlAttribute(stream, kTestsuites, "failures", + StreamableToString(unit_test.failed_test_count())); + OutputXmlAttribute( + stream, kTestsuites, "disabled", + StreamableToString(unit_test.reportable_disabled_test_count())); + OutputXmlAttribute(stream, kTestsuites, "errors", "0"); + OutputXmlAttribute( + stream, kTestsuites, "timestamp", + FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp())); + OutputXmlAttribute(stream, kTestsuites, "time", + FormatTimeInMillisAsSeconds(unit_test.elapsed_time())); + + if (GTEST_FLAG(shuffle)) { + OutputXmlAttribute(stream, kTestsuites, "random_seed", + StreamableToString(unit_test.random_seed())); + } + + *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result()); + + OutputXmlAttribute(stream, kTestsuites, "name", "AllTests"); + *stream << ">\n"; + + for (int i = 0; i < unit_test.total_test_case_count(); ++i) { + if (unit_test.GetTestCase(i)->reportable_test_count() > 0) + PrintXmlTestCase(stream, *unit_test.GetTestCase(i)); + } + *stream << "\n"; +} + +// Produces a string representing the test properties in a result as space +// delimited XML attributes based on the property key="value" pairs. +std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( + const TestResult& result) { + Message attributes; + for (int i = 0; i < result.test_property_count(); ++i) { + const TestProperty& property = result.GetTestProperty(i); + attributes << " " << property.key() << "=" + << "\"" << EscapeXmlAttribute(property.value()) << "\""; + } + return attributes.GetString(); +} + +// End XmlUnitTestResultPrinter + +#if GTEST_CAN_STREAM_RESULTS_ + +// Checks if str contains '=', '&', '%' or '\n' characters. If yes, +// replaces them by "%xx" where xx is their hexadecimal value. For +// example, replaces "=" with "%3D". This algorithm is O(strlen(str)) +// in both time and space -- important as the input str may contain an +// arbitrarily long test failure message and stack trace. +string StreamingListener::UrlEncode(const char* str) { + string result; + result.reserve(strlen(str) + 1); + for (char ch = *str; ch != '\0'; ch = *++str) { + switch (ch) { + case '%': + case '=': + case '&': + case '\n': + result.append("%" + String::FormatByte(static_cast(ch))); + break; + default: + result.push_back(ch); + break; + } + } + return result; +} + +void StreamingListener::SocketWriter::MakeConnection() { + GTEST_CHECK_(sockfd_ == -1) + << "MakeConnection() can't be called when there is already a connection."; + + addrinfo hints; + memset(&hints, 0, sizeof(hints)); + hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses. + hints.ai_socktype = SOCK_STREAM; + addrinfo* servinfo = NULL; + + // Use the getaddrinfo() to get a linked list of IP addresses for + // the given host name. + const int error_num = getaddrinfo( + host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); + if (error_num != 0) { + GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " + << gai_strerror(error_num); + } + + // Loop through all the results and connect to the first we can. + for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; + cur_addr = cur_addr->ai_next) { + sockfd_ = socket( + cur_addr->ai_family, cur_addr->ai_socktype, cur_addr->ai_protocol); + if (sockfd_ != -1) { + // Connect the client socket to the server socket. + if (connect(sockfd_, cur_addr->ai_addr, cur_addr->ai_addrlen) == -1) { + close(sockfd_); + sockfd_ = -1; + } + } + } + + freeaddrinfo(servinfo); // all done with this structure + + if (sockfd_ == -1) { + GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " + << host_name_ << ":" << port_num_; + } +} + +// End of class Streaming Listener +#endif // GTEST_CAN_STREAM_RESULTS__ + +// Class ScopedTrace + +// Pushes the given source file location and message onto a per-thread +// trace stack maintained by Google Test. +ScopedTrace::ScopedTrace(const char* file, int line, const Message& message) + GTEST_LOCK_EXCLUDED_(&UnitTest::mutex_) { + TraceInfo trace; + trace.file = file; + trace.line = line; + trace.message = message.GetString(); + + UnitTest::GetInstance()->PushGTestTrace(trace); +} + +// Pops the info pushed by the c'tor. +ScopedTrace::~ScopedTrace() + GTEST_LOCK_EXCLUDED_(&UnitTest::mutex_) { + UnitTest::GetInstance()->PopGTestTrace(); +} + + +// class OsStackTraceGetter + +// Returns the current OS stack trace as an std::string. Parameters: +// +// max_depth - the maximum number of stack frames to be included +// in the trace. +// skip_count - the number of top frames to be skipped; doesn't count +// against max_depth. +// +string OsStackTraceGetter::CurrentStackTrace(int /* max_depth */, + int /* skip_count */) + GTEST_LOCK_EXCLUDED_(mutex_) { + return ""; +} + +void OsStackTraceGetter::UponLeavingGTest() + GTEST_LOCK_EXCLUDED_(mutex_) { +} + +const char* const +OsStackTraceGetter::kElidedFramesMarker = + "... " GTEST_NAME_ " internal frames ..."; + +// A helper class that creates the premature-exit file in its +// constructor and deletes the file in its destructor. +class ScopedPrematureExitFile { + public: + explicit ScopedPrematureExitFile(const char* premature_exit_filepath) + : premature_exit_filepath_(premature_exit_filepath) { + // If a path to the premature-exit file is specified... + if (premature_exit_filepath != NULL && *premature_exit_filepath != '\0') { + // create the file with a single "0" character in it. I/O + // errors are ignored as there's nothing better we can do and we + // don't want to fail the test because of this. + FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); + fwrite("0", 1, 1, pfile); + fclose(pfile); + } + } + + ~ScopedPrematureExitFile() { + if (premature_exit_filepath_ != NULL && *premature_exit_filepath_ != '\0') { + remove(premature_exit_filepath_); + } + } + + private: + const char* const premature_exit_filepath_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedPrematureExitFile); +}; + +} // namespace internal + +// class TestEventListeners + +TestEventListeners::TestEventListeners() + : repeater_(new internal::TestEventRepeater()), + default_result_printer_(NULL), + default_xml_generator_(NULL) { +} + +TestEventListeners::~TestEventListeners() { delete repeater_; } + +// Returns the standard listener responsible for the default console +// output. Can be removed from the listeners list to shut down default +// console output. Note that removing this object from the listener list +// with Release transfers its ownership to the user. +void TestEventListeners::Append(TestEventListener* listener) { + repeater_->Append(listener); +} + +// Removes the given event listener from the list and returns it. It then +// becomes the caller's responsibility to delete the listener. Returns +// NULL if the listener is not found in the list. +TestEventListener* TestEventListeners::Release(TestEventListener* listener) { + if (listener == default_result_printer_) + default_result_printer_ = NULL; + else if (listener == default_xml_generator_) + default_xml_generator_ = NULL; + return repeater_->Release(listener); +} + +// Returns repeater that broadcasts the TestEventListener events to all +// subscribers. +TestEventListener* TestEventListeners::repeater() { return repeater_; } + +// Sets the default_result_printer attribute to the provided listener. +// The listener is also added to the listener list and previous +// default_result_printer is removed from it and deleted. The listener can +// also be NULL in which case it will not be added to the list. Does +// nothing if the previous and the current listener objects are the same. +void TestEventListeners::SetDefaultResultPrinter(TestEventListener* listener) { + if (default_result_printer_ != listener) { + // It is an error to pass this method a listener that is already in the + // list. + delete Release(default_result_printer_); + default_result_printer_ = listener; + if (listener != NULL) + Append(listener); + } +} + +// Sets the default_xml_generator attribute to the provided listener. The +// listener is also added to the listener list and previous +// default_xml_generator is removed from it and deleted. The listener can +// also be NULL in which case it will not be added to the list. Does +// nothing if the previous and the current listener objects are the same. +void TestEventListeners::SetDefaultXmlGenerator(TestEventListener* listener) { + if (default_xml_generator_ != listener) { + // It is an error to pass this method a listener that is already in the + // list. + delete Release(default_xml_generator_); + default_xml_generator_ = listener; + if (listener != NULL) + Append(listener); + } +} + +// Controls whether events will be forwarded by the repeater to the +// listeners in the list. +bool TestEventListeners::EventForwardingEnabled() const { + return repeater_->forwarding_enabled(); +} + +void TestEventListeners::SuppressEventForwarding() { + repeater_->set_forwarding_enabled(false); +} + +// class UnitTest + +// Gets the singleton UnitTest object. The first time this method is +// called, a UnitTest object is constructed and returned. Consecutive +// calls will return the same object. +// +// We don't protect this under mutex_ as a user is not supposed to +// call this before main() starts, from which point on the return +// value will never change. +UnitTest* UnitTest::GetInstance() { + // When compiled with MSVC 7.1 in optimized mode, destroying the + // UnitTest object upon exiting the program messes up the exit code, + // causing successful tests to appear failed. We have to use a + // different implementation in this case to bypass the compiler bug. + // This implementation makes the compiler happy, at the cost of + // leaking the UnitTest object. + + // CodeGear C++Builder insists on a public destructor for the + // default implementation. Use this implementation to keep good OO + // design with private destructor. + +#if (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) + static UnitTest* const instance = new UnitTest; + return instance; +#else + static UnitTest instance; + return &instance; +#endif // (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) +} + +// Gets the number of successful test cases. +int UnitTest::successful_test_case_count() const { + return impl()->successful_test_case_count(); +} + +// Gets the number of failed test cases. +int UnitTest::failed_test_case_count() const { + return impl()->failed_test_case_count(); +} + +// Gets the number of all test cases. +int UnitTest::total_test_case_count() const { + return impl()->total_test_case_count(); +} + +// Gets the number of all test cases that contain at least one test +// that should run. +int UnitTest::test_case_to_run_count() const { + return impl()->test_case_to_run_count(); +} + +// Gets the number of successful tests. +int UnitTest::successful_test_count() const { + return impl()->successful_test_count(); +} + +// Gets the number of failed tests. +int UnitTest::failed_test_count() const { return impl()->failed_test_count(); } + +// Gets the number of disabled tests that will be reported in the XML report. +int UnitTest::reportable_disabled_test_count() const { + return impl()->reportable_disabled_test_count(); +} + +// Gets the number of disabled tests. +int UnitTest::disabled_test_count() const { + return impl()->disabled_test_count(); +} + +// Gets the number of tests to be printed in the XML report. +int UnitTest::reportable_test_count() const { + return impl()->reportable_test_count(); +} + +// Gets the number of all tests. +int UnitTest::total_test_count() const { return impl()->total_test_count(); } + +// Gets the number of tests that should run. +int UnitTest::test_to_run_count() const { return impl()->test_to_run_count(); } + +// Gets the time of the test program start, in ms from the start of the +// UNIX epoch. +internal::TimeInMillis UnitTest::start_timestamp() const { + return impl()->start_timestamp(); +} + +// Gets the elapsed time, in milliseconds. +internal::TimeInMillis UnitTest::elapsed_time() const { + return impl()->elapsed_time(); +} + +// Returns true iff the unit test passed (i.e. all test cases passed). +bool UnitTest::Passed() const { return impl()->Passed(); } + +// Returns true iff the unit test failed (i.e. some test case failed +// or something outside of all tests failed). +bool UnitTest::Failed() const { return impl()->Failed(); } + +// Gets the i-th test case among all the test cases. i can range from 0 to +// total_test_case_count() - 1. If i is not in that range, returns NULL. +const TestCase* UnitTest::GetTestCase(int i) const { + return impl()->GetTestCase(i); +} + +// Returns the TestResult containing information on test failures and +// properties logged outside of individual test cases. +const TestResult& UnitTest::ad_hoc_test_result() const { + return *impl()->ad_hoc_test_result(); +} + +// Gets the i-th test case among all the test cases. i can range from 0 to +// total_test_case_count() - 1. If i is not in that range, returns NULL. +TestCase* UnitTest::GetMutableTestCase(int i) { + return impl()->GetMutableTestCase(i); +} + +// Returns the list of event listeners that can be used to track events +// inside Google Test. +TestEventListeners& UnitTest::listeners() { + return *impl()->listeners(); +} + +// Registers and returns a global test environment. When a test +// program is run, all global test environments will be set-up in the +// order they were registered. After all tests in the program have +// finished, all global test environments will be torn-down in the +// *reverse* order they were registered. +// +// The UnitTest object takes ownership of the given environment. +// +// We don't protect this under mutex_, as we only support calling it +// from the main thread. +Environment* UnitTest::AddEnvironment(Environment* env) { + if (env == NULL) { + return NULL; + } + + impl_->environments().push_back(env); + return env; +} + +// Adds a TestPartResult to the current TestResult object. All Google Test +// assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc) eventually call +// this to report their results. The user code should use the +// assertion macros instead of calling this directly. +void UnitTest::AddTestPartResult( + TestPartResult::Type result_type, + const char* file_name, + int line_number, + const std::string& message, + const std::string& os_stack_trace) GTEST_LOCK_EXCLUDED_(mutex_) { + Message msg; + msg << message; + + internal::MutexLock lock(&mutex_); + if (impl_->gtest_trace_stack().size() > 0) { + msg << "\n" << GTEST_NAME_ << " trace:"; + + for (int i = static_cast(impl_->gtest_trace_stack().size()); + i > 0; --i) { + const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; + msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) + << " " << trace.message; + } + } + + if (os_stack_trace.c_str() != NULL && !os_stack_trace.empty()) { + msg << internal::kStackTraceMarker << os_stack_trace; + } + + const TestPartResult result = + TestPartResult(result_type, file_name, line_number, + msg.GetString().c_str()); + impl_->GetTestPartResultReporterForCurrentThread()-> + ReportTestPartResult(result); + + if (result_type != TestPartResult::kSuccess) { + // gtest_break_on_failure takes precedence over + // gtest_throw_on_failure. This allows a user to set the latter + // in the code (perhaps in order to use Google Test assertions + // with another testing framework) and specify the former on the + // command line for debugging. + if (GTEST_FLAG(break_on_failure)) { +#if GTEST_OS_WINDOWS + // Using DebugBreak on Windows allows gtest to still break into a debugger + // when a failure happens and both the --gtest_break_on_failure and + // the --gtest_catch_exceptions flags are specified. + DebugBreak(); +#else + // Dereference NULL through a volatile pointer to prevent the compiler + // from removing. We use this rather than abort() or __builtin_trap() for + // portability: Symbian doesn't implement abort() well, and some debuggers + // don't correctly trap abort(). + *static_cast(NULL) = 1; +#endif // GTEST_OS_WINDOWS + } else if (GTEST_FLAG(throw_on_failure)) { +#if GTEST_HAS_EXCEPTIONS + throw internal::GoogleTestFailureException(result); +#else + // We cannot call abort() as it generates a pop-up in debug mode + // that cannot be suppressed in VC 7.1 or below. + exit(1); +#endif + } + } +} + +// Adds a TestProperty to the current TestResult object when invoked from +// inside a test, to current TestCase's ad_hoc_test_result_ when invoked +// from SetUpTestCase or TearDownTestCase, or to the global property set +// when invoked elsewhere. If the result already contains a property with +// the same key, the value will be updated. +void UnitTest::RecordProperty(const std::string& key, + const std::string& value) { + impl_->RecordProperty(TestProperty(key, value)); +} + +// Runs all tests in this UnitTest object and prints the result. +// Returns 0 if successful, or 1 otherwise. +// +// We don't protect this under mutex_, as we only support calling it +// from the main thread. +int UnitTest::Run() { + const bool in_death_test_child_process = + internal::GTEST_FLAG(internal_run_death_test).length() > 0; + + // Google Test implements this protocol for catching that a test + // program exits before returning control to Google Test: + // + // 1. Upon start, Google Test creates a file whose absolute path + // is specified by the environment variable + // TEST_PREMATURE_EXIT_FILE. + // 2. When Google Test has finished its work, it deletes the file. + // + // This allows a test runner to set TEST_PREMATURE_EXIT_FILE before + // running a Google-Test-based test program and check the existence + // of the file at the end of the test execution to see if it has + // exited prematurely. + + // If we are in the child process of a death test, don't + // create/delete the premature exit file, as doing so is unnecessary + // and will confuse the parent process. Otherwise, create/delete + // the file upon entering/leaving this function. If the program + // somehow exits before this function has a chance to return, the + // premature-exit file will be left undeleted, causing a test runner + // that understands the premature-exit-file protocol to report the + // test as having failed. + const internal::ScopedPrematureExitFile premature_exit_file( + in_death_test_child_process ? + NULL : internal::posix::GetEnv("TEST_PREMATURE_EXIT_FILE")); + + // Captures the value of GTEST_FLAG(catch_exceptions). This value will be + // used for the duration of the program. + impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); + +#if GTEST_HAS_SEH + // Either the user wants Google Test to catch exceptions thrown by the + // tests or this is executing in the context of death test child + // process. In either case the user does not want to see pop-up dialogs + // about crashes - they are expected. + if (impl()->catch_exceptions() || in_death_test_child_process) { +# if !GTEST_OS_WINDOWS_MOBILE + // SetErrorMode doesn't exist on CE. + SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOALIGNMENTFAULTEXCEPT | + SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX); +# endif // !GTEST_OS_WINDOWS_MOBILE + +# if (defined(_MSC_VER) || GTEST_OS_WINDOWS_MINGW) && !GTEST_OS_WINDOWS_MOBILE + // Death test children can be terminated with _abort(). On Windows, + // _abort() can show a dialog with a warning message. This forces the + // abort message to go to stderr instead. + _set_error_mode(_OUT_TO_STDERR); +# endif + +# if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE + // In the debug version, Visual Studio pops up a separate dialog + // offering a choice to debug the aborted program. We need to suppress + // this dialog or it will pop up for every EXPECT/ASSERT_DEATH statement + // executed. Google Test will notify the user of any unexpected + // failure via stderr. + // + // VC++ doesn't define _set_abort_behavior() prior to the version 8.0. + // Users of prior VC versions shall suffer the agony and pain of + // clicking through the countless debug dialogs. + // TODO(vladl@google.com): find a way to suppress the abort dialog() in the + // debug mode when compiled with VC 7.1 or lower. + if (!GTEST_FLAG(break_on_failure)) + _set_abort_behavior( + 0x0, // Clear the following flags: + _WRITE_ABORT_MSG | _CALL_REPORTFAULT); // pop-up window, core dump. +# endif + } +#endif // GTEST_HAS_SEH + + return internal::HandleExceptionsInMethodIfSupported( + impl(), + &internal::UnitTestImpl::RunAllTests, + "auxiliary test code (environments or event listeners)") ? 0 : 1; +} + +// Returns the working directory when the first TEST() or TEST_F() was +// executed. +const char* UnitTest::original_working_dir() const { + return impl_->original_working_dir_.c_str(); +} + +// Returns the TestCase object for the test that's currently running, +// or NULL if no test is running. +const TestCase* UnitTest::current_test_case() const + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + return impl_->current_test_case(); +} + +// Returns the TestInfo object for the test that's currently running, +// or NULL if no test is running. +const TestInfo* UnitTest::current_test_info() const + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + return impl_->current_test_info(); +} + +// Returns the random seed used at the start of the current test run. +int UnitTest::random_seed() const { return impl_->random_seed(); } + +#if GTEST_HAS_PARAM_TEST +// Returns ParameterizedTestCaseRegistry object used to keep track of +// value-parameterized tests and instantiate and register them. +internal::ParameterizedTestCaseRegistry& + UnitTest::parameterized_test_registry() + GTEST_LOCK_EXCLUDED_(mutex_) { + return impl_->parameterized_test_registry(); +} +#endif // GTEST_HAS_PARAM_TEST + +// Creates an empty UnitTest. +UnitTest::UnitTest() { + impl_ = new internal::UnitTestImpl(this); +} + +// Destructor of UnitTest. +UnitTest::~UnitTest() { + delete impl_; +} + +// Pushes a trace defined by SCOPED_TRACE() on to the per-thread +// Google Test trace stack. +void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + impl_->gtest_trace_stack().push_back(trace); +} + +// Pops a trace from the per-thread Google Test trace stack. +void UnitTest::PopGTestTrace() + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + impl_->gtest_trace_stack().pop_back(); +} + +namespace internal { + +UnitTestImpl::UnitTestImpl(UnitTest* parent) + : parent_(parent), +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4355) // Temporarily disables warning 4355 + // (using this in initializer). + default_global_test_part_result_reporter_(this), + default_per_thread_test_part_result_reporter_(this), +# pragma warning(pop) // Restores the warning state again. +#else + default_global_test_part_result_reporter_(this), + default_per_thread_test_part_result_reporter_(this), +#endif // _MSC_VER + global_test_part_result_repoter_( + &default_global_test_part_result_reporter_), + per_thread_test_part_result_reporter_( + &default_per_thread_test_part_result_reporter_), +#if GTEST_HAS_PARAM_TEST + parameterized_test_registry_(), + parameterized_tests_registered_(false), +#endif // GTEST_HAS_PARAM_TEST + last_death_test_case_(-1), + current_test_case_(NULL), + current_test_info_(NULL), + ad_hoc_test_result_(), + os_stack_trace_getter_(NULL), + post_flag_parse_init_performed_(false), + random_seed_(0), // Will be overridden by the flag before first use. + random_(0), // Will be reseeded before first use. + start_timestamp_(0), + elapsed_time_(0), +#if GTEST_HAS_DEATH_TEST + death_test_factory_(new DefaultDeathTestFactory), +#endif + // Will be overridden by the flag before first use. + catch_exceptions_(false) { + listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter); +} + +UnitTestImpl::~UnitTestImpl() { + // Deletes every TestCase. + ForEach(test_cases_, internal::Delete); + + // Deletes every Environment. + ForEach(environments_, internal::Delete); + + delete os_stack_trace_getter_; +} + +// Adds a TestProperty to the current TestResult object when invoked in a +// context of a test, to current test case's ad_hoc_test_result when invoke +// from SetUpTestCase/TearDownTestCase, or to the global property set +// otherwise. If the result already contains a property with the same key, +// the value will be updated. +void UnitTestImpl::RecordProperty(const TestProperty& test_property) { + std::string xml_element; + TestResult* test_result; // TestResult appropriate for property recording. + + if (current_test_info_ != NULL) { + xml_element = "testcase"; + test_result = &(current_test_info_->result_); + } else if (current_test_case_ != NULL) { + xml_element = "testsuite"; + test_result = &(current_test_case_->ad_hoc_test_result_); + } else { + xml_element = "testsuites"; + test_result = &ad_hoc_test_result_; + } + test_result->RecordProperty(xml_element, test_property); +} + +#if GTEST_HAS_DEATH_TEST +// Disables event forwarding if the control is currently in a death test +// subprocess. Must not be called before InitGoogleTest. +void UnitTestImpl::SuppressTestEventsIfInSubprocess() { + if (internal_run_death_test_flag_.get() != NULL) + listeners()->SuppressEventForwarding(); +} +#endif // GTEST_HAS_DEATH_TEST + +// Initializes event listeners performing XML output as specified by +// UnitTestOptions. Must not be called before InitGoogleTest. +void UnitTestImpl::ConfigureXmlOutput() { + const std::string& output_format = UnitTestOptions::GetOutputFormat(); + if (output_format == "xml") { + listeners()->SetDefaultXmlGenerator(new XmlUnitTestResultPrinter( + UnitTestOptions::GetAbsolutePathToOutputFile().c_str())); + } else if (output_format != "") { + printf("WARNING: unrecognized output format \"%s\" ignored.\n", + output_format.c_str()); + fflush(stdout); + } +} + +#if GTEST_CAN_STREAM_RESULTS_ +// Initializes event listeners for streaming test results in string form. +// Must not be called before InitGoogleTest. +void UnitTestImpl::ConfigureStreamingOutput() { + const std::string& target = GTEST_FLAG(stream_result_to); + if (!target.empty()) { + const size_t pos = target.find(':'); + if (pos != std::string::npos) { + listeners()->Append(new StreamingListener(target.substr(0, pos), + target.substr(pos+1))); + } else { + printf("WARNING: unrecognized streaming target \"%s\" ignored.\n", + target.c_str()); + fflush(stdout); + } + } +} +#endif // GTEST_CAN_STREAM_RESULTS_ + +// Performs initialization dependent upon flag values obtained in +// ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to +// ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest +// this function is also called from RunAllTests. Since this function can be +// called more than once, it has to be idempotent. +void UnitTestImpl::PostFlagParsingInit() { + // Ensures that this function does not execute more than once. + if (!post_flag_parse_init_performed_) { + post_flag_parse_init_performed_ = true; + +#if GTEST_HAS_DEATH_TEST + InitDeathTestSubprocessControlInfo(); + SuppressTestEventsIfInSubprocess(); +#endif // GTEST_HAS_DEATH_TEST + + // Registers parameterized tests. This makes parameterized tests + // available to the UnitTest reflection API without running + // RUN_ALL_TESTS. + RegisterParameterizedTests(); + + // Configures listeners for XML output. This makes it possible for users + // to shut down the default XML output before invoking RUN_ALL_TESTS. + ConfigureXmlOutput(); + +#if GTEST_CAN_STREAM_RESULTS_ + // Configures listeners for streaming test results to the specified server. + ConfigureStreamingOutput(); +#endif // GTEST_CAN_STREAM_RESULTS_ + } +} + +// A predicate that checks the name of a TestCase against a known +// value. +// +// This is used for implementation of the UnitTest class only. We put +// it in the anonymous namespace to prevent polluting the outer +// namespace. +// +// TestCaseNameIs is copyable. +class TestCaseNameIs { + public: + // Constructor. + explicit TestCaseNameIs(const std::string& name) + : name_(name) {} + + // Returns true iff the name of test_case matches name_. + bool operator()(const TestCase* test_case) const { + return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0; + } + + private: + std::string name_; +}; + +// Finds and returns a TestCase with the given name. If one doesn't +// exist, creates one and returns it. It's the CALLER'S +// RESPONSIBILITY to ensure that this function is only called WHEN THE +// TESTS ARE NOT SHUFFLED. +// +// Arguments: +// +// test_case_name: name of the test case +// type_param: the name of the test case's type parameter, or NULL if +// this is not a typed or a type-parameterized test case. +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, + const char* type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc) { + // Can we find a TestCase with the given name? + const std::vector::const_iterator test_case = + std::find_if(test_cases_.begin(), test_cases_.end(), + TestCaseNameIs(test_case_name)); + + if (test_case != test_cases_.end()) + return *test_case; + + // No. Let's create one. + TestCase* const new_test_case = + new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc); + + // Is this a death test case? + if (internal::UnitTestOptions::MatchesFilter(test_case_name, + kDeathTestCaseFilter)) { + // Yes. Inserts the test case after the last death test case + // defined so far. This only works when the test cases haven't + // been shuffled. Otherwise we may end up running a death test + // after a non-death test. + ++last_death_test_case_; + test_cases_.insert(test_cases_.begin() + last_death_test_case_, + new_test_case); + } else { + // No. Appends to the end of the list. + test_cases_.push_back(new_test_case); + } + + test_case_indices_.push_back(static_cast(test_case_indices_.size())); + return new_test_case; +} + +// Helpers for setting up / tearing down the given environment. They +// are for use in the ForEach() function. +static void SetUpEnvironment(Environment* env) { env->SetUp(); } +static void TearDownEnvironment(Environment* env) { env->TearDown(); } + +// Runs all tests in this UnitTest object, prints the result, and +// returns true if all tests are successful. If any exception is +// thrown during a test, the test is considered to be failed, but the +// rest of the tests will still be run. +// +// When parameterized tests are enabled, it expands and registers +// parameterized tests first in RegisterParameterizedTests(). +// All other functions called from RunAllTests() may safely assume that +// parameterized tests are ready to be counted and run. +bool UnitTestImpl::RunAllTests() { + // Makes sure InitGoogleTest() was called. + if (!GTestIsInitialized()) { + printf("%s", + "\nThis test program did NOT call ::testing::InitGoogleTest " + "before calling RUN_ALL_TESTS(). Please fix it.\n"); + return false; + } + + // Do not run any test if the --help flag was specified. + if (g_help_flag) + return true; + + // Repeats the call to the post-flag parsing initialization in case the + // user didn't call InitGoogleTest. + PostFlagParsingInit(); + + // Even if sharding is not on, test runners may want to use the + // GTEST_SHARD_STATUS_FILE to query whether the test supports the sharding + // protocol. + internal::WriteToShardStatusFileIfNeeded(); + + // True iff we are in a subprocess for running a thread-safe-style + // death test. + bool in_subprocess_for_death_test = false; + +#if GTEST_HAS_DEATH_TEST + in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL); +#endif // GTEST_HAS_DEATH_TEST + + const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, + in_subprocess_for_death_test); + + // Compares the full test names with the filter to decide which + // tests to run. + const bool has_tests_to_run = FilterTests(should_shard + ? HONOR_SHARDING_PROTOCOL + : IGNORE_SHARDING_PROTOCOL) > 0; + + // Lists the tests and exits if the --gtest_list_tests flag was specified. + if (GTEST_FLAG(list_tests)) { + // This must be called *after* FilterTests() has been called. + ListTestsMatchingFilter(); + return true; + } + + random_seed_ = GTEST_FLAG(shuffle) ? + GetRandomSeedFromFlag(GTEST_FLAG(random_seed)) : 0; + + // True iff at least one test has failed. + bool failed = false; + + TestEventListener* repeater = listeners()->repeater(); + + start_timestamp_ = GetTimeInMillis(); + repeater->OnTestProgramStart(*parent_); + + // How many times to repeat the tests? We don't want to repeat them + // when we are inside the subprocess of a death test. + const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); + // Repeats forever if the repeat count is negative. + const bool forever = repeat < 0; + for (int i = 0; forever || i != repeat; i++) { + // We want to preserve failures generated by ad-hoc test + // assertions executed before RUN_ALL_TESTS(). + ClearNonAdHocTestResult(); + + const TimeInMillis start = GetTimeInMillis(); + + // Shuffles test cases and tests if requested. + if (has_tests_to_run && GTEST_FLAG(shuffle)) { + random()->Reseed(random_seed_); + // This should be done before calling OnTestIterationStart(), + // such that a test event listener can see the actual test order + // in the event. + ShuffleTests(); + } + + // Tells the unit test event listeners that the tests are about to start. + repeater->OnTestIterationStart(*parent_, i); + + // Runs each test case if there is at least one test to run. + if (has_tests_to_run) { + // Sets up all environments beforehand. + repeater->OnEnvironmentsSetUpStart(*parent_); + ForEach(environments_, SetUpEnvironment); + repeater->OnEnvironmentsSetUpEnd(*parent_); + + // Runs the tests only if there was no fatal failure during global + // set-up. + if (!Test::HasFatalFailure()) { + for (int test_index = 0; test_index < total_test_case_count(); + test_index++) { + GetMutableTestCase(test_index)->Run(); + } + } + + // Tears down all environments in reverse order afterwards. + repeater->OnEnvironmentsTearDownStart(*parent_); + std::for_each(environments_.rbegin(), environments_.rend(), + TearDownEnvironment); + repeater->OnEnvironmentsTearDownEnd(*parent_); + } + + elapsed_time_ = GetTimeInMillis() - start; + + // Tells the unit test event listener that the tests have just finished. + repeater->OnTestIterationEnd(*parent_, i); + + // Gets the result and clears it. + if (!Passed()) { + failed = true; + } + + // Restores the original test order after the iteration. This + // allows the user to quickly repro a failure that happens in the + // N-th iteration without repeating the first (N - 1) iterations. + // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in + // case the user somehow changes the value of the flag somewhere + // (it's always safe to unshuffle the tests). + UnshuffleTests(); + + if (GTEST_FLAG(shuffle)) { + // Picks a new random seed for each iteration. + random_seed_ = GetNextRandomSeed(random_seed_); + } + } + + repeater->OnTestProgramEnd(*parent_); + + return !failed; +} + +// Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file +// if the variable is present. If a file already exists at this location, this +// function will write over it. If the variable is present, but the file cannot +// be created, prints an error and exits. +void WriteToShardStatusFileIfNeeded() { + const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); + if (test_shard_file != NULL) { + FILE* const file = posix::FOpen(test_shard_file, "w"); + if (file == NULL) { + ColoredPrintf(COLOR_RED, + "Could not write to the test shard status file \"%s\" " + "specified by the %s environment variable.\n", + test_shard_file, kTestShardStatusFile); + fflush(stdout); + exit(EXIT_FAILURE); + } + fclose(file); + } +} + +// Checks whether sharding is enabled by examining the relevant +// environment variable values. If the variables are present, +// but inconsistent (i.e., shard_index >= total_shards), prints +// an error and exits. If in_subprocess_for_death_test, sharding is +// disabled because it must only be applied to the original test +// process. Otherwise, we could filter out death tests we intended to execute. +bool ShouldShard(const char* total_shards_env, + const char* shard_index_env, + bool in_subprocess_for_death_test) { + if (in_subprocess_for_death_test) { + return false; + } + + const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); + const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1); + + if (total_shards == -1 && shard_index == -1) { + return false; + } else if (total_shards == -1 && shard_index != -1) { + const Message msg = Message() + << "Invalid environment variables: you have " + << kTestShardIndex << " = " << shard_index + << ", but have left " << kTestTotalShards << " unset.\n"; + ColoredPrintf(COLOR_RED, msg.GetString().c_str()); + fflush(stdout); + exit(EXIT_FAILURE); + } else if (total_shards != -1 && shard_index == -1) { + const Message msg = Message() + << "Invalid environment variables: you have " + << kTestTotalShards << " = " << total_shards + << ", but have left " << kTestShardIndex << " unset.\n"; + ColoredPrintf(COLOR_RED, msg.GetString().c_str()); + fflush(stdout); + exit(EXIT_FAILURE); + } else if (shard_index < 0 || shard_index >= total_shards) { + const Message msg = Message() + << "Invalid environment variables: we require 0 <= " + << kTestShardIndex << " < " << kTestTotalShards + << ", but you have " << kTestShardIndex << "=" << shard_index + << ", " << kTestTotalShards << "=" << total_shards << ".\n"; + ColoredPrintf(COLOR_RED, msg.GetString().c_str()); + fflush(stdout); + exit(EXIT_FAILURE); + } + + return total_shards > 1; +} + +// Parses the environment variable var as an Int32. If it is unset, +// returns default_val. If it is not an Int32, prints an error +// and aborts. +Int32 Int32FromEnvOrDie(const char* var, Int32 default_val) { + const char* str_val = posix::GetEnv(var); + if (str_val == NULL) { + return default_val; + } + + Int32 result; + if (!ParseInt32(Message() << "The value of environment variable " << var, + str_val, &result)) { + exit(EXIT_FAILURE); + } + return result; +} + +// Given the total number of shards, the shard index, and the test id, +// returns true iff the test should be run on this shard. The test id is +// some arbitrary but unique non-negative integer assigned to each test +// method. Assumes that 0 <= shard_index < total_shards. +bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { + return (test_id % total_shards) == shard_index; +} + +// Compares the name of each test with the user-specified filter to +// decide whether the test should be run, then records the result in +// each TestCase and TestInfo object. +// If shard_tests == true, further filters tests based on sharding +// variables in the environment - see +// http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide. +// Returns the number of tests that should run. +int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { + const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? + Int32FromEnvOrDie(kTestTotalShards, -1) : -1; + const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ? + Int32FromEnvOrDie(kTestShardIndex, -1) : -1; + + // num_runnable_tests are the number of tests that will + // run across all shards (i.e., match filter and are not disabled). + // num_selected_tests are the number of tests to be run on + // this shard. + int num_runnable_tests = 0; + int num_selected_tests = 0; + for (size_t i = 0; i < test_cases_.size(); i++) { + TestCase* const test_case = test_cases_[i]; + const std::string &test_case_name = test_case->name(); + test_case->set_should_run(false); + + for (size_t j = 0; j < test_case->test_info_list().size(); j++) { + TestInfo* const test_info = test_case->test_info_list()[j]; + const std::string test_name(test_info->name()); + // A test is disabled if test case name or test name matches + // kDisableTestFilter. + const bool is_disabled = + internal::UnitTestOptions::MatchesFilter(test_case_name, + kDisableTestFilter) || + internal::UnitTestOptions::MatchesFilter(test_name, + kDisableTestFilter); + test_info->is_disabled_ = is_disabled; + + const bool matches_filter = + internal::UnitTestOptions::FilterMatchesTest(test_case_name, + test_name); + test_info->matches_filter_ = matches_filter; + + const bool is_runnable = + (GTEST_FLAG(also_run_disabled_tests) || !is_disabled) && + matches_filter; + + const bool is_selected = is_runnable && + (shard_tests == IGNORE_SHARDING_PROTOCOL || + ShouldRunTestOnShard(total_shards, shard_index, + num_runnable_tests)); + + num_runnable_tests += is_runnable; + num_selected_tests += is_selected; + + test_info->should_run_ = is_selected; + test_case->set_should_run(test_case->should_run() || is_selected); + } + } + return num_selected_tests; +} + +// Prints the given C-string on a single line by replacing all '\n' +// characters with string "\\n". If the output takes more than +// max_length characters, only prints the first max_length characters +// and "...". +static void PrintOnOneLine(const char* str, int max_length) { + if (str != NULL) { + for (int i = 0; *str != '\0'; ++str) { + if (i >= max_length) { + printf("..."); + break; + } + if (*str == '\n') { + printf("\\n"); + i += 2; + } else { + printf("%c", *str); + ++i; + } + } + } +} + +// Prints the names of the tests matching the user-specified filter flag. +void UnitTestImpl::ListTestsMatchingFilter() { + // Print at most this many characters for each type/value parameter. + const int kMaxParamLength = 250; + + for (size_t i = 0; i < test_cases_.size(); i++) { + const TestCase* const test_case = test_cases_[i]; + bool printed_test_case_name = false; + + for (size_t j = 0; j < test_case->test_info_list().size(); j++) { + const TestInfo* const test_info = + test_case->test_info_list()[j]; + if (test_info->matches_filter_) { + if (!printed_test_case_name) { + printed_test_case_name = true; + printf("%s.", test_case->name()); + if (test_case->type_param() != NULL) { + printf(" # %s = ", kTypeParamLabel); + // We print the type parameter on a single line to make + // the output easy to parse by a program. + PrintOnOneLine(test_case->type_param(), kMaxParamLength); + } + printf("\n"); + } + printf(" %s", test_info->name()); + if (test_info->value_param() != NULL) { + printf(" # %s = ", kValueParamLabel); + // We print the value parameter on a single line to make the + // output easy to parse by a program. + PrintOnOneLine(test_info->value_param(), kMaxParamLength); + } + printf("\n"); + } + } + } + fflush(stdout); +} + +// Sets the OS stack trace getter. +// +// Does nothing if the input and the current OS stack trace getter are +// the same; otherwise, deletes the old getter and makes the input the +// current getter. +void UnitTestImpl::set_os_stack_trace_getter( + OsStackTraceGetterInterface* getter) { + if (os_stack_trace_getter_ != getter) { + delete os_stack_trace_getter_; + os_stack_trace_getter_ = getter; + } +} + +// Returns the current OS stack trace getter if it is not NULL; +// otherwise, creates an OsStackTraceGetter, makes it the current +// getter, and returns it. +OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { + if (os_stack_trace_getter_ == NULL) { + os_stack_trace_getter_ = new OsStackTraceGetter; + } + + return os_stack_trace_getter_; +} + +// Returns the TestResult for the test that's currently running, or +// the TestResult for the ad hoc test if no test is running. +TestResult* UnitTestImpl::current_test_result() { + return current_test_info_ ? + &(current_test_info_->result_) : &ad_hoc_test_result_; +} + +// Shuffles all test cases, and the tests within each test case, +// making sure that death tests are still run first. +void UnitTestImpl::ShuffleTests() { + // Shuffles the death test cases. + ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); + + // Shuffles the non-death test cases. + ShuffleRange(random(), last_death_test_case_ + 1, + static_cast(test_cases_.size()), &test_case_indices_); + + // Shuffles the tests inside each test case. + for (size_t i = 0; i < test_cases_.size(); i++) { + test_cases_[i]->ShuffleTests(random()); + } +} + +// Restores the test cases and tests to their order before the first shuffle. +void UnitTestImpl::UnshuffleTests() { + for (size_t i = 0; i < test_cases_.size(); i++) { + // Unshuffles the tests in each test case. + test_cases_[i]->UnshuffleTests(); + // Resets the index of each test case. + test_case_indices_[i] = static_cast(i); + } +} + +// Returns the current OS stack trace as an std::string. +// +// The maximum number of stack frames to be included is specified by +// the gtest_stack_trace_depth flag. The skip_count parameter +// specifies the number of top frames to be skipped, which doesn't +// count against the number of frames to be included. +// +// For example, if Foo() calls Bar(), which in turn calls +// GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in +// the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. +std::string GetCurrentOsStackTraceExceptTop(UnitTest* /*unit_test*/, + int skip_count) { + // We pass skip_count + 1 to skip this wrapper function in addition + // to what the user really wants to skip. + return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); +} + +// Used by the GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ macro to +// suppress unreachable code warnings. +namespace { +class ClassUniqueToAlwaysTrue {}; +} + +bool IsTrue(bool condition) { return condition; } + +bool AlwaysTrue() { +#if GTEST_HAS_EXCEPTIONS + // This condition is always false so AlwaysTrue() never actually throws, + // but it makes the compiler think that it may throw. + if (IsTrue(false)) + throw ClassUniqueToAlwaysTrue(); +#endif // GTEST_HAS_EXCEPTIONS + return true; +} + +// If *pstr starts with the given prefix, modifies *pstr to be right +// past the prefix and returns true; otherwise leaves *pstr unchanged +// and returns false. None of pstr, *pstr, and prefix can be NULL. +bool SkipPrefix(const char* prefix, const char** pstr) { + const size_t prefix_len = strlen(prefix); + if (strncmp(*pstr, prefix, prefix_len) == 0) { + *pstr += prefix_len; + return true; + } + return false; +} + +// Parses a string as a command line flag. The string should have +// the format "--flag=value". When def_optional is true, the "=value" +// part can be omitted. +// +// Returns the value of the flag, or NULL if the parsing failed. +const char* ParseFlagValue(const char* str, + const char* flag, + bool def_optional) { + // str and flag must not be NULL. + if (str == NULL || flag == NULL) return NULL; + + // The flag must start with "--" followed by GTEST_FLAG_PREFIX_. + const std::string flag_str = std::string("--") + GTEST_FLAG_PREFIX_ + flag; + const size_t flag_len = flag_str.length(); + if (strncmp(str, flag_str.c_str(), flag_len) != 0) return NULL; + + // Skips the flag name. + const char* flag_end = str + flag_len; + + // When def_optional is true, it's OK to not have a "=value" part. + if (def_optional && (flag_end[0] == '\0')) { + return flag_end; + } + + // If def_optional is true and there are more characters after the + // flag name, or if def_optional is false, there must be a '=' after + // the flag name. + if (flag_end[0] != '=') return NULL; + + // Returns the string after "=". + return flag_end + 1; +} + +// Parses a string for a bool flag, in the form of either +// "--flag=value" or "--flag". +// +// In the former case, the value is taken as true as long as it does +// not start with '0', 'f', or 'F'. +// +// In the latter case, the value is taken as true. +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +bool ParseBoolFlag(const char* str, const char* flag, bool* value) { + // Gets the value of the flag as a string. + const char* const value_str = ParseFlagValue(str, flag, true); + + // Aborts if the parsing failed. + if (value_str == NULL) return false; + + // Converts the string value to a bool. + *value = !(*value_str == '0' || *value_str == 'f' || *value_str == 'F'); + return true; +} + +// Parses a string for an Int32 flag, in the form of +// "--flag=value". +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +bool ParseInt32Flag(const char* str, const char* flag, Int32* value) { + // Gets the value of the flag as a string. + const char* const value_str = ParseFlagValue(str, flag, false); + + // Aborts if the parsing failed. + if (value_str == NULL) return false; + + // Sets *value to the value of the flag. + return ParseInt32(Message() << "The value of flag --" << flag, + value_str, value); +} + +// Parses a string for a string flag, in the form of +// "--flag=value". +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +bool ParseStringFlag(const char* str, const char* flag, std::string* value) { + // Gets the value of the flag as a string. + const char* const value_str = ParseFlagValue(str, flag, false); + + // Aborts if the parsing failed. + if (value_str == NULL) return false; + + // Sets *value to the value of the flag. + *value = value_str; + return true; +} + +// Determines whether a string has a prefix that Google Test uses for its +// flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. +// If Google Test detects that a command line flag has its prefix but is not +// recognized, it will print its help message. Flags starting with +// GTEST_INTERNAL_PREFIX_ followed by "internal_" are considered Google Test +// internal flags and do not trigger the help message. +static bool HasGoogleTestFlagPrefix(const char* str) { + return (SkipPrefix("--", &str) || + SkipPrefix("-", &str) || + SkipPrefix("/", &str)) && + !SkipPrefix(GTEST_FLAG_PREFIX_ "internal_", &str) && + (SkipPrefix(GTEST_FLAG_PREFIX_, &str) || + SkipPrefix(GTEST_FLAG_PREFIX_DASH_, &str)); +} + +// Prints a string containing code-encoded text. The following escape +// sequences can be used in the string to control the text color: +// +// @@ prints a single '@' character. +// @R changes the color to red. +// @G changes the color to green. +// @Y changes the color to yellow. +// @D changes to the default terminal text color. +// +// TODO(wan@google.com): Write tests for this once we add stdout +// capturing to Google Test. +static void PrintColorEncoded(const char* str) { + GTestColor color = COLOR_DEFAULT; // The current color. + + // Conceptually, we split the string into segments divided by escape + // sequences. Then we print one segment at a time. At the end of + // each iteration, the str pointer advances to the beginning of the + // next segment. + for (;;) { + const char* p = strchr(str, '@'); + if (p == NULL) { + ColoredPrintf(color, "%s", str); + return; + } + + ColoredPrintf(color, "%s", std::string(str, p).c_str()); + + const char ch = p[1]; + str = p + 2; + if (ch == '@') { + ColoredPrintf(color, "@"); + } else if (ch == 'D') { + color = COLOR_DEFAULT; + } else if (ch == 'R') { + color = COLOR_RED; + } else if (ch == 'G') { + color = COLOR_GREEN; + } else if (ch == 'Y') { + color = COLOR_YELLOW; + } else { + --str; + } + } +} + +static const char kColorEncodedHelpMessage[] = +"This program contains tests written using " GTEST_NAME_ ". You can use the\n" +"following command line flags to control its behavior:\n" +"\n" +"Test Selection:\n" +" @G--" GTEST_FLAG_PREFIX_ "list_tests@D\n" +" List the names of all tests instead of running them. The name of\n" +" TEST(Foo, Bar) is \"Foo.Bar\".\n" +" @G--" GTEST_FLAG_PREFIX_ "filter=@YPOSTIVE_PATTERNS" + "[@G-@YNEGATIVE_PATTERNS]@D\n" +" Run only the tests whose name matches one of the positive patterns but\n" +" none of the negative patterns. '?' matches any single character; '*'\n" +" matches any substring; ':' separates two patterns.\n" +" @G--" GTEST_FLAG_PREFIX_ "also_run_disabled_tests@D\n" +" Run all disabled tests too.\n" +"\n" +"Test Execution:\n" +" @G--" GTEST_FLAG_PREFIX_ "repeat=@Y[COUNT]@D\n" +" Run the tests repeatedly; use a negative count to repeat forever.\n" +" @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n" +" Randomize tests' orders on every iteration.\n" +" @G--" GTEST_FLAG_PREFIX_ "random_seed=@Y[NUMBER]@D\n" +" Random number seed to use for shuffling test orders (between 1 and\n" +" 99999, or 0 to use a seed based on the current time).\n" +"\n" +"Test Output:\n" +" @G--" GTEST_FLAG_PREFIX_ "color=@Y(@Gyes@Y|@Gno@Y|@Gauto@Y)@D\n" +" Enable/disable colored output. The default is @Gauto@D.\n" +" -@G-" GTEST_FLAG_PREFIX_ "print_time=0@D\n" +" Don't print the elapsed time of each test.\n" +" @G--" GTEST_FLAG_PREFIX_ "output=xml@Y[@G:@YDIRECTORY_PATH@G" + GTEST_PATH_SEP_ "@Y|@G:@YFILE_PATH]@D\n" +" Generate an XML report in the given directory or with the given file\n" +" name. @YFILE_PATH@D defaults to @Gtest_details.xml@D.\n" +#if GTEST_CAN_STREAM_RESULTS_ +" @G--" GTEST_FLAG_PREFIX_ "stream_result_to=@YHOST@G:@YPORT@D\n" +" Stream test results to the given server.\n" +#endif // GTEST_CAN_STREAM_RESULTS_ +"\n" +"Assertion Behavior:\n" +#if GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS +" @G--" GTEST_FLAG_PREFIX_ "death_test_style=@Y(@Gfast@Y|@Gthreadsafe@Y)@D\n" +" Set the default death test style.\n" +#endif // GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS +" @G--" GTEST_FLAG_PREFIX_ "break_on_failure@D\n" +" Turn assertion failures into debugger break-points.\n" +" @G--" GTEST_FLAG_PREFIX_ "throw_on_failure@D\n" +" Turn assertion failures into C++ exceptions.\n" +" @G--" GTEST_FLAG_PREFIX_ "catch_exceptions=0@D\n" +" Do not report exceptions as test failures. Instead, allow them\n" +" to crash the program or throw a pop-up (on Windows).\n" +"\n" +"Except for @G--" GTEST_FLAG_PREFIX_ "list_tests@D, you can alternatively set " + "the corresponding\n" +"environment variable of a flag (all letters in upper-case). For example, to\n" +"disable colored text output, you can either specify @G--" GTEST_FLAG_PREFIX_ + "color=no@D or set\n" +"the @G" GTEST_FLAG_PREFIX_UPPER_ "COLOR@D environment variable to @Gno@D.\n" +"\n" +"For more information, please read the " GTEST_NAME_ " documentation at\n" +"@G" GTEST_PROJECT_URL_ "@D. If you find a bug in " GTEST_NAME_ "\n" +"(not one in your own code or tests), please report it to\n" +"@G<" GTEST_DEV_EMAIL_ ">@D.\n"; + +// Parses the command line for Google Test flags, without initializing +// other parts of Google Test. The type parameter CharType can be +// instantiated to either char or wchar_t. +template +void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) { + for (int i = 1; i < *argc; i++) { + const std::string arg_string = StreamableToString(argv[i]); + const char* const arg = arg_string.c_str(); + + using internal::ParseBoolFlag; + using internal::ParseInt32Flag; + using internal::ParseStringFlag; + + // Do we see a Google Test flag? + if (ParseBoolFlag(arg, kAlsoRunDisabledTestsFlag, + >EST_FLAG(also_run_disabled_tests)) || + ParseBoolFlag(arg, kBreakOnFailureFlag, + >EST_FLAG(break_on_failure)) || + ParseBoolFlag(arg, kCatchExceptionsFlag, + >EST_FLAG(catch_exceptions)) || + ParseStringFlag(arg, kColorFlag, >EST_FLAG(color)) || + ParseStringFlag(arg, kDeathTestStyleFlag, + >EST_FLAG(death_test_style)) || + ParseBoolFlag(arg, kDeathTestUseFork, + >EST_FLAG(death_test_use_fork)) || + ParseStringFlag(arg, kFilterFlag, >EST_FLAG(filter)) || + ParseStringFlag(arg, kInternalRunDeathTestFlag, + >EST_FLAG(internal_run_death_test)) || + ParseBoolFlag(arg, kListTestsFlag, >EST_FLAG(list_tests)) || + ParseStringFlag(arg, kOutputFlag, >EST_FLAG(output)) || + ParseBoolFlag(arg, kPrintTimeFlag, >EST_FLAG(print_time)) || + ParseInt32Flag(arg, kRandomSeedFlag, >EST_FLAG(random_seed)) || + ParseInt32Flag(arg, kRepeatFlag, >EST_FLAG(repeat)) || + ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) || + ParseInt32Flag(arg, kStackTraceDepthFlag, + >EST_FLAG(stack_trace_depth)) || + ParseStringFlag(arg, kStreamResultToFlag, + >EST_FLAG(stream_result_to)) || + ParseBoolFlag(arg, kThrowOnFailureFlag, + >EST_FLAG(throw_on_failure)) + ) { + // Yes. Shift the remainder of the argv list left by one. Note + // that argv has (*argc + 1) elements, the last one always being + // NULL. The following loop moves the trailing NULL element as + // well. + for (int j = i; j != *argc; j++) { + argv[j] = argv[j + 1]; + } + + // Decrements the argument count. + (*argc)--; + + // We also need to decrement the iterator as we just removed + // an element. + i--; + } else if (arg_string == "--help" || arg_string == "-h" || + arg_string == "-?" || arg_string == "/?" || + HasGoogleTestFlagPrefix(arg)) { + // Both help flag and unrecognized Google Test flags (excluding + // internal ones) trigger help display. + g_help_flag = true; + } + } + + if (g_help_flag) { + // We print the help here instead of in RUN_ALL_TESTS(), as the + // latter may not be called at all if the user is using Google + // Test with another testing framework. + PrintColorEncoded(kColorEncodedHelpMessage); + } +} + +// Parses the command line for Google Test flags, without initializing +// other parts of Google Test. +void ParseGoogleTestFlagsOnly(int* argc, char** argv) { + ParseGoogleTestFlagsOnlyImpl(argc, argv); +} +void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { + ParseGoogleTestFlagsOnlyImpl(argc, argv); +} + +// The internal implementation of InitGoogleTest(). +// +// The type parameter CharType can be instantiated to either char or +// wchar_t. +template +void InitGoogleTestImpl(int* argc, CharType** argv) { + g_init_gtest_count++; + + // We don't want to run the initialization code twice. + if (g_init_gtest_count != 1) return; + + if (*argc <= 0) return; + + internal::g_executable_path = internal::StreamableToString(argv[0]); + +#if GTEST_HAS_DEATH_TEST + + g_argvs.clear(); + for (int i = 0; i != *argc; i++) { + g_argvs.push_back(StreamableToString(argv[i])); + } + +#endif // GTEST_HAS_DEATH_TEST + + ParseGoogleTestFlagsOnly(argc, argv); + GetUnitTestImpl()->PostFlagParsingInit(); +} + +} // namespace internal + +// Initializes Google Test. This must be called before calling +// RUN_ALL_TESTS(). In particular, it parses a command line for the +// flags that Google Test recognizes. Whenever a Google Test flag is +// seen, it is removed from argv, and *argc is decremented. +// +// No value is returned. Instead, the Google Test flag variables are +// updated. +// +// Calling the function for the second time has no user-visible effect. +void InitGoogleTest(int* argc, char** argv) { + internal::InitGoogleTestImpl(argc, argv); +} + +// This overloaded version can be used in Windows programs compiled in +// UNICODE mode. +void InitGoogleTest(int* argc, wchar_t** argv) { + internal::InitGoogleTestImpl(argc, argv); +} + +} // namespace testing +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan), vladl@google.com (Vlad Losev) +// +// This file implements death tests. + + +#if GTEST_HAS_DEATH_TEST + +# if GTEST_OS_MAC +# include +# endif // GTEST_OS_MAC + +# include +# include +# include + +# if GTEST_OS_LINUX +# include +# endif // GTEST_OS_LINUX + +# include + +# if GTEST_OS_WINDOWS +# include +# else +# include +# include +# endif // GTEST_OS_WINDOWS + +# if GTEST_OS_QNX +# include +# endif // GTEST_OS_QNX + +#endif // GTEST_HAS_DEATH_TEST + + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#undef GTEST_IMPLEMENTATION_ + +namespace testing { + +// Constants. + +// The default death test style. +static const char kDefaultDeathTestStyle[] = "fast"; + +GTEST_DEFINE_string_( + death_test_style, + internal::StringFromGTestEnv("death_test_style", kDefaultDeathTestStyle), + "Indicates how to run a death test in a forked child process: " + "\"threadsafe\" (child process re-executes the test binary " + "from the beginning, running only the specific death test) or " + "\"fast\" (child process runs the death test immediately " + "after forking)."); + +GTEST_DEFINE_bool_( + death_test_use_fork, + internal::BoolFromGTestEnv("death_test_use_fork", false), + "Instructs to use fork()/_exit() instead of clone() in death tests. " + "Ignored and always uses fork() on POSIX systems where clone() is not " + "implemented. Useful when running under valgrind or similar tools if " + "those do not support clone(). Valgrind 3.3.1 will just fail if " + "it sees an unsupported combination of clone() flags. " + "It is not recommended to use this flag w/o valgrind though it will " + "work in 99% of the cases. Once valgrind is fixed, this flag will " + "most likely be removed."); + +namespace internal { +GTEST_DEFINE_string_( + internal_run_death_test, "", + "Indicates the file, line number, temporal index of " + "the single death test to run, and a file descriptor to " + "which a success code may be sent, all separated by " + "the '|' characters. This flag is specified if and only if the current " + "process is a sub-process launched for running a thread-safe " + "death test. FOR INTERNAL USE ONLY."); +} // namespace internal + +#if GTEST_HAS_DEATH_TEST + +namespace internal { + +// Valid only for fast death tests. Indicates the code is running in the +// child process of a fast style death test. +static bool g_in_fast_death_test_child = false; + +// Returns a Boolean value indicating whether the caller is currently +// executing in the context of the death test child process. Tools such as +// Valgrind heap checkers may need this to modify their behavior in death +// tests. IMPORTANT: This is an internal utility. Using it may break the +// implementation of death tests. User code MUST NOT use it. +bool InDeathTestChild() { +# if GTEST_OS_WINDOWS + + // On Windows, death tests are thread-safe regardless of the value of the + // death_test_style flag. + return !GTEST_FLAG(internal_run_death_test).empty(); + +# else + + if (GTEST_FLAG(death_test_style) == "threadsafe") + return !GTEST_FLAG(internal_run_death_test).empty(); + else + return g_in_fast_death_test_child; +#endif +} + +} // namespace internal + +// ExitedWithCode constructor. +ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { +} + +// ExitedWithCode function-call operator. +bool ExitedWithCode::operator()(int exit_status) const { +# if GTEST_OS_WINDOWS + + return exit_status == exit_code_; + +# else + + return WIFEXITED(exit_status) && WEXITSTATUS(exit_status) == exit_code_; + +# endif // GTEST_OS_WINDOWS +} + +# if !GTEST_OS_WINDOWS +// KilledBySignal constructor. +KilledBySignal::KilledBySignal(int signum) : signum_(signum) { +} + +// KilledBySignal function-call operator. +bool KilledBySignal::operator()(int exit_status) const { + return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; +} +# endif // !GTEST_OS_WINDOWS + +namespace internal { + +// Utilities needed for death tests. + +// Generates a textual description of a given exit code, in the format +// specified by wait(2). +static std::string ExitSummary(int exit_code) { + Message m; + +# if GTEST_OS_WINDOWS + + m << "Exited with exit status " << exit_code; + +# else + + if (WIFEXITED(exit_code)) { + m << "Exited with exit status " << WEXITSTATUS(exit_code); + } else if (WIFSIGNALED(exit_code)) { + m << "Terminated by signal " << WTERMSIG(exit_code); + } +# ifdef WCOREDUMP + if (WCOREDUMP(exit_code)) { + m << " (core dumped)"; + } +# endif +# endif // GTEST_OS_WINDOWS + + return m.GetString(); +} + +// Returns true if exit_status describes a process that was terminated +// by a signal, or exited normally with a nonzero exit code. +bool ExitedUnsuccessfully(int exit_status) { + return !ExitedWithCode(0)(exit_status); +} + +# if !GTEST_OS_WINDOWS +// Generates a textual failure message when a death test finds more than +// one thread running, or cannot determine the number of threads, prior +// to executing the given statement. It is the responsibility of the +// caller not to pass a thread_count of 1. +static std::string DeathTestThreadWarning(size_t thread_count) { + Message msg; + msg << "Death tests use fork(), which is unsafe particularly" + << " in a threaded context. For this test, " << GTEST_NAME_ << " "; + if (thread_count == 0) + msg << "couldn't detect the number of threads."; + else + msg << "detected " << thread_count << " threads."; + return msg.GetString(); +} +# endif // !GTEST_OS_WINDOWS + +// Flag characters for reporting a death test that did not die. +static const char kDeathTestLived = 'L'; +static const char kDeathTestReturned = 'R'; +static const char kDeathTestThrew = 'T'; +static const char kDeathTestInternalError = 'I'; + +// An enumeration describing all of the possible ways that a death test can +// conclude. DIED means that the process died while executing the test +// code; LIVED means that process lived beyond the end of the test code; +// RETURNED means that the test statement attempted to execute a return +// statement, which is not allowed; THREW means that the test statement +// returned control by throwing an exception. IN_PROGRESS means the test +// has not yet concluded. +// TODO(vladl@google.com): Unify names and possibly values for +// AbortReason, DeathTestOutcome, and flag characters above. +enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; + +// Routine for aborting the program which is safe to call from an +// exec-style death test child process, in which case the error +// message is propagated back to the parent process. Otherwise, the +// message is simply printed to stderr. In either case, the program +// then exits with status 1. +void DeathTestAbort(const std::string& message) { + // On a POSIX system, this function may be called from a threadsafe-style + // death test child process, which operates on a very small stack. Use + // the heap for any additional non-minuscule memory requirements. + const InternalRunDeathTestFlag* const flag = + GetUnitTestImpl()->internal_run_death_test_flag(); + if (flag != NULL) { + FILE* parent = posix::FDOpen(flag->write_fd(), "w"); + fputc(kDeathTestInternalError, parent); + fprintf(parent, "%s", message.c_str()); + fflush(parent); + _exit(1); + } else { + fprintf(stderr, "%s", message.c_str()); + fflush(stderr); + posix::Abort(); + } +} + +// A replacement for CHECK that calls DeathTestAbort if the assertion +// fails. +# define GTEST_DEATH_TEST_CHECK_(expression) \ + do { \ + if (!::testing::internal::IsTrue(expression)) { \ + DeathTestAbort( \ + ::std::string("CHECK failed: File ") + __FILE__ + ", line " \ + + ::testing::internal::StreamableToString(__LINE__) + ": " \ + + #expression); \ + } \ + } while (::testing::internal::AlwaysFalse()) + +// This macro is similar to GTEST_DEATH_TEST_CHECK_, but it is meant for +// evaluating any system call that fulfills two conditions: it must return +// -1 on failure, and set errno to EINTR when it is interrupted and +// should be tried again. The macro expands to a loop that repeatedly +// evaluates the expression as long as it evaluates to -1 and sets +// errno to EINTR. If the expression evaluates to -1 but errno is +// something other than EINTR, DeathTestAbort is called. +# define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ + do { \ + int gtest_retval; \ + do { \ + gtest_retval = (expression); \ + } while (gtest_retval == -1 && errno == EINTR); \ + if (gtest_retval == -1) { \ + DeathTestAbort( \ + ::std::string("CHECK failed: File ") + __FILE__ + ", line " \ + + ::testing::internal::StreamableToString(__LINE__) + ": " \ + + #expression + " != -1"); \ + } \ + } while (::testing::internal::AlwaysFalse()) + +// Returns the message describing the last system error in errno. +std::string GetLastErrnoDescription() { + return errno == 0 ? "" : posix::StrError(errno); +} + +// This is called from a death test parent process to read a failure +// message from the death test child process and log it with the FATAL +// severity. On Windows, the message is read from a pipe handle. On other +// platforms, it is read from a file descriptor. +static void FailFromInternalError(int fd) { + Message error; + char buffer[256]; + int num_read; + + do { + while ((num_read = posix::Read(fd, buffer, 255)) > 0) { + buffer[num_read] = '\0'; + error << buffer; + } + } while (num_read == -1 && errno == EINTR); + + if (num_read == 0) { + GTEST_LOG_(FATAL) << error.GetString(); + } else { + const int last_error = errno; + GTEST_LOG_(FATAL) << "Error while reading death test internal: " + << GetLastErrnoDescription() << " [" << last_error << "]"; + } +} + +// Death test constructor. Increments the running death test count +// for the current test. +DeathTest::DeathTest() { + TestInfo* const info = GetUnitTestImpl()->current_test_info(); + if (info == NULL) { + DeathTestAbort("Cannot run a death test outside of a TEST or " + "TEST_F construct"); + } +} + +// Creates and returns a death test by dispatching to the current +// death test factory. +bool DeathTest::Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test) { + return GetUnitTestImpl()->death_test_factory()->Create( + statement, regex, file, line, test); +} + +const char* DeathTest::LastMessage() { + return last_death_test_message_.c_str(); +} + +void DeathTest::set_last_death_test_message(const std::string& message) { + last_death_test_message_ = message; +} + +std::string DeathTest::last_death_test_message_; + +// Provides cross platform implementation for some death functionality. +class DeathTestImpl : public DeathTest { + protected: + DeathTestImpl(const char* a_statement, const RE* a_regex) + : statement_(a_statement), + regex_(a_regex), + spawned_(false), + status_(-1), + outcome_(IN_PROGRESS), + read_fd_(-1), + write_fd_(-1) {} + + // read_fd_ is expected to be closed and cleared by a derived class. + ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } + + void Abort(AbortReason reason); + virtual bool Passed(bool status_ok); + + const char* statement() const { return statement_; } + const RE* regex() const { return regex_; } + bool spawned() const { return spawned_; } + void set_spawned(bool is_spawned) { spawned_ = is_spawned; } + int status() const { return status_; } + void set_status(int a_status) { status_ = a_status; } + DeathTestOutcome outcome() const { return outcome_; } + void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } + int read_fd() const { return read_fd_; } + void set_read_fd(int fd) { read_fd_ = fd; } + int write_fd() const { return write_fd_; } + void set_write_fd(int fd) { write_fd_ = fd; } + + // Called in the parent process only. Reads the result code of the death + // test child process via a pipe, interprets it to set the outcome_ + // member, and closes read_fd_. Outputs diagnostics and terminates in + // case of unexpected codes. + void ReadAndInterpretStatusByte(); + + private: + // The textual content of the code this object is testing. This class + // doesn't own this string and should not attempt to delete it. + const char* const statement_; + // The regular expression which test output must match. DeathTestImpl + // doesn't own this object and should not attempt to delete it. + const RE* const regex_; + // True if the death test child process has been successfully spawned. + bool spawned_; + // The exit status of the child process. + int status_; + // How the death test concluded. + DeathTestOutcome outcome_; + // Descriptor to the read end of the pipe to the child process. It is + // always -1 in the child process. The child keeps its write end of the + // pipe in write_fd_. + int read_fd_; + // Descriptor to the child's write end of the pipe to the parent process. + // It is always -1 in the parent process. The parent keeps its end of the + // pipe in read_fd_. + int write_fd_; +}; + +// Called in the parent process only. Reads the result code of the death +// test child process via a pipe, interprets it to set the outcome_ +// member, and closes read_fd_. Outputs diagnostics and terminates in +// case of unexpected codes. +void DeathTestImpl::ReadAndInterpretStatusByte() { + char flag; + int bytes_read; + + // The read() here blocks until data is available (signifying the + // failure of the death test) or until the pipe is closed (signifying + // its success), so it's okay to call this in the parent before + // the child process has exited. + do { + bytes_read = posix::Read(read_fd(), &flag, 1); + } while (bytes_read == -1 && errno == EINTR); + + if (bytes_read == 0) { + set_outcome(DIED); + } else if (bytes_read == 1) { + switch (flag) { + case kDeathTestReturned: + set_outcome(RETURNED); + break; + case kDeathTestThrew: + set_outcome(THREW); + break; + case kDeathTestLived: + set_outcome(LIVED); + break; + case kDeathTestInternalError: + FailFromInternalError(read_fd()); // Does not return. + break; + default: + GTEST_LOG_(FATAL) << "Death test child process reported " + << "unexpected status byte (" + << static_cast(flag) << ")"; + } + } else { + GTEST_LOG_(FATAL) << "Read from death test child process failed: " + << GetLastErrnoDescription(); + } + GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd())); + set_read_fd(-1); +} + +// Signals that the death test code which should have exited, didn't. +// Should be called only in a death test child process. +// Writes a status byte to the child's status file descriptor, then +// calls _exit(1). +void DeathTestImpl::Abort(AbortReason reason) { + // The parent process considers the death test to be a failure if + // it finds any data in our pipe. So, here we write a single flag byte + // to the pipe, then exit. + const char status_ch = + reason == TEST_DID_NOT_DIE ? kDeathTestLived : + reason == TEST_THREW_EXCEPTION ? kDeathTestThrew : kDeathTestReturned; + + GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1)); + // We are leaking the descriptor here because on some platforms (i.e., + // when built as Windows DLL), destructors of global objects will still + // run after calling _exit(). On such systems, write_fd_ will be + // indirectly closed from the destructor of UnitTestImpl, causing double + // close if it is also closed here. On debug configurations, double close + // may assert. As there are no in-process buffers to flush here, we are + // relying on the OS to close the descriptor after the process terminates + // when the destructors are not run. + _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash) +} + +// Returns an indented copy of stderr output for a death test. +// This makes distinguishing death test output lines from regular log lines +// much easier. +static ::std::string FormatDeathTestOutput(const ::std::string& output) { + ::std::string ret; + for (size_t at = 0; ; ) { + const size_t line_end = output.find('\n', at); + ret += "[ DEATH ] "; + if (line_end == ::std::string::npos) { + ret += output.substr(at); + break; + } + ret += output.substr(at, line_end + 1 - at); + at = line_end + 1; + } + return ret; +} + +// Assesses the success or failure of a death test, using both private +// members which have previously been set, and one argument: +// +// Private data members: +// outcome: An enumeration describing how the death test +// concluded: DIED, LIVED, THREW, or RETURNED. The death test +// fails in the latter three cases. +// status: The exit status of the child process. On *nix, it is in the +// in the format specified by wait(2). On Windows, this is the +// value supplied to the ExitProcess() API or a numeric code +// of the exception that terminated the program. +// regex: A regular expression object to be applied to +// the test's captured standard error output; the death test +// fails if it does not match. +// +// Argument: +// status_ok: true if exit_status is acceptable in the context of +// this particular death test, which fails if it is false +// +// Returns true iff all of the above conditions are met. Otherwise, the +// first failing condition, in the order given above, is the one that is +// reported. Also sets the last death test message string. +bool DeathTestImpl::Passed(bool status_ok) { + if (!spawned()) + return false; + + const std::string error_message = GetCapturedStderr(); + + bool success = false; + Message buffer; + + buffer << "Death test: " << statement() << "\n"; + switch (outcome()) { + case LIVED: + buffer << " Result: failed to die.\n" + << " Error msg:\n" << FormatDeathTestOutput(error_message); + break; + case THREW: + buffer << " Result: threw an exception.\n" + << " Error msg:\n" << FormatDeathTestOutput(error_message); + break; + case RETURNED: + buffer << " Result: illegal return in test statement.\n" + << " Error msg:\n" << FormatDeathTestOutput(error_message); + break; + case DIED: + if (status_ok) { + const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); + if (matched) { + success = true; + } else { + buffer << " Result: died but not with expected error.\n" + << " Expected: " << regex()->pattern() << "\n" + << "Actual msg:\n" << FormatDeathTestOutput(error_message); + } + } else { + buffer << " Result: died but not with expected exit code:\n" + << " " << ExitSummary(status()) << "\n" + << "Actual msg:\n" << FormatDeathTestOutput(error_message); + } + break; + case IN_PROGRESS: + default: + GTEST_LOG_(FATAL) + << "DeathTest::Passed somehow called before conclusion of test"; + } + + DeathTest::set_last_death_test_message(buffer.GetString()); + return success; +} + +# if GTEST_OS_WINDOWS +// WindowsDeathTest implements death tests on Windows. Due to the +// specifics of starting new processes on Windows, death tests there are +// always threadsafe, and Google Test considers the +// --gtest_death_test_style=fast setting to be equivalent to +// --gtest_death_test_style=threadsafe there. +// +// A few implementation notes: Like the Linux version, the Windows +// implementation uses pipes for child-to-parent communication. But due to +// the specifics of pipes on Windows, some extra steps are required: +// +// 1. The parent creates a communication pipe and stores handles to both +// ends of it. +// 2. The parent starts the child and provides it with the information +// necessary to acquire the handle to the write end of the pipe. +// 3. The child acquires the write end of the pipe and signals the parent +// using a Windows event. +// 4. Now the parent can release the write end of the pipe on its side. If +// this is done before step 3, the object's reference count goes down to +// 0 and it is destroyed, preventing the child from acquiring it. The +// parent now has to release it, or read operations on the read end of +// the pipe will not return when the child terminates. +// 5. The parent reads child's output through the pipe (outcome code and +// any possible error messages) from the pipe, and its stderr and then +// determines whether to fail the test. +// +// Note: to distinguish Win32 API calls from the local method and function +// calls, the former are explicitly resolved in the global namespace. +// +class WindowsDeathTest : public DeathTestImpl { + public: + WindowsDeathTest(const char* a_statement, + const RE* a_regex, + const char* file, + int line) + : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} + + // All of these virtual functions are inherited from DeathTest. + virtual int Wait(); + virtual TestRole AssumeRole(); + + private: + // The name of the file in which the death test is located. + const char* const file_; + // The line number on which the death test is located. + const int line_; + // Handle to the write end of the pipe to the child process. + AutoHandle write_handle_; + // Child process handle. + AutoHandle child_handle_; + // Event the child process uses to signal the parent that it has + // acquired the handle to the write end of the pipe. After seeing this + // event the parent can release its own handles to make sure its + // ReadFile() calls return when the child terminates. + AutoHandle event_handle_; +}; + +// Waits for the child in a death test to exit, returning its exit +// status, or 0 if no child process exists. As a side effect, sets the +// outcome data member. +int WindowsDeathTest::Wait() { + if (!spawned()) + return 0; + + // Wait until the child either signals that it has acquired the write end + // of the pipe or it dies. + const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; + switch (::WaitForMultipleObjects(2, + wait_handles, + FALSE, // Waits for any of the handles. + INFINITE)) { + case WAIT_OBJECT_0: + case WAIT_OBJECT_0 + 1: + break; + default: + GTEST_DEATH_TEST_CHECK_(false); // Should not get here. + } + + // The child has acquired the write end of the pipe or exited. + // We release the handle on our side and continue. + write_handle_.Reset(); + event_handle_.Reset(); + + ReadAndInterpretStatusByte(); + + // Waits for the child process to exit if it haven't already. This + // returns immediately if the child has already exited, regardless of + // whether previous calls to WaitForMultipleObjects synchronized on this + // handle or not. + GTEST_DEATH_TEST_CHECK_( + WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), + INFINITE)); + DWORD status_code; + GTEST_DEATH_TEST_CHECK_( + ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); + child_handle_.Reset(); + set_status(static_cast(status_code)); + return status(); +} + +// The AssumeRole process for a Windows death test. It creates a child +// process with the same executable as the current process to run the +// death test. The child process is given the --gtest_filter and +// --gtest_internal_run_death_test flags such that it knows to run the +// current death test only. +DeathTest::TestRole WindowsDeathTest::AssumeRole() { + const UnitTestImpl* const impl = GetUnitTestImpl(); + const InternalRunDeathTestFlag* const flag = + impl->internal_run_death_test_flag(); + const TestInfo* const info = impl->current_test_info(); + const int death_test_index = info->result()->death_test_count(); + + if (flag != NULL) { + // ParseInternalRunDeathTestFlag() has performed all the necessary + // processing. + set_write_fd(flag->write_fd()); + return EXECUTE_TEST; + } + + // WindowsDeathTest uses an anonymous pipe to communicate results of + // a death test. + SECURITY_ATTRIBUTES handles_are_inheritable = { + sizeof(SECURITY_ATTRIBUTES), NULL, TRUE }; + HANDLE read_handle, write_handle; + GTEST_DEATH_TEST_CHECK_( + ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable, + 0) // Default buffer size. + != FALSE); + set_read_fd(::_open_osfhandle(reinterpret_cast(read_handle), + O_RDONLY)); + write_handle_.Reset(write_handle); + event_handle_.Reset(::CreateEvent( + &handles_are_inheritable, + TRUE, // The event will automatically reset to non-signaled state. + FALSE, // The initial state is non-signalled. + NULL)); // The even is unnamed. + GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); + const std::string filter_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kFilterFlag + "=" + + info->test_case_name() + "." + info->name(); + const std::string internal_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kInternalRunDeathTestFlag + + "=" + file_ + "|" + StreamableToString(line_) + "|" + + StreamableToString(death_test_index) + "|" + + StreamableToString(static_cast(::GetCurrentProcessId())) + + // size_t has the same width as pointers on both 32-bit and 64-bit + // Windows platforms. + // See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx. + "|" + StreamableToString(reinterpret_cast(write_handle)) + + "|" + StreamableToString(reinterpret_cast(event_handle_.Get())); + + char executable_path[_MAX_PATH + 1]; // NOLINT + GTEST_DEATH_TEST_CHECK_( + _MAX_PATH + 1 != ::GetModuleFileNameA(NULL, + executable_path, + _MAX_PATH)); + + std::string command_line = + std::string(::GetCommandLineA()) + " " + filter_flag + " \"" + + internal_flag + "\""; + + DeathTest::set_last_death_test_message(""); + + CaptureStderr(); + // Flush the log buffers since the log streams are shared with the child. + FlushInfoLog(); + + // The child process will share the standard handles with the parent. + STARTUPINFOA startup_info; + memset(&startup_info, 0, sizeof(STARTUPINFO)); + startup_info.dwFlags = STARTF_USESTDHANDLES; + startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); + startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); + startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); + + PROCESS_INFORMATION process_info; + GTEST_DEATH_TEST_CHECK_(::CreateProcessA( + executable_path, + const_cast(command_line.c_str()), + NULL, // Retuned process handle is not inheritable. + NULL, // Retuned thread handle is not inheritable. + TRUE, // Child inherits all inheritable handles (for write_handle_). + 0x0, // Default creation flags. + NULL, // Inherit the parent's environment. + UnitTest::GetInstance()->original_working_dir(), + &startup_info, + &process_info) != FALSE); + child_handle_.Reset(process_info.hProcess); + ::CloseHandle(process_info.hThread); + set_spawned(true); + return OVERSEE_TEST; +} +# else // We are not on Windows. + +// ForkingDeathTest provides implementations for most of the abstract +// methods of the DeathTest interface. Only the AssumeRole method is +// left undefined. +class ForkingDeathTest : public DeathTestImpl { + public: + ForkingDeathTest(const char* statement, const RE* regex); + + // All of these virtual functions are inherited from DeathTest. + virtual int Wait(); + + protected: + void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } + + private: + // PID of child process during death test; 0 in the child process itself. + pid_t child_pid_; +}; + +// Constructs a ForkingDeathTest. +ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex) + : DeathTestImpl(a_statement, a_regex), + child_pid_(-1) {} + +// Waits for the child in a death test to exit, returning its exit +// status, or 0 if no child process exists. As a side effect, sets the +// outcome data member. +int ForkingDeathTest::Wait() { + if (!spawned()) + return 0; + + ReadAndInterpretStatusByte(); + + int status_value; + GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); + set_status(status_value); + return status_value; +} + +// A concrete death test class that forks, then immediately runs the test +// in the child process. +class NoExecDeathTest : public ForkingDeathTest { + public: + NoExecDeathTest(const char* a_statement, const RE* a_regex) : + ForkingDeathTest(a_statement, a_regex) { } + virtual TestRole AssumeRole(); +}; + +// The AssumeRole process for a fork-and-run death test. It implements a +// straightforward fork, with a simple pipe to transmit the status byte. +DeathTest::TestRole NoExecDeathTest::AssumeRole() { + const size_t thread_count = GetThreadCount(); + if (thread_count != 1) { + GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); + } + + int pipe_fd[2]; + GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); + + DeathTest::set_last_death_test_message(""); + CaptureStderr(); + // When we fork the process below, the log file buffers are copied, but the + // file descriptors are shared. We flush all log files here so that closing + // the file descriptors in the child process doesn't throw off the + // synchronization between descriptors and buffers in the parent process. + // This is as close to the fork as possible to avoid a race condition in case + // there are multiple threads running before the death test, and another + // thread writes to the log file. + FlushInfoLog(); + + const pid_t child_pid = fork(); + GTEST_DEATH_TEST_CHECK_(child_pid != -1); + set_child_pid(child_pid); + if (child_pid == 0) { + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[0])); + set_write_fd(pipe_fd[1]); + // Redirects all logging to stderr in the child process to prevent + // concurrent writes to the log files. We capture stderr in the parent + // process and append the child process' output to a log. + LogToStderr(); + // Event forwarding to the listeners of event listener API mush be shut + // down in death test subprocesses. + GetUnitTestImpl()->listeners()->SuppressEventForwarding(); + g_in_fast_death_test_child = true; + return EXECUTE_TEST; + } else { + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); + set_read_fd(pipe_fd[0]); + set_spawned(true); + return OVERSEE_TEST; + } +} + +// A concrete death test class that forks and re-executes the main +// program from the beginning, with command-line flags set that cause +// only this specific death test to be run. +class ExecDeathTest : public ForkingDeathTest { + public: + ExecDeathTest(const char* a_statement, const RE* a_regex, + const char* file, int line) : + ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { } + virtual TestRole AssumeRole(); + private: + static ::std::vector + GetArgvsForDeathTestChildProcess() { + ::std::vector args = GetInjectableArgvs(); + return args; + } + // The name of the file in which the death test is located. + const char* const file_; + // The line number on which the death test is located. + const int line_; +}; + +// Utility class for accumulating command-line arguments. +class Arguments { + public: + Arguments() { + args_.push_back(NULL); + } + + ~Arguments() { + for (std::vector::iterator i = args_.begin(); i != args_.end(); + ++i) { + free(*i); + } + } + void AddArgument(const char* argument) { + args_.insert(args_.end() - 1, posix::StrDup(argument)); + } + + template + void AddArguments(const ::std::vector& arguments) { + for (typename ::std::vector::const_iterator i = arguments.begin(); + i != arguments.end(); + ++i) { + args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); + } + } + char* const* Argv() { + return &args_[0]; + } + + private: + std::vector args_; +}; + +// A struct that encompasses the arguments to the child process of a +// threadsafe-style death test process. +struct ExecDeathTestArgs { + char* const* argv; // Command-line arguments for the child's call to exec + int close_fd; // File descriptor to close; the read end of a pipe +}; + +# if GTEST_OS_MAC +inline char** GetEnviron() { + // When Google Test is built as a framework on MacOS X, the environ variable + // is unavailable. Apple's documentation (man environ) recommends using + // _NSGetEnviron() instead. + return *_NSGetEnviron(); +} +# else +// Some POSIX platforms expect you to declare environ. extern "C" makes +// it reside in the global namespace. +extern "C" char** environ; +inline char** GetEnviron() { return environ; } +# endif // GTEST_OS_MAC + +# if !GTEST_OS_QNX +// The main function for a threadsafe-style death test child process. +// This function is called in a clone()-ed process and thus must avoid +// any potentially unsafe operations like malloc or libc functions. +static int ExecDeathTestChildMain(void* child_arg) { + ExecDeathTestArgs* const args = static_cast(child_arg); + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); + + // We need to execute the test program in the same environment where + // it was originally invoked. Therefore we change to the original + // working directory first. + const char* const original_dir = + UnitTest::GetInstance()->original_working_dir(); + // We can safely call chdir() as it's a direct system call. + if (chdir(original_dir) != 0) { + DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " + + GetLastErrnoDescription()); + return EXIT_FAILURE; + } + + // We can safely call execve() as it's a direct system call. We + // cannot use execvp() as it's a libc function and thus potentially + // unsafe. Since execve() doesn't search the PATH, the user must + // invoke the test program via a valid path that contains at least + // one path separator. + execve(args->argv[0], args->argv, GetEnviron()); + DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " + + original_dir + " failed: " + + GetLastErrnoDescription()); + return EXIT_FAILURE; +} +# endif // !GTEST_OS_QNX + +// Two utility routines that together determine the direction the stack +// grows. +// This could be accomplished more elegantly by a single recursive +// function, but we want to guard against the unlikely possibility of +// a smart compiler optimizing the recursion away. +// +// GTEST_NO_INLINE_ is required to prevent GCC 4.6 from inlining +// StackLowerThanAddress into StackGrowsDown, which then doesn't give +// correct answer. +void StackLowerThanAddress(const void* ptr, bool* result) GTEST_NO_INLINE_; +void StackLowerThanAddress(const void* ptr, bool* result) { + int dummy; + *result = (&dummy < ptr); +} + +bool StackGrowsDown() { + int dummy; + bool result; + StackLowerThanAddress(&dummy, &result); + return result; +} + +// Spawns a child process with the same executable as the current process in +// a thread-safe manner and instructs it to run the death test. The +// implementation uses fork(2) + exec. On systems where clone(2) is +// available, it is used instead, being slightly more thread-safe. On QNX, +// fork supports only single-threaded environments, so this function uses +// spawn(2) there instead. The function dies with an error message if +// anything goes wrong. +static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { + ExecDeathTestArgs args = { argv, close_fd }; + pid_t child_pid = -1; + +# if GTEST_OS_QNX + // Obtains the current directory and sets it to be closed in the child + // process. + const int cwd_fd = open(".", O_RDONLY); + GTEST_DEATH_TEST_CHECK_(cwd_fd != -1); + GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); + // We need to execute the test program in the same environment where + // it was originally invoked. Therefore we change to the original + // working directory first. + const char* const original_dir = + UnitTest::GetInstance()->original_working_dir(); + // We can safely call chdir() as it's a direct system call. + if (chdir(original_dir) != 0) { + DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " + + GetLastErrnoDescription()); + return EXIT_FAILURE; + } + + int fd_flags; + // Set close_fd to be closed after spawn. + GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); + GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, + fd_flags | FD_CLOEXEC)); + struct inheritance inherit = {0}; + // spawn is a system call. + child_pid = spawn(args.argv[0], 0, NULL, &inherit, args.argv, GetEnviron()); + // Restores the current working directory. + GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1); + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd)); + +# else // GTEST_OS_QNX +# if GTEST_OS_LINUX + // When a SIGPROF signal is received while fork() or clone() are executing, + // the process may hang. To avoid this, we ignore SIGPROF here and re-enable + // it after the call to fork()/clone() is complete. + struct sigaction saved_sigprof_action; + struct sigaction ignore_sigprof_action; + memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); + sigemptyset(&ignore_sigprof_action.sa_mask); + ignore_sigprof_action.sa_handler = SIG_IGN; + GTEST_DEATH_TEST_CHECK_SYSCALL_(sigaction( + SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); +# endif // GTEST_OS_LINUX + +# if GTEST_HAS_CLONE + const bool use_fork = GTEST_FLAG(death_test_use_fork); + + if (!use_fork) { + static const bool stack_grows_down = StackGrowsDown(); + const size_t stack_size = getpagesize(); + // MMAP_ANONYMOUS is not defined on Mac, so we use MAP_ANON instead. + void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, + MAP_ANON | MAP_PRIVATE, -1, 0); + GTEST_DEATH_TEST_CHECK_(stack != MAP_FAILED); + + // Maximum stack alignment in bytes: For a downward-growing stack, this + // amount is subtracted from size of the stack space to get an address + // that is within the stack space and is aligned on all systems we care + // about. As far as I know there is no ABI with stack alignment greater + // than 64. We assume stack and stack_size already have alignment of + // kMaxStackAlignment. + const size_t kMaxStackAlignment = 64; + void* const stack_top = + static_cast(stack) + + (stack_grows_down ? stack_size - kMaxStackAlignment : 0); + GTEST_DEATH_TEST_CHECK_(stack_size > kMaxStackAlignment && + reinterpret_cast(stack_top) % kMaxStackAlignment == 0); + + child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); + + GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1); + } +# else + const bool use_fork = true; +# endif // GTEST_HAS_CLONE + + if (use_fork && (child_pid = fork()) == 0) { + ExecDeathTestChildMain(&args); + _exit(0); + } +# endif // GTEST_OS_QNX +# if GTEST_OS_LINUX + GTEST_DEATH_TEST_CHECK_SYSCALL_( + sigaction(SIGPROF, &saved_sigprof_action, NULL)); +# endif // GTEST_OS_LINUX + + GTEST_DEATH_TEST_CHECK_(child_pid != -1); + return child_pid; +} + +// The AssumeRole process for a fork-and-exec death test. It re-executes the +// main program from the beginning, setting the --gtest_filter +// and --gtest_internal_run_death_test flags to cause only the current +// death test to be re-run. +DeathTest::TestRole ExecDeathTest::AssumeRole() { + const UnitTestImpl* const impl = GetUnitTestImpl(); + const InternalRunDeathTestFlag* const flag = + impl->internal_run_death_test_flag(); + const TestInfo* const info = impl->current_test_info(); + const int death_test_index = info->result()->death_test_count(); + + if (flag != NULL) { + set_write_fd(flag->write_fd()); + return EXECUTE_TEST; + } + + int pipe_fd[2]; + GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); + // Clear the close-on-exec flag on the write end of the pipe, lest + // it be closed when the child process does an exec: + GTEST_DEATH_TEST_CHECK_(fcntl(pipe_fd[1], F_SETFD, 0) != -1); + + const std::string filter_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kFilterFlag + "=" + + info->test_case_name() + "." + info->name(); + const std::string internal_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kInternalRunDeathTestFlag + "=" + + file_ + "|" + StreamableToString(line_) + "|" + + StreamableToString(death_test_index) + "|" + + StreamableToString(pipe_fd[1]); + Arguments args; + args.AddArguments(GetArgvsForDeathTestChildProcess()); + args.AddArgument(filter_flag.c_str()); + args.AddArgument(internal_flag.c_str()); + + DeathTest::set_last_death_test_message(""); + + CaptureStderr(); + // See the comment in NoExecDeathTest::AssumeRole for why the next line + // is necessary. + FlushInfoLog(); + + const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]); + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); + set_child_pid(child_pid); + set_read_fd(pipe_fd[0]); + set_spawned(true); + return OVERSEE_TEST; +} + +# endif // !GTEST_OS_WINDOWS + +// Creates a concrete DeathTest-derived class that depends on the +// --gtest_death_test_style flag, and sets the pointer pointed to +// by the "test" argument to its address. If the test should be +// skipped, sets that pointer to NULL. Returns true, unless the +// flag is set to an invalid value. +bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, + const char* file, int line, + DeathTest** test) { + UnitTestImpl* const impl = GetUnitTestImpl(); + const InternalRunDeathTestFlag* const flag = + impl->internal_run_death_test_flag(); + const int death_test_index = impl->current_test_info() + ->increment_death_test_count(); + + if (flag != NULL) { + if (death_test_index > flag->index()) { + DeathTest::set_last_death_test_message( + "Death test count (" + StreamableToString(death_test_index) + + ") somehow exceeded expected maximum (" + + StreamableToString(flag->index()) + ")"); + return false; + } + + if (!(flag->file() == file && flag->line() == line && + flag->index() == death_test_index)) { + *test = NULL; + return true; + } + } + +# if GTEST_OS_WINDOWS + + if (GTEST_FLAG(death_test_style) == "threadsafe" || + GTEST_FLAG(death_test_style) == "fast") { + *test = new WindowsDeathTest(statement, regex, file, line); + } + +# else + + if (GTEST_FLAG(death_test_style) == "threadsafe") { + *test = new ExecDeathTest(statement, regex, file, line); + } else if (GTEST_FLAG(death_test_style) == "fast") { + *test = new NoExecDeathTest(statement, regex); + } + +# endif // GTEST_OS_WINDOWS + + else { // NOLINT - this is more readable than unbalanced brackets inside #if. + DeathTest::set_last_death_test_message( + "Unknown death test style \"" + GTEST_FLAG(death_test_style) + + "\" encountered"); + return false; + } + + return true; +} + +// Splits a given string on a given delimiter, populating a given +// vector with the fields. GTEST_HAS_DEATH_TEST implies that we have +// ::std::string, so we can use it here. +static void SplitString(const ::std::string& str, char delimiter, + ::std::vector< ::std::string>* dest) { + ::std::vector< ::std::string> parsed; + ::std::string::size_type pos = 0; + while (::testing::internal::AlwaysTrue()) { + const ::std::string::size_type colon = str.find(delimiter, pos); + if (colon == ::std::string::npos) { + parsed.push_back(str.substr(pos)); + break; + } else { + parsed.push_back(str.substr(pos, colon - pos)); + pos = colon + 1; + } + } + dest->swap(parsed); +} + +# if GTEST_OS_WINDOWS +// Recreates the pipe and event handles from the provided parameters, +// signals the event, and returns a file descriptor wrapped around the pipe +// handle. This function is called in the child process only. +int GetStatusFileDescriptor(unsigned int parent_process_id, + size_t write_handle_as_size_t, + size_t event_handle_as_size_t) { + AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, + FALSE, // Non-inheritable. + parent_process_id)); + if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) { + DeathTestAbort("Unable to open parent process " + + StreamableToString(parent_process_id)); + } + + // TODO(vladl@google.com): Replace the following check with a + // compile-time assertion when available. + GTEST_CHECK_(sizeof(HANDLE) <= sizeof(size_t)); + + const HANDLE write_handle = + reinterpret_cast(write_handle_as_size_t); + HANDLE dup_write_handle; + + // The newly initialized handle is accessible only in in the parent + // process. To obtain one accessible within the child, we need to use + // DuplicateHandle. + if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, + ::GetCurrentProcess(), &dup_write_handle, + 0x0, // Requested privileges ignored since + // DUPLICATE_SAME_ACCESS is used. + FALSE, // Request non-inheritable handler. + DUPLICATE_SAME_ACCESS)) { + DeathTestAbort("Unable to duplicate the pipe handle " + + StreamableToString(write_handle_as_size_t) + + " from the parent process " + + StreamableToString(parent_process_id)); + } + + const HANDLE event_handle = reinterpret_cast(event_handle_as_size_t); + HANDLE dup_event_handle; + + if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, + ::GetCurrentProcess(), &dup_event_handle, + 0x0, + FALSE, + DUPLICATE_SAME_ACCESS)) { + DeathTestAbort("Unable to duplicate the event handle " + + StreamableToString(event_handle_as_size_t) + + " from the parent process " + + StreamableToString(parent_process_id)); + } + + const int write_fd = + ::_open_osfhandle(reinterpret_cast(dup_write_handle), O_APPEND); + if (write_fd == -1) { + DeathTestAbort("Unable to convert pipe handle " + + StreamableToString(write_handle_as_size_t) + + " to a file descriptor"); + } + + // Signals the parent that the write end of the pipe has been acquired + // so the parent can release its own write end. + ::SetEvent(dup_event_handle); + + return write_fd; +} +# endif // GTEST_OS_WINDOWS + +// Returns a newly created InternalRunDeathTestFlag object with fields +// initialized from the GTEST_FLAG(internal_run_death_test) flag if +// the flag is specified; otherwise returns NULL. +InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag() { + if (GTEST_FLAG(internal_run_death_test) == "") return NULL; + + // GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we + // can use it here. + int line = -1; + int index = -1; + ::std::vector< ::std::string> fields; + SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields); + int write_fd = -1; + +# if GTEST_OS_WINDOWS + + unsigned int parent_process_id = 0; + size_t write_handle_as_size_t = 0; + size_t event_handle_as_size_t = 0; + + if (fields.size() != 6 + || !ParseNaturalNumber(fields[1], &line) + || !ParseNaturalNumber(fields[2], &index) + || !ParseNaturalNumber(fields[3], &parent_process_id) + || !ParseNaturalNumber(fields[4], &write_handle_as_size_t) + || !ParseNaturalNumber(fields[5], &event_handle_as_size_t)) { + DeathTestAbort("Bad --gtest_internal_run_death_test flag: " + + GTEST_FLAG(internal_run_death_test)); + } + write_fd = GetStatusFileDescriptor(parent_process_id, + write_handle_as_size_t, + event_handle_as_size_t); +# else + + if (fields.size() != 4 + || !ParseNaturalNumber(fields[1], &line) + || !ParseNaturalNumber(fields[2], &index) + || !ParseNaturalNumber(fields[3], &write_fd)) { + DeathTestAbort("Bad --gtest_internal_run_death_test flag: " + + GTEST_FLAG(internal_run_death_test)); + } + +# endif // GTEST_OS_WINDOWS + + return new InternalRunDeathTestFlag(fields[0], line, index, write_fd); +} + +} // namespace internal + +#endif // GTEST_HAS_DEATH_TEST + +} // namespace testing +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: keith.ray@gmail.com (Keith Ray) + + +#include + +#if GTEST_OS_WINDOWS_MOBILE +# include +#elif GTEST_OS_WINDOWS +# include +# include +#elif GTEST_OS_SYMBIAN +// Symbian OpenC has PATH_MAX in sys/syslimits.h +# include +#else +# include +# include // Some Linux distributions define PATH_MAX here. +#endif // GTEST_OS_WINDOWS_MOBILE + +#if GTEST_OS_WINDOWS +# define GTEST_PATH_MAX_ _MAX_PATH +#elif defined(PATH_MAX) +# define GTEST_PATH_MAX_ PATH_MAX +#elif defined(_XOPEN_PATH_MAX) +# define GTEST_PATH_MAX_ _XOPEN_PATH_MAX +#else +# define GTEST_PATH_MAX_ _POSIX_PATH_MAX +#endif // GTEST_OS_WINDOWS + + +namespace testing { +namespace internal { + +#if GTEST_OS_WINDOWS +// On Windows, '\\' is the standard path separator, but many tools and the +// Windows API also accept '/' as an alternate path separator. Unless otherwise +// noted, a file path can contain either kind of path separators, or a mixture +// of them. +const char kPathSeparator = '\\'; +const char kAlternatePathSeparator = '/'; +const char kPathSeparatorString[] = "\\"; +const char kAlternatePathSeparatorString[] = "/"; +# if GTEST_OS_WINDOWS_MOBILE +// Windows CE doesn't have a current directory. You should not use +// the current directory in tests on Windows CE, but this at least +// provides a reasonable fallback. +const char kCurrentDirectoryString[] = "\\"; +// Windows CE doesn't define INVALID_FILE_ATTRIBUTES +const DWORD kInvalidFileAttributes = 0xffffffff; +# else +const char kCurrentDirectoryString[] = ".\\"; +# endif // GTEST_OS_WINDOWS_MOBILE +#else +const char kPathSeparator = '/'; +const char kPathSeparatorString[] = "/"; +const char kCurrentDirectoryString[] = "./"; +#endif // GTEST_OS_WINDOWS + +// Returns whether the given character is a valid path separator. +static bool IsPathSeparator(char c) { +#if GTEST_HAS_ALT_PATH_SEP_ + return (c == kPathSeparator) || (c == kAlternatePathSeparator); +#else + return c == kPathSeparator; +#endif +} + +// Returns the current working directory, or "" if unsuccessful. +FilePath FilePath::GetCurrentDir() { +#if GTEST_OS_WINDOWS_MOBILE + // Windows CE doesn't have a current directory, so we just return + // something reasonable. + return FilePath(kCurrentDirectoryString); +#elif GTEST_OS_WINDOWS + char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; + return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); +#else + char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; + return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); +#endif // GTEST_OS_WINDOWS_MOBILE +} + +// Returns a copy of the FilePath with the case-insensitive extension removed. +// Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns +// FilePath("dir/file"). If a case-insensitive extension is not +// found, returns a copy of the original FilePath. +FilePath FilePath::RemoveExtension(const char* extension) const { + const std::string dot_extension = std::string(".") + extension; + if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { + return FilePath(pathname_.substr( + 0, pathname_.length() - dot_extension.length())); + } + return *this; +} + +// Returns a pointer to the last occurence of a valid path separator in +// the FilePath. On Windows, for example, both '/' and '\' are valid path +// separators. Returns NULL if no path separator was found. +const char* FilePath::FindLastPathSeparator() const { + const char* const last_sep = strrchr(c_str(), kPathSeparator); +#if GTEST_HAS_ALT_PATH_SEP_ + const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator); + // Comparing two pointers of which only one is NULL is undefined. + if (last_alt_sep != NULL && + (last_sep == NULL || last_alt_sep > last_sep)) { + return last_alt_sep; + } +#endif + return last_sep; +} + +// Returns a copy of the FilePath with the directory part removed. +// Example: FilePath("path/to/file").RemoveDirectoryName() returns +// FilePath("file"). If there is no directory part ("just_a_file"), it returns +// the FilePath unmodified. If there is no file part ("just_a_dir/") it +// returns an empty FilePath (""). +// On Windows platform, '\' is the path separator, otherwise it is '/'. +FilePath FilePath::RemoveDirectoryName() const { + const char* const last_sep = FindLastPathSeparator(); + return last_sep ? FilePath(last_sep + 1) : *this; +} + +// RemoveFileName returns the directory path with the filename removed. +// Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". +// If the FilePath is "a_file" or "/a_file", RemoveFileName returns +// FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does +// not have a file, like "just/a/dir/", it returns the FilePath unmodified. +// On Windows platform, '\' is the path separator, otherwise it is '/'. +FilePath FilePath::RemoveFileName() const { + const char* const last_sep = FindLastPathSeparator(); + std::string dir; + if (last_sep) { + dir = std::string(c_str(), last_sep + 1 - c_str()); + } else { + dir = kCurrentDirectoryString; + } + return FilePath(dir); +} + +// Helper functions for naming files in a directory for xml output. + +// Given directory = "dir", base_name = "test", number = 0, +// extension = "xml", returns "dir/test.xml". If number is greater +// than zero (e.g., 12), returns "dir/test_12.xml". +// On Windows platform, uses \ as the separator rather than /. +FilePath FilePath::MakeFileName(const FilePath& directory, + const FilePath& base_name, + int number, + const char* extension) { + std::string file; + if (number == 0) { + file = base_name.string() + "." + extension; + } else { + file = base_name.string() + "_" + StreamableToString(number) + + "." + extension; + } + return ConcatPaths(directory, FilePath(file)); +} + +// Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". +// On Windows, uses \ as the separator rather than /. +FilePath FilePath::ConcatPaths(const FilePath& directory, + const FilePath& relative_path) { + if (directory.IsEmpty()) + return relative_path; + const FilePath dir(directory.RemoveTrailingPathSeparator()); + return FilePath(dir.string() + kPathSeparator + relative_path.string()); +} + +// Returns true if pathname describes something findable in the file-system, +// either a file, directory, or whatever. +bool FilePath::FileOrDirectoryExists() const { +#if GTEST_OS_WINDOWS_MOBILE + LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); + const DWORD attributes = GetFileAttributes(unicode); + delete [] unicode; + return attributes != kInvalidFileAttributes; +#else + posix::StatStruct file_stat; + return posix::Stat(pathname_.c_str(), &file_stat) == 0; +#endif // GTEST_OS_WINDOWS_MOBILE +} + +// Returns true if pathname describes a directory in the file-system +// that exists. +bool FilePath::DirectoryExists() const { + bool result = false; +#if GTEST_OS_WINDOWS + // Don't strip off trailing separator if path is a root directory on + // Windows (like "C:\\"). + const FilePath& path(IsRootDirectory() ? *this : + RemoveTrailingPathSeparator()); +#else + const FilePath& path(*this); +#endif + +#if GTEST_OS_WINDOWS_MOBILE + LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); + const DWORD attributes = GetFileAttributes(unicode); + delete [] unicode; + if ((attributes != kInvalidFileAttributes) && + (attributes & FILE_ATTRIBUTE_DIRECTORY)) { + result = true; + } +#else + posix::StatStruct file_stat; + result = posix::Stat(path.c_str(), &file_stat) == 0 && + posix::IsDir(file_stat); +#endif // GTEST_OS_WINDOWS_MOBILE + + return result; +} + +// Returns true if pathname describes a root directory. (Windows has one +// root directory per disk drive.) +bool FilePath::IsRootDirectory() const { +#if GTEST_OS_WINDOWS + // TODO(wan@google.com): on Windows a network share like + // \\server\share can be a root directory, although it cannot be the + // current directory. Handle this properly. + return pathname_.length() == 3 && IsAbsolutePath(); +#else + return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); +#endif +} + +// Returns true if pathname describes an absolute path. +bool FilePath::IsAbsolutePath() const { + const char* const name = pathname_.c_str(); +#if GTEST_OS_WINDOWS + return pathname_.length() >= 3 && + ((name[0] >= 'a' && name[0] <= 'z') || + (name[0] >= 'A' && name[0] <= 'Z')) && + name[1] == ':' && + IsPathSeparator(name[2]); +#else + return IsPathSeparator(name[0]); +#endif +} + +// Returns a pathname for a file that does not currently exist. The pathname +// will be directory/base_name.extension or +// directory/base_name_.extension if directory/base_name.extension +// already exists. The number will be incremented until a pathname is found +// that does not already exist. +// Examples: 'dir/foo_test.xml' or 'dir/foo_test_1.xml'. +// There could be a race condition if two or more processes are calling this +// function at the same time -- they could both pick the same filename. +FilePath FilePath::GenerateUniqueFileName(const FilePath& directory, + const FilePath& base_name, + const char* extension) { + FilePath full_pathname; + int number = 0; + do { + full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); + } while (full_pathname.FileOrDirectoryExists()); + return full_pathname; +} + +// Returns true if FilePath ends with a path separator, which indicates that +// it is intended to represent a directory. Returns false otherwise. +// This does NOT check that a directory (or file) actually exists. +bool FilePath::IsDirectory() const { + return !pathname_.empty() && + IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); +} + +// Create directories so that path exists. Returns true if successful or if +// the directories already exist; returns false if unable to create directories +// for any reason. +bool FilePath::CreateDirectoriesRecursively() const { + if (!this->IsDirectory()) { + return false; + } + + if (pathname_.length() == 0 || this->DirectoryExists()) { + return true; + } + + const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName()); + return parent.CreateDirectoriesRecursively() && this->CreateFolder(); +} + +// Create the directory so that path exists. Returns true if successful or +// if the directory already exists; returns false if unable to create the +// directory for any reason, including if the parent directory does not +// exist. Not named "CreateDirectory" because that's a macro on Windows. +bool FilePath::CreateFolder() const { +#if GTEST_OS_WINDOWS_MOBILE + FilePath removed_sep(this->RemoveTrailingPathSeparator()); + LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); + int result = CreateDirectory(unicode, NULL) ? 0 : -1; + delete [] unicode; +#elif GTEST_OS_WINDOWS + int result = _mkdir(pathname_.c_str()); +#else + int result = mkdir(pathname_.c_str(), 0777); +#endif // GTEST_OS_WINDOWS_MOBILE + + if (result == -1) { + return this->DirectoryExists(); // An error is OK if the directory exists. + } + return true; // No error. +} + +// If input name has a trailing separator character, remove it and return the +// name, otherwise return the name string unmodified. +// On Windows platform, uses \ as the separator, other platforms use /. +FilePath FilePath::RemoveTrailingPathSeparator() const { + return IsDirectory() + ? FilePath(pathname_.substr(0, pathname_.length() - 1)) + : *this; +} + +// Removes any redundant separators that might be in the pathname. +// For example, "bar///foo" becomes "bar/foo". Does not eliminate other +// redundancies that might be in a pathname involving "." or "..". +// TODO(wan@google.com): handle Windows network shares (e.g. \\server\share). +void FilePath::Normalize() { + if (pathname_.c_str() == NULL) { + pathname_ = ""; + return; + } + const char* src = pathname_.c_str(); + char* const dest = new char[pathname_.length() + 1]; + char* dest_ptr = dest; + memset(dest_ptr, 0, pathname_.length() + 1); + + while (*src != '\0') { + *dest_ptr = *src; + if (!IsPathSeparator(*src)) { + src++; + } else { +#if GTEST_HAS_ALT_PATH_SEP_ + if (*dest_ptr == kAlternatePathSeparator) { + *dest_ptr = kPathSeparator; + } +#endif + while (IsPathSeparator(*src)) + src++; + } + dest_ptr++; + } + *dest_ptr = '\0'; + pathname_ = dest; + delete[] dest; +} + +} // namespace internal +} // namespace testing +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + + +#include +#include +#include +#include + +#if GTEST_OS_WINDOWS_MOBILE +# include // For TerminateProcess() +#elif GTEST_OS_WINDOWS +# include +# include +#else +# include +#endif // GTEST_OS_WINDOWS_MOBILE + +#if GTEST_OS_MAC +# include +# include +# include +#endif // GTEST_OS_MAC + +#if GTEST_OS_QNX +# include +# include +#endif // GTEST_OS_QNX + + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#undef GTEST_IMPLEMENTATION_ + +namespace testing { +namespace internal { + +#if defined(_MSC_VER) || defined(__BORLANDC__) +// MSVC and C++Builder do not provide a definition of STDERR_FILENO. +const int kStdOutFileno = 1; +const int kStdErrFileno = 2; +#else +const int kStdOutFileno = STDOUT_FILENO; +const int kStdErrFileno = STDERR_FILENO; +#endif // _MSC_VER + +#if GTEST_OS_MAC + +// Returns the number of threads running in the process, or 0 to indicate that +// we cannot detect it. +size_t GetThreadCount() { + const task_t task = mach_task_self(); + mach_msg_type_number_t thread_count; + thread_act_array_t thread_list; + const kern_return_t status = task_threads(task, &thread_list, &thread_count); + if (status == KERN_SUCCESS) { + // task_threads allocates resources in thread_list and we need to free them + // to avoid leaks. + vm_deallocate(task, + reinterpret_cast(thread_list), + sizeof(thread_t) * thread_count); + return static_cast(thread_count); + } else { + return 0; + } +} + +#elif GTEST_OS_QNX + +// Returns the number of threads running in the process, or 0 to indicate that +// we cannot detect it. +size_t GetThreadCount() { + const int fd = open("/proc/self/as", O_RDONLY); + if (fd < 0) { + return 0; + } + procfs_info process_info; + const int status = + devctl(fd, DCMD_PROC_INFO, &process_info, sizeof(process_info), NULL); + close(fd); + if (status == EOK) { + return static_cast(process_info.num_threads); + } else { + return 0; + } +} + +#else + +size_t GetThreadCount() { + // There's no portable way to detect the number of threads, so we just + // return 0 to indicate that we cannot detect it. + return 0; +} + +#endif // GTEST_OS_MAC + +#if GTEST_USES_POSIX_RE + +// Implements RE. Currently only needed for death tests. + +RE::~RE() { + if (is_valid_) { + // regfree'ing an invalid regex might crash because the content + // of the regex is undefined. Since the regex's are essentially + // the same, one cannot be valid (or invalid) without the other + // being so too. + regfree(&partial_regex_); + regfree(&full_regex_); + } + free(const_cast(pattern_)); +} + +// Returns true iff regular expression re matches the entire str. +bool RE::FullMatch(const char* str, const RE& re) { + if (!re.is_valid_) return false; + + regmatch_t match; + return regexec(&re.full_regex_, str, 1, &match, 0) == 0; +} + +// Returns true iff regular expression re matches a substring of str +// (including str itself). +bool RE::PartialMatch(const char* str, const RE& re) { + if (!re.is_valid_) return false; + + regmatch_t match; + return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; +} + +// Initializes an RE from its string representation. +void RE::Init(const char* regex) { + pattern_ = posix::StrDup(regex); + + // Reserves enough bytes to hold the regular expression used for a + // full match. + const size_t full_regex_len = strlen(regex) + 10; + char* const full_pattern = new char[full_regex_len]; + + snprintf(full_pattern, full_regex_len, "^(%s)$", regex); + is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; + // We want to call regcomp(&partial_regex_, ...) even if the + // previous expression returns false. Otherwise partial_regex_ may + // not be properly initialized can may cause trouble when it's + // freed. + // + // Some implementation of POSIX regex (e.g. on at least some + // versions of Cygwin) doesn't accept the empty string as a valid + // regex. We change it to an equivalent form "()" to be safe. + if (is_valid_) { + const char* const partial_regex = (*regex == '\0') ? "()" : regex; + is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; + } + EXPECT_TRUE(is_valid_) + << "Regular expression \"" << regex + << "\" is not a valid POSIX Extended regular expression."; + + delete[] full_pattern; +} + +#elif GTEST_USES_SIMPLE_RE + +// Returns true iff ch appears anywhere in str (excluding the +// terminating '\0' character). +bool IsInSet(char ch, const char* str) { + return ch != '\0' && strchr(str, ch) != NULL; +} + +// Returns true iff ch belongs to the given classification. Unlike +// similar functions in , these aren't affected by the +// current locale. +bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } +bool IsAsciiPunct(char ch) { + return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); +} +bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } +bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } +bool IsAsciiWordChar(char ch) { + return ('a' <= ch && ch <= 'z') || ('A' <= ch && ch <= 'Z') || + ('0' <= ch && ch <= '9') || ch == '_'; +} + +// Returns true iff "\\c" is a supported escape sequence. +bool IsValidEscape(char c) { + return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); +} + +// Returns true iff the given atom (specified by escaped and pattern) +// matches ch. The result is undefined if the atom is invalid. +bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { + if (escaped) { // "\\p" where p is pattern_char. + switch (pattern_char) { + case 'd': return IsAsciiDigit(ch); + case 'D': return !IsAsciiDigit(ch); + case 'f': return ch == '\f'; + case 'n': return ch == '\n'; + case 'r': return ch == '\r'; + case 's': return IsAsciiWhiteSpace(ch); + case 'S': return !IsAsciiWhiteSpace(ch); + case 't': return ch == '\t'; + case 'v': return ch == '\v'; + case 'w': return IsAsciiWordChar(ch); + case 'W': return !IsAsciiWordChar(ch); + } + return IsAsciiPunct(pattern_char) && pattern_char == ch; + } + + return (pattern_char == '.' && ch != '\n') || pattern_char == ch; +} + +// Helper function used by ValidateRegex() to format error messages. +std::string FormatRegexSyntaxError(const char* regex, int index) { + return (Message() << "Syntax error at index " << index + << " in simple regular expression \"" << regex << "\": ").GetString(); +} + +// Generates non-fatal failures and returns false if regex is invalid; +// otherwise returns true. +bool ValidateRegex(const char* regex) { + if (regex == NULL) { + // TODO(wan@google.com): fix the source file location in the + // assertion failures to match where the regex is used in user + // code. + ADD_FAILURE() << "NULL is not a valid simple regular expression."; + return false; + } + + bool is_valid = true; + + // True iff ?, *, or + can follow the previous atom. + bool prev_repeatable = false; + for (int i = 0; regex[i]; i++) { + if (regex[i] == '\\') { // An escape sequence + i++; + if (regex[i] == '\0') { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) + << "'\\' cannot appear at the end."; + return false; + } + + if (!IsValidEscape(regex[i])) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) + << "invalid escape sequence \"\\" << regex[i] << "\"."; + is_valid = false; + } + prev_repeatable = true; + } else { // Not an escape sequence. + const char ch = regex[i]; + + if (ch == '^' && i > 0) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'^' can only appear at the beginning."; + is_valid = false; + } else if (ch == '$' && regex[i + 1] != '\0') { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'$' can only appear at the end."; + is_valid = false; + } else if (IsInSet(ch, "()[]{}|")) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'" << ch << "' is unsupported."; + is_valid = false; + } else if (IsRepeat(ch) && !prev_repeatable) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'" << ch << "' can only follow a repeatable token."; + is_valid = false; + } + + prev_repeatable = !IsInSet(ch, "^$?*+"); + } + } + + return is_valid; +} + +// Matches a repeated regex atom followed by a valid simple regular +// expression. The regex atom is defined as c if escaped is false, +// or \c otherwise. repeat is the repetition meta character (?, *, +// or +). The behavior is undefined if str contains too many +// characters to be indexable by size_t, in which case the test will +// probably time out anyway. We are fine with this limitation as +// std::string has it too. +bool MatchRepetitionAndRegexAtHead( + bool escaped, char c, char repeat, const char* regex, + const char* str) { + const size_t min_count = (repeat == '+') ? 1 : 0; + const size_t max_count = (repeat == '?') ? 1 : + static_cast(-1) - 1; + // We cannot call numeric_limits::max() as it conflicts with the + // max() macro on Windows. + + for (size_t i = 0; i <= max_count; ++i) { + // We know that the atom matches each of the first i characters in str. + if (i >= min_count && MatchRegexAtHead(regex, str + i)) { + // We have enough matches at the head, and the tail matches too. + // Since we only care about *whether* the pattern matches str + // (as opposed to *how* it matches), there is no need to find a + // greedy match. + return true; + } + if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) + return false; + } + return false; +} + +// Returns true iff regex matches a prefix of str. regex must be a +// valid simple regular expression and not start with "^", or the +// result is undefined. +bool MatchRegexAtHead(const char* regex, const char* str) { + if (*regex == '\0') // An empty regex matches a prefix of anything. + return true; + + // "$" only matches the end of a string. Note that regex being + // valid guarantees that there's nothing after "$" in it. + if (*regex == '$') + return *str == '\0'; + + // Is the first thing in regex an escape sequence? + const bool escaped = *regex == '\\'; + if (escaped) + ++regex; + if (IsRepeat(regex[1])) { + // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so + // here's an indirect recursion. It terminates as the regex gets + // shorter in each recursion. + return MatchRepetitionAndRegexAtHead( + escaped, regex[0], regex[1], regex + 2, str); + } else { + // regex isn't empty, isn't "$", and doesn't start with a + // repetition. We match the first atom of regex with the first + // character of str and recurse. + return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && + MatchRegexAtHead(regex + 1, str + 1); + } +} + +// Returns true iff regex matches any substring of str. regex must be +// a valid simple regular expression, or the result is undefined. +// +// The algorithm is recursive, but the recursion depth doesn't exceed +// the regex length, so we won't need to worry about running out of +// stack space normally. In rare cases the time complexity can be +// exponential with respect to the regex length + the string length, +// but usually it's must faster (often close to linear). +bool MatchRegexAnywhere(const char* regex, const char* str) { + if (regex == NULL || str == NULL) + return false; + + if (*regex == '^') + return MatchRegexAtHead(regex + 1, str); + + // A successful match can be anywhere in str. + do { + if (MatchRegexAtHead(regex, str)) + return true; + } while (*str++ != '\0'); + return false; +} + +// Implements the RE class. + +RE::~RE() { + free(const_cast(pattern_)); + free(const_cast(full_pattern_)); +} + +// Returns true iff regular expression re matches the entire str. +bool RE::FullMatch(const char* str, const RE& re) { + return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); +} + +// Returns true iff regular expression re matches a substring of str +// (including str itself). +bool RE::PartialMatch(const char* str, const RE& re) { + return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); +} + +// Initializes an RE from its string representation. +void RE::Init(const char* regex) { + pattern_ = full_pattern_ = NULL; + if (regex != NULL) { + pattern_ = posix::StrDup(regex); + } + + is_valid_ = ValidateRegex(regex); + if (!is_valid_) { + // No need to calculate the full pattern when the regex is invalid. + return; + } + + const size_t len = strlen(regex); + // Reserves enough bytes to hold the regular expression used for a + // full match: we need space to prepend a '^', append a '$', and + // terminate the string with '\0'. + char* buffer = static_cast(malloc(len + 3)); + full_pattern_ = buffer; + + if (*regex != '^') + *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'. + + // We don't use snprintf or strncpy, as they trigger a warning when + // compiled with VC++ 8.0. + memcpy(buffer, regex, len); + buffer += len; + + if (len == 0 || regex[len - 1] != '$') + *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'. + + *buffer = '\0'; +} + +#endif // GTEST_USES_POSIX_RE + +const char kUnknownFile[] = "unknown file"; + +// Formats a source file path and a line number as they would appear +// in an error message from the compiler used to compile this code. +GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { + const std::string file_name(file == NULL ? kUnknownFile : file); + + if (line < 0) { + return file_name + ":"; + } +#ifdef _MSC_VER + return file_name + "(" + StreamableToString(line) + "):"; +#else + return file_name + ":" + StreamableToString(line) + ":"; +#endif // _MSC_VER +} + +// Formats a file location for compiler-independent XML output. +// Although this function is not platform dependent, we put it next to +// FormatFileLocation in order to contrast the two functions. +// Note that FormatCompilerIndependentFileLocation() does NOT append colon +// to the file location it produces, unlike FormatFileLocation(). +GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( + const char* file, int line) { + const std::string file_name(file == NULL ? kUnknownFile : file); + + if (line < 0) + return file_name; + else + return file_name + ":" + StreamableToString(line); +} + + +GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) + : severity_(severity) { + const char* const marker = + severity == GTEST_INFO ? "[ INFO ]" : + severity == GTEST_WARNING ? "[WARNING]" : + severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]"; + GetStream() << ::std::endl << marker << " " + << FormatFileLocation(file, line).c_str() << ": "; +} + +// Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. +GTestLog::~GTestLog() { + GetStream() << ::std::endl; + if (severity_ == GTEST_FATAL) { + fflush(stderr); + posix::Abort(); + } +} +// Disable Microsoft deprecation warnings for POSIX functions called from +// this class (creat, dup, dup2, and close) +#ifdef _MSC_VER +# pragma warning(push) +# pragma warning(disable: 4996) +#endif // _MSC_VER + +#if GTEST_HAS_STREAM_REDIRECTION + +// Object that captures an output stream (stdout/stderr). +class CapturedStream { + public: + // The ctor redirects the stream to a temporary file. + explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { +# if GTEST_OS_WINDOWS + char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT + char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT + + ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); + const UINT success = ::GetTempFileNameA(temp_dir_path, + "gtest_redir", + 0, // Generate unique file name. + temp_file_path); + GTEST_CHECK_(success != 0) + << "Unable to create a temporary file in " << temp_dir_path; + const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); + GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file " + << temp_file_path; + filename_ = temp_file_path; +# else + // There's no guarantee that a test has write access to the current + // directory, so we create the temporary file in the /tmp directory + // instead. We use /tmp on most systems, and /sdcard on Android. + // That's because Android doesn't have /tmp. +# if GTEST_OS_LINUX_ANDROID + // Note: Android applications are expected to call the framework's + // Context.getExternalStorageDirectory() method through JNI to get + // the location of the world-writable SD Card directory. However, + // this requires a Context handle, which cannot be retrieved + // globally from native code. Doing so also precludes running the + // code as part of a regular standalone executable, which doesn't + // run in a Dalvik process (e.g. when running it through 'adb shell'). + // + // The location /sdcard is directly accessible from native code + // and is the only location (unofficially) supported by the Android + // team. It's generally a symlink to the real SD Card mount point + // which can be /mnt/sdcard, /mnt/sdcard0, /system/media/sdcard, or + // other OEM-customized locations. Never rely on these, and always + // use /sdcard. + char name_template[] = "/sdcard/gtest_captured_stream.XXXXXX"; +# else + char name_template[] = "/tmp/captured_stream.XXXXXX"; +# endif // GTEST_OS_LINUX_ANDROID + const int captured_fd = mkstemp(name_template); + filename_ = name_template; +# endif // GTEST_OS_WINDOWS + fflush(NULL); + dup2(captured_fd, fd_); + close(captured_fd); + } + + ~CapturedStream() { + remove(filename_.c_str()); + } + + std::string GetCapturedString() { + if (uncaptured_fd_ != -1) { + // Restores the original stream. + fflush(NULL); + dup2(uncaptured_fd_, fd_); + close(uncaptured_fd_); + uncaptured_fd_ = -1; + } + + FILE* const file = posix::FOpen(filename_.c_str(), "r"); + const std::string content = ReadEntireFile(file); + posix::FClose(file); + return content; + } + + private: + // Reads the entire content of a file as an std::string. + static std::string ReadEntireFile(FILE* file); + + // Returns the size (in bytes) of a file. + static size_t GetFileSize(FILE* file); + + const int fd_; // A stream to capture. + int uncaptured_fd_; + // Name of the temporary file holding the stderr output. + ::std::string filename_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(CapturedStream); +}; + +// Returns the size (in bytes) of a file. +size_t CapturedStream::GetFileSize(FILE* file) { + fseek(file, 0, SEEK_END); + return static_cast(ftell(file)); +} + +// Reads the entire content of a file as a string. +std::string CapturedStream::ReadEntireFile(FILE* file) { + const size_t file_size = GetFileSize(file); + char* const buffer = new char[file_size]; + + size_t bytes_last_read = 0; // # of bytes read in the last fread() + size_t bytes_read = 0; // # of bytes read so far + + fseek(file, 0, SEEK_SET); + + // Keeps reading the file until we cannot read further or the + // pre-determined file size is reached. + do { + bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file); + bytes_read += bytes_last_read; + } while (bytes_last_read > 0 && bytes_read < file_size); + + const std::string content(buffer, bytes_read); + delete[] buffer; + + return content; +} + +# ifdef _MSC_VER +# pragma warning(pop) +# endif // _MSC_VER + +static CapturedStream* g_captured_stderr = NULL; +static CapturedStream* g_captured_stdout = NULL; + +// Starts capturing an output stream (stdout/stderr). +void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { + if (*stream != NULL) { + GTEST_LOG_(FATAL) << "Only one " << stream_name + << " capturer can exist at a time."; + } + *stream = new CapturedStream(fd); +} + +// Stops capturing the output stream and returns the captured string. +std::string GetCapturedStream(CapturedStream** captured_stream) { + const std::string content = (*captured_stream)->GetCapturedString(); + + delete *captured_stream; + *captured_stream = NULL; + + return content; +} + +// Starts capturing stdout. +void CaptureStdout() { + CaptureStream(kStdOutFileno, "stdout", &g_captured_stdout); +} + +// Starts capturing stderr. +void CaptureStderr() { + CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); +} + +// Stops capturing stdout and returns the captured string. +std::string GetCapturedStdout() { + return GetCapturedStream(&g_captured_stdout); +} + +// Stops capturing stderr and returns the captured string. +std::string GetCapturedStderr() { + return GetCapturedStream(&g_captured_stderr); +} + +#endif // GTEST_HAS_STREAM_REDIRECTION + +#if GTEST_HAS_DEATH_TEST + +// A copy of all command line arguments. Set by InitGoogleTest(). +::std::vector g_argvs; + +static const ::std::vector* g_injected_test_argvs = + NULL; // Owned. + +void SetInjectableArgvs(const ::std::vector* argvs) { + if (g_injected_test_argvs != argvs) + delete g_injected_test_argvs; + g_injected_test_argvs = argvs; +} + +const ::std::vector& GetInjectableArgvs() { + if (g_injected_test_argvs != NULL) { + return *g_injected_test_argvs; + } + return g_argvs; +} +#endif // GTEST_HAS_DEATH_TEST + +#if GTEST_OS_WINDOWS_MOBILE +namespace posix { +void Abort() { + DebugBreak(); + TerminateProcess(GetCurrentProcess(), 1); +} +} // namespace posix +#endif // GTEST_OS_WINDOWS_MOBILE + +// Returns the name of the environment variable corresponding to the +// given flag. For example, FlagToEnvVar("foo") will return +// "GTEST_FOO" in the open-source version. +static std::string FlagToEnvVar(const char* flag) { + const std::string full_flag = + (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); + + Message env_var; + for (size_t i = 0; i != full_flag.length(); i++) { + env_var << ToUpper(full_flag.c_str()[i]); + } + + return env_var.GetString(); +} + +// Parses 'str' for a 32-bit signed integer. If successful, writes +// the result to *value and returns true; otherwise leaves *value +// unchanged and returns false. +bool ParseInt32(const Message& src_text, const char* str, Int32* value) { + // Parses the environment variable as a decimal integer. + char* end = NULL; + const long long_value = strtol(str, &end, 10); // NOLINT + + // Has strtol() consumed all characters in the string? + if (*end != '\0') { + // No - an invalid character was encountered. + Message msg; + msg << "WARNING: " << src_text + << " is expected to be a 32-bit integer, but actually" + << " has value \"" << str << "\".\n"; + printf("%s", msg.GetString().c_str()); + fflush(stdout); + return false; + } + + // Is the parsed value in the range of an Int32? + const Int32 result = static_cast(long_value); + if (long_value == LONG_MAX || long_value == LONG_MIN || + // The parsed value overflows as a long. (strtol() returns + // LONG_MAX or LONG_MIN when the input overflows.) + result != long_value + // The parsed value overflows as an Int32. + ) { + Message msg; + msg << "WARNING: " << src_text + << " is expected to be a 32-bit integer, but actually" + << " has value " << str << ", which overflows.\n"; + printf("%s", msg.GetString().c_str()); + fflush(stdout); + return false; + } + + *value = result; + return true; +} + +// Reads and returns the Boolean environment variable corresponding to +// the given flag; if it's not set, returns default_value. +// +// The value is considered true iff it's not "0". +bool BoolFromGTestEnv(const char* flag, bool default_value) { + const std::string env_var = FlagToEnvVar(flag); + const char* const string_value = posix::GetEnv(env_var.c_str()); + return string_value == NULL ? + default_value : strcmp(string_value, "0") != 0; +} + +// Reads and returns a 32-bit integer stored in the environment +// variable corresponding to the given flag; if it isn't set or +// doesn't represent a valid 32-bit integer, returns default_value. +Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) { + const std::string env_var = FlagToEnvVar(flag); + const char* const string_value = posix::GetEnv(env_var.c_str()); + if (string_value == NULL) { + // The environment variable is not set. + return default_value; + } + + Int32 result = default_value; + if (!ParseInt32(Message() << "Environment variable " << env_var, + string_value, &result)) { + printf("The default value %s is used.\n", + (Message() << default_value).GetString().c_str()); + fflush(stdout); + return default_value; + } + + return result; +} + +// Reads and returns the string environment variable corresponding to +// the given flag; if it's not set, returns default_value. +const char* StringFromGTestEnv(const char* flag, const char* default_value) { + const std::string env_var = FlagToEnvVar(flag); + const char* const value = posix::GetEnv(env_var.c_str()); + return value == NULL ? default_value : value; +} + +} // namespace internal +} // namespace testing +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Google Test - The Google C++ Testing Framework +// +// This file implements a universal value printer that can print a +// value of any type T: +// +// void ::testing::internal::UniversalPrinter::Print(value, ostream_ptr); +// +// It uses the << operator when possible, and prints the bytes in the +// object otherwise. A user can override its behavior for a class +// type Foo by defining either operator<<(::std::ostream&, const Foo&) +// or void PrintTo(const Foo&, ::std::ostream*) in the namespace that +// defines Foo. + +#include +#include +#include // NOLINT +#include + +namespace testing { + +namespace { + +using ::std::ostream; + +// Prints a segment of bytes in the given object. +void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, + size_t count, ostream* os) { + char text[5] = ""; + for (size_t i = 0; i != count; i++) { + const size_t j = start + i; + if (i != 0) { + // Organizes the bytes into groups of 2 for easy parsing by + // human. + if ((j % 2) == 0) + *os << ' '; + else + *os << '-'; + } + GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); + *os << text; + } +} + +// Prints the bytes in the given value to the given ostream. +void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, + ostream* os) { + // Tells the user how big the object is. + *os << count << "-byte object <"; + + const size_t kThreshold = 132; + const size_t kChunkSize = 64; + // If the object size is bigger than kThreshold, we'll have to omit + // some details by printing only the first and the last kChunkSize + // bytes. + // TODO(wan): let the user control the threshold using a flag. + if (count < kThreshold) { + PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); + } else { + PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); + *os << " ... "; + // Rounds up to 2-byte boundary. + const size_t resume_pos = (count - kChunkSize + 1)/2*2; + PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); + } + *os << ">"; +} + +} // namespace + +namespace internal2 { + +// Delegates to PrintBytesInObjectToImpl() to print the bytes in the +// given object. The delegation simplifies the implementation, which +// uses the << operator and thus is easier done outside of the +// ::testing::internal namespace, which contains a << operator that +// sometimes conflicts with the one in STL. +void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, + ostream* os) { + PrintBytesInObjectToImpl(obj_bytes, count, os); +} + +} // namespace internal2 + +namespace internal { + +// Depending on the value of a char (or wchar_t), we print it in one +// of three formats: +// - as is if it's a printable ASCII (e.g. 'a', '2', ' '), +// - as a hexidecimal escape sequence (e.g. '\x7F'), or +// - as a special escape sequence (e.g. '\r', '\n'). +enum CharFormat { + kAsIs, + kHexEscape, + kSpecialEscape +}; + +// Returns true if c is a printable ASCII character. We test the +// value of c directly instead of calling isprint(), which is buggy on +// Windows Mobile. +inline bool IsPrintableAscii(wchar_t c) { + return 0x20 <= c && c <= 0x7E; +} + +// Prints a wide or narrow char c as a character literal without the +// quotes, escaping it when necessary; returns how c was formatted. +// The template argument UnsignedChar is the unsigned version of Char, +// which is the type of c. +template +static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { + switch (static_cast(c)) { + case L'\0': + *os << "\\0"; + break; + case L'\'': + *os << "\\'"; + break; + case L'\\': + *os << "\\\\"; + break; + case L'\a': + *os << "\\a"; + break; + case L'\b': + *os << "\\b"; + break; + case L'\f': + *os << "\\f"; + break; + case L'\n': + *os << "\\n"; + break; + case L'\r': + *os << "\\r"; + break; + case L'\t': + *os << "\\t"; + break; + case L'\v': + *os << "\\v"; + break; + default: + if (IsPrintableAscii(c)) { + *os << static_cast(c); + return kAsIs; + } else { + *os << "\\x" + String::FormatHexInt(static_cast(c)); + return kHexEscape; + } + } + return kSpecialEscape; +} + +// Prints a wchar_t c as if it's part of a string literal, escaping it when +// necessary; returns how c was formatted. +static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { + switch (c) { + case L'\'': + *os << "'"; + return kAsIs; + case L'"': + *os << "\\\""; + return kSpecialEscape; + default: + return PrintAsCharLiteralTo(c, os); + } +} + +// Prints a char c as if it's part of a string literal, escaping it when +// necessary; returns how c was formatted. +static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { + return PrintAsStringLiteralTo( + static_cast(static_cast(c)), os); +} + +// Prints a wide or narrow character c and its code. '\0' is printed +// as "'\\0'", other unprintable characters are also properly escaped +// using the standard C++ escape sequence. The template argument +// UnsignedChar is the unsigned version of Char, which is the type of c. +template +void PrintCharAndCodeTo(Char c, ostream* os) { + // First, print c as a literal in the most readable form we can find. + *os << ((sizeof(c) > 1) ? "L'" : "'"); + const CharFormat format = PrintAsCharLiteralTo(c, os); + *os << "'"; + + // To aid user debugging, we also print c's code in decimal, unless + // it's 0 (in which case c was printed as '\\0', making the code + // obvious). + if (c == 0) + return; + *os << " (" << static_cast(c); + + // For more convenience, we print c's code again in hexidecimal, + // unless c was already printed in the form '\x##' or the code is in + // [1, 9]. + if (format == kHexEscape || (1 <= c && c <= 9)) { + // Do nothing. + } else { + *os << ", 0x" << String::FormatHexInt(static_cast(c)); + } + *os << ")"; +} + +void PrintTo(unsigned char c, ::std::ostream* os) { + PrintCharAndCodeTo(c, os); +} +void PrintTo(signed char c, ::std::ostream* os) { + PrintCharAndCodeTo(c, os); +} + +// Prints a wchar_t as a symbol if it is printable or as its internal +// code otherwise and also as its code. L'\0' is printed as "L'\\0'". +void PrintTo(wchar_t wc, ostream* os) { + PrintCharAndCodeTo(wc, os); +} + +// Prints the given array of characters to the ostream. CharType must be either +// char or wchar_t. +// The array starts at begin, the length is len, it may include '\0' characters +// and may not be NUL-terminated. +template +static void PrintCharsAsStringTo( + const CharType* begin, size_t len, ostream* os) { + const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; + *os << kQuoteBegin; + bool is_previous_hex = false; + for (size_t index = 0; index < len; ++index) { + const CharType cur = begin[index]; + if (is_previous_hex && IsXDigit(cur)) { + // Previous character is of '\x..' form and this character can be + // interpreted as another hexadecimal digit in its number. Break string to + // disambiguate. + *os << "\" " << kQuoteBegin; + } + is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; + } + *os << "\""; +} + +// Prints a (const) char/wchar_t array of 'len' elements, starting at address +// 'begin'. CharType must be either char or wchar_t. +template +static void UniversalPrintCharArray( + const CharType* begin, size_t len, ostream* os) { + // The code + // const char kFoo[] = "foo"; + // generates an array of 4, not 3, elements, with the last one being '\0'. + // + // Therefore when printing a char array, we don't print the last element if + // it's '\0', such that the output matches the string literal as it's + // written in the source code. + if (len > 0 && begin[len - 1] == '\0') { + PrintCharsAsStringTo(begin, len - 1, os); + return; + } + + // If, however, the last element in the array is not '\0', e.g. + // const char kFoo[] = { 'f', 'o', 'o' }; + // we must print the entire array. We also print a message to indicate + // that the array is not NUL-terminated. + PrintCharsAsStringTo(begin, len, os); + *os << " (no terminating NUL)"; +} + +// Prints a (const) char array of 'len' elements, starting at address 'begin'. +void UniversalPrintArray(const char* begin, size_t len, ostream* os) { + UniversalPrintCharArray(begin, len, os); +} + +// Prints a (const) wchar_t array of 'len' elements, starting at address +// 'begin'. +void UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) { + UniversalPrintCharArray(begin, len, os); +} + +// Prints the given C string to the ostream. +void PrintTo(const char* s, ostream* os) { + if (s == NULL) { + *os << "NULL"; + } else { + *os << ImplicitCast_(s) << " pointing to "; + PrintCharsAsStringTo(s, strlen(s), os); + } +} + +// MSVC compiler can be configured to define whar_t as a typedef +// of unsigned short. Defining an overload for const wchar_t* in that case +// would cause pointers to unsigned shorts be printed as wide strings, +// possibly accessing more memory than intended and causing invalid +// memory accesses. MSVC defines _NATIVE_WCHAR_T_DEFINED symbol when +// wchar_t is implemented as a native type. +#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) +// Prints the given wide C string to the ostream. +void PrintTo(const wchar_t* s, ostream* os) { + if (s == NULL) { + *os << "NULL"; + } else { + *os << ImplicitCast_(s) << " pointing to "; + PrintCharsAsStringTo(s, wcslen(s), os); + } +} +#endif // wchar_t is native + +// Prints a ::string object. +#if GTEST_HAS_GLOBAL_STRING +void PrintStringTo(const ::string& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} +#endif // GTEST_HAS_GLOBAL_STRING + +void PrintStringTo(const ::std::string& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} + +// Prints a ::wstring object. +#if GTEST_HAS_GLOBAL_WSTRING +void PrintWideStringTo(const ::wstring& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +#if GTEST_HAS_STD_WSTRING +void PrintWideStringTo(const ::std::wstring& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} +#endif // GTEST_HAS_STD_WSTRING + +} // namespace internal + +} // namespace testing +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// +// The Google C++ Testing Framework (Google Test) + + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#undef GTEST_IMPLEMENTATION_ + +namespace testing { + +using internal::GetUnitTestImpl; + +// Gets the summary of the failure message by omitting the stack trace +// in it. +std::string TestPartResult::ExtractSummary(const char* message) { + const char* const stack_trace = strstr(message, internal::kStackTraceMarker); + return stack_trace == NULL ? message : + std::string(message, stack_trace); +} + +// Prints a TestPartResult object. +std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { + return os + << result.file_name() << ":" << result.line_number() << ": " + << (result.type() == TestPartResult::kSuccess ? "Success" : + result.type() == TestPartResult::kFatalFailure ? "Fatal failure" : + "Non-fatal failure") << ":\n" + << result.message() << std::endl; +} + +// Appends a TestPartResult to the array. +void TestPartResultArray::Append(const TestPartResult& result) { + array_.push_back(result); +} + +// Returns the TestPartResult at the given index (0-based). +const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { + if (index < 0 || index >= size()) { + printf("\nInvalid index (%d) into TestPartResultArray.\n", index); + internal::posix::Abort(); + } + + return array_[index]; +} + +// Returns the number of TestPartResult objects in the array. +int TestPartResultArray::size() const { + return static_cast(array_.size()); +} + +namespace internal { + +HasNewFatalFailureHelper::HasNewFatalFailureHelper() + : has_new_fatal_failure_(false), + original_reporter_(GetUnitTestImpl()-> + GetTestPartResultReporterForCurrentThread()) { + GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this); +} + +HasNewFatalFailureHelper::~HasNewFatalFailureHelper() { + GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread( + original_reporter_); +} + +void HasNewFatalFailureHelper::ReportTestPartResult( + const TestPartResult& result) { + if (result.fatally_failed()) + has_new_fatal_failure_ = true; + original_reporter_->ReportTestPartResult(result); +} + +} // namespace internal + +} // namespace testing +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + + +namespace testing { +namespace internal { + +#if GTEST_HAS_TYPED_TEST_P + +// Skips to the first non-space char in str. Returns an empty string if str +// contains only whitespace characters. +static const char* SkipSpaces(const char* str) { + while (IsSpace(*str)) + str++; + return str; +} + +// Verifies that registered_tests match the test names in +// defined_test_names_; returns registered_tests if successful, or +// aborts the program otherwise. +const char* TypedTestCasePState::VerifyRegisteredTestNames( + const char* file, int line, const char* registered_tests) { + typedef ::std::set::const_iterator DefinedTestIter; + registered_ = true; + + // Skip initial whitespace in registered_tests since some + // preprocessors prefix stringizied literals with whitespace. + registered_tests = SkipSpaces(registered_tests); + + Message errors; + ::std::set tests; + for (const char* names = registered_tests; names != NULL; + names = SkipComma(names)) { + const std::string name = GetPrefixUntilComma(names); + if (tests.count(name) != 0) { + errors << "Test " << name << " is listed more than once.\n"; + continue; + } + + bool found = false; + for (DefinedTestIter it = defined_test_names_.begin(); + it != defined_test_names_.end(); + ++it) { + if (name == *it) { + found = true; + break; + } + } + + if (found) { + tests.insert(name); + } else { + errors << "No test named " << name + << " can be found in this test case.\n"; + } + } + + for (DefinedTestIter it = defined_test_names_.begin(); + it != defined_test_names_.end(); + ++it) { + if (tests.count(*it) == 0) { + errors << "You forgot to list test " << *it << ".\n"; + } + } + + const std::string& errors_str = errors.GetString(); + if (errors_str != "") { + fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), + errors_str.c_str()); + fflush(stderr); + posix::Abort(); + } + + return registered_tests; +} + +#endif // GTEST_HAS_TYPED_TEST_P + +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/fused-src/gtest/gtest.h b/gtest-1.7.0/fused-src/gtest/gtest.h new file mode 100644 index 000000000..4f3804f70 --- /dev/null +++ b/gtest-1.7.0/fused-src/gtest/gtest.h @@ -0,0 +1,20061 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines the public API for Google Test. It should be +// included by any test program that uses Google Test. +// +// IMPORTANT NOTE: Due to limitation of the C++ language, we have to +// leave some internal implementation details in this header file. +// They are clearly marked by comments like this: +// +// // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +// +// Such code is NOT meant to be used by a user directly, and is subject +// to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user +// program! +// +// Acknowledgment: Google Test borrowed the idea of automatic test +// registration from Barthelemy Dagenais' (barthelemy@prologique.com) +// easyUnit framework. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_H_ + +#include +#include +#include + +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file declares functions and macros used internally by +// Google Test. They are subject to change without notice. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ + +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan) +// +// Low-level types and utilities for porting Google Test to various +// platforms. They are subject to change without notice. DO NOT USE +// THEM IN USER CODE. +// +// This file is fundamental to Google Test. All other Google Test source +// files are expected to #include this. Therefore, it cannot #include +// any other Google Test header. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ + +// The user can define the following macros in the build script to +// control Google Test's behavior. If the user doesn't define a macro +// in this list, Google Test will define it. +// +// GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2) +// is/isn't available. +// GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions +// are enabled. +// GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string +// is/isn't available (some systems define +// ::string, which is different to std::string). +// GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string +// is/isn't available (some systems define +// ::wstring, which is different to std::wstring). +// GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular +// expressions are/aren't available. +// GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that +// is/isn't available. +// GTEST_HAS_RTTI - Define it to 1/0 to indicate that RTTI is/isn't +// enabled. +// GTEST_HAS_STD_WSTRING - Define it to 1/0 to indicate that +// std::wstring does/doesn't work (Google Test can +// be used where std::wstring is unavailable). +// GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple +// is/isn't available. +// GTEST_HAS_SEH - Define it to 1/0 to indicate whether the +// compiler supports Microsoft's "Structured +// Exception Handling". +// GTEST_HAS_STREAM_REDIRECTION +// - Define it to 1/0 to indicate whether the +// platform supports I/O stream redirection using +// dup() and dup2(). +// GTEST_USE_OWN_TR1_TUPLE - Define it to 1/0 to indicate whether Google +// Test's own tr1 tuple implementation should be +// used. Unused when the user sets +// GTEST_HAS_TR1_TUPLE to 0. +// GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test +// is building in C++11/C++98 mode. +// GTEST_LINKED_AS_SHARED_LIBRARY +// - Define to 1 when compiling tests that use +// Google Test as a shared library (known as +// DLL on Windows). +// GTEST_CREATE_SHARED_LIBRARY +// - Define to 1 when compiling Google Test itself +// as a shared library. + +// This header defines the following utilities: +// +// Macros indicating the current platform (defined to 1 if compiled on +// the given platform; otherwise undefined): +// GTEST_OS_AIX - IBM AIX +// GTEST_OS_CYGWIN - Cygwin +// GTEST_OS_HPUX - HP-UX +// GTEST_OS_LINUX - Linux +// GTEST_OS_LINUX_ANDROID - Google Android +// GTEST_OS_MAC - Mac OS X +// GTEST_OS_IOS - iOS +// GTEST_OS_IOS_SIMULATOR - iOS simulator +// GTEST_OS_NACL - Google Native Client (NaCl) +// GTEST_OS_OPENBSD - OpenBSD +// GTEST_OS_QNX - QNX +// GTEST_OS_SOLARIS - Sun Solaris +// GTEST_OS_SYMBIAN - Symbian +// GTEST_OS_WINDOWS - Windows (Desktop, MinGW, or Mobile) +// GTEST_OS_WINDOWS_DESKTOP - Windows Desktop +// GTEST_OS_WINDOWS_MINGW - MinGW +// GTEST_OS_WINDOWS_MOBILE - Windows Mobile +// GTEST_OS_ZOS - z/OS +// +// Among the platforms, Cygwin, Linux, Max OS X, and Windows have the +// most stable support. Since core members of the Google Test project +// don't have access to other platforms, support for them may be less +// stable. If you notice any problems on your platform, please notify +// googletestframework@googlegroups.com (patches for fixing them are +// even more welcome!). +// +// Note that it is possible that none of the GTEST_OS_* macros are defined. +// +// Macros indicating available Google Test features (defined to 1 if +// the corresponding feature is supported; otherwise undefined): +// GTEST_HAS_COMBINE - the Combine() function (for value-parameterized +// tests) +// GTEST_HAS_DEATH_TEST - death tests +// GTEST_HAS_PARAM_TEST - value-parameterized tests +// GTEST_HAS_TYPED_TEST - typed tests +// GTEST_HAS_TYPED_TEST_P - type-parameterized tests +// GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with +// GTEST_HAS_POSIX_RE (see above) which users can +// define themselves. +// GTEST_USES_SIMPLE_RE - our own simple regex is used; +// the above two are mutually exclusive. +// GTEST_CAN_COMPARE_NULL - accepts untyped NULL in EXPECT_EQ(). +// +// Macros for basic C++ coding: +// GTEST_AMBIGUOUS_ELSE_BLOCKER_ - for disabling a gcc warning. +// GTEST_ATTRIBUTE_UNUSED_ - declares that a class' instances or a +// variable don't have to be used. +// GTEST_DISALLOW_ASSIGN_ - disables operator=. +// GTEST_DISALLOW_COPY_AND_ASSIGN_ - disables copy ctor and operator=. +// GTEST_MUST_USE_RESULT_ - declares that a function's result must be used. +// +// Synchronization: +// Mutex, MutexLock, ThreadLocal, GetThreadCount() +// - synchronization primitives. +// GTEST_IS_THREADSAFE - defined to 1 to indicate that the above +// synchronization primitives have real implementations +// and Google Test is thread-safe; or 0 otherwise. +// +// Template meta programming: +// is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. +// IteratorTraits - partial implementation of std::iterator_traits, which +// is not available in libCstd when compiled with Sun C++. +// +// Smart pointers: +// scoped_ptr - as in TR2. +// +// Regular expressions: +// RE - a simple regular expression class using the POSIX +// Extended Regular Expression syntax on UNIX-like +// platforms, or a reduced regular exception syntax on +// other platforms, including Windows. +// +// Logging: +// GTEST_LOG_() - logs messages at the specified severity level. +// LogToStderr() - directs all log messages to stderr. +// FlushInfoLog() - flushes informational log messages. +// +// Stdout and stderr capturing: +// CaptureStdout() - starts capturing stdout. +// GetCapturedStdout() - stops capturing stdout and returns the captured +// string. +// CaptureStderr() - starts capturing stderr. +// GetCapturedStderr() - stops capturing stderr and returns the captured +// string. +// +// Integer types: +// TypeWithSize - maps an integer to a int type. +// Int32, UInt32, Int64, UInt64, TimeInMillis +// - integers of known sizes. +// BiggestInt - the biggest signed integer type. +// +// Command-line utilities: +// GTEST_FLAG() - references a flag. +// GTEST_DECLARE_*() - declares a flag. +// GTEST_DEFINE_*() - defines a flag. +// GetInjectableArgvs() - returns the command line as a vector of strings. +// +// Environment variable utilities: +// GetEnv() - gets the value of an environment variable. +// BoolFromGTestEnv() - parses a bool environment variable. +// Int32FromGTestEnv() - parses an Int32 environment variable. +// StringFromGTestEnv() - parses a string environment variable. + +#include // for isspace, etc +#include // for ptrdiff_t +#include +#include +#include +#ifndef _WIN32_WCE +# include +# include +#endif // !_WIN32_WCE + +#if defined __APPLE__ +# include +# include +#endif + +#include // NOLINT +#include // NOLINT +#include // NOLINT + +#define GTEST_DEV_EMAIL_ "googletestframework@@googlegroups.com" +#define GTEST_FLAG_PREFIX_ "gtest_" +#define GTEST_FLAG_PREFIX_DASH_ "gtest-" +#define GTEST_FLAG_PREFIX_UPPER_ "GTEST_" +#define GTEST_NAME_ "Google Test" +#define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/" + +// Determines the version of gcc that is used to compile this. +#ifdef __GNUC__ +// 40302 means version 4.3.2. +# define GTEST_GCC_VER_ \ + (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) +#endif // __GNUC__ + +// Determines the platform on which Google Test is compiled. +#ifdef __CYGWIN__ +# define GTEST_OS_CYGWIN 1 +#elif defined __SYMBIAN32__ +# define GTEST_OS_SYMBIAN 1 +#elif defined _WIN32 +# define GTEST_OS_WINDOWS 1 +# ifdef _WIN32_WCE +# define GTEST_OS_WINDOWS_MOBILE 1 +# elif defined(__MINGW__) || defined(__MINGW32__) +# define GTEST_OS_WINDOWS_MINGW 1 +# else +# define GTEST_OS_WINDOWS_DESKTOP 1 +# endif // _WIN32_WCE +#elif defined __APPLE__ +# define GTEST_OS_MAC 1 +# if TARGET_OS_IPHONE +# define GTEST_OS_IOS 1 +# if TARGET_IPHONE_SIMULATOR +# define GTEST_OS_IOS_SIMULATOR 1 +# endif +# endif +#elif defined __linux__ +# define GTEST_OS_LINUX 1 +# if defined __ANDROID__ +# define GTEST_OS_LINUX_ANDROID 1 +# endif +#elif defined __MVS__ +# define GTEST_OS_ZOS 1 +#elif defined(__sun) && defined(__SVR4) +# define GTEST_OS_SOLARIS 1 +#elif defined(_AIX) +# define GTEST_OS_AIX 1 +#elif defined(__hpux) +# define GTEST_OS_HPUX 1 +#elif defined __native_client__ +# define GTEST_OS_NACL 1 +#elif defined __OpenBSD__ +# define GTEST_OS_OPENBSD 1 +#elif defined __QNX__ +# define GTEST_OS_QNX 1 +#endif // __CYGWIN__ + +#ifndef GTEST_LANG_CXX11 +// gcc and clang define __GXX_EXPERIMENTAL_CXX0X__ when +// -std={c,gnu}++{0x,11} is passed. The C++11 standard specifies a +// value for __cplusplus, and recent versions of clang, gcc, and +// probably other compilers set that too in C++11 mode. +# if __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L +// Compiling in at least C++11 mode. +# define GTEST_LANG_CXX11 1 +# else +# define GTEST_LANG_CXX11 0 +# endif +#endif + +// Brings in definitions for functions used in the testing::internal::posix +// namespace (read, write, close, chdir, isatty, stat). We do not currently +// use them on Windows Mobile. +#if !GTEST_OS_WINDOWS +// This assumes that non-Windows OSes provide unistd.h. For OSes where this +// is not the case, we need to include headers that provide the functions +// mentioned above. +# include +# include +#elif !GTEST_OS_WINDOWS_MOBILE +# include +# include +#endif + +#if GTEST_OS_LINUX_ANDROID +// Used to define __ANDROID_API__ matching the target NDK API level. +# include // NOLINT +#endif + +// Defines this to true iff Google Test can use POSIX regular expressions. +#ifndef GTEST_HAS_POSIX_RE +# if GTEST_OS_LINUX_ANDROID +// On Android, is only available starting with Gingerbread. +# define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) +# else +# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) +# endif +#endif + +#if GTEST_HAS_POSIX_RE + +// On some platforms, needs someone to define size_t, and +// won't compile otherwise. We can #include it here as we already +// included , which is guaranteed to define size_t through +// . +# include // NOLINT + +# define GTEST_USES_POSIX_RE 1 + +#elif GTEST_OS_WINDOWS + +// is not available on Windows. Use our own simple regex +// implementation instead. +# define GTEST_USES_SIMPLE_RE 1 + +#else + +// may not be available on this platform. Use our own +// simple regex implementation instead. +# define GTEST_USES_SIMPLE_RE 1 + +#endif // GTEST_HAS_POSIX_RE + +#ifndef GTEST_HAS_EXCEPTIONS +// The user didn't tell us whether exceptions are enabled, so we need +// to figure it out. +# if defined(_MSC_VER) || defined(__BORLANDC__) +// MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS +// macro to enable exceptions, so we'll do the same. +// Assumes that exceptions are enabled by default. +# ifndef _HAS_EXCEPTIONS +# define _HAS_EXCEPTIONS 1 +# endif // _HAS_EXCEPTIONS +# define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS +# elif defined(__GNUC__) && __EXCEPTIONS +// gcc defines __EXCEPTIONS to 1 iff exceptions are enabled. +# define GTEST_HAS_EXCEPTIONS 1 +# elif defined(__SUNPRO_CC) +// Sun Pro CC supports exceptions. However, there is no compile-time way of +// detecting whether they are enabled or not. Therefore, we assume that +// they are enabled unless the user tells us otherwise. +# define GTEST_HAS_EXCEPTIONS 1 +# elif defined(__IBMCPP__) && __EXCEPTIONS +// xlC defines __EXCEPTIONS to 1 iff exceptions are enabled. +# define GTEST_HAS_EXCEPTIONS 1 +# elif defined(__HP_aCC) +// Exception handling is in effect by default in HP aCC compiler. It has to +// be turned of by +noeh compiler option if desired. +# define GTEST_HAS_EXCEPTIONS 1 +# else +// For other compilers, we assume exceptions are disabled to be +// conservative. +# define GTEST_HAS_EXCEPTIONS 0 +# endif // defined(_MSC_VER) || defined(__BORLANDC__) +#endif // GTEST_HAS_EXCEPTIONS + +#if !defined(GTEST_HAS_STD_STRING) +// Even though we don't use this macro any longer, we keep it in case +// some clients still depend on it. +# define GTEST_HAS_STD_STRING 1 +#elif !GTEST_HAS_STD_STRING +// The user told us that ::std::string isn't available. +# error "Google Test cannot be used where ::std::string isn't available." +#endif // !defined(GTEST_HAS_STD_STRING) + +#ifndef GTEST_HAS_GLOBAL_STRING +// The user didn't tell us whether ::string is available, so we need +// to figure it out. + +# define GTEST_HAS_GLOBAL_STRING 0 + +#endif // GTEST_HAS_GLOBAL_STRING + +#ifndef GTEST_HAS_STD_WSTRING +// The user didn't tell us whether ::std::wstring is available, so we need +// to figure it out. +// TODO(wan@google.com): uses autoconf to detect whether ::std::wstring +// is available. + +// Cygwin 1.7 and below doesn't support ::std::wstring. +// Solaris' libc++ doesn't support it either. Android has +// no support for it at least as recent as Froyo (2.2). +# define GTEST_HAS_STD_WSTRING \ + (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) + +#endif // GTEST_HAS_STD_WSTRING + +#ifndef GTEST_HAS_GLOBAL_WSTRING +// The user didn't tell us whether ::wstring is available, so we need +// to figure it out. +# define GTEST_HAS_GLOBAL_WSTRING \ + (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) +#endif // GTEST_HAS_GLOBAL_WSTRING + +// Determines whether RTTI is available. +#ifndef GTEST_HAS_RTTI +// The user didn't tell us whether RTTI is enabled, so we need to +// figure it out. + +# ifdef _MSC_VER + +# ifdef _CPPRTTI // MSVC defines this macro iff RTTI is enabled. +# define GTEST_HAS_RTTI 1 +# else +# define GTEST_HAS_RTTI 0 +# endif + +// Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled. +# elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40302) + +# ifdef __GXX_RTTI +// When building against STLport with the Android NDK and with +// -frtti -fno-exceptions, the build fails at link time with undefined +// references to __cxa_bad_typeid. Note sure if STL or toolchain bug, +// so disable RTTI when detected. +# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) && \ + !defined(__EXCEPTIONS) +# define GTEST_HAS_RTTI 0 +# else +# define GTEST_HAS_RTTI 1 +# endif // GTEST_OS_LINUX_ANDROID && __STLPORT_MAJOR && !__EXCEPTIONS +# else +# define GTEST_HAS_RTTI 0 +# endif // __GXX_RTTI + +// Clang defines __GXX_RTTI starting with version 3.0, but its manual recommends +// using has_feature instead. has_feature(cxx_rtti) is supported since 2.7, the +// first version with C++ support. +# elif defined(__clang__) + +# define GTEST_HAS_RTTI __has_feature(cxx_rtti) + +// Starting with version 9.0 IBM Visual Age defines __RTTI_ALL__ to 1 if +// both the typeid and dynamic_cast features are present. +# elif defined(__IBMCPP__) && (__IBMCPP__ >= 900) + +# ifdef __RTTI_ALL__ +# define GTEST_HAS_RTTI 1 +# else +# define GTEST_HAS_RTTI 0 +# endif + +# else + +// For all other compilers, we assume RTTI is enabled. +# define GTEST_HAS_RTTI 1 + +# endif // _MSC_VER + +#endif // GTEST_HAS_RTTI + +// It's this header's responsibility to #include when RTTI +// is enabled. +#if GTEST_HAS_RTTI +# include +#endif + +// Determines whether Google Test can use the pthreads library. +#ifndef GTEST_HAS_PTHREAD +// The user didn't tell us explicitly, so we assume pthreads support is +// available on Linux and Mac. +// +// To disable threading support in Google Test, add -DGTEST_HAS_PTHREAD=0 +// to your compiler flags. +# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ + || GTEST_OS_QNX) +#endif // GTEST_HAS_PTHREAD + +#if GTEST_HAS_PTHREAD +// gtest-port.h guarantees to #include when GTEST_HAS_PTHREAD is +// true. +# include // NOLINT + +// For timespec and nanosleep, used below. +# include // NOLINT +#endif + +// Determines whether Google Test can use tr1/tuple. You can define +// this macro to 0 to prevent Google Test from using tuple (any +// feature depending on tuple with be disabled in this mode). +#ifndef GTEST_HAS_TR1_TUPLE +# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) +// STLport, provided with the Android NDK, has neither or . +# define GTEST_HAS_TR1_TUPLE 0 +# else +// The user didn't tell us not to do it, so we assume it's OK. +# define GTEST_HAS_TR1_TUPLE 1 +# endif +#endif // GTEST_HAS_TR1_TUPLE + +// Determines whether Google Test's own tr1 tuple implementation +// should be used. +#ifndef GTEST_USE_OWN_TR1_TUPLE +// The user didn't tell us, so we need to figure it out. + +// We use our own TR1 tuple if we aren't sure the user has an +// implementation of it already. At this time, libstdc++ 4.0.0+ and +// MSVC 2010 are the only mainstream standard libraries that come +// with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler +// pretends to be GCC by defining __GNUC__ and friends, but cannot +// compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1 +// tuple in a 323 MB Feature Pack download, which we cannot assume the +// user has. QNX's QCC compiler is a modified GCC but it doesn't +// support TR1 tuple. libc++ only provides std::tuple, in C++11 mode, +// and it can be used with some compilers that define __GNUC__. +# if (defined(__GNUC__) && !defined(__CUDACC__) && (GTEST_GCC_VER_ >= 40000) \ + && !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 +# define GTEST_ENV_HAS_TR1_TUPLE_ 1 +# endif + +// C++11 specifies that provides std::tuple. Use that if gtest is used +// in C++11 mode and libstdc++ isn't very old (binaries targeting OS X 10.6 +// can build with clang but need to use gcc4.2's libstdc++). +# if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325) +# define GTEST_ENV_HAS_STD_TUPLE_ 1 +# endif + +# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ +# define GTEST_USE_OWN_TR1_TUPLE 0 +# else +# define GTEST_USE_OWN_TR1_TUPLE 1 +# endif + +#endif // GTEST_USE_OWN_TR1_TUPLE + +// To avoid conditional compilation everywhere, we make it +// gtest-port.h's responsibility to #include the header implementing +// tr1/tuple. +#if GTEST_HAS_TR1_TUPLE + +# if GTEST_USE_OWN_TR1_TUPLE +// This file was GENERATED by command: +// pump.py gtest-tuple.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2009 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Implements a subset of TR1 tuple needed by Google Test and Google Mock. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ + +#include // For ::std::pair. + +// The compiler used in Symbian has a bug that prevents us from declaring the +// tuple template as a friend (it complains that tuple is redefined). This +// hack bypasses the bug by declaring the members that should otherwise be +// private as public. +// Sun Studio versions < 12 also have the above bug. +#if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590) +# define GTEST_DECLARE_TUPLE_AS_FRIEND_ public: +#else +# define GTEST_DECLARE_TUPLE_AS_FRIEND_ \ + template friend class tuple; \ + private: +#endif + +// GTEST_n_TUPLE_(T) is the type of an n-tuple. +#define GTEST_0_TUPLE_(T) tuple<> +#define GTEST_1_TUPLE_(T) tuple +#define GTEST_2_TUPLE_(T) tuple +#define GTEST_3_TUPLE_(T) tuple +#define GTEST_4_TUPLE_(T) tuple +#define GTEST_5_TUPLE_(T) tuple +#define GTEST_6_TUPLE_(T) tuple +#define GTEST_7_TUPLE_(T) tuple +#define GTEST_8_TUPLE_(T) tuple +#define GTEST_9_TUPLE_(T) tuple +#define GTEST_10_TUPLE_(T) tuple + +// GTEST_n_TYPENAMES_(T) declares a list of n typenames. +#define GTEST_0_TYPENAMES_(T) +#define GTEST_1_TYPENAMES_(T) typename T##0 +#define GTEST_2_TYPENAMES_(T) typename T##0, typename T##1 +#define GTEST_3_TYPENAMES_(T) typename T##0, typename T##1, typename T##2 +#define GTEST_4_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3 +#define GTEST_5_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4 +#define GTEST_6_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5 +#define GTEST_7_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6 +#define GTEST_8_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6, typename T##7 +#define GTEST_9_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6, \ + typename T##7, typename T##8 +#define GTEST_10_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6, \ + typename T##7, typename T##8, typename T##9 + +// In theory, defining stuff in the ::std namespace is undefined +// behavior. We can do this as we are playing the role of a standard +// library vendor. +namespace std { +namespace tr1 { + +template +class tuple; + +// Anything in namespace gtest_internal is Google Test's INTERNAL +// IMPLEMENTATION DETAIL and MUST NOT BE USED DIRECTLY in user code. +namespace gtest_internal { + +// ByRef::type is T if T is a reference; otherwise it's const T&. +template +struct ByRef { typedef const T& type; }; // NOLINT +template +struct ByRef { typedef T& type; }; // NOLINT + +// A handy wrapper for ByRef. +#define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef::type + +// AddRef::type is T if T is a reference; otherwise it's T&. This +// is the same as tr1::add_reference::type. +template +struct AddRef { typedef T& type; }; // NOLINT +template +struct AddRef { typedef T& type; }; // NOLINT + +// A handy wrapper for AddRef. +#define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef::type + +// A helper for implementing get(). +template class Get; + +// A helper for implementing tuple_element. kIndexValid is true +// iff k < the number of fields in tuple type T. +template +struct TupleElement; + +template +struct TupleElement { + typedef T0 type; +}; + +template +struct TupleElement { + typedef T1 type; +}; + +template +struct TupleElement { + typedef T2 type; +}; + +template +struct TupleElement { + typedef T3 type; +}; + +template +struct TupleElement { + typedef T4 type; +}; + +template +struct TupleElement { + typedef T5 type; +}; + +template +struct TupleElement { + typedef T6 type; +}; + +template +struct TupleElement { + typedef T7 type; +}; + +template +struct TupleElement { + typedef T8 type; +}; + +template +struct TupleElement { + typedef T9 type; +}; + +} // namespace gtest_internal + +template <> +class tuple<> { + public: + tuple() {} + tuple(const tuple& /* t */) {} + tuple& operator=(const tuple& /* t */) { return *this; } +}; + +template +class GTEST_1_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {} + + tuple(const tuple& t) : f0_(t.f0_) {} + + template + tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_1_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { + f0_ = t.f0_; + return *this; + } + + T0 f0_; +}; + +template +class GTEST_2_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0), + f1_(f1) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} + + template + tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} + template + tuple(const ::std::pair& p) : f0_(p.first), f1_(p.second) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_2_TUPLE_(U)& t) { + return CopyFrom(t); + } + template + tuple& operator=(const ::std::pair& p) { + f0_ = p.first; + f1_ = p.second; + return *this; + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + return *this; + } + + T0 f0_; + T1 f1_; +}; + +template +class GTEST_3_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} + + template + tuple(const GTEST_3_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_3_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; +}; + +template +class GTEST_4_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2), + f3_(f3) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} + + template + tuple(const GTEST_4_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_4_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_4_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; +}; + +template +class GTEST_5_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, + GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_) {} + + template + tuple(const GTEST_5_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_5_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_5_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; +}; + +template +class GTEST_6_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), + f5_(f5) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_) {} + + template + tuple(const GTEST_6_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_6_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_6_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; +}; + +template +class GTEST_7_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2), + f3_(f3), f4_(f4), f5_(f5), f6_(f6) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_) {} + + template + tuple(const GTEST_7_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_7_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_7_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; +}; + +template +class GTEST_8_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, + GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), + f5_(f5), f6_(f6), f7_(f7) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_) {} + + template + tuple(const GTEST_8_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_8_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_8_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + f7_ = t.f7_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; + T7 f7_; +}; + +template +class GTEST_9_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, + GTEST_BY_REF_(T8) f8) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), + f5_(f5), f6_(f6), f7_(f7), f8_(f8) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_) {} + + template + tuple(const GTEST_9_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_9_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_9_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + f7_ = t.f7_; + f8_ = t.f8_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; + T7 f7_; + T8 f8_; +}; + +template +class tuple { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), + f9_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, + GTEST_BY_REF_(T8) f8, GTEST_BY_REF_(T9) f9) : f0_(f0), f1_(f1), f2_(f2), + f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_), f9_(t.f9_) {} + + template + tuple(const GTEST_10_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_), + f9_(t.f9_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_10_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_10_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + f7_ = t.f7_; + f8_ = t.f8_; + f9_ = t.f9_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; + T7 f7_; + T8 f8_; + T9 f9_; +}; + +// 6.1.3.2 Tuple creation functions. + +// Known limitations: we don't support passing an +// std::tr1::reference_wrapper to make_tuple(). And we don't +// implement tie(). + +inline tuple<> make_tuple() { return tuple<>(); } + +template +inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { + return GTEST_1_TUPLE_(T)(f0); +} + +template +inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { + return GTEST_2_TUPLE_(T)(f0, f1); +} + +template +inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { + return GTEST_3_TUPLE_(T)(f0, f1, f2); +} + +template +inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3) { + return GTEST_4_TUPLE_(T)(f0, f1, f2, f3); +} + +template +inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4) { + return GTEST_5_TUPLE_(T)(f0, f1, f2, f3, f4); +} + +template +inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5) { + return GTEST_6_TUPLE_(T)(f0, f1, f2, f3, f4, f5); +} + +template +inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6) { + return GTEST_7_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6); +} + +template +inline GTEST_8_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) { + return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7); +} + +template +inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, + const T8& f8) { + return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8); +} + +template +inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, + const T8& f8, const T9& f9) { + return GTEST_10_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9); +} + +// 6.1.3.3 Tuple helper classes. + +template struct tuple_size; + +template +struct tuple_size { + static const int value = 0; +}; + +template +struct tuple_size { + static const int value = 1; +}; + +template +struct tuple_size { + static const int value = 2; +}; + +template +struct tuple_size { + static const int value = 3; +}; + +template +struct tuple_size { + static const int value = 4; +}; + +template +struct tuple_size { + static const int value = 5; +}; + +template +struct tuple_size { + static const int value = 6; +}; + +template +struct tuple_size { + static const int value = 7; +}; + +template +struct tuple_size { + static const int value = 8; +}; + +template +struct tuple_size { + static const int value = 9; +}; + +template +struct tuple_size { + static const int value = 10; +}; + +template +struct tuple_element { + typedef typename gtest_internal::TupleElement< + k < (tuple_size::value), k, Tuple>::type type; +}; + +#define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element::type + +// 6.1.3.4 Element access. + +namespace gtest_internal { + +template <> +class Get<0> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple)) + Field(Tuple& t) { return t.f0_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple)) + ConstField(const Tuple& t) { return t.f0_; } +}; + +template <> +class Get<1> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple)) + Field(Tuple& t) { return t.f1_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple)) + ConstField(const Tuple& t) { return t.f1_; } +}; + +template <> +class Get<2> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(2, Tuple)) + Field(Tuple& t) { return t.f2_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(2, Tuple)) + ConstField(const Tuple& t) { return t.f2_; } +}; + +template <> +class Get<3> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple)) + Field(Tuple& t) { return t.f3_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple)) + ConstField(const Tuple& t) { return t.f3_; } +}; + +template <> +class Get<4> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(4, Tuple)) + Field(Tuple& t) { return t.f4_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(4, Tuple)) + ConstField(const Tuple& t) { return t.f4_; } +}; + +template <> +class Get<5> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(5, Tuple)) + Field(Tuple& t) { return t.f5_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(5, Tuple)) + ConstField(const Tuple& t) { return t.f5_; } +}; + +template <> +class Get<6> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(6, Tuple)) + Field(Tuple& t) { return t.f6_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(6, Tuple)) + ConstField(const Tuple& t) { return t.f6_; } +}; + +template <> +class Get<7> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(7, Tuple)) + Field(Tuple& t) { return t.f7_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(7, Tuple)) + ConstField(const Tuple& t) { return t.f7_; } +}; + +template <> +class Get<8> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(8, Tuple)) + Field(Tuple& t) { return t.f8_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(8, Tuple)) + ConstField(const Tuple& t) { return t.f8_; } +}; + +template <> +class Get<9> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(9, Tuple)) + Field(Tuple& t) { return t.f9_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(9, Tuple)) + ConstField(const Tuple& t) { return t.f9_; } +}; + +} // namespace gtest_internal + +template +GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_10_TUPLE_(T))) +get(GTEST_10_TUPLE_(T)& t) { + return gtest_internal::Get::Field(t); +} + +template +GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_10_TUPLE_(T))) +get(const GTEST_10_TUPLE_(T)& t) { + return gtest_internal::Get::ConstField(t); +} + +// 6.1.3.5 Relational operators + +// We only implement == and !=, as we don't have a need for the rest yet. + +namespace gtest_internal { + +// SameSizeTuplePrefixComparator::Eq(t1, t2) returns true if the +// first k fields of t1 equals the first k fields of t2. +// SameSizeTuplePrefixComparator(k1, k2) would be a compiler error if +// k1 != k2. +template +struct SameSizeTuplePrefixComparator; + +template <> +struct SameSizeTuplePrefixComparator<0, 0> { + template + static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { + return true; + } +}; + +template +struct SameSizeTuplePrefixComparator { + template + static bool Eq(const Tuple1& t1, const Tuple2& t2) { + return SameSizeTuplePrefixComparator::Eq(t1, t2) && + ::std::tr1::get(t1) == ::std::tr1::get(t2); + } +}; + +} // namespace gtest_internal + +template +inline bool operator==(const GTEST_10_TUPLE_(T)& t, + const GTEST_10_TUPLE_(U)& u) { + return gtest_internal::SameSizeTuplePrefixComparator< + tuple_size::value, + tuple_size::value>::Eq(t, u); +} + +template +inline bool operator!=(const GTEST_10_TUPLE_(T)& t, + const GTEST_10_TUPLE_(U)& u) { return !(t == u); } + +// 6.1.4 Pairs. +// Unimplemented. + +} // namespace tr1 +} // namespace std + +#undef GTEST_0_TUPLE_ +#undef GTEST_1_TUPLE_ +#undef GTEST_2_TUPLE_ +#undef GTEST_3_TUPLE_ +#undef GTEST_4_TUPLE_ +#undef GTEST_5_TUPLE_ +#undef GTEST_6_TUPLE_ +#undef GTEST_7_TUPLE_ +#undef GTEST_8_TUPLE_ +#undef GTEST_9_TUPLE_ +#undef GTEST_10_TUPLE_ + +#undef GTEST_0_TYPENAMES_ +#undef GTEST_1_TYPENAMES_ +#undef GTEST_2_TYPENAMES_ +#undef GTEST_3_TYPENAMES_ +#undef GTEST_4_TYPENAMES_ +#undef GTEST_5_TYPENAMES_ +#undef GTEST_6_TYPENAMES_ +#undef GTEST_7_TYPENAMES_ +#undef GTEST_8_TYPENAMES_ +#undef GTEST_9_TYPENAMES_ +#undef GTEST_10_TYPENAMES_ + +#undef GTEST_DECLARE_TUPLE_AS_FRIEND_ +#undef GTEST_BY_REF_ +#undef GTEST_ADD_REF_ +#undef GTEST_TUPLE_ELEMENT_ + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ +# elif GTEST_ENV_HAS_STD_TUPLE_ +# include +// C++11 puts its tuple into the ::std namespace rather than +// ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there. +// This causes undefined behavior, but supported compilers react in +// the way we intend. +namespace std { +namespace tr1 { +using ::std::get; +using ::std::make_tuple; +using ::std::tuple; +using ::std::tuple_element; +using ::std::tuple_size; +} +} + +# elif GTEST_OS_SYMBIAN + +// On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to +// use STLport's tuple implementation, which unfortunately doesn't +// work as the copy of STLport distributed with Symbian is incomplete. +// By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to +// use its own tuple implementation. +# ifdef BOOST_HAS_TR1_TUPLE +# undef BOOST_HAS_TR1_TUPLE +# endif // BOOST_HAS_TR1_TUPLE + +// This prevents , which defines +// BOOST_HAS_TR1_TUPLE, from being #included by Boost's . +# define BOOST_TR1_DETAIL_CONFIG_HPP_INCLUDED +# include + +# elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000) +// GCC 4.0+ implements tr1/tuple in the header. This does +// not conform to the TR1 spec, which requires the header to be . + +# if !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 +// Until version 4.3.2, gcc has a bug that causes , +// which is #included by , to not compile when RTTI is +// disabled. _TR1_FUNCTIONAL is the header guard for +// . Hence the following #define is a hack to prevent +// from being included. +# define _TR1_FUNCTIONAL 1 +# include +# undef _TR1_FUNCTIONAL // Allows the user to #include + // if he chooses to. +# else +# include // NOLINT +# endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 + +# else +// If the compiler is not GCC 4.0+, we assume the user is using a +// spec-conforming TR1 implementation. +# include // NOLINT +# endif // GTEST_USE_OWN_TR1_TUPLE + +#endif // GTEST_HAS_TR1_TUPLE + +// Determines whether clone(2) is supported. +// Usually it will only be available on Linux, excluding +// Linux on the Itanium architecture. +// Also see http://linux.die.net/man/2/clone. +#ifndef GTEST_HAS_CLONE +// The user didn't tell us, so we need to figure it out. + +# if GTEST_OS_LINUX && !defined(__ia64__) +# if GTEST_OS_LINUX_ANDROID +// On Android, clone() is only available on ARM starting with Gingerbread. +# if defined(__arm__) && __ANDROID_API__ >= 9 +# define GTEST_HAS_CLONE 1 +# else +# define GTEST_HAS_CLONE 0 +# endif +# else +# define GTEST_HAS_CLONE 1 +# endif +# else +# define GTEST_HAS_CLONE 0 +# endif // GTEST_OS_LINUX && !defined(__ia64__) + +#endif // GTEST_HAS_CLONE + +// Determines whether to support stream redirection. This is used to test +// output correctness and to implement death tests. +#ifndef GTEST_HAS_STREAM_REDIRECTION +// By default, we assume that stream redirection is supported on all +// platforms except known mobile ones. +# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN +# define GTEST_HAS_STREAM_REDIRECTION 0 +# else +# define GTEST_HAS_STREAM_REDIRECTION 1 +# endif // !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_SYMBIAN +#endif // GTEST_HAS_STREAM_REDIRECTION + +// Determines whether to support death tests. +// Google Test does not support death tests for VC 7.1 and earlier as +// abort() in a VC 7.1 application compiled as GUI in debug config +// pops up a dialog window that cannot be suppressed programmatically. +#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ + (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \ + (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ + GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ + GTEST_OS_OPENBSD || GTEST_OS_QNX) +# define GTEST_HAS_DEATH_TEST 1 +# include // NOLINT +#endif + +// We don't support MSVC 7.1 with exceptions disabled now. Therefore +// all the compilers we care about are adequate for supporting +// value-parameterized tests. +#define GTEST_HAS_PARAM_TEST 1 + +// Determines whether to support type-driven tests. + +// Typed tests need and variadic macros, which GCC, VC++ 8.0, +// Sun Pro CC, IBM Visual Age, and HP aCC support. +#if defined(__GNUC__) || (_MSC_VER >= 1400) || defined(__SUNPRO_CC) || \ + defined(__IBMCPP__) || defined(__HP_aCC) +# define GTEST_HAS_TYPED_TEST 1 +# define GTEST_HAS_TYPED_TEST_P 1 +#endif + +// Determines whether to support Combine(). This only makes sense when +// value-parameterized tests are enabled. The implementation doesn't +// work on Sun Studio since it doesn't understand templated conversion +// operators. +#if GTEST_HAS_PARAM_TEST && GTEST_HAS_TR1_TUPLE && !defined(__SUNPRO_CC) +# define GTEST_HAS_COMBINE 1 +#endif + +// Determines whether the system compiler uses UTF-16 for encoding wide strings. +#define GTEST_WIDE_STRING_USES_UTF16_ \ + (GTEST_OS_WINDOWS || GTEST_OS_CYGWIN || GTEST_OS_SYMBIAN || GTEST_OS_AIX) + +// Determines whether test results can be streamed to a socket. +#if GTEST_OS_LINUX +# define GTEST_CAN_STREAM_RESULTS_ 1 +#endif + +// Defines some utility macros. + +// The GNU compiler emits a warning if nested "if" statements are followed by +// an "else" statement and braces are not used to explicitly disambiguate the +// "else" binding. This leads to problems with code like: +// +// if (gate) +// ASSERT_*(condition) << "Some message"; +// +// The "switch (0) case 0:" idiom is used to suppress this. +#ifdef __INTEL_COMPILER +# define GTEST_AMBIGUOUS_ELSE_BLOCKER_ +#else +# define GTEST_AMBIGUOUS_ELSE_BLOCKER_ switch (0) case 0: default: // NOLINT +#endif + +// Use this annotation at the end of a struct/class definition to +// prevent the compiler from optimizing away instances that are never +// used. This is useful when all interesting logic happens inside the +// c'tor and / or d'tor. Example: +// +// struct Foo { +// Foo() { ... } +// } GTEST_ATTRIBUTE_UNUSED_; +// +// Also use it after a variable or parameter declaration to tell the +// compiler the variable/parameter does not have to be used. +#if defined(__GNUC__) && !defined(COMPILER_ICC) +# define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused)) +#else +# define GTEST_ATTRIBUTE_UNUSED_ +#endif + +// A macro to disallow operator= +// This should be used in the private: declarations for a class. +#define GTEST_DISALLOW_ASSIGN_(type)\ + void operator=(type const &) + +// A macro to disallow copy constructor and operator= +// This should be used in the private: declarations for a class. +#define GTEST_DISALLOW_COPY_AND_ASSIGN_(type)\ + type(type const &);\ + GTEST_DISALLOW_ASSIGN_(type) + +// Tell the compiler to warn about unused return values for functions declared +// with this macro. The macro should be used on function declarations +// following the argument list: +// +// Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_; +#if defined(__GNUC__) && (GTEST_GCC_VER_ >= 30400) && !defined(COMPILER_ICC) +# define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result)) +#else +# define GTEST_MUST_USE_RESULT_ +#endif // __GNUC__ && (GTEST_GCC_VER_ >= 30400) && !COMPILER_ICC + +// Determine whether the compiler supports Microsoft's Structured Exception +// Handling. This is supported by several Windows compilers but generally +// does not exist on any other system. +#ifndef GTEST_HAS_SEH +// The user didn't tell us, so we need to figure it out. + +# if defined(_MSC_VER) || defined(__BORLANDC__) +// These two compilers are known to support SEH. +# define GTEST_HAS_SEH 1 +# else +// Assume no SEH. +# define GTEST_HAS_SEH 0 +# endif + +#endif // GTEST_HAS_SEH + +#ifdef _MSC_VER + +# if GTEST_LINKED_AS_SHARED_LIBRARY +# define GTEST_API_ __declspec(dllimport) +# elif GTEST_CREATE_SHARED_LIBRARY +# define GTEST_API_ __declspec(dllexport) +# endif + +#endif // _MSC_VER + +#ifndef GTEST_API_ +# define GTEST_API_ +#endif + +#ifdef __GNUC__ +// Ask the compiler to never inline a given function. +# define GTEST_NO_INLINE_ __attribute__((noinline)) +#else +# define GTEST_NO_INLINE_ +#endif + +// _LIBCPP_VERSION is defined by the libc++ library from the LLVM project. +#if defined(__GLIBCXX__) || defined(_LIBCPP_VERSION) +# define GTEST_HAS_CXXABI_H_ 1 +#else +# define GTEST_HAS_CXXABI_H_ 0 +#endif + +namespace testing { + +class Message; + +namespace internal { + +// A secret type that Google Test users don't know about. It has no +// definition on purpose. Therefore it's impossible to create a +// Secret object, which is what we want. +class Secret; + +// The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time +// expression is true. For example, you could use it to verify the +// size of a static array: +// +// GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES, +// content_type_names_incorrect_size); +// +// or to make sure a struct is smaller than a certain size: +// +// GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large); +// +// The second argument to the macro is the name of the variable. If +// the expression is false, most compilers will issue a warning/error +// containing the name of the variable. + +template +struct CompileAssert { +}; + +#define GTEST_COMPILE_ASSERT_(expr, msg) \ + typedef ::testing::internal::CompileAssert<(static_cast(expr))> \ + msg[static_cast(expr) ? 1 : -1] GTEST_ATTRIBUTE_UNUSED_ + +// Implementation details of GTEST_COMPILE_ASSERT_: +// +// - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1 +// elements (and thus is invalid) when the expression is false. +// +// - The simpler definition +// +// #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1] +// +// does not work, as gcc supports variable-length arrays whose sizes +// are determined at run-time (this is gcc's extension and not part +// of the C++ standard). As a result, gcc fails to reject the +// following code with the simple definition: +// +// int foo; +// GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is +// // not a compile-time constant. +// +// - By using the type CompileAssert<(bool(expr))>, we ensures that +// expr is a compile-time constant. (Template arguments must be +// determined at compile-time.) +// +// - The outter parentheses in CompileAssert<(bool(expr))> are necessary +// to work around a bug in gcc 3.4.4 and 4.0.1. If we had written +// +// CompileAssert +// +// instead, these compilers will refuse to compile +// +// GTEST_COMPILE_ASSERT_(5 > 0, some_message); +// +// (They seem to think the ">" in "5 > 0" marks the end of the +// template argument list.) +// +// - The array size is (bool(expr) ? 1 : -1), instead of simply +// +// ((expr) ? 1 : -1). +// +// This is to avoid running into a bug in MS VC 7.1, which +// causes ((0.0) ? 1 : -1) to incorrectly evaluate to 1. + +// StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h. +// +// This template is declared, but intentionally undefined. +template +struct StaticAssertTypeEqHelper; + +template +struct StaticAssertTypeEqHelper {}; + +#if GTEST_HAS_GLOBAL_STRING +typedef ::string string; +#else +typedef ::std::string string; +#endif // GTEST_HAS_GLOBAL_STRING + +#if GTEST_HAS_GLOBAL_WSTRING +typedef ::wstring wstring; +#elif GTEST_HAS_STD_WSTRING +typedef ::std::wstring wstring; +#endif // GTEST_HAS_GLOBAL_WSTRING + +// A helper for suppressing warnings on constant condition. It just +// returns 'condition'. +GTEST_API_ bool IsTrue(bool condition); + +// Defines scoped_ptr. + +// This implementation of scoped_ptr is PARTIAL - it only contains +// enough stuff to satisfy Google Test's need. +template +class scoped_ptr { + public: + typedef T element_type; + + explicit scoped_ptr(T* p = NULL) : ptr_(p) {} + ~scoped_ptr() { reset(); } + + T& operator*() const { return *ptr_; } + T* operator->() const { return ptr_; } + T* get() const { return ptr_; } + + T* release() { + T* const ptr = ptr_; + ptr_ = NULL; + return ptr; + } + + void reset(T* p = NULL) { + if (p != ptr_) { + if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type. + delete ptr_; + } + ptr_ = p; + } + } + + private: + T* ptr_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr); +}; + +// Defines RE. + +// A simple C++ wrapper for . It uses the POSIX Extended +// Regular Expression syntax. +class GTEST_API_ RE { + public: + // A copy constructor is required by the Standard to initialize object + // references from r-values. + RE(const RE& other) { Init(other.pattern()); } + + // Constructs an RE from a string. + RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT + +#if GTEST_HAS_GLOBAL_STRING + + RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT + +#endif // GTEST_HAS_GLOBAL_STRING + + RE(const char* regex) { Init(regex); } // NOLINT + ~RE(); + + // Returns the string representation of the regex. + const char* pattern() const { return pattern_; } + + // FullMatch(str, re) returns true iff regular expression re matches + // the entire str. + // PartialMatch(str, re) returns true iff regular expression re + // matches a substring of str (including str itself). + // + // TODO(wan@google.com): make FullMatch() and PartialMatch() work + // when str contains NUL characters. + static bool FullMatch(const ::std::string& str, const RE& re) { + return FullMatch(str.c_str(), re); + } + static bool PartialMatch(const ::std::string& str, const RE& re) { + return PartialMatch(str.c_str(), re); + } + +#if GTEST_HAS_GLOBAL_STRING + + static bool FullMatch(const ::string& str, const RE& re) { + return FullMatch(str.c_str(), re); + } + static bool PartialMatch(const ::string& str, const RE& re) { + return PartialMatch(str.c_str(), re); + } + +#endif // GTEST_HAS_GLOBAL_STRING + + static bool FullMatch(const char* str, const RE& re); + static bool PartialMatch(const char* str, const RE& re); + + private: + void Init(const char* regex); + + // We use a const char* instead of an std::string, as Google Test used to be + // used where std::string is not available. TODO(wan@google.com): change to + // std::string. + const char* pattern_; + bool is_valid_; + +#if GTEST_USES_POSIX_RE + + regex_t full_regex_; // For FullMatch(). + regex_t partial_regex_; // For PartialMatch(). + +#else // GTEST_USES_SIMPLE_RE + + const char* full_pattern_; // For FullMatch(); + +#endif + + GTEST_DISALLOW_ASSIGN_(RE); +}; + +// Formats a source file path and a line number as they would appear +// in an error message from the compiler used to compile this code. +GTEST_API_ ::std::string FormatFileLocation(const char* file, int line); + +// Formats a file location for compiler-independent XML output. +// Although this function is not platform dependent, we put it next to +// FormatFileLocation in order to contrast the two functions. +GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file, + int line); + +// Defines logging utilities: +// GTEST_LOG_(severity) - logs messages at the specified severity level. The +// message itself is streamed into the macro. +// LogToStderr() - directs all log messages to stderr. +// FlushInfoLog() - flushes informational log messages. + +enum GTestLogSeverity { + GTEST_INFO, + GTEST_WARNING, + GTEST_ERROR, + GTEST_FATAL +}; + +// Formats log entry severity, provides a stream object for streaming the +// log message, and terminates the message with a newline when going out of +// scope. +class GTEST_API_ GTestLog { + public: + GTestLog(GTestLogSeverity severity, const char* file, int line); + + // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. + ~GTestLog(); + + ::std::ostream& GetStream() { return ::std::cerr; } + + private: + const GTestLogSeverity severity_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog); +}; + +#define GTEST_LOG_(severity) \ + ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \ + __FILE__, __LINE__).GetStream() + +inline void LogToStderr() {} +inline void FlushInfoLog() { fflush(NULL); } + +// INTERNAL IMPLEMENTATION - DO NOT USE. +// +// GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition +// is not satisfied. +// Synopsys: +// GTEST_CHECK_(boolean_condition); +// or +// GTEST_CHECK_(boolean_condition) << "Additional message"; +// +// This checks the condition and if the condition is not satisfied +// it prints message about the condition violation, including the +// condition itself, plus additional message streamed into it, if any, +// and then it aborts the program. It aborts the program irrespective of +// whether it is built in the debug mode or not. +#define GTEST_CHECK_(condition) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::IsTrue(condition)) \ + ; \ + else \ + GTEST_LOG_(FATAL) << "Condition " #condition " failed. " + +// An all-mode assert to verify that the given POSIX-style function +// call returns 0 (indicating success). Known limitation: this +// doesn't expand to a balanced 'if' statement, so enclose the macro +// in {} if you need to use it as the only statement in an 'if' +// branch. +#define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \ + if (const int gtest_error = (posix_call)) \ + GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ + << gtest_error + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Use ImplicitCast_ as a safe version of static_cast for upcasting in +// the type hierarchy (e.g. casting a Foo* to a SuperclassOfFoo* or a +// const Foo*). When you use ImplicitCast_, the compiler checks that +// the cast is safe. Such explicit ImplicitCast_s are necessary in +// surprisingly many situations where C++ demands an exact type match +// instead of an argument type convertable to a target type. +// +// The syntax for using ImplicitCast_ is the same as for static_cast: +// +// ImplicitCast_(expr) +// +// ImplicitCast_ would have been part of the C++ standard library, +// but the proposal was submitted too late. It will probably make +// its way into the language in the future. +// +// This relatively ugly name is intentional. It prevents clashes with +// similar functions users may have (e.g., implicit_cast). The internal +// namespace alone is not enough because the function can be found by ADL. +template +inline To ImplicitCast_(To x) { return x; } + +// When you upcast (that is, cast a pointer from type Foo to type +// SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts +// always succeed. When you downcast (that is, cast a pointer from +// type Foo to type SubclassOfFoo), static_cast<> isn't safe, because +// how do you know the pointer is really of type SubclassOfFoo? It +// could be a bare Foo, or of type DifferentSubclassOfFoo. Thus, +// when you downcast, you should use this macro. In debug mode, we +// use dynamic_cast<> to double-check the downcast is legal (we die +// if it's not). In normal mode, we do the efficient static_cast<> +// instead. Thus, it's important to test in debug mode to make sure +// the cast is legal! +// This is the only place in the code we should use dynamic_cast<>. +// In particular, you SHOULDN'T be using dynamic_cast<> in order to +// do RTTI (eg code like this: +// if (dynamic_cast(foo)) HandleASubclass1Object(foo); +// if (dynamic_cast(foo)) HandleASubclass2Object(foo); +// You should design the code some other way not to need this. +// +// This relatively ugly name is intentional. It prevents clashes with +// similar functions users may have (e.g., down_cast). The internal +// namespace alone is not enough because the function can be found by ADL. +template // use like this: DownCast_(foo); +inline To DownCast_(From* f) { // so we only accept pointers + // Ensures that To is a sub-type of From *. This test is here only + // for compile-time type checking, and has no overhead in an + // optimized build at run-time, as it will be optimized away + // completely. + if (false) { + const To to = NULL; + ::testing::internal::ImplicitCast_(to); + } + +#if GTEST_HAS_RTTI + // RTTI: debug mode only! + GTEST_CHECK_(f == NULL || dynamic_cast(f) != NULL); +#endif + return static_cast(f); +} + +// Downcasts the pointer of type Base to Derived. +// Derived must be a subclass of Base. The parameter MUST +// point to a class of type Derived, not any subclass of it. +// When RTTI is available, the function performs a runtime +// check to enforce this. +template +Derived* CheckedDowncastToActualType(Base* base) { +#if GTEST_HAS_RTTI + GTEST_CHECK_(typeid(*base) == typeid(Derived)); + return dynamic_cast(base); // NOLINT +#else + return static_cast(base); // Poor man's downcast. +#endif +} + +#if GTEST_HAS_STREAM_REDIRECTION + +// Defines the stderr capturer: +// CaptureStdout - starts capturing stdout. +// GetCapturedStdout - stops capturing stdout and returns the captured string. +// CaptureStderr - starts capturing stderr. +// GetCapturedStderr - stops capturing stderr and returns the captured string. +// +GTEST_API_ void CaptureStdout(); +GTEST_API_ std::string GetCapturedStdout(); +GTEST_API_ void CaptureStderr(); +GTEST_API_ std::string GetCapturedStderr(); + +#endif // GTEST_HAS_STREAM_REDIRECTION + + +#if GTEST_HAS_DEATH_TEST + +const ::std::vector& GetInjectableArgvs(); +void SetInjectableArgvs(const ::std::vector* + new_argvs); + +// A copy of all command line arguments. Set by InitGoogleTest(). +extern ::std::vector g_argvs; + +#endif // GTEST_HAS_DEATH_TEST + +// Defines synchronization primitives. + +#if GTEST_HAS_PTHREAD + +// Sleeps for (roughly) n milli-seconds. This function is only for +// testing Google Test's own constructs. Don't use it in user tests, +// either directly or indirectly. +inline void SleepMilliseconds(int n) { + const timespec time = { + 0, // 0 seconds. + n * 1000L * 1000L, // And n ms. + }; + nanosleep(&time, NULL); +} + +// Allows a controller thread to pause execution of newly created +// threads until notified. Instances of this class must be created +// and destroyed in the controller thread. +// +// This class is only for testing Google Test's own constructs. Do not +// use it in user tests, either directly or indirectly. +class Notification { + public: + Notification() : notified_(false) { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL)); + } + ~Notification() { + pthread_mutex_destroy(&mutex_); + } + + // Notifies all threads created with this notification to start. Must + // be called from the controller thread. + void Notify() { + pthread_mutex_lock(&mutex_); + notified_ = true; + pthread_mutex_unlock(&mutex_); + } + + // Blocks until the controller thread notifies. Must be called from a test + // thread. + void WaitForNotification() { + for (;;) { + pthread_mutex_lock(&mutex_); + const bool notified = notified_; + pthread_mutex_unlock(&mutex_); + if (notified) + break; + SleepMilliseconds(10); + } + } + + private: + pthread_mutex_t mutex_; + bool notified_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); +}; + +// As a C-function, ThreadFuncWithCLinkage cannot be templated itself. +// Consequently, it cannot select a correct instantiation of ThreadWithParam +// in order to call its Run(). Introducing ThreadWithParamBase as a +// non-templated base class for ThreadWithParam allows us to bypass this +// problem. +class ThreadWithParamBase { + public: + virtual ~ThreadWithParamBase() {} + virtual void Run() = 0; +}; + +// pthread_create() accepts a pointer to a function type with the C linkage. +// According to the Standard (7.5/1), function types with different linkages +// are different even if they are otherwise identical. Some compilers (for +// example, SunStudio) treat them as different types. Since class methods +// cannot be defined with C-linkage we need to define a free C-function to +// pass into pthread_create(). +extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { + static_cast(thread)->Run(); + return NULL; +} + +// Helper class for testing Google Test's multi-threading constructs. +// To use it, write: +// +// void ThreadFunc(int param) { /* Do things with param */ } +// Notification thread_can_start; +// ... +// // The thread_can_start parameter is optional; you can supply NULL. +// ThreadWithParam thread(&ThreadFunc, 5, &thread_can_start); +// thread_can_start.Notify(); +// +// These classes are only for testing Google Test's own constructs. Do +// not use them in user tests, either directly or indirectly. +template +class ThreadWithParam : public ThreadWithParamBase { + public: + typedef void (*UserThreadFunc)(T); + + ThreadWithParam( + UserThreadFunc func, T param, Notification* thread_can_start) + : func_(func), + param_(param), + thread_can_start_(thread_can_start), + finished_(false) { + ThreadWithParamBase* const base = this; + // The thread can be created only after all fields except thread_ + // have been initialized. + GTEST_CHECK_POSIX_SUCCESS_( + pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base)); + } + ~ThreadWithParam() { Join(); } + + void Join() { + if (!finished_) { + GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0)); + finished_ = true; + } + } + + virtual void Run() { + if (thread_can_start_ != NULL) + thread_can_start_->WaitForNotification(); + func_(param_); + } + + private: + const UserThreadFunc func_; // User-supplied thread function. + const T param_; // User-supplied parameter to the thread function. + // When non-NULL, used to block execution until the controller thread + // notifies. + Notification* const thread_can_start_; + bool finished_; // true iff we know that the thread function has finished. + pthread_t thread_; // The native thread object. + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam); +}; + +// MutexBase and Mutex implement mutex on pthreads-based platforms. They +// are used in conjunction with class MutexLock: +// +// Mutex mutex; +// ... +// MutexLock lock(&mutex); // Acquires the mutex and releases it at the end +// // of the current scope. +// +// MutexBase implements behavior for both statically and dynamically +// allocated mutexes. Do not use MutexBase directly. Instead, write +// the following to define a static mutex: +// +// GTEST_DEFINE_STATIC_MUTEX_(g_some_mutex); +// +// You can forward declare a static mutex like this: +// +// GTEST_DECLARE_STATIC_MUTEX_(g_some_mutex); +// +// To create a dynamic mutex, just define an object of type Mutex. +class MutexBase { + public: + // Acquires this mutex. + void Lock() { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_lock(&mutex_)); + owner_ = pthread_self(); + has_owner_ = true; + } + + // Releases this mutex. + void Unlock() { + // Since the lock is being released the owner_ field should no longer be + // considered valid. We don't protect writing to has_owner_ here, as it's + // the caller's responsibility to ensure that the current thread holds the + // mutex when this is called. + has_owner_ = false; + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&mutex_)); + } + + // Does nothing if the current thread holds the mutex. Otherwise, crashes + // with high probability. + void AssertHeld() const { + GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self())) + << "The current thread is not holding the mutex @" << this; + } + + // A static mutex may be used before main() is entered. It may even + // be used before the dynamic initialization stage. Therefore we + // must be able to initialize a static mutex object at link time. + // This means MutexBase has to be a POD and its member variables + // have to be public. + public: + pthread_mutex_t mutex_; // The underlying pthread mutex. + // has_owner_ indicates whether the owner_ field below contains a valid thread + // ID and is therefore safe to inspect (e.g., to use in pthread_equal()). All + // accesses to the owner_ field should be protected by a check of this field. + // An alternative might be to memset() owner_ to all zeros, but there's no + // guarantee that a zero'd pthread_t is necessarily invalid or even different + // from pthread_self(). + bool has_owner_; + pthread_t owner_; // The thread holding the mutex. +}; + +// Forward-declares a static mutex. +# define GTEST_DECLARE_STATIC_MUTEX_(mutex) \ + extern ::testing::internal::MutexBase mutex + +// Defines and statically (i.e. at link time) initializes a static mutex. +// The initialization list here does not explicitly initialize each field, +// instead relying on default initialization for the unspecified fields. In +// particular, the owner_ field (a pthread_t) is not explicitly initialized. +// This allows initialization to work whether pthread_t is a scalar or struct. +// The flag -Wmissing-field-initializers must not be specified for this to work. +# define GTEST_DEFINE_STATIC_MUTEX_(mutex) \ + ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false } + +// The Mutex class can only be used for mutexes created at runtime. It +// shares its API with MutexBase otherwise. +class Mutex : public MutexBase { + public: + Mutex() { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL)); + has_owner_ = false; + } + ~Mutex() { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_destroy(&mutex_)); + } + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex); +}; + +// We cannot name this class MutexLock as the ctor declaration would +// conflict with a macro named MutexLock, which is defined on some +// platforms. Hence the typedef trick below. +class GTestMutexLock { + public: + explicit GTestMutexLock(MutexBase* mutex) + : mutex_(mutex) { mutex_->Lock(); } + + ~GTestMutexLock() { mutex_->Unlock(); } + + private: + MutexBase* const mutex_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock); +}; + +typedef GTestMutexLock MutexLock; + +// Helpers for ThreadLocal. + +// pthread_key_create() requires DeleteThreadLocalValue() to have +// C-linkage. Therefore it cannot be templatized to access +// ThreadLocal. Hence the need for class +// ThreadLocalValueHolderBase. +class ThreadLocalValueHolderBase { + public: + virtual ~ThreadLocalValueHolderBase() {} +}; + +// Called by pthread to delete thread-local data stored by +// pthread_setspecific(). +extern "C" inline void DeleteThreadLocalValue(void* value_holder) { + delete static_cast(value_holder); +} + +// Implements thread-local storage on pthreads-based systems. +// +// // Thread 1 +// ThreadLocal tl(100); // 100 is the default value for each thread. +// +// // Thread 2 +// tl.set(150); // Changes the value for thread 2 only. +// EXPECT_EQ(150, tl.get()); +// +// // Thread 1 +// EXPECT_EQ(100, tl.get()); // In thread 1, tl has the original value. +// tl.set(200); +// EXPECT_EQ(200, tl.get()); +// +// The template type argument T must have a public copy constructor. +// In addition, the default ThreadLocal constructor requires T to have +// a public default constructor. +// +// An object managed for a thread by a ThreadLocal instance is deleted +// when the thread exits. Or, if the ThreadLocal instance dies in +// that thread, when the ThreadLocal dies. It's the user's +// responsibility to ensure that all other threads using a ThreadLocal +// have exited when it dies, or the per-thread objects for those +// threads will not be deleted. +// +// Google Test only uses global ThreadLocal objects. That means they +// will die after main() has returned. Therefore, no per-thread +// object managed by Google Test will be leaked as long as all threads +// using Google Test have exited when main() returns. +template +class ThreadLocal { + public: + ThreadLocal() : key_(CreateKey()), + default_() {} + explicit ThreadLocal(const T& value) : key_(CreateKey()), + default_(value) {} + + ~ThreadLocal() { + // Destroys the managed object for the current thread, if any. + DeleteThreadLocalValue(pthread_getspecific(key_)); + + // Releases resources associated with the key. This will *not* + // delete managed objects for other threads. + GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_)); + } + + T* pointer() { return GetOrCreateValue(); } + const T* pointer() const { return GetOrCreateValue(); } + const T& get() const { return *pointer(); } + void set(const T& value) { *pointer() = value; } + + private: + // Holds a value of type T. + class ValueHolder : public ThreadLocalValueHolderBase { + public: + explicit ValueHolder(const T& value) : value_(value) {} + + T* pointer() { return &value_; } + + private: + T value_; + GTEST_DISALLOW_COPY_AND_ASSIGN_(ValueHolder); + }; + + static pthread_key_t CreateKey() { + pthread_key_t key; + // When a thread exits, DeleteThreadLocalValue() will be called on + // the object managed for that thread. + GTEST_CHECK_POSIX_SUCCESS_( + pthread_key_create(&key, &DeleteThreadLocalValue)); + return key; + } + + T* GetOrCreateValue() const { + ThreadLocalValueHolderBase* const holder = + static_cast(pthread_getspecific(key_)); + if (holder != NULL) { + return CheckedDowncastToActualType(holder)->pointer(); + } + + ValueHolder* const new_holder = new ValueHolder(default_); + ThreadLocalValueHolderBase* const holder_base = new_holder; + GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base)); + return new_holder->pointer(); + } + + // A key pthreads uses for looking up per-thread values. + const pthread_key_t key_; + const T default_; // The default value for each thread. + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadLocal); +}; + +# define GTEST_IS_THREADSAFE 1 + +#else // GTEST_HAS_PTHREAD + +// A dummy implementation of synchronization primitives (mutex, lock, +// and thread-local variable). Necessary for compiling Google Test where +// mutex is not supported - using Google Test in multiple threads is not +// supported on such platforms. + +class Mutex { + public: + Mutex() {} + void Lock() {} + void Unlock() {} + void AssertHeld() const {} +}; + +# define GTEST_DECLARE_STATIC_MUTEX_(mutex) \ + extern ::testing::internal::Mutex mutex + +# define GTEST_DEFINE_STATIC_MUTEX_(mutex) ::testing::internal::Mutex mutex + +class GTestMutexLock { + public: + explicit GTestMutexLock(Mutex*) {} // NOLINT +}; + +typedef GTestMutexLock MutexLock; + +template +class ThreadLocal { + public: + ThreadLocal() : value_() {} + explicit ThreadLocal(const T& value) : value_(value) {} + T* pointer() { return &value_; } + const T* pointer() const { return &value_; } + const T& get() const { return value_; } + void set(const T& value) { value_ = value; } + private: + T value_; +}; + +// The above synchronization primitives have dummy implementations. +// Therefore Google Test is not thread-safe. +# define GTEST_IS_THREADSAFE 0 + +#endif // GTEST_HAS_PTHREAD + +// Returns the number of threads running in the process, or 0 to indicate that +// we cannot detect it. +GTEST_API_ size_t GetThreadCount(); + +// Passing non-POD classes through ellipsis (...) crashes the ARM +// compiler and generates a warning in Sun Studio. The Nokia Symbian +// and the IBM XL C/C++ compiler try to instantiate a copy constructor +// for objects passed through ellipsis (...), failing for uncopyable +// objects. We define this to ensure that only POD is passed through +// ellipsis on these systems. +#if defined(__SYMBIAN32__) || defined(__IBMCPP__) || defined(__SUNPRO_CC) +// We lose support for NULL detection where the compiler doesn't like +// passing non-POD classes through ellipsis (...). +# define GTEST_ELLIPSIS_NEEDS_POD_ 1 +#else +# define GTEST_CAN_COMPARE_NULL 1 +#endif + +// The Nokia Symbian and IBM XL C/C++ compilers cannot decide between +// const T& and const T* in a function template. These compilers +// _can_ decide between class template specializations for T and T*, +// so a tr1::type_traits-like is_pointer works. +#if defined(__SYMBIAN32__) || defined(__IBMCPP__) +# define GTEST_NEEDS_IS_POINTER_ 1 +#endif + +template +struct bool_constant { + typedef bool_constant type; + static const bool value = bool_value; +}; +template const bool bool_constant::value; + +typedef bool_constant false_type; +typedef bool_constant true_type; + +template +struct is_pointer : public false_type {}; + +template +struct is_pointer : public true_type {}; + +template +struct IteratorTraits { + typedef typename Iterator::value_type value_type; +}; + +template +struct IteratorTraits { + typedef T value_type; +}; + +template +struct IteratorTraits { + typedef T value_type; +}; + +#if GTEST_OS_WINDOWS +# define GTEST_PATH_SEP_ "\\" +# define GTEST_HAS_ALT_PATH_SEP_ 1 +// The biggest signed integer type the compiler supports. +typedef __int64 BiggestInt; +#else +# define GTEST_PATH_SEP_ "/" +# define GTEST_HAS_ALT_PATH_SEP_ 0 +typedef long long BiggestInt; // NOLINT +#endif // GTEST_OS_WINDOWS + +// Utilities for char. + +// isspace(int ch) and friends accept an unsigned char or EOF. char +// may be signed, depending on the compiler (or compiler flags). +// Therefore we need to cast a char to unsigned char before calling +// isspace(), etc. + +inline bool IsAlpha(char ch) { + return isalpha(static_cast(ch)) != 0; +} +inline bool IsAlNum(char ch) { + return isalnum(static_cast(ch)) != 0; +} +inline bool IsDigit(char ch) { + return isdigit(static_cast(ch)) != 0; +} +inline bool IsLower(char ch) { + return islower(static_cast(ch)) != 0; +} +inline bool IsSpace(char ch) { + return isspace(static_cast(ch)) != 0; +} +inline bool IsUpper(char ch) { + return isupper(static_cast(ch)) != 0; +} +inline bool IsXDigit(char ch) { + return isxdigit(static_cast(ch)) != 0; +} +inline bool IsXDigit(wchar_t ch) { + const unsigned char low_byte = static_cast(ch); + return ch == low_byte && isxdigit(low_byte) != 0; +} + +inline char ToLower(char ch) { + return static_cast(tolower(static_cast(ch))); +} +inline char ToUpper(char ch) { + return static_cast(toupper(static_cast(ch))); +} + +// The testing::internal::posix namespace holds wrappers for common +// POSIX functions. These wrappers hide the differences between +// Windows/MSVC and POSIX systems. Since some compilers define these +// standard functions as macros, the wrapper cannot have the same name +// as the wrapped function. + +namespace posix { + +// Functions with a different name on Windows. + +#if GTEST_OS_WINDOWS + +typedef struct _stat StatStruct; + +# ifdef __BORLANDC__ +inline int IsATTY(int fd) { return isatty(fd); } +inline int StrCaseCmp(const char* s1, const char* s2) { + return stricmp(s1, s2); +} +inline char* StrDup(const char* src) { return strdup(src); } +# else // !__BORLANDC__ +# if GTEST_OS_WINDOWS_MOBILE +inline int IsATTY(int /* fd */) { return 0; } +# else +inline int IsATTY(int fd) { return _isatty(fd); } +# endif // GTEST_OS_WINDOWS_MOBILE +inline int StrCaseCmp(const char* s1, const char* s2) { + return _stricmp(s1, s2); +} +inline char* StrDup(const char* src) { return _strdup(src); } +# endif // __BORLANDC__ + +# if GTEST_OS_WINDOWS_MOBILE +inline int FileNo(FILE* file) { return reinterpret_cast(_fileno(file)); } +// Stat(), RmDir(), and IsDir() are not needed on Windows CE at this +// time and thus not defined there. +# else +inline int FileNo(FILE* file) { return _fileno(file); } +inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } +inline int RmDir(const char* dir) { return _rmdir(dir); } +inline bool IsDir(const StatStruct& st) { + return (_S_IFDIR & st.st_mode) != 0; +} +# endif // GTEST_OS_WINDOWS_MOBILE + +#else + +typedef struct stat StatStruct; + +inline int FileNo(FILE* file) { return fileno(file); } +inline int IsATTY(int fd) { return isatty(fd); } +inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); } +inline int StrCaseCmp(const char* s1, const char* s2) { + return strcasecmp(s1, s2); +} +inline char* StrDup(const char* src) { return strdup(src); } +inline int RmDir(const char* dir) { return rmdir(dir); } +inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); } + +#endif // GTEST_OS_WINDOWS + +// Functions deprecated by MSVC 8.0. + +#ifdef _MSC_VER +// Temporarily disable warning 4996 (deprecated function). +# pragma warning(push) +# pragma warning(disable:4996) +#endif + +inline const char* StrNCpy(char* dest, const char* src, size_t n) { + return strncpy(dest, src, n); +} + +// ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and +// StrError() aren't needed on Windows CE at this time and thus not +// defined there. + +#if !GTEST_OS_WINDOWS_MOBILE +inline int ChDir(const char* dir) { return chdir(dir); } +#endif +inline FILE* FOpen(const char* path, const char* mode) { + return fopen(path, mode); +} +#if !GTEST_OS_WINDOWS_MOBILE +inline FILE *FReopen(const char* path, const char* mode, FILE* stream) { + return freopen(path, mode, stream); +} +inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } +#endif +inline int FClose(FILE* fp) { return fclose(fp); } +#if !GTEST_OS_WINDOWS_MOBILE +inline int Read(int fd, void* buf, unsigned int count) { + return static_cast(read(fd, buf, count)); +} +inline int Write(int fd, const void* buf, unsigned int count) { + return static_cast(write(fd, buf, count)); +} +inline int Close(int fd) { return close(fd); } +inline const char* StrError(int errnum) { return strerror(errnum); } +#endif +inline const char* GetEnv(const char* name) { +#if GTEST_OS_WINDOWS_MOBILE + // We are on Windows CE, which has no environment variables. + return NULL; +#elif defined(__BORLANDC__) || defined(__SunOS_5_8) || defined(__SunOS_5_9) + // Environment variables which we programmatically clear will be set to the + // empty string rather than unset (NULL). Handle that case. + const char* const env = getenv(name); + return (env != NULL && env[0] != '\0') ? env : NULL; +#else + return getenv(name); +#endif +} + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif + +#if GTEST_OS_WINDOWS_MOBILE +// Windows CE has no C library. The abort() function is used in +// several places in Google Test. This implementation provides a reasonable +// imitation of standard behaviour. +void Abort(); +#else +inline void Abort() { abort(); } +#endif // GTEST_OS_WINDOWS_MOBILE + +} // namespace posix + +// MSVC "deprecates" snprintf and issues warnings wherever it is used. In +// order to avoid these warnings, we need to use _snprintf or _snprintf_s on +// MSVC-based platforms. We map the GTEST_SNPRINTF_ macro to the appropriate +// function in order to achieve that. We use macro definition here because +// snprintf is a variadic function. +#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE +// MSVC 2005 and above support variadic macros. +# define GTEST_SNPRINTF_(buffer, size, format, ...) \ + _snprintf_s(buffer, size, size, format, __VA_ARGS__) +#elif defined(_MSC_VER) +// Windows CE does not define _snprintf_s and MSVC prior to 2005 doesn't +// complain about _snprintf. +# define GTEST_SNPRINTF_ _snprintf +#else +# define GTEST_SNPRINTF_ snprintf +#endif + +// The maximum number a BiggestInt can represent. This definition +// works no matter BiggestInt is represented in one's complement or +// two's complement. +// +// We cannot rely on numeric_limits in STL, as __int64 and long long +// are not part of standard C++ and numeric_limits doesn't need to be +// defined for them. +const BiggestInt kMaxBiggestInt = + ~(static_cast(1) << (8*sizeof(BiggestInt) - 1)); + +// This template class serves as a compile-time function from size to +// type. It maps a size in bytes to a primitive type with that +// size. e.g. +// +// TypeWithSize<4>::UInt +// +// is typedef-ed to be unsigned int (unsigned integer made up of 4 +// bytes). +// +// Such functionality should belong to STL, but I cannot find it +// there. +// +// Google Test uses this class in the implementation of floating-point +// comparison. +// +// For now it only handles UInt (unsigned int) as that's all Google Test +// needs. Other types can be easily added in the future if need +// arises. +template +class TypeWithSize { + public: + // This prevents the user from using TypeWithSize with incorrect + // values of N. + typedef void UInt; +}; + +// The specialization for size 4. +template <> +class TypeWithSize<4> { + public: + // unsigned int has size 4 in both gcc and MSVC. + // + // As base/basictypes.h doesn't compile on Windows, we cannot use + // uint32, uint64, and etc here. + typedef int Int; + typedef unsigned int UInt; +}; + +// The specialization for size 8. +template <> +class TypeWithSize<8> { + public: +#if GTEST_OS_WINDOWS + typedef __int64 Int; + typedef unsigned __int64 UInt; +#else + typedef long long Int; // NOLINT + typedef unsigned long long UInt; // NOLINT +#endif // GTEST_OS_WINDOWS +}; + +// Integer types of known sizes. +typedef TypeWithSize<4>::Int Int32; +typedef TypeWithSize<4>::UInt UInt32; +typedef TypeWithSize<8>::Int Int64; +typedef TypeWithSize<8>::UInt UInt64; +typedef TypeWithSize<8>::Int TimeInMillis; // Represents time in milliseconds. + +// Utilities for command line flags and environment variables. + +// Macro for referencing flags. +#define GTEST_FLAG(name) FLAGS_gtest_##name + +// Macros for declaring flags. +#define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name) +#define GTEST_DECLARE_int32_(name) \ + GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name) +#define GTEST_DECLARE_string_(name) \ + GTEST_API_ extern ::std::string GTEST_FLAG(name) + +// Macros for defining flags. +#define GTEST_DEFINE_bool_(name, default_val, doc) \ + GTEST_API_ bool GTEST_FLAG(name) = (default_val) +#define GTEST_DEFINE_int32_(name, default_val, doc) \ + GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) +#define GTEST_DEFINE_string_(name, default_val, doc) \ + GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) + +// Thread annotations +#define GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks) +#define GTEST_LOCK_EXCLUDED_(locks) + +// Parses 'str' for a 32-bit signed integer. If successful, writes the result +// to *value and returns true; otherwise leaves *value unchanged and returns +// false. +// TODO(chandlerc): Find a better way to refactor flag and environment parsing +// out of both gtest-port.cc and gtest.cc to avoid exporting this utility +// function. +bool ParseInt32(const Message& src_text, const char* str, Int32* value); + +// Parses a bool/Int32/string from the environment variable +// corresponding to the given Google Test flag. +bool BoolFromGTestEnv(const char* flag, bool default_val); +GTEST_API_ Int32 Int32FromGTestEnv(const char* flag, Int32 default_val); +const char* StringFromGTestEnv(const char* flag, const char* default_val); + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ + +#if GTEST_OS_LINUX +# include +# include +# include +# include +#endif // GTEST_OS_LINUX + +#if GTEST_HAS_EXCEPTIONS +# include +#endif + +#include +#include +#include +#include +#include +#include + +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines the Message class. +// +// IMPORTANT NOTE: Due to limitation of the C++ language, we have to +// leave some internal implementation details in this header file. +// They are clearly marked by comments like this: +// +// // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +// +// Such code is NOT meant to be used by a user directly, and is subject +// to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user +// program! + +#ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ +#define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ + +#include + + +// Ensures that there is at least one operator<< in the global namespace. +// See Message& operator<<(...) below for why. +void operator<<(const testing::internal::Secret&, int); + +namespace testing { + +// The Message class works like an ostream repeater. +// +// Typical usage: +// +// 1. You stream a bunch of values to a Message object. +// It will remember the text in a stringstream. +// 2. Then you stream the Message object to an ostream. +// This causes the text in the Message to be streamed +// to the ostream. +// +// For example; +// +// testing::Message foo; +// foo << 1 << " != " << 2; +// std::cout << foo; +// +// will print "1 != 2". +// +// Message is not intended to be inherited from. In particular, its +// destructor is not virtual. +// +// Note that stringstream behaves differently in gcc and in MSVC. You +// can stream a NULL char pointer to it in the former, but not in the +// latter (it causes an access violation if you do). The Message +// class hides this difference by treating a NULL char pointer as +// "(null)". +class GTEST_API_ Message { + private: + // The type of basic IO manipulators (endl, ends, and flush) for + // narrow streams. + typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); + + public: + // Constructs an empty Message. + Message(); + + // Copy constructor. + Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT + *ss_ << msg.GetString(); + } + + // Constructs a Message from a C-string. + explicit Message(const char* str) : ss_(new ::std::stringstream) { + *ss_ << str; + } + +#if GTEST_OS_SYMBIAN + // Streams a value (either a pointer or not) to this object. + template + inline Message& operator <<(const T& value) { + StreamHelper(typename internal::is_pointer::type(), value); + return *this; + } +#else + // Streams a non-pointer value to this object. + template + inline Message& operator <<(const T& val) { + // Some libraries overload << for STL containers. These + // overloads are defined in the global namespace instead of ::std. + // + // C++'s symbol lookup rule (i.e. Koenig lookup) says that these + // overloads are visible in either the std namespace or the global + // namespace, but not other namespaces, including the testing + // namespace which Google Test's Message class is in. + // + // To allow STL containers (and other types that has a << operator + // defined in the global namespace) to be used in Google Test + // assertions, testing::Message must access the custom << operator + // from the global namespace. With this using declaration, + // overloads of << defined in the global namespace and those + // visible via Koenig lookup are both exposed in this function. + using ::operator <<; + *ss_ << val; + return *this; + } + + // Streams a pointer value to this object. + // + // This function is an overload of the previous one. When you + // stream a pointer to a Message, this definition will be used as it + // is more specialized. (The C++ Standard, section + // [temp.func.order].) If you stream a non-pointer, then the + // previous definition will be used. + // + // The reason for this overload is that streaming a NULL pointer to + // ostream is undefined behavior. Depending on the compiler, you + // may get "0", "(nil)", "(null)", or an access violation. To + // ensure consistent result across compilers, we always treat NULL + // as "(null)". + template + inline Message& operator <<(T* const& pointer) { // NOLINT + if (pointer == NULL) { + *ss_ << "(null)"; + } else { + *ss_ << pointer; + } + return *this; + } +#endif // GTEST_OS_SYMBIAN + + // Since the basic IO manipulators are overloaded for both narrow + // and wide streams, we have to provide this specialized definition + // of operator <<, even though its body is the same as the + // templatized version above. Without this definition, streaming + // endl or other basic IO manipulators to Message will confuse the + // compiler. + Message& operator <<(BasicNarrowIoManip val) { + *ss_ << val; + return *this; + } + + // Instead of 1/0, we want to see true/false for bool values. + Message& operator <<(bool b) { + return *this << (b ? "true" : "false"); + } + + // These two overloads allow streaming a wide C string to a Message + // using the UTF-8 encoding. + Message& operator <<(const wchar_t* wide_c_str); + Message& operator <<(wchar_t* wide_c_str); + +#if GTEST_HAS_STD_WSTRING + // Converts the given wide string to a narrow string using the UTF-8 + // encoding, and streams the result to this Message object. + Message& operator <<(const ::std::wstring& wstr); +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_GLOBAL_WSTRING + // Converts the given wide string to a narrow string using the UTF-8 + // encoding, and streams the result to this Message object. + Message& operator <<(const ::wstring& wstr); +#endif // GTEST_HAS_GLOBAL_WSTRING + + // Gets the text streamed to this object so far as an std::string. + // Each '\0' character in the buffer is replaced with "\\0". + // + // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + std::string GetString() const; + + private: + +#if GTEST_OS_SYMBIAN + // These are needed as the Nokia Symbian Compiler cannot decide between + // const T& and const T* in a function template. The Nokia compiler _can_ + // decide between class template specializations for T and T*, so a + // tr1::type_traits-like is_pointer works, and we can overload on that. + template + inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { + if (pointer == NULL) { + *ss_ << "(null)"; + } else { + *ss_ << pointer; + } + } + template + inline void StreamHelper(internal::false_type /*is_pointer*/, + const T& value) { + // See the comments in Message& operator <<(const T&) above for why + // we need this using statement. + using ::operator <<; + *ss_ << value; + } +#endif // GTEST_OS_SYMBIAN + + // We'll hold the text streamed to this object here. + const internal::scoped_ptr< ::std::stringstream> ss_; + + // We declare (but don't implement) this to prevent the compiler + // from implementing the assignment operator. + void operator=(const Message&); +}; + +// Streams a Message to an ostream. +inline std::ostream& operator <<(std::ostream& os, const Message& sb) { + return os << sb.GetString(); +} + +namespace internal { + +// Converts a streamable value to an std::string. A NULL pointer is +// converted to "(null)". When the input value is a ::string, +// ::std::string, ::wstring, or ::std::wstring object, each NUL +// character in it is replaced with "\\0". +template +std::string StreamableToString(const T& streamable) { + return (Message() << streamable).GetString(); +} + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file declares the String class and functions used internally by +// Google Test. They are subject to change without notice. They should not used +// by code external to Google Test. +// +// This header file is #included by . +// It should not be #included by other files. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ + +#ifdef __BORLANDC__ +// string.h is not guaranteed to provide strcpy on C++ Builder. +# include +#endif + +#include +#include + + +namespace testing { +namespace internal { + +// String - an abstract class holding static string utilities. +class GTEST_API_ String { + public: + // Static utility methods + + // Clones a 0-terminated C string, allocating memory using new. The + // caller is responsible for deleting the return value using + // delete[]. Returns the cloned string, or NULL if the input is + // NULL. + // + // This is different from strdup() in string.h, which allocates + // memory using malloc(). + static const char* CloneCString(const char* c_str); + +#if GTEST_OS_WINDOWS_MOBILE + // Windows CE does not have the 'ANSI' versions of Win32 APIs. To be + // able to pass strings to Win32 APIs on CE we need to convert them + // to 'Unicode', UTF-16. + + // Creates a UTF-16 wide string from the given ANSI string, allocating + // memory using new. The caller is responsible for deleting the return + // value using delete[]. Returns the wide string, or NULL if the + // input is NULL. + // + // The wide string is created using the ANSI codepage (CP_ACP) to + // match the behaviour of the ANSI versions of Win32 calls and the + // C runtime. + static LPCWSTR AnsiToUtf16(const char* c_str); + + // Creates an ANSI string from the given wide string, allocating + // memory using new. The caller is responsible for deleting the return + // value using delete[]. Returns the ANSI string, or NULL if the + // input is NULL. + // + // The returned string is created using the ANSI codepage (CP_ACP) to + // match the behaviour of the ANSI versions of Win32 calls and the + // C runtime. + static const char* Utf16ToAnsi(LPCWSTR utf16_str); +#endif + + // Compares two C strings. Returns true iff they have the same content. + // + // Unlike strcmp(), this function can handle NULL argument(s). A + // NULL C string is considered different to any non-NULL C string, + // including the empty string. + static bool CStringEquals(const char* lhs, const char* rhs); + + // Converts a wide C string to a String using the UTF-8 encoding. + // NULL will be converted to "(null)". If an error occurred during + // the conversion, "(failed to convert from wide string)" is + // returned. + static std::string ShowWideCString(const wchar_t* wide_c_str); + + // Compares two wide C strings. Returns true iff they have the same + // content. + // + // Unlike wcscmp(), this function can handle NULL argument(s). A + // NULL C string is considered different to any non-NULL C string, + // including the empty string. + static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); + + // Compares two C strings, ignoring case. Returns true iff they + // have the same content. + // + // Unlike strcasecmp(), this function can handle NULL argument(s). + // A NULL C string is considered different to any non-NULL C string, + // including the empty string. + static bool CaseInsensitiveCStringEquals(const char* lhs, + const char* rhs); + + // Compares two wide C strings, ignoring case. Returns true iff they + // have the same content. + // + // Unlike wcscasecmp(), this function can handle NULL argument(s). + // A NULL C string is considered different to any non-NULL wide C string, + // including the empty string. + // NB: The implementations on different platforms slightly differ. + // On windows, this method uses _wcsicmp which compares according to LC_CTYPE + // environment variable. On GNU platform this method uses wcscasecmp + // which compares according to LC_CTYPE category of the current locale. + // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the + // current locale. + static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs, + const wchar_t* rhs); + + // Returns true iff the given string ends with the given suffix, ignoring + // case. Any string is considered to end with an empty suffix. + static bool EndsWithCaseInsensitive( + const std::string& str, const std::string& suffix); + + // Formats an int value as "%02d". + static std::string FormatIntWidth2(int value); // "%02d" for width == 2 + + // Formats an int value as "%X". + static std::string FormatHexInt(int value); + + // Formats a byte as "%02X". + static std::string FormatByte(unsigned char value); + + private: + String(); // Not meant to be instantiated. +}; // class String + +// Gets the content of the stringstream's buffer as an std::string. Each '\0' +// character in the buffer is replaced with "\\0". +GTEST_API_ std::string StringStreamToString(::std::stringstream* stream); + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: keith.ray@gmail.com (Keith Ray) +// +// Google Test filepath utilities +// +// This header file declares classes and functions used internally by +// Google Test. They are subject to change without notice. +// +// This file is #included in . +// Do not include this header file separately! + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ + + +namespace testing { +namespace internal { + +// FilePath - a class for file and directory pathname manipulation which +// handles platform-specific conventions (like the pathname separator). +// Used for helper functions for naming files in a directory for xml output. +// Except for Set methods, all methods are const or static, which provides an +// "immutable value object" -- useful for peace of mind. +// A FilePath with a value ending in a path separator ("like/this/") represents +// a directory, otherwise it is assumed to represent a file. In either case, +// it may or may not represent an actual file or directory in the file system. +// Names are NOT checked for syntax correctness -- no checking for illegal +// characters, malformed paths, etc. + +class GTEST_API_ FilePath { + public: + FilePath() : pathname_("") { } + FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } + + explicit FilePath(const std::string& pathname) : pathname_(pathname) { + Normalize(); + } + + FilePath& operator=(const FilePath& rhs) { + Set(rhs); + return *this; + } + + void Set(const FilePath& rhs) { + pathname_ = rhs.pathname_; + } + + const std::string& string() const { return pathname_; } + const char* c_str() const { return pathname_.c_str(); } + + // Returns the current working directory, or "" if unsuccessful. + static FilePath GetCurrentDir(); + + // Given directory = "dir", base_name = "test", number = 0, + // extension = "xml", returns "dir/test.xml". If number is greater + // than zero (e.g., 12), returns "dir/test_12.xml". + // On Windows platform, uses \ as the separator rather than /. + static FilePath MakeFileName(const FilePath& directory, + const FilePath& base_name, + int number, + const char* extension); + + // Given directory = "dir", relative_path = "test.xml", + // returns "dir/test.xml". + // On Windows, uses \ as the separator rather than /. + static FilePath ConcatPaths(const FilePath& directory, + const FilePath& relative_path); + + // Returns a pathname for a file that does not currently exist. The pathname + // will be directory/base_name.extension or + // directory/base_name_.extension if directory/base_name.extension + // already exists. The number will be incremented until a pathname is found + // that does not already exist. + // Examples: 'dir/foo_test.xml' or 'dir/foo_test_1.xml'. + // There could be a race condition if two or more processes are calling this + // function at the same time -- they could both pick the same filename. + static FilePath GenerateUniqueFileName(const FilePath& directory, + const FilePath& base_name, + const char* extension); + + // Returns true iff the path is "". + bool IsEmpty() const { return pathname_.empty(); } + + // If input name has a trailing separator character, removes it and returns + // the name, otherwise return the name string unmodified. + // On Windows platform, uses \ as the separator, other platforms use /. + FilePath RemoveTrailingPathSeparator() const; + + // Returns a copy of the FilePath with the directory part removed. + // Example: FilePath("path/to/file").RemoveDirectoryName() returns + // FilePath("file"). If there is no directory part ("just_a_file"), it returns + // the FilePath unmodified. If there is no file part ("just_a_dir/") it + // returns an empty FilePath (""). + // On Windows platform, '\' is the path separator, otherwise it is '/'. + FilePath RemoveDirectoryName() const; + + // RemoveFileName returns the directory path with the filename removed. + // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". + // If the FilePath is "a_file" or "/a_file", RemoveFileName returns + // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does + // not have a file, like "just/a/dir/", it returns the FilePath unmodified. + // On Windows platform, '\' is the path separator, otherwise it is '/'. + FilePath RemoveFileName() const; + + // Returns a copy of the FilePath with the case-insensitive extension removed. + // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns + // FilePath("dir/file"). If a case-insensitive extension is not + // found, returns a copy of the original FilePath. + FilePath RemoveExtension(const char* extension) const; + + // Creates directories so that path exists. Returns true if successful or if + // the directories already exist; returns false if unable to create + // directories for any reason. Will also return false if the FilePath does + // not represent a directory (that is, it doesn't end with a path separator). + bool CreateDirectoriesRecursively() const; + + // Create the directory so that path exists. Returns true if successful or + // if the directory already exists; returns false if unable to create the + // directory for any reason, including if the parent directory does not + // exist. Not named "CreateDirectory" because that's a macro on Windows. + bool CreateFolder() const; + + // Returns true if FilePath describes something in the file-system, + // either a file, directory, or whatever, and that something exists. + bool FileOrDirectoryExists() const; + + // Returns true if pathname describes a directory in the file-system + // that exists. + bool DirectoryExists() const; + + // Returns true if FilePath ends with a path separator, which indicates that + // it is intended to represent a directory. Returns false otherwise. + // This does NOT check that a directory (or file) actually exists. + bool IsDirectory() const; + + // Returns true if pathname describes a root directory. (Windows has one + // root directory per disk drive.) + bool IsRootDirectory() const; + + // Returns true if pathname describes an absolute path. + bool IsAbsolutePath() const; + + private: + // Replaces multiple consecutive separators with a single separator. + // For example, "bar///foo" becomes "bar/foo". Does not eliminate other + // redundancies that might be in a pathname involving "." or "..". + // + // A pathname with multiple consecutive separators may occur either through + // user error or as a result of some scripts or APIs that generate a pathname + // with a trailing separator. On other platforms the same API or script + // may NOT generate a pathname with a trailing "/". Then elsewhere that + // pathname may have another "/" and pathname components added to it, + // without checking for the separator already being there. + // The script language and operating system may allow paths like "foo//bar" + // but some of the functions in FilePath will not handle that correctly. In + // particular, RemoveTrailingPathSeparator() only removes one separator, and + // it is called in CreateDirectoriesRecursively() assuming that it will change + // a pathname from directory syntax (trailing separator) to filename syntax. + // + // On Windows this method also replaces the alternate path separator '/' with + // the primary path separator '\\', so that for example "bar\\/\\foo" becomes + // "bar\\foo". + + void Normalize(); + + // Returns a pointer to the last occurence of a valid path separator in + // the FilePath. On Windows, for example, both '/' and '\' are valid path + // separators. Returns NULL if no path separator was found. + const char* FindLastPathSeparator() const; + + std::string pathname_; +}; // class FilePath + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ +// This file was GENERATED by command: +// pump.py gtest-type-util.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Type utilities needed for implementing typed and type-parameterized +// tests. This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +// Currently we support at most 50 types in a list, and at most 50 +// type-parameterized tests in one type-parameterized test case. +// Please contact googletestframework@googlegroups.com if you need +// more. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ + + +// #ifdef __GNUC__ is too general here. It is possible to use gcc without using +// libstdc++ (which is where cxxabi.h comes from). +# if GTEST_HAS_CXXABI_H_ +# include +# elif defined(__HP_aCC) +# include +# endif // GTEST_HASH_CXXABI_H_ + +namespace testing { +namespace internal { + +// GetTypeName() returns a human-readable name of type T. +// NB: This function is also used in Google Mock, so don't move it inside of +// the typed-test-only section below. +template +std::string GetTypeName() { +# if GTEST_HAS_RTTI + + const char* const name = typeid(T).name(); +# if GTEST_HAS_CXXABI_H_ || defined(__HP_aCC) + int status = 0; + // gcc's implementation of typeid(T).name() mangles the type name, + // so we have to demangle it. +# if GTEST_HAS_CXXABI_H_ + using abi::__cxa_demangle; +# endif // GTEST_HAS_CXXABI_H_ + char* const readable_name = __cxa_demangle(name, 0, 0, &status); + const std::string name_str(status == 0 ? readable_name : name); + free(readable_name); + return name_str; +# else + return name; +# endif // GTEST_HAS_CXXABI_H_ || __HP_aCC + +# else + + return ""; + +# endif // GTEST_HAS_RTTI +} + +#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// AssertyTypeEq::type is defined iff T1 and T2 are the same +// type. This can be used as a compile-time assertion to ensure that +// two types are equal. + +template +struct AssertTypeEq; + +template +struct AssertTypeEq { + typedef bool type; +}; + +// A unique type used as the default value for the arguments of class +// template Types. This allows us to simulate variadic templates +// (e.g. Types, Type, and etc), which C++ doesn't +// support directly. +struct None {}; + +// The following family of struct and struct templates are used to +// represent type lists. In particular, TypesN +// represents a type list with N types (T1, T2, ..., and TN) in it. +// Except for Types0, every struct in the family has two member types: +// Head for the first type in the list, and Tail for the rest of the +// list. + +// The empty type list. +struct Types0 {}; + +// Type lists of length 1, 2, 3, and so on. + +template +struct Types1 { + typedef T1 Head; + typedef Types0 Tail; +}; +template +struct Types2 { + typedef T1 Head; + typedef Types1 Tail; +}; + +template +struct Types3 { + typedef T1 Head; + typedef Types2 Tail; +}; + +template +struct Types4 { + typedef T1 Head; + typedef Types3 Tail; +}; + +template +struct Types5 { + typedef T1 Head; + typedef Types4 Tail; +}; + +template +struct Types6 { + typedef T1 Head; + typedef Types5 Tail; +}; + +template +struct Types7 { + typedef T1 Head; + typedef Types6 Tail; +}; + +template +struct Types8 { + typedef T1 Head; + typedef Types7 Tail; +}; + +template +struct Types9 { + typedef T1 Head; + typedef Types8 Tail; +}; + +template +struct Types10 { + typedef T1 Head; + typedef Types9 Tail; +}; + +template +struct Types11 { + typedef T1 Head; + typedef Types10 Tail; +}; + +template +struct Types12 { + typedef T1 Head; + typedef Types11 Tail; +}; + +template +struct Types13 { + typedef T1 Head; + typedef Types12 Tail; +}; + +template +struct Types14 { + typedef T1 Head; + typedef Types13 Tail; +}; + +template +struct Types15 { + typedef T1 Head; + typedef Types14 Tail; +}; + +template +struct Types16 { + typedef T1 Head; + typedef Types15 Tail; +}; + +template +struct Types17 { + typedef T1 Head; + typedef Types16 Tail; +}; + +template +struct Types18 { + typedef T1 Head; + typedef Types17 Tail; +}; + +template +struct Types19 { + typedef T1 Head; + typedef Types18 Tail; +}; + +template +struct Types20 { + typedef T1 Head; + typedef Types19 Tail; +}; + +template +struct Types21 { + typedef T1 Head; + typedef Types20 Tail; +}; + +template +struct Types22 { + typedef T1 Head; + typedef Types21 Tail; +}; + +template +struct Types23 { + typedef T1 Head; + typedef Types22 Tail; +}; + +template +struct Types24 { + typedef T1 Head; + typedef Types23 Tail; +}; + +template +struct Types25 { + typedef T1 Head; + typedef Types24 Tail; +}; + +template +struct Types26 { + typedef T1 Head; + typedef Types25 Tail; +}; + +template +struct Types27 { + typedef T1 Head; + typedef Types26 Tail; +}; + +template +struct Types28 { + typedef T1 Head; + typedef Types27 Tail; +}; + +template +struct Types29 { + typedef T1 Head; + typedef Types28 Tail; +}; + +template +struct Types30 { + typedef T1 Head; + typedef Types29 Tail; +}; + +template +struct Types31 { + typedef T1 Head; + typedef Types30 Tail; +}; + +template +struct Types32 { + typedef T1 Head; + typedef Types31 Tail; +}; + +template +struct Types33 { + typedef T1 Head; + typedef Types32 Tail; +}; + +template +struct Types34 { + typedef T1 Head; + typedef Types33 Tail; +}; + +template +struct Types35 { + typedef T1 Head; + typedef Types34 Tail; +}; + +template +struct Types36 { + typedef T1 Head; + typedef Types35 Tail; +}; + +template +struct Types37 { + typedef T1 Head; + typedef Types36 Tail; +}; + +template +struct Types38 { + typedef T1 Head; + typedef Types37 Tail; +}; + +template +struct Types39 { + typedef T1 Head; + typedef Types38 Tail; +}; + +template +struct Types40 { + typedef T1 Head; + typedef Types39 Tail; +}; + +template +struct Types41 { + typedef T1 Head; + typedef Types40 Tail; +}; + +template +struct Types42 { + typedef T1 Head; + typedef Types41 Tail; +}; + +template +struct Types43 { + typedef T1 Head; + typedef Types42 Tail; +}; + +template +struct Types44 { + typedef T1 Head; + typedef Types43 Tail; +}; + +template +struct Types45 { + typedef T1 Head; + typedef Types44 Tail; +}; + +template +struct Types46 { + typedef T1 Head; + typedef Types45 Tail; +}; + +template +struct Types47 { + typedef T1 Head; + typedef Types46 Tail; +}; + +template +struct Types48 { + typedef T1 Head; + typedef Types47 Tail; +}; + +template +struct Types49 { + typedef T1 Head; + typedef Types48 Tail; +}; + +template +struct Types50 { + typedef T1 Head; + typedef Types49 Tail; +}; + + +} // namespace internal + +// We don't want to require the users to write TypesN<...> directly, +// as that would require them to count the length. Types<...> is much +// easier to write, but generates horrible messages when there is a +// compiler error, as gcc insists on printing out each template +// argument, even if it has the default value (this means Types +// will appear as Types in the compiler +// errors). +// +// Our solution is to combine the best part of the two approaches: a +// user would write Types, and Google Test will translate +// that to TypesN internally to make error messages +// readable. The translation is done by the 'type' member of the +// Types template. +template +struct Types { + typedef internal::Types50 type; +}; + +template <> +struct Types { + typedef internal::Types0 type; +}; +template +struct Types { + typedef internal::Types1 type; +}; +template +struct Types { + typedef internal::Types2 type; +}; +template +struct Types { + typedef internal::Types3 type; +}; +template +struct Types { + typedef internal::Types4 type; +}; +template +struct Types { + typedef internal::Types5 type; +}; +template +struct Types { + typedef internal::Types6 type; +}; +template +struct Types { + typedef internal::Types7 type; +}; +template +struct Types { + typedef internal::Types8 type; +}; +template +struct Types { + typedef internal::Types9 type; +}; +template +struct Types { + typedef internal::Types10 type; +}; +template +struct Types { + typedef internal::Types11 type; +}; +template +struct Types { + typedef internal::Types12 type; +}; +template +struct Types { + typedef internal::Types13 type; +}; +template +struct Types { + typedef internal::Types14 type; +}; +template +struct Types { + typedef internal::Types15 type; +}; +template +struct Types { + typedef internal::Types16 type; +}; +template +struct Types { + typedef internal::Types17 type; +}; +template +struct Types { + typedef internal::Types18 type; +}; +template +struct Types { + typedef internal::Types19 type; +}; +template +struct Types { + typedef internal::Types20 type; +}; +template +struct Types { + typedef internal::Types21 type; +}; +template +struct Types { + typedef internal::Types22 type; +}; +template +struct Types { + typedef internal::Types23 type; +}; +template +struct Types { + typedef internal::Types24 type; +}; +template +struct Types { + typedef internal::Types25 type; +}; +template +struct Types { + typedef internal::Types26 type; +}; +template +struct Types { + typedef internal::Types27 type; +}; +template +struct Types { + typedef internal::Types28 type; +}; +template +struct Types { + typedef internal::Types29 type; +}; +template +struct Types { + typedef internal::Types30 type; +}; +template +struct Types { + typedef internal::Types31 type; +}; +template +struct Types { + typedef internal::Types32 type; +}; +template +struct Types { + typedef internal::Types33 type; +}; +template +struct Types { + typedef internal::Types34 type; +}; +template +struct Types { + typedef internal::Types35 type; +}; +template +struct Types { + typedef internal::Types36 type; +}; +template +struct Types { + typedef internal::Types37 type; +}; +template +struct Types { + typedef internal::Types38 type; +}; +template +struct Types { + typedef internal::Types39 type; +}; +template +struct Types { + typedef internal::Types40 type; +}; +template +struct Types { + typedef internal::Types41 type; +}; +template +struct Types { + typedef internal::Types42 type; +}; +template +struct Types { + typedef internal::Types43 type; +}; +template +struct Types { + typedef internal::Types44 type; +}; +template +struct Types { + typedef internal::Types45 type; +}; +template +struct Types { + typedef internal::Types46 type; +}; +template +struct Types { + typedef internal::Types47 type; +}; +template +struct Types { + typedef internal::Types48 type; +}; +template +struct Types { + typedef internal::Types49 type; +}; + +namespace internal { + +# define GTEST_TEMPLATE_ template class + +// The template "selector" struct TemplateSel is used to +// represent Tmpl, which must be a class template with one type +// parameter, as a type. TemplateSel::Bind::type is defined +// as the type Tmpl. This allows us to actually instantiate the +// template "selected" by TemplateSel. +// +// This trick is necessary for simulating typedef for class templates, +// which C++ doesn't support directly. +template +struct TemplateSel { + template + struct Bind { + typedef Tmpl type; + }; +}; + +# define GTEST_BIND_(TmplSel, T) \ + TmplSel::template Bind::type + +// A unique struct template used as the default value for the +// arguments of class template Templates. This allows us to simulate +// variadic templates (e.g. Templates, Templates, +// and etc), which C++ doesn't support directly. +template +struct NoneT {}; + +// The following family of struct and struct templates are used to +// represent template lists. In particular, TemplatesN represents a list of N templates (T1, T2, ..., and TN). Except +// for Templates0, every struct in the family has two member types: +// Head for the selector of the first template in the list, and Tail +// for the rest of the list. + +// The empty template list. +struct Templates0 {}; + +// Template lists of length 1, 2, 3, and so on. + +template +struct Templates1 { + typedef TemplateSel Head; + typedef Templates0 Tail; +}; +template +struct Templates2 { + typedef TemplateSel Head; + typedef Templates1 Tail; +}; + +template +struct Templates3 { + typedef TemplateSel Head; + typedef Templates2 Tail; +}; + +template +struct Templates4 { + typedef TemplateSel Head; + typedef Templates3 Tail; +}; + +template +struct Templates5 { + typedef TemplateSel Head; + typedef Templates4 Tail; +}; + +template +struct Templates6 { + typedef TemplateSel Head; + typedef Templates5 Tail; +}; + +template +struct Templates7 { + typedef TemplateSel Head; + typedef Templates6 Tail; +}; + +template +struct Templates8 { + typedef TemplateSel Head; + typedef Templates7 Tail; +}; + +template +struct Templates9 { + typedef TemplateSel Head; + typedef Templates8 Tail; +}; + +template +struct Templates10 { + typedef TemplateSel Head; + typedef Templates9 Tail; +}; + +template +struct Templates11 { + typedef TemplateSel Head; + typedef Templates10 Tail; +}; + +template +struct Templates12 { + typedef TemplateSel Head; + typedef Templates11 Tail; +}; + +template +struct Templates13 { + typedef TemplateSel Head; + typedef Templates12 Tail; +}; + +template +struct Templates14 { + typedef TemplateSel Head; + typedef Templates13 Tail; +}; + +template +struct Templates15 { + typedef TemplateSel Head; + typedef Templates14 Tail; +}; + +template +struct Templates16 { + typedef TemplateSel Head; + typedef Templates15 Tail; +}; + +template +struct Templates17 { + typedef TemplateSel Head; + typedef Templates16 Tail; +}; + +template +struct Templates18 { + typedef TemplateSel Head; + typedef Templates17 Tail; +}; + +template +struct Templates19 { + typedef TemplateSel Head; + typedef Templates18 Tail; +}; + +template +struct Templates20 { + typedef TemplateSel Head; + typedef Templates19 Tail; +}; + +template +struct Templates21 { + typedef TemplateSel Head; + typedef Templates20 Tail; +}; + +template +struct Templates22 { + typedef TemplateSel Head; + typedef Templates21 Tail; +}; + +template +struct Templates23 { + typedef TemplateSel Head; + typedef Templates22 Tail; +}; + +template +struct Templates24 { + typedef TemplateSel Head; + typedef Templates23 Tail; +}; + +template +struct Templates25 { + typedef TemplateSel Head; + typedef Templates24 Tail; +}; + +template +struct Templates26 { + typedef TemplateSel Head; + typedef Templates25 Tail; +}; + +template +struct Templates27 { + typedef TemplateSel Head; + typedef Templates26 Tail; +}; + +template +struct Templates28 { + typedef TemplateSel Head; + typedef Templates27 Tail; +}; + +template +struct Templates29 { + typedef TemplateSel Head; + typedef Templates28 Tail; +}; + +template +struct Templates30 { + typedef TemplateSel Head; + typedef Templates29 Tail; +}; + +template +struct Templates31 { + typedef TemplateSel Head; + typedef Templates30 Tail; +}; + +template +struct Templates32 { + typedef TemplateSel Head; + typedef Templates31 Tail; +}; + +template +struct Templates33 { + typedef TemplateSel Head; + typedef Templates32 Tail; +}; + +template +struct Templates34 { + typedef TemplateSel Head; + typedef Templates33 Tail; +}; + +template +struct Templates35 { + typedef TemplateSel Head; + typedef Templates34 Tail; +}; + +template +struct Templates36 { + typedef TemplateSel Head; + typedef Templates35 Tail; +}; + +template +struct Templates37 { + typedef TemplateSel Head; + typedef Templates36 Tail; +}; + +template +struct Templates38 { + typedef TemplateSel Head; + typedef Templates37 Tail; +}; + +template +struct Templates39 { + typedef TemplateSel Head; + typedef Templates38 Tail; +}; + +template +struct Templates40 { + typedef TemplateSel Head; + typedef Templates39 Tail; +}; + +template +struct Templates41 { + typedef TemplateSel Head; + typedef Templates40 Tail; +}; + +template +struct Templates42 { + typedef TemplateSel Head; + typedef Templates41 Tail; +}; + +template +struct Templates43 { + typedef TemplateSel Head; + typedef Templates42 Tail; +}; + +template +struct Templates44 { + typedef TemplateSel Head; + typedef Templates43 Tail; +}; + +template +struct Templates45 { + typedef TemplateSel Head; + typedef Templates44 Tail; +}; + +template +struct Templates46 { + typedef TemplateSel Head; + typedef Templates45 Tail; +}; + +template +struct Templates47 { + typedef TemplateSel Head; + typedef Templates46 Tail; +}; + +template +struct Templates48 { + typedef TemplateSel Head; + typedef Templates47 Tail; +}; + +template +struct Templates49 { + typedef TemplateSel Head; + typedef Templates48 Tail; +}; + +template +struct Templates50 { + typedef TemplateSel Head; + typedef Templates49 Tail; +}; + + +// We don't want to require the users to write TemplatesN<...> directly, +// as that would require them to count the length. Templates<...> is much +// easier to write, but generates horrible messages when there is a +// compiler error, as gcc insists on printing out each template +// argument, even if it has the default value (this means Templates +// will appear as Templates in the compiler +// errors). +// +// Our solution is to combine the best part of the two approaches: a +// user would write Templates, and Google Test will translate +// that to TemplatesN internally to make error messages +// readable. The translation is done by the 'type' member of the +// Templates template. +template +struct Templates { + typedef Templates50 type; +}; + +template <> +struct Templates { + typedef Templates0 type; +}; +template +struct Templates { + typedef Templates1 type; +}; +template +struct Templates { + typedef Templates2 type; +}; +template +struct Templates { + typedef Templates3 type; +}; +template +struct Templates { + typedef Templates4 type; +}; +template +struct Templates { + typedef Templates5 type; +}; +template +struct Templates { + typedef Templates6 type; +}; +template +struct Templates { + typedef Templates7 type; +}; +template +struct Templates { + typedef Templates8 type; +}; +template +struct Templates { + typedef Templates9 type; +}; +template +struct Templates { + typedef Templates10 type; +}; +template +struct Templates { + typedef Templates11 type; +}; +template +struct Templates { + typedef Templates12 type; +}; +template +struct Templates { + typedef Templates13 type; +}; +template +struct Templates { + typedef Templates14 type; +}; +template +struct Templates { + typedef Templates15 type; +}; +template +struct Templates { + typedef Templates16 type; +}; +template +struct Templates { + typedef Templates17 type; +}; +template +struct Templates { + typedef Templates18 type; +}; +template +struct Templates { + typedef Templates19 type; +}; +template +struct Templates { + typedef Templates20 type; +}; +template +struct Templates { + typedef Templates21 type; +}; +template +struct Templates { + typedef Templates22 type; +}; +template +struct Templates { + typedef Templates23 type; +}; +template +struct Templates { + typedef Templates24 type; +}; +template +struct Templates { + typedef Templates25 type; +}; +template +struct Templates { + typedef Templates26 type; +}; +template +struct Templates { + typedef Templates27 type; +}; +template +struct Templates { + typedef Templates28 type; +}; +template +struct Templates { + typedef Templates29 type; +}; +template +struct Templates { + typedef Templates30 type; +}; +template +struct Templates { + typedef Templates31 type; +}; +template +struct Templates { + typedef Templates32 type; +}; +template +struct Templates { + typedef Templates33 type; +}; +template +struct Templates { + typedef Templates34 type; +}; +template +struct Templates { + typedef Templates35 type; +}; +template +struct Templates { + typedef Templates36 type; +}; +template +struct Templates { + typedef Templates37 type; +}; +template +struct Templates { + typedef Templates38 type; +}; +template +struct Templates { + typedef Templates39 type; +}; +template +struct Templates { + typedef Templates40 type; +}; +template +struct Templates { + typedef Templates41 type; +}; +template +struct Templates { + typedef Templates42 type; +}; +template +struct Templates { + typedef Templates43 type; +}; +template +struct Templates { + typedef Templates44 type; +}; +template +struct Templates { + typedef Templates45 type; +}; +template +struct Templates { + typedef Templates46 type; +}; +template +struct Templates { + typedef Templates47 type; +}; +template +struct Templates { + typedef Templates48 type; +}; +template +struct Templates { + typedef Templates49 type; +}; + +// The TypeList template makes it possible to use either a single type +// or a Types<...> list in TYPED_TEST_CASE() and +// INSTANTIATE_TYPED_TEST_CASE_P(). + +template +struct TypeList { + typedef Types1 type; +}; + +template +struct TypeList > { + typedef typename Types::type type; +}; + +#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ + +// Due to C++ preprocessor weirdness, we need double indirection to +// concatenate two tokens when one of them is __LINE__. Writing +// +// foo ## __LINE__ +// +// will result in the token foo__LINE__, instead of foo followed by +// the current line number. For more details, see +// http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.6 +#define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar) +#define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo ## bar + +class ProtocolMessage; +namespace proto2 { class Message; } + +namespace testing { + +// Forward declarations. + +class AssertionResult; // Result of an assertion. +class Message; // Represents a failure message. +class Test; // Represents a test. +class TestInfo; // Information about a test. +class TestPartResult; // Result of a test part. +class UnitTest; // A collection of test cases. + +template +::std::string PrintToString(const T& value); + +namespace internal { + +struct TraceInfo; // Information about a trace point. +class ScopedTrace; // Implements scoped trace. +class TestInfoImpl; // Opaque implementation of TestInfo +class UnitTestImpl; // Opaque implementation of UnitTest + +// How many times InitGoogleTest() has been called. +GTEST_API_ extern int g_init_gtest_count; + +// The text used in failure messages to indicate the start of the +// stack trace. +GTEST_API_ extern const char kStackTraceMarker[]; + +// Two overloaded helpers for checking at compile time whether an +// expression is a null pointer literal (i.e. NULL or any 0-valued +// compile-time integral constant). Their return values have +// different sizes, so we can use sizeof() to test which version is +// picked by the compiler. These helpers have no implementations, as +// we only need their signatures. +// +// Given IsNullLiteralHelper(x), the compiler will pick the first +// version if x can be implicitly converted to Secret*, and pick the +// second version otherwise. Since Secret is a secret and incomplete +// type, the only expression a user can write that has type Secret* is +// a null pointer literal. Therefore, we know that x is a null +// pointer literal if and only if the first version is picked by the +// compiler. +char IsNullLiteralHelper(Secret* p); +char (&IsNullLiteralHelper(...))[2]; // NOLINT + +// A compile-time bool constant that is true if and only if x is a +// null pointer literal (i.e. NULL or any 0-valued compile-time +// integral constant). +#ifdef GTEST_ELLIPSIS_NEEDS_POD_ +// We lose support for NULL detection where the compiler doesn't like +// passing non-POD classes through ellipsis (...). +# define GTEST_IS_NULL_LITERAL_(x) false +#else +# define GTEST_IS_NULL_LITERAL_(x) \ + (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) +#endif // GTEST_ELLIPSIS_NEEDS_POD_ + +// Appends the user-supplied message to the Google-Test-generated message. +GTEST_API_ std::string AppendUserMessage( + const std::string& gtest_msg, const Message& user_msg); + +#if GTEST_HAS_EXCEPTIONS + +// This exception is thrown by (and only by) a failed Google Test +// assertion when GTEST_FLAG(throw_on_failure) is true (if exceptions +// are enabled). We derive it from std::runtime_error, which is for +// errors presumably detectable only at run time. Since +// std::runtime_error inherits from std::exception, many testing +// frameworks know how to extract and print the message inside it. +class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { + public: + explicit GoogleTestFailureException(const TestPartResult& failure); +}; + +#endif // GTEST_HAS_EXCEPTIONS + +// A helper class for creating scoped traces in user programs. +class GTEST_API_ ScopedTrace { + public: + // The c'tor pushes the given source file location and message onto + // a trace stack maintained by Google Test. + ScopedTrace(const char* file, int line, const Message& message); + + // The d'tor pops the info pushed by the c'tor. + // + // Note that the d'tor is not virtual in order to be efficient. + // Don't inherit from ScopedTrace! + ~ScopedTrace(); + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedTrace); +} GTEST_ATTRIBUTE_UNUSED_; // A ScopedTrace object does its job in its + // c'tor and d'tor. Therefore it doesn't + // need to be used otherwise. + +// Constructs and returns the message for an equality assertion +// (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. +// +// The first four parameters are the expressions used in the assertion +// and their values, as strings. For example, for ASSERT_EQ(foo, bar) +// where foo is 5 and bar is 6, we have: +// +// expected_expression: "foo" +// actual_expression: "bar" +// expected_value: "5" +// actual_value: "6" +// +// The ignoring_case parameter is true iff the assertion is a +// *_STRCASEEQ*. When it's true, the string " (ignoring case)" will +// be inserted into the message. +GTEST_API_ AssertionResult EqFailure(const char* expected_expression, + const char* actual_expression, + const std::string& expected_value, + const std::string& actual_value, + bool ignoring_case); + +// Constructs a failure message for Boolean assertions such as EXPECT_TRUE. +GTEST_API_ std::string GetBoolAssertionFailureMessage( + const AssertionResult& assertion_result, + const char* expression_text, + const char* actual_predicate_value, + const char* expected_predicate_value); + +// This template class represents an IEEE floating-point number +// (either single-precision or double-precision, depending on the +// template parameters). +// +// The purpose of this class is to do more sophisticated number +// comparison. (Due to round-off error, etc, it's very unlikely that +// two floating-points will be equal exactly. Hence a naive +// comparison by the == operation often doesn't work.) +// +// Format of IEEE floating-point: +// +// The most-significant bit being the leftmost, an IEEE +// floating-point looks like +// +// sign_bit exponent_bits fraction_bits +// +// Here, sign_bit is a single bit that designates the sign of the +// number. +// +// For float, there are 8 exponent bits and 23 fraction bits. +// +// For double, there are 11 exponent bits and 52 fraction bits. +// +// More details can be found at +// http://en.wikipedia.org/wiki/IEEE_floating-point_standard. +// +// Template parameter: +// +// RawType: the raw floating-point type (either float or double) +template +class FloatingPoint { + public: + // Defines the unsigned integer type that has the same size as the + // floating point number. + typedef typename TypeWithSize::UInt Bits; + + // Constants. + + // # of bits in a number. + static const size_t kBitCount = 8*sizeof(RawType); + + // # of fraction bits in a number. + static const size_t kFractionBitCount = + std::numeric_limits::digits - 1; + + // # of exponent bits in a number. + static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; + + // The mask for the sign bit. + static const Bits kSignBitMask = static_cast(1) << (kBitCount - 1); + + // The mask for the fraction bits. + static const Bits kFractionBitMask = + ~static_cast(0) >> (kExponentBitCount + 1); + + // The mask for the exponent bits. + static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask); + + // How many ULP's (Units in the Last Place) we want to tolerate when + // comparing two numbers. The larger the value, the more error we + // allow. A 0 value means that two numbers must be exactly the same + // to be considered equal. + // + // The maximum error of a single floating-point operation is 0.5 + // units in the last place. On Intel CPU's, all floating-point + // calculations are done with 80-bit precision, while double has 64 + // bits. Therefore, 4 should be enough for ordinary use. + // + // See the following article for more details on ULP: + // http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ + static const size_t kMaxUlps = 4; + + // Constructs a FloatingPoint from a raw floating-point number. + // + // On an Intel CPU, passing a non-normalized NAN (Not a Number) + // around may change its bits, although the new value is guaranteed + // to be also a NAN. Therefore, don't expect this constructor to + // preserve the bits in x when x is a NAN. + explicit FloatingPoint(const RawType& x) { u_.value_ = x; } + + // Static methods + + // Reinterprets a bit pattern as a floating-point number. + // + // This function is needed to test the AlmostEquals() method. + static RawType ReinterpretBits(const Bits bits) { + FloatingPoint fp(0); + fp.u_.bits_ = bits; + return fp.u_.value_; + } + + // Returns the floating-point number that represent positive infinity. + static RawType Infinity() { + return ReinterpretBits(kExponentBitMask); + } + + // Returns the maximum representable finite floating-point number. + static RawType Max(); + + // Non-static methods + + // Returns the bits that represents this number. + const Bits &bits() const { return u_.bits_; } + + // Returns the exponent bits of this number. + Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } + + // Returns the fraction bits of this number. + Bits fraction_bits() const { return kFractionBitMask & u_.bits_; } + + // Returns the sign bit of this number. + Bits sign_bit() const { return kSignBitMask & u_.bits_; } + + // Returns true iff this is NAN (not a number). + bool is_nan() const { + // It's a NAN if the exponent bits are all ones and the fraction + // bits are not entirely zeros. + return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); + } + + // Returns true iff this number is at most kMaxUlps ULP's away from + // rhs. In particular, this function: + // + // - returns false if either number is (or both are) NAN. + // - treats really large numbers as almost equal to infinity. + // - thinks +0.0 and -0.0 are 0 DLP's apart. + bool AlmostEquals(const FloatingPoint& rhs) const { + // The IEEE standard says that any comparison operation involving + // a NAN must return false. + if (is_nan() || rhs.is_nan()) return false; + + return DistanceBetweenSignAndMagnitudeNumbers(u_.bits_, rhs.u_.bits_) + <= kMaxUlps; + } + + private: + // The data type used to store the actual floating-point number. + union FloatingPointUnion { + RawType value_; // The raw floating-point number. + Bits bits_; // The bits that represent the number. + }; + + // Converts an integer from the sign-and-magnitude representation to + // the biased representation. More precisely, let N be 2 to the + // power of (kBitCount - 1), an integer x is represented by the + // unsigned number x + N. + // + // For instance, + // + // -N + 1 (the most negative number representable using + // sign-and-magnitude) is represented by 1; + // 0 is represented by N; and + // N - 1 (the biggest number representable using + // sign-and-magnitude) is represented by 2N - 1. + // + // Read http://en.wikipedia.org/wiki/Signed_number_representations + // for more details on signed number representations. + static Bits SignAndMagnitudeToBiased(const Bits &sam) { + if (kSignBitMask & sam) { + // sam represents a negative number. + return ~sam + 1; + } else { + // sam represents a positive number. + return kSignBitMask | sam; + } + } + + // Given two numbers in the sign-and-magnitude representation, + // returns the distance between them as an unsigned number. + static Bits DistanceBetweenSignAndMagnitudeNumbers(const Bits &sam1, + const Bits &sam2) { + const Bits biased1 = SignAndMagnitudeToBiased(sam1); + const Bits biased2 = SignAndMagnitudeToBiased(sam2); + return (biased1 >= biased2) ? (biased1 - biased2) : (biased2 - biased1); + } + + FloatingPointUnion u_; +}; + +// We cannot use std::numeric_limits::max() as it clashes with the max() +// macro defined by . +template <> +inline float FloatingPoint::Max() { return FLT_MAX; } +template <> +inline double FloatingPoint::Max() { return DBL_MAX; } + +// Typedefs the instances of the FloatingPoint template class that we +// care to use. +typedef FloatingPoint Float; +typedef FloatingPoint Double; + +// In order to catch the mistake of putting tests that use different +// test fixture classes in the same test case, we need to assign +// unique IDs to fixture classes and compare them. The TypeId type is +// used to hold such IDs. The user should treat TypeId as an opaque +// type: the only operation allowed on TypeId values is to compare +// them for equality using the == operator. +typedef const void* TypeId; + +template +class TypeIdHelper { + public: + // dummy_ must not have a const type. Otherwise an overly eager + // compiler (e.g. MSVC 7.1 & 8.0) may try to merge + // TypeIdHelper::dummy_ for different Ts as an "optimization". + static bool dummy_; +}; + +template +bool TypeIdHelper::dummy_ = false; + +// GetTypeId() returns the ID of type T. Different values will be +// returned for different types. Calling the function twice with the +// same type argument is guaranteed to return the same ID. +template +TypeId GetTypeId() { + // The compiler is required to allocate a different + // TypeIdHelper::dummy_ variable for each T used to instantiate + // the template. Therefore, the address of dummy_ is guaranteed to + // be unique. + return &(TypeIdHelper::dummy_); +} + +// Returns the type ID of ::testing::Test. Always call this instead +// of GetTypeId< ::testing::Test>() to get the type ID of +// ::testing::Test, as the latter may give the wrong result due to a +// suspected linker bug when compiling Google Test as a Mac OS X +// framework. +GTEST_API_ TypeId GetTestTypeId(); + +// Defines the abstract factory interface that creates instances +// of a Test object. +class TestFactoryBase { + public: + virtual ~TestFactoryBase() {} + + // Creates a test instance to run. The instance is both created and destroyed + // within TestInfoImpl::Run() + virtual Test* CreateTest() = 0; + + protected: + TestFactoryBase() {} + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestFactoryBase); +}; + +// This class provides implementation of TeastFactoryBase interface. +// It is used in TEST and TEST_F macros. +template +class TestFactoryImpl : public TestFactoryBase { + public: + virtual Test* CreateTest() { return new TestClass; } +}; + +#if GTEST_OS_WINDOWS + +// Predicate-formatters for implementing the HRESULT checking macros +// {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED} +// We pass a long instead of HRESULT to avoid causing an +// include dependency for the HRESULT type. +GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr, + long hr); // NOLINT +GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr, + long hr); // NOLINT + +#endif // GTEST_OS_WINDOWS + +// Types of SetUpTestCase() and TearDownTestCase() functions. +typedef void (*SetUpTestCaseFunc)(); +typedef void (*TearDownTestCaseFunc)(); + +// Creates a new TestInfo object and registers it with Google Test; +// returns the created object. +// +// Arguments: +// +// test_case_name: name of the test case +// name: name of the test +// type_param the name of the test's type parameter, or NULL if +// this is not a typed or a type-parameterized test. +// value_param text representation of the test's value parameter, +// or NULL if this is not a type-parameterized test. +// fixture_class_id: ID of the test fixture class +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +// factory: pointer to the factory that creates a test object. +// The newly created TestInfo instance will assume +// ownership of the factory object. +GTEST_API_ TestInfo* MakeAndRegisterTestInfo( + const char* test_case_name, + const char* name, + const char* type_param, + const char* value_param, + TypeId fixture_class_id, + SetUpTestCaseFunc set_up_tc, + TearDownTestCaseFunc tear_down_tc, + TestFactoryBase* factory); + +// If *pstr starts with the given prefix, modifies *pstr to be right +// past the prefix and returns true; otherwise leaves *pstr unchanged +// and returns false. None of pstr, *pstr, and prefix can be NULL. +GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr); + +#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// State of the definition of a type-parameterized test case. +class GTEST_API_ TypedTestCasePState { + public: + TypedTestCasePState() : registered_(false) {} + + // Adds the given test name to defined_test_names_ and return true + // if the test case hasn't been registered; otherwise aborts the + // program. + bool AddTestName(const char* file, int line, const char* case_name, + const char* test_name) { + if (registered_) { + fprintf(stderr, "%s Test %s must be defined before " + "REGISTER_TYPED_TEST_CASE_P(%s, ...).\n", + FormatFileLocation(file, line).c_str(), test_name, case_name); + fflush(stderr); + posix::Abort(); + } + defined_test_names_.insert(test_name); + return true; + } + + // Verifies that registered_tests match the test names in + // defined_test_names_; returns registered_tests if successful, or + // aborts the program otherwise. + const char* VerifyRegisteredTestNames( + const char* file, int line, const char* registered_tests); + + private: + bool registered_; + ::std::set defined_test_names_; +}; + +// Skips to the first non-space char after the first comma in 'str'; +// returns NULL if no comma is found in 'str'. +inline const char* SkipComma(const char* str) { + const char* comma = strchr(str, ','); + if (comma == NULL) { + return NULL; + } + while (IsSpace(*(++comma))) {} + return comma; +} + +// Returns the prefix of 'str' before the first comma in it; returns +// the entire string if it contains no comma. +inline std::string GetPrefixUntilComma(const char* str) { + const char* comma = strchr(str, ','); + return comma == NULL ? str : std::string(str, comma); +} + +// TypeParameterizedTest::Register() +// registers a list of type-parameterized tests with Google Test. The +// return value is insignificant - we just need to return something +// such that we can call this function in a namespace scope. +// +// Implementation note: The GTEST_TEMPLATE_ macro declares a template +// template parameter. It's defined in gtest-type-util.h. +template +class TypeParameterizedTest { + public: + // 'index' is the index of the test in the type list 'Types' + // specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, + // Types). Valid values for 'index' are [0, N - 1] where N is the + // length of Types. + static bool Register(const char* prefix, const char* case_name, + const char* test_names, int index) { + typedef typename Types::Head Type; + typedef Fixture FixtureClass; + typedef typename GTEST_BIND_(TestSel, Type) TestClass; + + // First, registers the first type-parameterized test in the type + // list. + MakeAndRegisterTestInfo( + (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name + "/" + + StreamableToString(index)).c_str(), + GetPrefixUntilComma(test_names).c_str(), + GetTypeName().c_str(), + NULL, // No value parameter. + GetTypeId(), + TestClass::SetUpTestCase, + TestClass::TearDownTestCase, + new TestFactoryImpl); + + // Next, recurses (at compile time) with the tail of the type list. + return TypeParameterizedTest + ::Register(prefix, case_name, test_names, index + 1); + } +}; + +// The base case for the compile time recursion. +template +class TypeParameterizedTest { + public: + static bool Register(const char* /*prefix*/, const char* /*case_name*/, + const char* /*test_names*/, int /*index*/) { + return true; + } +}; + +// TypeParameterizedTestCase::Register() +// registers *all combinations* of 'Tests' and 'Types' with Google +// Test. The return value is insignificant - we just need to return +// something such that we can call this function in a namespace scope. +template +class TypeParameterizedTestCase { + public: + static bool Register(const char* prefix, const char* case_name, + const char* test_names) { + typedef typename Tests::Head Head; + + // First, register the first test in 'Test' for each type in 'Types'. + TypeParameterizedTest::Register( + prefix, case_name, test_names, 0); + + // Next, recurses (at compile time) with the tail of the test list. + return TypeParameterizedTestCase + ::Register(prefix, case_name, SkipComma(test_names)); + } +}; + +// The base case for the compile time recursion. +template +class TypeParameterizedTestCase { + public: + static bool Register(const char* /*prefix*/, const char* /*case_name*/, + const char* /*test_names*/) { + return true; + } +}; + +#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// Returns the current OS stack trace as an std::string. +// +// The maximum number of stack frames to be included is specified by +// the gtest_stack_trace_depth flag. The skip_count parameter +// specifies the number of top frames to be skipped, which doesn't +// count against the number of frames to be included. +// +// For example, if Foo() calls Bar(), which in turn calls +// GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in +// the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. +GTEST_API_ std::string GetCurrentOsStackTraceExceptTop( + UnitTest* unit_test, int skip_count); + +// Helpers for suppressing warnings on unreachable code or constant +// condition. + +// Always returns true. +GTEST_API_ bool AlwaysTrue(); + +// Always returns false. +inline bool AlwaysFalse() { return !AlwaysTrue(); } + +// Helper for suppressing false warning from Clang on a const char* +// variable declared in a conditional expression always being NULL in +// the else branch. +struct GTEST_API_ ConstCharPtr { + ConstCharPtr(const char* str) : value(str) {} + operator bool() const { return true; } + const char* value; +}; + +// A simple Linear Congruential Generator for generating random +// numbers with a uniform distribution. Unlike rand() and srand(), it +// doesn't use global state (and therefore can't interfere with user +// code). Unlike rand_r(), it's portable. An LCG isn't very random, +// but it's good enough for our purposes. +class GTEST_API_ Random { + public: + static const UInt32 kMaxRange = 1u << 31; + + explicit Random(UInt32 seed) : state_(seed) {} + + void Reseed(UInt32 seed) { state_ = seed; } + + // Generates a random number from [0, range). Crashes if 'range' is + // 0 or greater than kMaxRange. + UInt32 Generate(UInt32 range); + + private: + UInt32 state_; + GTEST_DISALLOW_COPY_AND_ASSIGN_(Random); +}; + +// Defining a variable of type CompileAssertTypesEqual will cause a +// compiler error iff T1 and T2 are different types. +template +struct CompileAssertTypesEqual; + +template +struct CompileAssertTypesEqual { +}; + +// Removes the reference from a type if it is a reference type, +// otherwise leaves it unchanged. This is the same as +// tr1::remove_reference, which is not widely available yet. +template +struct RemoveReference { typedef T type; }; // NOLINT +template +struct RemoveReference { typedef T type; }; // NOLINT + +// A handy wrapper around RemoveReference that works when the argument +// T depends on template parameters. +#define GTEST_REMOVE_REFERENCE_(T) \ + typename ::testing::internal::RemoveReference::type + +// Removes const from a type if it is a const type, otherwise leaves +// it unchanged. This is the same as tr1::remove_const, which is not +// widely available yet. +template +struct RemoveConst { typedef T type; }; // NOLINT +template +struct RemoveConst { typedef T type; }; // NOLINT + +// MSVC 8.0, Sun C++, and IBM XL C++ have a bug which causes the above +// definition to fail to remove the const in 'const int[3]' and 'const +// char[3][4]'. The following specialization works around the bug. +template +struct RemoveConst { + typedef typename RemoveConst::type type[N]; +}; + +#if defined(_MSC_VER) && _MSC_VER < 1400 +// This is the only specialization that allows VC++ 7.1 to remove const in +// 'const int[3] and 'const int[3][4]'. However, it causes trouble with GCC +// and thus needs to be conditionally compiled. +template +struct RemoveConst { + typedef typename RemoveConst::type type[N]; +}; +#endif + +// A handy wrapper around RemoveConst that works when the argument +// T depends on template parameters. +#define GTEST_REMOVE_CONST_(T) \ + typename ::testing::internal::RemoveConst::type + +// Turns const U&, U&, const U, and U all into U. +#define GTEST_REMOVE_REFERENCE_AND_CONST_(T) \ + GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(T)) + +// Adds reference to a type if it is not a reference type, +// otherwise leaves it unchanged. This is the same as +// tr1::add_reference, which is not widely available yet. +template +struct AddReference { typedef T& type; }; // NOLINT +template +struct AddReference { typedef T& type; }; // NOLINT + +// A handy wrapper around AddReference that works when the argument T +// depends on template parameters. +#define GTEST_ADD_REFERENCE_(T) \ + typename ::testing::internal::AddReference::type + +// Adds a reference to const on top of T as necessary. For example, +// it transforms +// +// char ==> const char& +// const char ==> const char& +// char& ==> const char& +// const char& ==> const char& +// +// The argument T must depend on some template parameters. +#define GTEST_REFERENCE_TO_CONST_(T) \ + GTEST_ADD_REFERENCE_(const GTEST_REMOVE_REFERENCE_(T)) + +// ImplicitlyConvertible::value is a compile-time bool +// constant that's true iff type From can be implicitly converted to +// type To. +template +class ImplicitlyConvertible { + private: + // We need the following helper functions only for their types. + // They have no implementations. + + // MakeFrom() is an expression whose type is From. We cannot simply + // use From(), as the type From may not have a public default + // constructor. + static From MakeFrom(); + + // These two functions are overloaded. Given an expression + // Helper(x), the compiler will pick the first version if x can be + // implicitly converted to type To; otherwise it will pick the + // second version. + // + // The first version returns a value of size 1, and the second + // version returns a value of size 2. Therefore, by checking the + // size of Helper(x), which can be done at compile time, we can tell + // which version of Helper() is used, and hence whether x can be + // implicitly converted to type To. + static char Helper(To); + static char (&Helper(...))[2]; // NOLINT + + // We have to put the 'public' section after the 'private' section, + // or MSVC refuses to compile the code. + public: + // MSVC warns about implicitly converting from double to int for + // possible loss of data, so we need to temporarily disable the + // warning. +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4244) // Temporarily disables warning 4244. + + static const bool value = + sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1; +# pragma warning(pop) // Restores the warning state. +#elif defined(__BORLANDC__) + // C++Builder cannot use member overload resolution during template + // instantiation. The simplest workaround is to use its C++0x type traits + // functions (C++Builder 2009 and above only). + static const bool value = __is_convertible(From, To); +#else + static const bool value = + sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1; +#endif // _MSV_VER +}; +template +const bool ImplicitlyConvertible::value; + +// IsAProtocolMessage::value is a compile-time bool constant that's +// true iff T is type ProtocolMessage, proto2::Message, or a subclass +// of those. +template +struct IsAProtocolMessage + : public bool_constant< + ImplicitlyConvertible::value || + ImplicitlyConvertible::value> { +}; + +// When the compiler sees expression IsContainerTest(0), if C is an +// STL-style container class, the first overload of IsContainerTest +// will be viable (since both C::iterator* and C::const_iterator* are +// valid types and NULL can be implicitly converted to them). It will +// be picked over the second overload as 'int' is a perfect match for +// the type of argument 0. If C::iterator or C::const_iterator is not +// a valid type, the first overload is not viable, and the second +// overload will be picked. Therefore, we can determine whether C is +// a container class by checking the type of IsContainerTest(0). +// The value of the expression is insignificant. +// +// Note that we look for both C::iterator and C::const_iterator. The +// reason is that C++ injects the name of a class as a member of the +// class itself (e.g. you can refer to class iterator as either +// 'iterator' or 'iterator::iterator'). If we look for C::iterator +// only, for example, we would mistakenly think that a class named +// iterator is an STL container. +// +// Also note that the simpler approach of overloading +// IsContainerTest(typename C::const_iterator*) and +// IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++. +typedef int IsContainer; +template +IsContainer IsContainerTest(int /* dummy */, + typename C::iterator* /* it */ = NULL, + typename C::const_iterator* /* const_it */ = NULL) { + return 0; +} + +typedef char IsNotContainer; +template +IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } + +// EnableIf::type is void when 'Cond' is true, and +// undefined when 'Cond' is false. To use SFINAE to make a function +// overload only apply when a particular expression is true, add +// "typename EnableIf::type* = 0" as the last parameter. +template struct EnableIf; +template<> struct EnableIf { typedef void type; }; // NOLINT + +// Utilities for native arrays. + +// ArrayEq() compares two k-dimensional native arrays using the +// elements' operator==, where k can be any integer >= 0. When k is +// 0, ArrayEq() degenerates into comparing a single pair of values. + +template +bool ArrayEq(const T* lhs, size_t size, const U* rhs); + +// This generic version is used when k is 0. +template +inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } + +// This overload is used when k >= 1. +template +inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) { + return internal::ArrayEq(lhs, N, rhs); +} + +// This helper reduces code bloat. If we instead put its logic inside +// the previous ArrayEq() function, arrays with different sizes would +// lead to different copies of the template code. +template +bool ArrayEq(const T* lhs, size_t size, const U* rhs) { + for (size_t i = 0; i != size; i++) { + if (!internal::ArrayEq(lhs[i], rhs[i])) + return false; + } + return true; +} + +// Finds the first element in the iterator range [begin, end) that +// equals elem. Element may be a native array type itself. +template +Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) { + for (Iter it = begin; it != end; ++it) { + if (internal::ArrayEq(*it, elem)) + return it; + } + return end; +} + +// CopyArray() copies a k-dimensional native array using the elements' +// operator=, where k can be any integer >= 0. When k is 0, +// CopyArray() degenerates into copying a single value. + +template +void CopyArray(const T* from, size_t size, U* to); + +// This generic version is used when k is 0. +template +inline void CopyArray(const T& from, U* to) { *to = from; } + +// This overload is used when k >= 1. +template +inline void CopyArray(const T(&from)[N], U(*to)[N]) { + internal::CopyArray(from, N, *to); +} + +// This helper reduces code bloat. If we instead put its logic inside +// the previous CopyArray() function, arrays with different sizes +// would lead to different copies of the template code. +template +void CopyArray(const T* from, size_t size, U* to) { + for (size_t i = 0; i != size; i++) { + internal::CopyArray(from[i], to + i); + } +} + +// The relation between an NativeArray object (see below) and the +// native array it represents. +enum RelationToSource { + kReference, // The NativeArray references the native array. + kCopy // The NativeArray makes a copy of the native array and + // owns the copy. +}; + +// Adapts a native array to a read-only STL-style container. Instead +// of the complete STL container concept, this adaptor only implements +// members useful for Google Mock's container matchers. New members +// should be added as needed. To simplify the implementation, we only +// support Element being a raw type (i.e. having no top-level const or +// reference modifier). It's the client's responsibility to satisfy +// this requirement. Element can be an array type itself (hence +// multi-dimensional arrays are supported). +template +class NativeArray { + public: + // STL-style container typedefs. + typedef Element value_type; + typedef Element* iterator; + typedef const Element* const_iterator; + + // Constructs from a native array. + NativeArray(const Element* array, size_t count, RelationToSource relation) { + Init(array, count, relation); + } + + // Copy constructor. + NativeArray(const NativeArray& rhs) { + Init(rhs.array_, rhs.size_, rhs.relation_to_source_); + } + + ~NativeArray() { + // Ensures that the user doesn't instantiate NativeArray with a + // const or reference type. + static_cast(StaticAssertTypeEqHelper()); + if (relation_to_source_ == kCopy) + delete[] array_; + } + + // STL-style container methods. + size_t size() const { return size_; } + const_iterator begin() const { return array_; } + const_iterator end() const { return array_ + size_; } + bool operator==(const NativeArray& rhs) const { + return size() == rhs.size() && + ArrayEq(begin(), size(), rhs.begin()); + } + + private: + // Initializes this object; makes a copy of the input array if + // 'relation' is kCopy. + void Init(const Element* array, size_t a_size, RelationToSource relation) { + if (relation == kReference) { + array_ = array; + } else { + Element* const copy = new Element[a_size]; + CopyArray(array, a_size, copy); + array_ = copy; + } + size_ = a_size; + relation_to_source_ = relation; + } + + const Element* array_; + size_t size_; + RelationToSource relation_to_source_; + + GTEST_DISALLOW_ASSIGN_(NativeArray); +}; + +} // namespace internal +} // namespace testing + +#define GTEST_MESSAGE_AT_(file, line, message, result_type) \ + ::testing::internal::AssertHelper(result_type, file, line, message) \ + = ::testing::Message() + +#define GTEST_MESSAGE_(message, result_type) \ + GTEST_MESSAGE_AT_(__FILE__, __LINE__, message, result_type) + +#define GTEST_FATAL_FAILURE_(message) \ + return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) + +#define GTEST_NONFATAL_FAILURE_(message) \ + GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) + +#define GTEST_SUCCESS_(message) \ + GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) + +// Suppresses MSVC warnings 4072 (unreachable code) for the code following +// statement if it returns or throws (or doesn't return or throw in some +// situations). +#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) \ + if (::testing::internal::AlwaysTrue()) { statement; } + +#define GTEST_TEST_THROW_(statement, expected_exception, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::ConstCharPtr gtest_msg = "") { \ + bool gtest_caught_expected = false; \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } \ + catch (expected_exception const&) { \ + gtest_caught_expected = true; \ + } \ + catch (...) { \ + gtest_msg.value = \ + "Expected: " #statement " throws an exception of type " \ + #expected_exception ".\n Actual: it throws a different type."; \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \ + } \ + if (!gtest_caught_expected) { \ + gtest_msg.value = \ + "Expected: " #statement " throws an exception of type " \ + #expected_exception ".\n Actual: it throws nothing."; \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__): \ + fail(gtest_msg.value) + +#define GTEST_TEST_NO_THROW_(statement, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } \ + catch (...) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testnothrow_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testnothrow_, __LINE__): \ + fail("Expected: " #statement " doesn't throw an exception.\n" \ + " Actual: it throws.") + +#define GTEST_TEST_ANY_THROW_(statement, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + bool gtest_caught_any = false; \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } \ + catch (...) { \ + gtest_caught_any = true; \ + } \ + if (!gtest_caught_any) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testanythrow_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testanythrow_, __LINE__): \ + fail("Expected: " #statement " throws an exception.\n" \ + " Actual: it doesn't.") + + +// Implements Boolean test assertions such as EXPECT_TRUE. expression can be +// either a boolean expression or an AssertionResult. text is a textual +// represenation of expression as it was passed into the EXPECT_TRUE. +#define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (const ::testing::AssertionResult gtest_ar_ = \ + ::testing::AssertionResult(expression)) \ + ; \ + else \ + fail(::testing::internal::GetBoolAssertionFailureMessage(\ + gtest_ar_, text, #actual, #expected).c_str()) + +#define GTEST_TEST_NO_FATAL_FAILURE_(statement, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + ::testing::internal::HasNewFatalFailureHelper gtest_fatal_failure_checker; \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testnofatal_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testnofatal_, __LINE__): \ + fail("Expected: " #statement " doesn't generate new fatal " \ + "failures in the current thread.\n" \ + " Actual: it does.") + +// Expands to the name of the class that implements the given test. +#define GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ + test_case_name##_##test_name##_Test + +// Helper macro for defining tests. +#define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ +class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) : public parent_class {\ + public:\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {}\ + private:\ + virtual void TestBody();\ + static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ + GTEST_DISALLOW_COPY_AND_ASSIGN_(\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name));\ +};\ +\ +::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\ + ::test_info_ =\ + ::testing::internal::MakeAndRegisterTestInfo(\ + #test_case_name, #test_name, NULL, NULL, \ + (parent_id), \ + parent_class::SetUpTestCase, \ + parent_class::TearDownTestCase, \ + new ::testing::internal::TestFactoryImpl<\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>);\ +void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines the public API for death tests. It is +// #included by gtest.h so a user doesn't need to include this +// directly. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ + +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines internal utilities needed for implementing +// death tests. They are subject to change without notice. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ + + +#include + +namespace testing { +namespace internal { + +GTEST_DECLARE_string_(internal_run_death_test); + +// Names of the flags (needed for parsing Google Test flags). +const char kDeathTestStyleFlag[] = "death_test_style"; +const char kDeathTestUseFork[] = "death_test_use_fork"; +const char kInternalRunDeathTestFlag[] = "internal_run_death_test"; + +#if GTEST_HAS_DEATH_TEST + +// DeathTest is a class that hides much of the complexity of the +// GTEST_DEATH_TEST_ macro. It is abstract; its static Create method +// returns a concrete class that depends on the prevailing death test +// style, as defined by the --gtest_death_test_style and/or +// --gtest_internal_run_death_test flags. + +// In describing the results of death tests, these terms are used with +// the corresponding definitions: +// +// exit status: The integer exit information in the format specified +// by wait(2) +// exit code: The integer code passed to exit(3), _exit(2), or +// returned from main() +class GTEST_API_ DeathTest { + public: + // Create returns false if there was an error determining the + // appropriate action to take for the current death test; for example, + // if the gtest_death_test_style flag is set to an invalid value. + // The LastMessage method will return a more detailed message in that + // case. Otherwise, the DeathTest pointer pointed to by the "test" + // argument is set. If the death test should be skipped, the pointer + // is set to NULL; otherwise, it is set to the address of a new concrete + // DeathTest object that controls the execution of the current test. + static bool Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test); + DeathTest(); + virtual ~DeathTest() { } + + // A helper class that aborts a death test when it's deleted. + class ReturnSentinel { + public: + explicit ReturnSentinel(DeathTest* test) : test_(test) { } + ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } + private: + DeathTest* const test_; + GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel); + } GTEST_ATTRIBUTE_UNUSED_; + + // An enumeration of possible roles that may be taken when a death + // test is encountered. EXECUTE means that the death test logic should + // be executed immediately. OVERSEE means that the program should prepare + // the appropriate environment for a child process to execute the death + // test, then wait for it to complete. + enum TestRole { OVERSEE_TEST, EXECUTE_TEST }; + + // An enumeration of the three reasons that a test might be aborted. + enum AbortReason { + TEST_ENCOUNTERED_RETURN_STATEMENT, + TEST_THREW_EXCEPTION, + TEST_DID_NOT_DIE + }; + + // Assumes one of the above roles. + virtual TestRole AssumeRole() = 0; + + // Waits for the death test to finish and returns its status. + virtual int Wait() = 0; + + // Returns true if the death test passed; that is, the test process + // exited during the test, its exit status matches a user-supplied + // predicate, and its stderr output matches a user-supplied regular + // expression. + // The user-supplied predicate may be a macro expression rather + // than a function pointer or functor, or else Wait and Passed could + // be combined. + virtual bool Passed(bool exit_status_ok) = 0; + + // Signals that the death test did not die as expected. + virtual void Abort(AbortReason reason) = 0; + + // Returns a human-readable outcome message regarding the outcome of + // the last death test. + static const char* LastMessage(); + + static void set_last_death_test_message(const std::string& message); + + private: + // A string containing a description of the outcome of the last death test. + static std::string last_death_test_message_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); +}; + +// Factory interface for death tests. May be mocked out for testing. +class DeathTestFactory { + public: + virtual ~DeathTestFactory() { } + virtual bool Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test) = 0; +}; + +// A concrete DeathTestFactory implementation for normal use. +class DefaultDeathTestFactory : public DeathTestFactory { + public: + virtual bool Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test); +}; + +// Returns true if exit_status describes a process that was terminated +// by a signal, or exited normally with a nonzero exit code. +GTEST_API_ bool ExitedUnsuccessfully(int exit_status); + +// Traps C++ exceptions escaping statement and reports them as test +// failures. Note that trapping SEH exceptions is not implemented here. +# if GTEST_HAS_EXCEPTIONS +# define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } catch (const ::std::exception& gtest_exception) { \ + fprintf(\ + stderr, \ + "\n%s: Caught std::exception-derived exception escaping the " \ + "death test statement. Exception message: %s\n", \ + ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ + gtest_exception.what()); \ + fflush(stderr); \ + death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ + } catch (...) { \ + death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ + } + +# else +# define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) + +# endif + +// This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*, +// ASSERT_EXIT*, and EXPECT_EXIT*. +# define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + const ::testing::internal::RE& gtest_regex = (regex); \ + ::testing::internal::DeathTest* gtest_dt; \ + if (!::testing::internal::DeathTest::Create(#statement, >est_regex, \ + __FILE__, __LINE__, >est_dt)) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \ + } \ + if (gtest_dt != NULL) { \ + ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \ + gtest_dt_ptr(gtest_dt); \ + switch (gtest_dt->AssumeRole()) { \ + case ::testing::internal::DeathTest::OVERSEE_TEST: \ + if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \ + } \ + break; \ + case ::testing::internal::DeathTest::EXECUTE_TEST: { \ + ::testing::internal::DeathTest::ReturnSentinel \ + gtest_sentinel(gtest_dt); \ + GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, gtest_dt); \ + gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \ + break; \ + } \ + default: \ + break; \ + } \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__): \ + fail(::testing::internal::DeathTest::LastMessage()) +// The symbol "fail" here expands to something into which a message +// can be streamed. + +// This macro is for implementing ASSERT/EXPECT_DEBUG_DEATH when compiled in +// NDEBUG mode. In this case we need the statements to be executed, the regex is +// ignored, and the macro must accept a streamed message even though the message +// is never printed. +# define GTEST_EXECUTE_STATEMENT_(statement, regex) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } else \ + ::testing::Message() + +// A class representing the parsed contents of the +// --gtest_internal_run_death_test flag, as it existed when +// RUN_ALL_TESTS was called. +class InternalRunDeathTestFlag { + public: + InternalRunDeathTestFlag(const std::string& a_file, + int a_line, + int an_index, + int a_write_fd) + : file_(a_file), line_(a_line), index_(an_index), + write_fd_(a_write_fd) {} + + ~InternalRunDeathTestFlag() { + if (write_fd_ >= 0) + posix::Close(write_fd_); + } + + const std::string& file() const { return file_; } + int line() const { return line_; } + int index() const { return index_; } + int write_fd() const { return write_fd_; } + + private: + std::string file_; + int line_; + int index_; + int write_fd_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(InternalRunDeathTestFlag); +}; + +// Returns a newly created InternalRunDeathTestFlag object with fields +// initialized from the GTEST_FLAG(internal_run_death_test) flag if +// the flag is specified; otherwise returns NULL. +InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag(); + +#else // GTEST_HAS_DEATH_TEST + +// This macro is used for implementing macros such as +// EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where +// death tests are not supported. Those macros must compile on such systems +// iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on +// systems that support death tests. This allows one to write such a macro +// on a system that does not support death tests and be sure that it will +// compile on a death-test supporting system. +// +// Parameters: +// statement - A statement that a macro such as EXPECT_DEATH would test +// for program termination. This macro has to make sure this +// statement is compiled but not executed, to ensure that +// EXPECT_DEATH_IF_SUPPORTED compiles with a certain +// parameter iff EXPECT_DEATH compiles with it. +// regex - A regex that a macro such as EXPECT_DEATH would use to test +// the output of statement. This parameter has to be +// compiled but not evaluated by this macro, to ensure that +// this macro only accepts expressions that a macro such as +// EXPECT_DEATH would accept. +// terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED +// and a return statement for ASSERT_DEATH_IF_SUPPORTED. +// This ensures that ASSERT_DEATH_IF_SUPPORTED will not +// compile inside functions where ASSERT_DEATH doesn't +// compile. +// +// The branch that has an always false condition is used to ensure that +// statement and regex are compiled (and thus syntactically correct) but +// never executed. The unreachable code macro protects the terminator +// statement from generating an 'unreachable code' warning in case +// statement unconditionally returns or throws. The Message constructor at +// the end allows the syntax of streaming additional messages into the +// macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH. +# define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + GTEST_LOG_(WARNING) \ + << "Death tests are not supported on this platform.\n" \ + << "Statement '" #statement "' cannot be verified."; \ + } else if (::testing::internal::AlwaysFalse()) { \ + ::testing::internal::RE::PartialMatch(".*", (regex)); \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + terminator; \ + } else \ + ::testing::Message() + +#endif // GTEST_HAS_DEATH_TEST + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ + +namespace testing { + +// This flag controls the style of death tests. Valid values are "threadsafe", +// meaning that the death test child process will re-execute the test binary +// from the start, running only a single death test, or "fast", +// meaning that the child process will execute the test logic immediately +// after forking. +GTEST_DECLARE_string_(death_test_style); + +#if GTEST_HAS_DEATH_TEST + +namespace internal { + +// Returns a Boolean value indicating whether the caller is currently +// executing in the context of the death test child process. Tools such as +// Valgrind heap checkers may need this to modify their behavior in death +// tests. IMPORTANT: This is an internal utility. Using it may break the +// implementation of death tests. User code MUST NOT use it. +GTEST_API_ bool InDeathTestChild(); + +} // namespace internal + +// The following macros are useful for writing death tests. + +// Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is +// executed: +// +// 1. It generates a warning if there is more than one active +// thread. This is because it's safe to fork() or clone() only +// when there is a single thread. +// +// 2. The parent process clone()s a sub-process and runs the death +// test in it; the sub-process exits with code 0 at the end of the +// death test, if it hasn't exited already. +// +// 3. The parent process waits for the sub-process to terminate. +// +// 4. The parent process checks the exit code and error message of +// the sub-process. +// +// Examples: +// +// ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number"); +// for (int i = 0; i < 5; i++) { +// EXPECT_DEATH(server.ProcessRequest(i), +// "Invalid request .* in ProcessRequest()") +// << "Failed to die on request " << i; +// } +// +// ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); +// +// bool KilledBySIGHUP(int exit_code) { +// return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP; +// } +// +// ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!"); +// +// On the regular expressions used in death tests: +// +// On POSIX-compliant systems (*nix), we use the library, +// which uses the POSIX extended regex syntax. +// +// On other platforms (e.g. Windows), we only support a simple regex +// syntax implemented as part of Google Test. This limited +// implementation should be enough most of the time when writing +// death tests; though it lacks many features you can find in PCRE +// or POSIX extended regex syntax. For example, we don't support +// union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and +// repetition count ("x{5,7}"), among others. +// +// Below is the syntax that we do support. We chose it to be a +// subset of both PCRE and POSIX extended regex, so it's easy to +// learn wherever you come from. In the following: 'A' denotes a +// literal character, period (.), or a single \\ escape sequence; +// 'x' and 'y' denote regular expressions; 'm' and 'n' are for +// natural numbers. +// +// c matches any literal character c +// \\d matches any decimal digit +// \\D matches any character that's not a decimal digit +// \\f matches \f +// \\n matches \n +// \\r matches \r +// \\s matches any ASCII whitespace, including \n +// \\S matches any character that's not a whitespace +// \\t matches \t +// \\v matches \v +// \\w matches any letter, _, or decimal digit +// \\W matches any character that \\w doesn't match +// \\c matches any literal character c, which must be a punctuation +// . matches any single character except \n +// A? matches 0 or 1 occurrences of A +// A* matches 0 or many occurrences of A +// A+ matches 1 or many occurrences of A +// ^ matches the beginning of a string (not that of each line) +// $ matches the end of a string (not that of each line) +// xy matches x followed by y +// +// If you accidentally use PCRE or POSIX extended regex features +// not implemented by us, you will get a run-time failure. In that +// case, please try to rewrite your regular expression within the +// above syntax. +// +// This implementation is *not* meant to be as highly tuned or robust +// as a compiled regex library, but should perform well enough for a +// death test, which already incurs significant overhead by launching +// a child process. +// +// Known caveats: +// +// A "threadsafe" style death test obtains the path to the test +// program from argv[0] and re-executes it in the sub-process. For +// simplicity, the current implementation doesn't search the PATH +// when launching the sub-process. This means that the user must +// invoke the test program via a path that contains at least one +// path separator (e.g. path/to/foo_test and +// /absolute/path/to/bar_test are fine, but foo_test is not). This +// is rarely a problem as people usually don't put the test binary +// directory in PATH. +// +// TODO(wan@google.com): make thread-safe death tests search the PATH. + +// Asserts that a given statement causes the program to exit, with an +// integer exit status that satisfies predicate, and emitting error output +// that matches regex. +# define ASSERT_EXIT(statement, predicate, regex) \ + GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_) + +// Like ASSERT_EXIT, but continues on to successive tests in the +// test case, if any: +# define EXPECT_EXIT(statement, predicate, regex) \ + GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_) + +// Asserts that a given statement causes the program to exit, either by +// explicitly exiting with a nonzero exit code or being killed by a +// signal, and emitting error output that matches regex. +# define ASSERT_DEATH(statement, regex) \ + ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) + +// Like ASSERT_DEATH, but continues on to successive tests in the +// test case, if any: +# define EXPECT_DEATH(statement, regex) \ + EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) + +// Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*: + +// Tests that an exit code describes a normal exit with a given exit code. +class GTEST_API_ ExitedWithCode { + public: + explicit ExitedWithCode(int exit_code); + bool operator()(int exit_status) const; + private: + // No implementation - assignment is unsupported. + void operator=(const ExitedWithCode& other); + + const int exit_code_; +}; + +# if !GTEST_OS_WINDOWS +// Tests that an exit code describes an exit due to termination by a +// given signal. +class GTEST_API_ KilledBySignal { + public: + explicit KilledBySignal(int signum); + bool operator()(int exit_status) const; + private: + const int signum_; +}; +# endif // !GTEST_OS_WINDOWS + +// EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode. +// The death testing framework causes this to have interesting semantics, +// since the sideeffects of the call are only visible in opt mode, and not +// in debug mode. +// +// In practice, this can be used to test functions that utilize the +// LOG(DFATAL) macro using the following style: +// +// int DieInDebugOr12(int* sideeffect) { +// if (sideeffect) { +// *sideeffect = 12; +// } +// LOG(DFATAL) << "death"; +// return 12; +// } +// +// TEST(TestCase, TestDieOr12WorksInDgbAndOpt) { +// int sideeffect = 0; +// // Only asserts in dbg. +// EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death"); +// +// #ifdef NDEBUG +// // opt-mode has sideeffect visible. +// EXPECT_EQ(12, sideeffect); +// #else +// // dbg-mode no visible sideeffect. +// EXPECT_EQ(0, sideeffect); +// #endif +// } +// +// This will assert that DieInDebugReturn12InOpt() crashes in debug +// mode, usually due to a DCHECK or LOG(DFATAL), but returns the +// appropriate fallback value (12 in this case) in opt mode. If you +// need to test that a function has appropriate side-effects in opt +// mode, include assertions against the side-effects. A general +// pattern for this is: +// +// EXPECT_DEBUG_DEATH({ +// // Side-effects here will have an effect after this statement in +// // opt mode, but none in debug mode. +// EXPECT_EQ(12, DieInDebugOr12(&sideeffect)); +// }, "death"); +// +# ifdef NDEBUG + +# define EXPECT_DEBUG_DEATH(statement, regex) \ + GTEST_EXECUTE_STATEMENT_(statement, regex) + +# define ASSERT_DEBUG_DEATH(statement, regex) \ + GTEST_EXECUTE_STATEMENT_(statement, regex) + +# else + +# define EXPECT_DEBUG_DEATH(statement, regex) \ + EXPECT_DEATH(statement, regex) + +# define ASSERT_DEBUG_DEATH(statement, regex) \ + ASSERT_DEATH(statement, regex) + +# endif // NDEBUG for EXPECT_DEBUG_DEATH +#endif // GTEST_HAS_DEATH_TEST + +// EXPECT_DEATH_IF_SUPPORTED(statement, regex) and +// ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if +// death tests are supported; otherwise they just issue a warning. This is +// useful when you are combining death test assertions with normal test +// assertions in one test. +#if GTEST_HAS_DEATH_TEST +# define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ + EXPECT_DEATH(statement, regex) +# define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ + ASSERT_DEATH(statement, regex) +#else +# define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ + GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, ) +# define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ + GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, return) +#endif + +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ +// This file was GENERATED by command: +// pump.py gtest-param-test.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: vladl@google.com (Vlad Losev) +// +// Macros and functions for implementing parameterized tests +// in Google C++ Testing Framework (Google Test) +// +// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +#ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ + + +// Value-parameterized tests allow you to test your code with different +// parameters without writing multiple copies of the same test. +// +// Here is how you use value-parameterized tests: + +#if 0 + +// To write value-parameterized tests, first you should define a fixture +// class. It is usually derived from testing::TestWithParam (see below for +// another inheritance scheme that's sometimes useful in more complicated +// class hierarchies), where the type of your parameter values. +// TestWithParam is itself derived from testing::Test. T can be any +// copyable type. If it's a raw pointer, you are responsible for managing the +// lifespan of the pointed values. + +class FooTest : public ::testing::TestWithParam { + // You can implement all the usual class fixture members here. +}; + +// Then, use the TEST_P macro to define as many parameterized tests +// for this fixture as you want. The _P suffix is for "parameterized" +// or "pattern", whichever you prefer to think. + +TEST_P(FooTest, DoesBlah) { + // Inside a test, access the test parameter with the GetParam() method + // of the TestWithParam class: + EXPECT_TRUE(foo.Blah(GetParam())); + ... +} + +TEST_P(FooTest, HasBlahBlah) { + ... +} + +// Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test +// case with any set of parameters you want. Google Test defines a number +// of functions for generating test parameters. They return what we call +// (surprise!) parameter generators. Here is a summary of them, which +// are all in the testing namespace: +// +// +// Range(begin, end [, step]) - Yields values {begin, begin+step, +// begin+step+step, ...}. The values do not +// include end. step defaults to 1. +// Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}. +// ValuesIn(container) - Yields values from a C-style array, an STL +// ValuesIn(begin,end) container, or an iterator range [begin, end). +// Bool() - Yields sequence {false, true}. +// Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product +// for the math savvy) of the values generated +// by the N generators. +// +// For more details, see comments at the definitions of these functions below +// in this file. +// +// The following statement will instantiate tests from the FooTest test case +// each with parameter values "meeny", "miny", and "moe". + +INSTANTIATE_TEST_CASE_P(InstantiationName, + FooTest, + Values("meeny", "miny", "moe")); + +// To distinguish different instances of the pattern, (yes, you +// can instantiate it more then once) the first argument to the +// INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the +// actual test case name. Remember to pick unique prefixes for different +// instantiations. The tests from the instantiation above will have +// these names: +// +// * InstantiationName/FooTest.DoesBlah/0 for "meeny" +// * InstantiationName/FooTest.DoesBlah/1 for "miny" +// * InstantiationName/FooTest.DoesBlah/2 for "moe" +// * InstantiationName/FooTest.HasBlahBlah/0 for "meeny" +// * InstantiationName/FooTest.HasBlahBlah/1 for "miny" +// * InstantiationName/FooTest.HasBlahBlah/2 for "moe" +// +// You can use these names in --gtest_filter. +// +// This statement will instantiate all tests from FooTest again, each +// with parameter values "cat" and "dog": + +const char* pets[] = {"cat", "dog"}; +INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets)); + +// The tests from the instantiation above will have these names: +// +// * AnotherInstantiationName/FooTest.DoesBlah/0 for "cat" +// * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog" +// * AnotherInstantiationName/FooTest.HasBlahBlah/0 for "cat" +// * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog" +// +// Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests +// in the given test case, whether their definitions come before or +// AFTER the INSTANTIATE_TEST_CASE_P statement. +// +// Please also note that generator expressions (including parameters to the +// generators) are evaluated in InitGoogleTest(), after main() has started. +// This allows the user on one hand, to adjust generator parameters in order +// to dynamically determine a set of tests to run and on the other hand, +// give the user a chance to inspect the generated tests with Google Test +// reflection API before RUN_ALL_TESTS() is executed. +// +// You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc +// for more examples. +// +// In the future, we plan to publish the API for defining new parameter +// generators. But for now this interface remains part of the internal +// implementation and is subject to change. +// +// +// A parameterized test fixture must be derived from testing::Test and from +// testing::WithParamInterface, where T is the type of the parameter +// values. Inheriting from TestWithParam satisfies that requirement because +// TestWithParam inherits from both Test and WithParamInterface. In more +// complicated hierarchies, however, it is occasionally useful to inherit +// separately from Test and WithParamInterface. For example: + +class BaseTest : public ::testing::Test { + // You can inherit all the usual members for a non-parameterized test + // fixture here. +}; + +class DerivedTest : public BaseTest, public ::testing::WithParamInterface { + // The usual test fixture members go here too. +}; + +TEST_F(BaseTest, HasFoo) { + // This is an ordinary non-parameterized test. +} + +TEST_P(DerivedTest, DoesBlah) { + // GetParam works just the same here as if you inherit from TestWithParam. + EXPECT_TRUE(foo.Blah(GetParam())); +} + +#endif // 0 + + +#if !GTEST_OS_SYMBIAN +# include +#endif + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// Type and function utilities for implementing parameterized tests. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ + +#include +#include +#include + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +// Copyright 2003 Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: Dan Egnor (egnor@google.com) +// +// A "smart" pointer type with reference tracking. Every pointer to a +// particular object is kept on a circular linked list. When the last pointer +// to an object is destroyed or reassigned, the object is deleted. +// +// Used properly, this deletes the object when the last reference goes away. +// There are several caveats: +// - Like all reference counting schemes, cycles lead to leaks. +// - Each smart pointer is actually two pointers (8 bytes instead of 4). +// - Every time a pointer is assigned, the entire list of pointers to that +// object is traversed. This class is therefore NOT SUITABLE when there +// will often be more than two or three pointers to a particular object. +// - References are only tracked as long as linked_ptr<> objects are copied. +// If a linked_ptr<> is converted to a raw pointer and back, BAD THINGS +// will happen (double deletion). +// +// A good use of this class is storing object references in STL containers. +// You can safely put linked_ptr<> in a vector<>. +// Other uses may not be as good. +// +// Note: If you use an incomplete type with linked_ptr<>, the class +// *containing* linked_ptr<> must have a constructor and destructor (even +// if they do nothing!). +// +// Bill Gibbons suggested we use something like this. +// +// Thread Safety: +// Unlike other linked_ptr implementations, in this implementation +// a linked_ptr object is thread-safe in the sense that: +// - it's safe to copy linked_ptr objects concurrently, +// - it's safe to copy *from* a linked_ptr and read its underlying +// raw pointer (e.g. via get()) concurrently, and +// - it's safe to write to two linked_ptrs that point to the same +// shared object concurrently. +// TODO(wan@google.com): rename this to safe_linked_ptr to avoid +// confusion with normal linked_ptr. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ + +#include +#include + + +namespace testing { +namespace internal { + +// Protects copying of all linked_ptr objects. +GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex); + +// This is used internally by all instances of linked_ptr<>. It needs to be +// a non-template class because different types of linked_ptr<> can refer to +// the same object (linked_ptr(obj) vs linked_ptr(obj)). +// So, it needs to be possible for different types of linked_ptr to participate +// in the same circular linked list, so we need a single class type here. +// +// DO NOT USE THIS CLASS DIRECTLY YOURSELF. Use linked_ptr. +class linked_ptr_internal { + public: + // Create a new circle that includes only this instance. + void join_new() { + next_ = this; + } + + // Many linked_ptr operations may change p.link_ for some linked_ptr + // variable p in the same circle as this object. Therefore we need + // to prevent two such operations from occurring concurrently. + // + // Note that different types of linked_ptr objects can coexist in a + // circle (e.g. linked_ptr, linked_ptr, and + // linked_ptr). Therefore we must use a single mutex to + // protect all linked_ptr objects. This can create serious + // contention in production code, but is acceptable in a testing + // framework. + + // Join an existing circle. + void join(linked_ptr_internal const* ptr) + GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) { + MutexLock lock(&g_linked_ptr_mutex); + + linked_ptr_internal const* p = ptr; + while (p->next_ != ptr) p = p->next_; + p->next_ = this; + next_ = ptr; + } + + // Leave whatever circle we're part of. Returns true if we were the + // last member of the circle. Once this is done, you can join() another. + bool depart() + GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) { + MutexLock lock(&g_linked_ptr_mutex); + + if (next_ == this) return true; + linked_ptr_internal const* p = next_; + while (p->next_ != this) p = p->next_; + p->next_ = next_; + return false; + } + + private: + mutable linked_ptr_internal const* next_; +}; + +template +class linked_ptr { + public: + typedef T element_type; + + // Take over ownership of a raw pointer. This should happen as soon as + // possible after the object is created. + explicit linked_ptr(T* ptr = NULL) { capture(ptr); } + ~linked_ptr() { depart(); } + + // Copy an existing linked_ptr<>, adding ourselves to the list of references. + template linked_ptr(linked_ptr const& ptr) { copy(&ptr); } + linked_ptr(linked_ptr const& ptr) { // NOLINT + assert(&ptr != this); + copy(&ptr); + } + + // Assignment releases the old value and acquires the new. + template linked_ptr& operator=(linked_ptr const& ptr) { + depart(); + copy(&ptr); + return *this; + } + + linked_ptr& operator=(linked_ptr const& ptr) { + if (&ptr != this) { + depart(); + copy(&ptr); + } + return *this; + } + + // Smart pointer members. + void reset(T* ptr = NULL) { + depart(); + capture(ptr); + } + T* get() const { return value_; } + T* operator->() const { return value_; } + T& operator*() const { return *value_; } + + bool operator==(T* p) const { return value_ == p; } + bool operator!=(T* p) const { return value_ != p; } + template + bool operator==(linked_ptr const& ptr) const { + return value_ == ptr.get(); + } + template + bool operator!=(linked_ptr const& ptr) const { + return value_ != ptr.get(); + } + + private: + template + friend class linked_ptr; + + T* value_; + linked_ptr_internal link_; + + void depart() { + if (link_.depart()) delete value_; + } + + void capture(T* ptr) { + value_ = ptr; + link_.join_new(); + } + + template void copy(linked_ptr const* ptr) { + value_ = ptr->get(); + if (value_) + link_.join(&ptr->link_); + else + link_.join_new(); + } +}; + +template inline +bool operator==(T* ptr, const linked_ptr& x) { + return ptr == x.get(); +} + +template inline +bool operator!=(T* ptr, const linked_ptr& x) { + return ptr != x.get(); +} + +// A function to convert T* into linked_ptr +// Doing e.g. make_linked_ptr(new FooBarBaz(arg)) is a shorter notation +// for linked_ptr >(new FooBarBaz(arg)) +template +linked_ptr make_linked_ptr(T* ptr) { + return linked_ptr(ptr); +} + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Google Test - The Google C++ Testing Framework +// +// This file implements a universal value printer that can print a +// value of any type T: +// +// void ::testing::internal::UniversalPrinter::Print(value, ostream_ptr); +// +// A user can teach this function how to print a class type T by +// defining either operator<<() or PrintTo() in the namespace that +// defines T. More specifically, the FIRST defined function in the +// following list will be used (assuming T is defined in namespace +// foo): +// +// 1. foo::PrintTo(const T&, ostream*) +// 2. operator<<(ostream&, const T&) defined in either foo or the +// global namespace. +// +// If none of the above is defined, it will print the debug string of +// the value if it is a protocol buffer, or print the raw bytes in the +// value otherwise. +// +// To aid debugging: when T is a reference type, the address of the +// value is also printed; when T is a (const) char pointer, both the +// pointer value and the NUL-terminated string it points to are +// printed. +// +// We also provide some convenient wrappers: +// +// // Prints a value to a string. For a (const or not) char +// // pointer, the NUL-terminated string (but not the pointer) is +// // printed. +// std::string ::testing::PrintToString(const T& value); +// +// // Prints a value tersely: for a reference type, the referenced +// // value (but not the address) is printed; for a (const or not) char +// // pointer, the NUL-terminated string (but not the pointer) is +// // printed. +// void ::testing::internal::UniversalTersePrint(const T& value, ostream*); +// +// // Prints value using the type inferred by the compiler. The difference +// // from UniversalTersePrint() is that this function prints both the +// // pointer and the NUL-terminated string for a (const or not) char pointer. +// void ::testing::internal::UniversalPrint(const T& value, ostream*); +// +// // Prints the fields of a tuple tersely to a string vector, one +// // element for each field. Tuple support must be enabled in +// // gtest-port.h. +// std::vector UniversalTersePrintTupleFieldsToStrings( +// const Tuple& value); +// +// Known limitation: +// +// The print primitives print the elements of an STL-style container +// using the compiler-inferred type of *iter where iter is a +// const_iterator of the container. When const_iterator is an input +// iterator but not a forward iterator, this inferred type may not +// match value_type, and the print output may be incorrect. In +// practice, this is rarely a problem as for most containers +// const_iterator is a forward iterator. We'll fix this if there's an +// actual need for it. Note that this fix cannot rely on value_type +// being defined as many user-defined container types don't have +// value_type. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ + +#include // NOLINT +#include +#include +#include +#include + +namespace testing { + +// Definitions in the 'internal' and 'internal2' name spaces are +// subject to change without notice. DO NOT USE THEM IN USER CODE! +namespace internal2 { + +// Prints the given number of bytes in the given object to the given +// ostream. +GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes, + size_t count, + ::std::ostream* os); + +// For selecting which printer to use when a given type has neither << +// nor PrintTo(). +enum TypeKind { + kProtobuf, // a protobuf type + kConvertibleToInteger, // a type implicitly convertible to BiggestInt + // (e.g. a named or unnamed enum type) + kOtherType // anything else +}; + +// TypeWithoutFormatter::PrintValue(value, os) is called +// by the universal printer to print a value of type T when neither +// operator<< nor PrintTo() is defined for T, where kTypeKind is the +// "kind" of T as defined by enum TypeKind. +template +class TypeWithoutFormatter { + public: + // This default version is called when kTypeKind is kOtherType. + static void PrintValue(const T& value, ::std::ostream* os) { + PrintBytesInObjectTo(reinterpret_cast(&value), + sizeof(value), os); + } +}; + +// We print a protobuf using its ShortDebugString() when the string +// doesn't exceed this many characters; otherwise we print it using +// DebugString() for better readability. +const size_t kProtobufOneLinerMaxLength = 50; + +template +class TypeWithoutFormatter { + public: + static void PrintValue(const T& value, ::std::ostream* os) { + const ::testing::internal::string short_str = value.ShortDebugString(); + const ::testing::internal::string pretty_str = + short_str.length() <= kProtobufOneLinerMaxLength ? + short_str : ("\n" + value.DebugString()); + *os << ("<" + pretty_str + ">"); + } +}; + +template +class TypeWithoutFormatter { + public: + // Since T has no << operator or PrintTo() but can be implicitly + // converted to BiggestInt, we print it as a BiggestInt. + // + // Most likely T is an enum type (either named or unnamed), in which + // case printing it as an integer is the desired behavior. In case + // T is not an enum, printing it as an integer is the best we can do + // given that it has no user-defined printer. + static void PrintValue(const T& value, ::std::ostream* os) { + const internal::BiggestInt kBigInt = value; + *os << kBigInt; + } +}; + +// Prints the given value to the given ostream. If the value is a +// protocol message, its debug string is printed; if it's an enum or +// of a type implicitly convertible to BiggestInt, it's printed as an +// integer; otherwise the bytes in the value are printed. This is +// what UniversalPrinter::Print() does when it knows nothing about +// type T and T has neither << operator nor PrintTo(). +// +// A user can override this behavior for a class type Foo by defining +// a << operator in the namespace where Foo is defined. +// +// We put this operator in namespace 'internal2' instead of 'internal' +// to simplify the implementation, as much code in 'internal' needs to +// use << in STL, which would conflict with our own << were it defined +// in 'internal'. +// +// Note that this operator<< takes a generic std::basic_ostream type instead of the more restricted std::ostream. If +// we define it to take an std::ostream instead, we'll get an +// "ambiguous overloads" compiler error when trying to print a type +// Foo that supports streaming to std::basic_ostream, as the compiler cannot tell whether +// operator<<(std::ostream&, const T&) or +// operator<<(std::basic_stream, const Foo&) is more +// specific. +template +::std::basic_ostream& operator<<( + ::std::basic_ostream& os, const T& x) { + TypeWithoutFormatter::value ? kProtobuf : + internal::ImplicitlyConvertible::value ? + kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); + return os; +} + +} // namespace internal2 +} // namespace testing + +// This namespace MUST NOT BE NESTED IN ::testing, or the name look-up +// magic needed for implementing UniversalPrinter won't work. +namespace testing_internal { + +// Used to print a value that is not an STL-style container when the +// user doesn't define PrintTo() for it. +template +void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { + // With the following statement, during unqualified name lookup, + // testing::internal2::operator<< appears as if it was declared in + // the nearest enclosing namespace that contains both + // ::testing_internal and ::testing::internal2, i.e. the global + // namespace. For more details, refer to the C++ Standard section + // 7.3.4-1 [namespace.udir]. This allows us to fall back onto + // testing::internal2::operator<< in case T doesn't come with a << + // operator. + // + // We cannot write 'using ::testing::internal2::operator<<;', which + // gcc 3.3 fails to compile due to a compiler bug. + using namespace ::testing::internal2; // NOLINT + + // Assuming T is defined in namespace foo, in the next statement, + // the compiler will consider all of: + // + // 1. foo::operator<< (thanks to Koenig look-up), + // 2. ::operator<< (as the current namespace is enclosed in ::), + // 3. testing::internal2::operator<< (thanks to the using statement above). + // + // The operator<< whose type matches T best will be picked. + // + // We deliberately allow #2 to be a candidate, as sometimes it's + // impossible to define #1 (e.g. when foo is ::std, defining + // anything in it is undefined behavior unless you are a compiler + // vendor.). + *os << value; +} + +} // namespace testing_internal + +namespace testing { +namespace internal { + +// UniversalPrinter::Print(value, ostream_ptr) prints the given +// value to the given ostream. The caller must ensure that +// 'ostream_ptr' is not NULL, or the behavior is undefined. +// +// We define UniversalPrinter as a class template (as opposed to a +// function template), as we need to partially specialize it for +// reference types, which cannot be done with function templates. +template +class UniversalPrinter; + +template +void UniversalPrint(const T& value, ::std::ostream* os); + +// Used to print an STL-style container when the user doesn't define +// a PrintTo() for it. +template +void DefaultPrintTo(IsContainer /* dummy */, + false_type /* is not a pointer */, + const C& container, ::std::ostream* os) { + const size_t kMaxCount = 32; // The maximum number of elements to print. + *os << '{'; + size_t count = 0; + for (typename C::const_iterator it = container.begin(); + it != container.end(); ++it, ++count) { + if (count > 0) { + *os << ','; + if (count == kMaxCount) { // Enough has been printed. + *os << " ..."; + break; + } + } + *os << ' '; + // We cannot call PrintTo(*it, os) here as PrintTo() doesn't + // handle *it being a native array. + internal::UniversalPrint(*it, os); + } + + if (count > 0) { + *os << ' '; + } + *os << '}'; +} + +// Used to print a pointer that is neither a char pointer nor a member +// pointer, when the user doesn't define PrintTo() for it. (A member +// variable pointer or member function pointer doesn't really point to +// a location in the address space. Their representation is +// implementation-defined. Therefore they will be printed as raw +// bytes.) +template +void DefaultPrintTo(IsNotContainer /* dummy */, + true_type /* is a pointer */, + T* p, ::std::ostream* os) { + if (p == NULL) { + *os << "NULL"; + } else { + // C++ doesn't allow casting from a function pointer to any object + // pointer. + // + // IsTrue() silences warnings: "Condition is always true", + // "unreachable code". + if (IsTrue(ImplicitlyConvertible::value)) { + // T is not a function type. We just call << to print p, + // relying on ADL to pick up user-defined << for their pointer + // types, if any. + *os << p; + } else { + // T is a function type, so '*os << p' doesn't do what we want + // (it just prints p as bool). We want to print p as a const + // void*. However, we cannot cast it to const void* directly, + // even using reinterpret_cast, as earlier versions of gcc + // (e.g. 3.4.5) cannot compile the cast when p is a function + // pointer. Casting to UInt64 first solves the problem. + *os << reinterpret_cast( + reinterpret_cast(p)); + } + } +} + +// Used to print a non-container, non-pointer value when the user +// doesn't define PrintTo() for it. +template +void DefaultPrintTo(IsNotContainer /* dummy */, + false_type /* is not a pointer */, + const T& value, ::std::ostream* os) { + ::testing_internal::DefaultPrintNonContainerTo(value, os); +} + +// Prints the given value using the << operator if it has one; +// otherwise prints the bytes in it. This is what +// UniversalPrinter::Print() does when PrintTo() is not specialized +// or overloaded for type T. +// +// A user can override this behavior for a class type Foo by defining +// an overload of PrintTo() in the namespace where Foo is defined. We +// give the user this option as sometimes defining a << operator for +// Foo is not desirable (e.g. the coding style may prevent doing it, +// or there is already a << operator but it doesn't do what the user +// wants). +template +void PrintTo(const T& value, ::std::ostream* os) { + // DefaultPrintTo() is overloaded. The type of its first two + // arguments determine which version will be picked. If T is an + // STL-style container, the version for container will be called; if + // T is a pointer, the pointer version will be called; otherwise the + // generic version will be called. + // + // Note that we check for container types here, prior to we check + // for protocol message types in our operator<<. The rationale is: + // + // For protocol messages, we want to give people a chance to + // override Google Mock's format by defining a PrintTo() or + // operator<<. For STL containers, other formats can be + // incompatible with Google Mock's format for the container + // elements; therefore we check for container types here to ensure + // that our format is used. + // + // The second argument of DefaultPrintTo() is needed to bypass a bug + // in Symbian's C++ compiler that prevents it from picking the right + // overload between: + // + // PrintTo(const T& x, ...); + // PrintTo(T* x, ...); + DefaultPrintTo(IsContainerTest(0), is_pointer(), value, os); +} + +// The following list of PrintTo() overloads tells +// UniversalPrinter::Print() how to print standard types (built-in +// types, strings, plain arrays, and pointers). + +// Overloads for various char types. +GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); +GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); +inline void PrintTo(char c, ::std::ostream* os) { + // When printing a plain char, we always treat it as unsigned. This + // way, the output won't be affected by whether the compiler thinks + // char is signed or not. + PrintTo(static_cast(c), os); +} + +// Overloads for other simple built-in types. +inline void PrintTo(bool x, ::std::ostream* os) { + *os << (x ? "true" : "false"); +} + +// Overload for wchar_t type. +// Prints a wchar_t as a symbol if it is printable or as its internal +// code otherwise and also as its decimal code (except for L'\0'). +// The L'\0' char is printed as "L'\\0'". The decimal code is printed +// as signed integer when wchar_t is implemented by the compiler +// as a signed type and is printed as an unsigned integer when wchar_t +// is implemented as an unsigned type. +GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); + +// Overloads for C strings. +GTEST_API_ void PrintTo(const char* s, ::std::ostream* os); +inline void PrintTo(char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} + +// signed/unsigned char is often used for representing binary data, so +// we print pointers to it as void* to be safe. +inline void PrintTo(const signed char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +inline void PrintTo(signed char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +inline void PrintTo(const unsigned char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +inline void PrintTo(unsigned char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} + +// MSVC can be configured to define wchar_t as a typedef of unsigned +// short. It defines _NATIVE_WCHAR_T_DEFINED when wchar_t is a native +// type. When wchar_t is a typedef, defining an overload for const +// wchar_t* would cause unsigned short* be printed as a wide string, +// possibly causing invalid memory accesses. +#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) +// Overloads for wide C strings +GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os); +inline void PrintTo(wchar_t* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +#endif + +// Overload for C arrays. Multi-dimensional arrays are printed +// properly. + +// Prints the given number of elements in an array, without printing +// the curly braces. +template +void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { + UniversalPrint(a[0], os); + for (size_t i = 1; i != count; i++) { + *os << ", "; + UniversalPrint(a[i], os); + } +} + +// Overloads for ::string and ::std::string. +#if GTEST_HAS_GLOBAL_STRING +GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os); +inline void PrintTo(const ::string& s, ::std::ostream* os) { + PrintStringTo(s, os); +} +#endif // GTEST_HAS_GLOBAL_STRING + +GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os); +inline void PrintTo(const ::std::string& s, ::std::ostream* os) { + PrintStringTo(s, os); +} + +// Overloads for ::wstring and ::std::wstring. +#if GTEST_HAS_GLOBAL_WSTRING +GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os); +inline void PrintTo(const ::wstring& s, ::std::ostream* os) { + PrintWideStringTo(s, os); +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +#if GTEST_HAS_STD_WSTRING +GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os); +inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { + PrintWideStringTo(s, os); +} +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_TR1_TUPLE +// Overload for ::std::tr1::tuple. Needed for printing function arguments, +// which are packed as tuples. + +// Helper function for printing a tuple. T must be instantiated with +// a tuple type. +template +void PrintTupleTo(const T& t, ::std::ostream* os); + +// Overloaded PrintTo() for tuples of various arities. We support +// tuples of up-to 10 fields. The following implementation works +// regardless of whether tr1::tuple is implemented using the +// non-standard variadic template feature or not. + +inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo( + const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} +#endif // GTEST_HAS_TR1_TUPLE + +// Overload for std::pair. +template +void PrintTo(const ::std::pair& value, ::std::ostream* os) { + *os << '('; + // We cannot use UniversalPrint(value.first, os) here, as T1 may be + // a reference type. The same for printing value.second. + UniversalPrinter::Print(value.first, os); + *os << ", "; + UniversalPrinter::Print(value.second, os); + *os << ')'; +} + +// Implements printing a non-reference type T by letting the compiler +// pick the right overload of PrintTo() for T. +template +class UniversalPrinter { + public: + // MSVC warns about adding const to a function type, so we want to + // disable the warning. +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4180) // Temporarily disables warning 4180. +#endif // _MSC_VER + + // Note: we deliberately don't call this PrintTo(), as that name + // conflicts with ::testing::internal::PrintTo in the body of the + // function. + static void Print(const T& value, ::std::ostream* os) { + // By default, ::testing::internal::PrintTo() is used for printing + // the value. + // + // Thanks to Koenig look-up, if T is a class and has its own + // PrintTo() function defined in its namespace, that function will + // be visible here. Since it is more specific than the generic ones + // in ::testing::internal, it will be picked by the compiler in the + // following statement - exactly what we want. + PrintTo(value, os); + } + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif // _MSC_VER +}; + +// UniversalPrintArray(begin, len, os) prints an array of 'len' +// elements, starting at address 'begin'. +template +void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { + if (len == 0) { + *os << "{}"; + } else { + *os << "{ "; + const size_t kThreshold = 18; + const size_t kChunkSize = 8; + // If the array has more than kThreshold elements, we'll have to + // omit some details by printing only the first and the last + // kChunkSize elements. + // TODO(wan@google.com): let the user control the threshold using a flag. + if (len <= kThreshold) { + PrintRawArrayTo(begin, len, os); + } else { + PrintRawArrayTo(begin, kChunkSize, os); + *os << ", ..., "; + PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os); + } + *os << " }"; + } +} +// This overload prints a (const) char array compactly. +GTEST_API_ void UniversalPrintArray( + const char* begin, size_t len, ::std::ostream* os); + +// This overload prints a (const) wchar_t array compactly. +GTEST_API_ void UniversalPrintArray( + const wchar_t* begin, size_t len, ::std::ostream* os); + +// Implements printing an array type T[N]. +template +class UniversalPrinter { + public: + // Prints the given array, omitting some elements when there are too + // many. + static void Print(const T (&a)[N], ::std::ostream* os) { + UniversalPrintArray(a, N, os); + } +}; + +// Implements printing a reference type T&. +template +class UniversalPrinter { + public: + // MSVC warns about adding const to a function type, so we want to + // disable the warning. +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4180) // Temporarily disables warning 4180. +#endif // _MSC_VER + + static void Print(const T& value, ::std::ostream* os) { + // Prints the address of the value. We use reinterpret_cast here + // as static_cast doesn't compile when T is a function type. + *os << "@" << reinterpret_cast(&value) << " "; + + // Then prints the value itself. + UniversalPrint(value, os); + } + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif // _MSC_VER +}; + +// Prints a value tersely: for a reference type, the referenced value +// (but not the address) is printed; for a (const) char pointer, the +// NUL-terminated string (but not the pointer) is printed. + +template +class UniversalTersePrinter { + public: + static void Print(const T& value, ::std::ostream* os) { + UniversalPrint(value, os); + } +}; +template +class UniversalTersePrinter { + public: + static void Print(const T& value, ::std::ostream* os) { + UniversalPrint(value, os); + } +}; +template +class UniversalTersePrinter { + public: + static void Print(const T (&value)[N], ::std::ostream* os) { + UniversalPrinter::Print(value, os); + } +}; +template <> +class UniversalTersePrinter { + public: + static void Print(const char* str, ::std::ostream* os) { + if (str == NULL) { + *os << "NULL"; + } else { + UniversalPrint(string(str), os); + } + } +}; +template <> +class UniversalTersePrinter { + public: + static void Print(char* str, ::std::ostream* os) { + UniversalTersePrinter::Print(str, os); + } +}; + +#if GTEST_HAS_STD_WSTRING +template <> +class UniversalTersePrinter { + public: + static void Print(const wchar_t* str, ::std::ostream* os) { + if (str == NULL) { + *os << "NULL"; + } else { + UniversalPrint(::std::wstring(str), os); + } + } +}; +#endif + +template <> +class UniversalTersePrinter { + public: + static void Print(wchar_t* str, ::std::ostream* os) { + UniversalTersePrinter::Print(str, os); + } +}; + +template +void UniversalTersePrint(const T& value, ::std::ostream* os) { + UniversalTersePrinter::Print(value, os); +} + +// Prints a value using the type inferred by the compiler. The +// difference between this and UniversalTersePrint() is that for a +// (const) char pointer, this prints both the pointer and the +// NUL-terminated string. +template +void UniversalPrint(const T& value, ::std::ostream* os) { + // A workarond for the bug in VC++ 7.1 that prevents us from instantiating + // UniversalPrinter with T directly. + typedef T T1; + UniversalPrinter::Print(value, os); +} + +#if GTEST_HAS_TR1_TUPLE +typedef ::std::vector Strings; + +// This helper template allows PrintTo() for tuples and +// UniversalTersePrintTupleFieldsToStrings() to be defined by +// induction on the number of tuple fields. The idea is that +// TuplePrefixPrinter::PrintPrefixTo(t, os) prints the first N +// fields in tuple t, and can be defined in terms of +// TuplePrefixPrinter. + +// The inductive case. +template +struct TuplePrefixPrinter { + // Prints the first N fields of a tuple. + template + static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { + TuplePrefixPrinter::PrintPrefixTo(t, os); + *os << ", "; + UniversalPrinter::type> + ::Print(::std::tr1::get(t), os); + } + + // Tersely prints the first N fields of a tuple to a string vector, + // one element for each field. + template + static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { + TuplePrefixPrinter::TersePrintPrefixToStrings(t, strings); + ::std::stringstream ss; + UniversalTersePrint(::std::tr1::get(t), &ss); + strings->push_back(ss.str()); + } +}; + +// Base cases. +template <> +struct TuplePrefixPrinter<0> { + template + static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} + + template + static void TersePrintPrefixToStrings(const Tuple&, Strings*) {} +}; +// We have to specialize the entire TuplePrefixPrinter<> class +// template here, even though the definition of +// TersePrintPrefixToStrings() is the same as the generic version, as +// Embarcadero (formerly CodeGear, formerly Borland) C++ doesn't +// support specializing a method template of a class template. +template <> +struct TuplePrefixPrinter<1> { + template + static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { + UniversalPrinter::type>:: + Print(::std::tr1::get<0>(t), os); + } + + template + static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { + ::std::stringstream ss; + UniversalTersePrint(::std::tr1::get<0>(t), &ss); + strings->push_back(ss.str()); + } +}; + +// Helper function for printing a tuple. T must be instantiated with +// a tuple type. +template +void PrintTupleTo(const T& t, ::std::ostream* os) { + *os << "("; + TuplePrefixPrinter< ::std::tr1::tuple_size::value>:: + PrintPrefixTo(t, os); + *os << ")"; +} + +// Prints the fields of a tuple tersely to a string vector, one +// element for each field. See the comment before +// UniversalTersePrint() for how we define "tersely". +template +Strings UniversalTersePrintTupleFieldsToStrings(const Tuple& value) { + Strings result; + TuplePrefixPrinter< ::std::tr1::tuple_size::value>:: + TersePrintPrefixToStrings(value, &result); + return result; +} +#endif // GTEST_HAS_TR1_TUPLE + +} // namespace internal + +template +::std::string PrintToString(const T& value) { + ::std::stringstream ss; + internal::UniversalTersePrinter::Print(value, &ss); + return ss.str(); +} + +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ + +#if GTEST_HAS_PARAM_TEST + +namespace testing { +namespace internal { + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Outputs a message explaining invalid registration of different +// fixture class for the same test case. This may happen when +// TEST_P macro is used to define two tests with the same name +// but in different namespaces. +GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name, + const char* file, int line); + +template class ParamGeneratorInterface; +template class ParamGenerator; + +// Interface for iterating over elements provided by an implementation +// of ParamGeneratorInterface. +template +class ParamIteratorInterface { + public: + virtual ~ParamIteratorInterface() {} + // A pointer to the base generator instance. + // Used only for the purposes of iterator comparison + // to make sure that two iterators belong to the same generator. + virtual const ParamGeneratorInterface* BaseGenerator() const = 0; + // Advances iterator to point to the next element + // provided by the generator. The caller is responsible + // for not calling Advance() on an iterator equal to + // BaseGenerator()->End(). + virtual void Advance() = 0; + // Clones the iterator object. Used for implementing copy semantics + // of ParamIterator. + virtual ParamIteratorInterface* Clone() const = 0; + // Dereferences the current iterator and provides (read-only) access + // to the pointed value. It is the caller's responsibility not to call + // Current() on an iterator equal to BaseGenerator()->End(). + // Used for implementing ParamGenerator::operator*(). + virtual const T* Current() const = 0; + // Determines whether the given iterator and other point to the same + // element in the sequence generated by the generator. + // Used for implementing ParamGenerator::operator==(). + virtual bool Equals(const ParamIteratorInterface& other) const = 0; +}; + +// Class iterating over elements provided by an implementation of +// ParamGeneratorInterface. It wraps ParamIteratorInterface +// and implements the const forward iterator concept. +template +class ParamIterator { + public: + typedef T value_type; + typedef const T& reference; + typedef ptrdiff_t difference_type; + + // ParamIterator assumes ownership of the impl_ pointer. + ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} + ParamIterator& operator=(const ParamIterator& other) { + if (this != &other) + impl_.reset(other.impl_->Clone()); + return *this; + } + + const T& operator*() const { return *impl_->Current(); } + const T* operator->() const { return impl_->Current(); } + // Prefix version of operator++. + ParamIterator& operator++() { + impl_->Advance(); + return *this; + } + // Postfix version of operator++. + ParamIterator operator++(int /*unused*/) { + ParamIteratorInterface* clone = impl_->Clone(); + impl_->Advance(); + return ParamIterator(clone); + } + bool operator==(const ParamIterator& other) const { + return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); + } + bool operator!=(const ParamIterator& other) const { + return !(*this == other); + } + + private: + friend class ParamGenerator; + explicit ParamIterator(ParamIteratorInterface* impl) : impl_(impl) {} + scoped_ptr > impl_; +}; + +// ParamGeneratorInterface is the binary interface to access generators +// defined in other translation units. +template +class ParamGeneratorInterface { + public: + typedef T ParamType; + + virtual ~ParamGeneratorInterface() {} + + // Generator interface definition + virtual ParamIteratorInterface* Begin() const = 0; + virtual ParamIteratorInterface* End() const = 0; +}; + +// Wraps ParamGeneratorInterface and provides general generator syntax +// compatible with the STL Container concept. +// This class implements copy initialization semantics and the contained +// ParamGeneratorInterface instance is shared among all copies +// of the original object. This is possible because that instance is immutable. +template +class ParamGenerator { + public: + typedef ParamIterator iterator; + + explicit ParamGenerator(ParamGeneratorInterface* impl) : impl_(impl) {} + ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} + + ParamGenerator& operator=(const ParamGenerator& other) { + impl_ = other.impl_; + return *this; + } + + iterator begin() const { return iterator(impl_->Begin()); } + iterator end() const { return iterator(impl_->End()); } + + private: + linked_ptr > impl_; +}; + +// Generates values from a range of two comparable values. Can be used to +// generate sequences of user-defined types that implement operator+() and +// operator<(). +// This class is used in the Range() function. +template +class RangeGenerator : public ParamGeneratorInterface { + public: + RangeGenerator(T begin, T end, IncrementT step) + : begin_(begin), end_(end), + step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} + virtual ~RangeGenerator() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, begin_, 0, step_); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, end_, end_index_, step_); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, T value, int index, + IncrementT step) + : base_(base), value_(value), index_(index), step_(step) {} + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + virtual void Advance() { + value_ = value_ + step_; + index_++; + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const T* Current() const { return &value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const int other_index = + CheckedDowncastToActualType(&other)->index_; + return index_ == other_index; + } + + private: + Iterator(const Iterator& other) + : ParamIteratorInterface(), + base_(other.base_), value_(other.value_), index_(other.index_), + step_(other.step_) {} + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + T value_; + int index_; + const IncrementT step_; + }; // class RangeGenerator::Iterator + + static int CalculateEndIndex(const T& begin, + const T& end, + const IncrementT& step) { + int end_index = 0; + for (T i = begin; i < end; i = i + step) + end_index++; + return end_index; + } + + // No implementation - assignment is unsupported. + void operator=(const RangeGenerator& other); + + const T begin_; + const T end_; + const IncrementT step_; + // The index for the end() iterator. All the elements in the generated + // sequence are indexed (0-based) to aid iterator comparison. + const int end_index_; +}; // class RangeGenerator + + +// Generates values from a pair of STL-style iterators. Used in the +// ValuesIn() function. The elements are copied from the source range +// since the source can be located on the stack, and the generator +// is likely to persist beyond that stack frame. +template +class ValuesInIteratorRangeGenerator : public ParamGeneratorInterface { + public: + template + ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end) + : container_(begin, end) {} + virtual ~ValuesInIteratorRangeGenerator() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, container_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, container_.end()); + } + + private: + typedef typename ::std::vector ContainerType; + + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + typename ContainerType::const_iterator iterator) + : base_(base), iterator_(iterator) {} + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + virtual void Advance() { + ++iterator_; + value_.reset(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + // We need to use cached value referenced by iterator_ because *iterator_ + // can return a temporary object (and of type other then T), so just + // having "return &*iterator_;" doesn't work. + // value_ is updated here and not in Advance() because Advance() + // can advance iterator_ beyond the end of the range, and we cannot + // detect that fact. The client code, on the other hand, is + // responsible for not calling Current() on an out-of-range iterator. + virtual const T* Current() const { + if (value_.get() == NULL) + value_.reset(new T(*iterator_)); + return value_.get(); + } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + return iterator_ == + CheckedDowncastToActualType(&other)->iterator_; + } + + private: + Iterator(const Iterator& other) + // The explicit constructor call suppresses a false warning + // emitted by gcc when supplied with the -Wextra option. + : ParamIteratorInterface(), + base_(other.base_), + iterator_(other.iterator_) {} + + const ParamGeneratorInterface* const base_; + typename ContainerType::const_iterator iterator_; + // A cached value of *iterator_. We keep it here to allow access by + // pointer in the wrapping iterator's operator->(). + // value_ needs to be mutable to be accessed in Current(). + // Use of scoped_ptr helps manage cached value's lifetime, + // which is bound by the lifespan of the iterator itself. + mutable scoped_ptr value_; + }; // class ValuesInIteratorRangeGenerator::Iterator + + // No implementation - assignment is unsupported. + void operator=(const ValuesInIteratorRangeGenerator& other); + + const ContainerType container_; +}; // class ValuesInIteratorRangeGenerator + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Stores a parameter value and later creates tests parameterized with that +// value. +template +class ParameterizedTestFactory : public TestFactoryBase { + public: + typedef typename TestClass::ParamType ParamType; + explicit ParameterizedTestFactory(ParamType parameter) : + parameter_(parameter) {} + virtual Test* CreateTest() { + TestClass::SetParam(¶meter_); + return new TestClass(); + } + + private: + const ParamType parameter_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestFactory); +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// TestMetaFactoryBase is a base class for meta-factories that create +// test factories for passing into MakeAndRegisterTestInfo function. +template +class TestMetaFactoryBase { + public: + virtual ~TestMetaFactoryBase() {} + + virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0; +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// TestMetaFactory creates test factories for passing into +// MakeAndRegisterTestInfo function. Since MakeAndRegisterTestInfo receives +// ownership of test factory pointer, same factory object cannot be passed +// into that method twice. But ParameterizedTestCaseInfo is going to call +// it for each Test/Parameter value combination. Thus it needs meta factory +// creator class. +template +class TestMetaFactory + : public TestMetaFactoryBase { + public: + typedef typename TestCase::ParamType ParamType; + + TestMetaFactory() {} + + virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { + return new ParameterizedTestFactory(parameter); + } + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestMetaFactory); +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// ParameterizedTestCaseInfoBase is a generic interface +// to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase +// accumulates test information provided by TEST_P macro invocations +// and generators provided by INSTANTIATE_TEST_CASE_P macro invocations +// and uses that information to register all resulting test instances +// in RegisterTests method. The ParameterizeTestCaseRegistry class holds +// a collection of pointers to the ParameterizedTestCaseInfo objects +// and calls RegisterTests() on each of them when asked. +class ParameterizedTestCaseInfoBase { + public: + virtual ~ParameterizedTestCaseInfoBase() {} + + // Base part of test case name for display purposes. + virtual const string& GetTestCaseName() const = 0; + // Test case id to verify identity. + virtual TypeId GetTestCaseTypeId() const = 0; + // UnitTest class invokes this method to register tests in this + // test case right before running them in RUN_ALL_TESTS macro. + // This method should not be called more then once on any single + // instance of a ParameterizedTestCaseInfoBase derived class. + virtual void RegisterTests() = 0; + + protected: + ParameterizedTestCaseInfoBase() {} + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase); +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// ParameterizedTestCaseInfo accumulates tests obtained from TEST_P +// macro invocations for a particular test case and generators +// obtained from INSTANTIATE_TEST_CASE_P macro invocations for that +// test case. It registers tests with all values generated by all +// generators when asked. +template +class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase { + public: + // ParamType and GeneratorCreationFunc are private types but are required + // for declarations of public methods AddTestPattern() and + // AddTestCaseInstantiation(). + typedef typename TestCase::ParamType ParamType; + // A function that returns an instance of appropriate generator type. + typedef ParamGenerator(GeneratorCreationFunc)(); + + explicit ParameterizedTestCaseInfo(const char* name) + : test_case_name_(name) {} + + // Test case base name for display purposes. + virtual const string& GetTestCaseName() const { return test_case_name_; } + // Test case id to verify identity. + virtual TypeId GetTestCaseTypeId() const { return GetTypeId(); } + // TEST_P macro uses AddTestPattern() to record information + // about a single test in a LocalTestInfo structure. + // test_case_name is the base name of the test case (without invocation + // prefix). test_base_name is the name of an individual test without + // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is + // test case base name and DoBar is test base name. + void AddTestPattern(const char* test_case_name, + const char* test_base_name, + TestMetaFactoryBase* meta_factory) { + tests_.push_back(linked_ptr(new TestInfo(test_case_name, + test_base_name, + meta_factory))); + } + // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information + // about a generator. + int AddTestCaseInstantiation(const string& instantiation_name, + GeneratorCreationFunc* func, + const char* /* file */, + int /* line */) { + instantiations_.push_back(::std::make_pair(instantiation_name, func)); + return 0; // Return value used only to run this method in namespace scope. + } + // UnitTest class invokes this method to register tests in this test case + // test cases right before running tests in RUN_ALL_TESTS macro. + // This method should not be called more then once on any single + // instance of a ParameterizedTestCaseInfoBase derived class. + // UnitTest has a guard to prevent from calling this method more then once. + virtual void RegisterTests() { + for (typename TestInfoContainer::iterator test_it = tests_.begin(); + test_it != tests_.end(); ++test_it) { + linked_ptr test_info = *test_it; + for (typename InstantiationContainer::iterator gen_it = + instantiations_.begin(); gen_it != instantiations_.end(); + ++gen_it) { + const string& instantiation_name = gen_it->first; + ParamGenerator generator((*gen_it->second)()); + + string test_case_name; + if ( !instantiation_name.empty() ) + test_case_name = instantiation_name + "/"; + test_case_name += test_info->test_case_base_name; + + int i = 0; + for (typename ParamGenerator::iterator param_it = + generator.begin(); + param_it != generator.end(); ++param_it, ++i) { + Message test_name_stream; + test_name_stream << test_info->test_base_name << "/" << i; + MakeAndRegisterTestInfo( + test_case_name.c_str(), + test_name_stream.GetString().c_str(), + NULL, // No type parameter. + PrintToString(*param_it).c_str(), + GetTestCaseTypeId(), + TestCase::SetUpTestCase, + TestCase::TearDownTestCase, + test_info->test_meta_factory->CreateTestFactory(*param_it)); + } // for param_it + } // for gen_it + } // for test_it + } // RegisterTests + + private: + // LocalTestInfo structure keeps information about a single test registered + // with TEST_P macro. + struct TestInfo { + TestInfo(const char* a_test_case_base_name, + const char* a_test_base_name, + TestMetaFactoryBase* a_test_meta_factory) : + test_case_base_name(a_test_case_base_name), + test_base_name(a_test_base_name), + test_meta_factory(a_test_meta_factory) {} + + const string test_case_base_name; + const string test_base_name; + const scoped_ptr > test_meta_factory; + }; + typedef ::std::vector > TestInfoContainer; + // Keeps pairs of + // received from INSTANTIATE_TEST_CASE_P macros. + typedef ::std::vector > + InstantiationContainer; + + const string test_case_name_; + TestInfoContainer tests_; + InstantiationContainer instantiations_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo); +}; // class ParameterizedTestCaseInfo + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase +// classes accessed by test case names. TEST_P and INSTANTIATE_TEST_CASE_P +// macros use it to locate their corresponding ParameterizedTestCaseInfo +// descriptors. +class ParameterizedTestCaseRegistry { + public: + ParameterizedTestCaseRegistry() {} + ~ParameterizedTestCaseRegistry() { + for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); + it != test_case_infos_.end(); ++it) { + delete *it; + } + } + + // Looks up or creates and returns a structure containing information about + // tests and instantiations of a particular test case. + template + ParameterizedTestCaseInfo* GetTestCasePatternHolder( + const char* test_case_name, + const char* file, + int line) { + ParameterizedTestCaseInfo* typed_test_info = NULL; + for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); + it != test_case_infos_.end(); ++it) { + if ((*it)->GetTestCaseName() == test_case_name) { + if ((*it)->GetTestCaseTypeId() != GetTypeId()) { + // Complain about incorrect usage of Google Test facilities + // and terminate the program since we cannot guaranty correct + // test case setup and tear-down in this case. + ReportInvalidTestCaseType(test_case_name, file, line); + posix::Abort(); + } else { + // At this point we are sure that the object we found is of the same + // type we are looking for, so we downcast it to that type + // without further checks. + typed_test_info = CheckedDowncastToActualType< + ParameterizedTestCaseInfo >(*it); + } + break; + } + } + if (typed_test_info == NULL) { + typed_test_info = new ParameterizedTestCaseInfo(test_case_name); + test_case_infos_.push_back(typed_test_info); + } + return typed_test_info; + } + void RegisterTests() { + for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); + it != test_case_infos_.end(); ++it) { + (*it)->RegisterTests(); + } + } + + private: + typedef ::std::vector TestCaseInfoContainer; + + TestCaseInfoContainer test_case_infos_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseRegistry); +}; + +} // namespace internal +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ +// This file was GENERATED by command: +// pump.py gtest-param-util-generated.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// Type and function utilities for implementing parameterized tests. +// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +// Currently Google Test supports at most 50 arguments in Values, +// and at most 10 arguments in Combine. Please contact +// googletestframework@googlegroups.com if you need more. +// Please note that the number of arguments to Combine is limited +// by the maximum arity of the implementation of tr1::tuple which is +// currently set at 10. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. + +#if GTEST_HAS_PARAM_TEST + +namespace testing { + +// Forward declarations of ValuesIn(), which is implemented in +// include/gtest/gtest-param-test.h. +template +internal::ParamGenerator< + typename ::testing::internal::IteratorTraits::value_type> +ValuesIn(ForwardIterator begin, ForwardIterator end); + +template +internal::ParamGenerator ValuesIn(const T (&array)[N]); + +template +internal::ParamGenerator ValuesIn( + const Container& container); + +namespace internal { + +// Used in the Values() function to provide polymorphic capabilities. +template +class ValueArray1 { + public: + explicit ValueArray1(T1 v1) : v1_(v1) {} + + template + operator ParamGenerator() const { return ValuesIn(&v1_, &v1_ + 1); } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray1& other); + + const T1 v1_; +}; + +template +class ValueArray2 { + public: + ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray2& other); + + const T1 v1_; + const T2 v2_; +}; + +template +class ValueArray3 { + public: + ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray3& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; +}; + +template +class ValueArray4 { + public: + ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray4& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; +}; + +template +class ValueArray5 { + public: + ValueArray5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray5& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; +}; + +template +class ValueArray6 { + public: + ValueArray6(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray6& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; +}; + +template +class ValueArray7 { + public: + ValueArray7(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray7& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; +}; + +template +class ValueArray8 { + public: + ValueArray8(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray8& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; +}; + +template +class ValueArray9 { + public: + ValueArray9(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray9& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; +}; + +template +class ValueArray10 { + public: + ValueArray10(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray10& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; +}; + +template +class ValueArray11 { + public: + ValueArray11(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray11& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; +}; + +template +class ValueArray12 { + public: + ValueArray12(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray12& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; +}; + +template +class ValueArray13 { + public: + ValueArray13(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray13& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; +}; + +template +class ValueArray14 { + public: + ValueArray14(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray14& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; +}; + +template +class ValueArray15 { + public: + ValueArray15(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray15& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; +}; + +template +class ValueArray16 { + public: + ValueArray16(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray16& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; +}; + +template +class ValueArray17 { + public: + ValueArray17(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, + T17 v17) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray17& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; +}; + +template +class ValueArray18 { + public: + ValueArray18(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray18& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; +}; + +template +class ValueArray19 { + public: + ValueArray19(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray19& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; +}; + +template +class ValueArray20 { + public: + ValueArray20(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray20& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; +}; + +template +class ValueArray21 { + public: + ValueArray21(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray21& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; +}; + +template +class ValueArray22 { + public: + ValueArray22(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray22& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; +}; + +template +class ValueArray23 { + public: + ValueArray23(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray23& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; +}; + +template +class ValueArray24 { + public: + ValueArray24(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray24& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; +}; + +template +class ValueArray25 { + public: + ValueArray25(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, + T25 v25) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray25& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; +}; + +template +class ValueArray26 { + public: + ValueArray26(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray26& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; +}; + +template +class ValueArray27 { + public: + ValueArray27(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), + v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), + v26_(v26), v27_(v27) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray27& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; +}; + +template +class ValueArray28 { + public: + ValueArray28(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), + v25_(v25), v26_(v26), v27_(v27), v28_(v28) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray28& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; +}; + +template +class ValueArray29 { + public: + ValueArray29(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), + v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray29& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; +}; + +template +class ValueArray30 { + public: + ValueArray30(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray30& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; +}; + +template +class ValueArray31 { + public: + ValueArray31(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray31& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; +}; + +template +class ValueArray32 { + public: + ValueArray32(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), + v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray32& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; +}; + +template +class ValueArray33 { + public: + ValueArray33(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, + T33 v33) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray33& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; +}; + +template +class ValueArray34 { + public: + ValueArray34(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray34& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; +}; + +template +class ValueArray35 { + public: + ValueArray35(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), + v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), + v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), + v32_(v32), v33_(v33), v34_(v34), v35_(v35) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray35& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; +}; + +template +class ValueArray36 { + public: + ValueArray36(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), + v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), + v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray36& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; +}; + +template +class ValueArray37 { + public: + ValueArray37(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), + v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), + v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), + v36_(v36), v37_(v37) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray37& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; +}; + +template +class ValueArray38 { + public: + ValueArray38(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray38& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; +}; + +template +class ValueArray39 { + public: + ValueArray39(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray39& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; +}; + +template +class ValueArray40 { + public: + ValueArray40(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), + v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), + v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), + v40_(v40) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray40& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; +}; + +template +class ValueArray41 { + public: + ValueArray41(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, + T41 v41) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray41& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; +}; + +template +class ValueArray42 { + public: + ValueArray42(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41), v42_(v42) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray42& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; +}; + +template +class ValueArray43 { + public: + ValueArray43(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), + v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), + v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), + v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), + v38_(v38), v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray43& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; +}; + +template +class ValueArray44 { + public: + ValueArray44(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), + v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), + v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36), + v37_(v37), v38_(v38), v39_(v39), v40_(v40), v41_(v41), v42_(v42), + v43_(v43), v44_(v44) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray44& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; +}; + +template +class ValueArray45 { + public: + ValueArray45(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), + v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), + v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), + v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), v41_(v41), + v42_(v42), v43_(v43), v44_(v44), v45_(v45) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray45& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; +}; + +template +class ValueArray46 { + public: + ValueArray46(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), + v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), v46_(v46) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray46& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; +}; + +template +class ValueArray47 { + public: + ValueArray47(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), + v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), v46_(v46), + v47_(v47) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray47& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; +}; + +template +class ValueArray48 { + public: + ValueArray48(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), + v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), + v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), + v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), + v46_(v46), v47_(v47), v48_(v48) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_), + static_cast(v48_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray48& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; + const T48 v48_; +}; + +template +class ValueArray49 { + public: + ValueArray49(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48, + T49 v49) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), + v45_(v45), v46_(v46), v47_(v47), v48_(v48), v49_(v49) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_), + static_cast(v48_), static_cast(v49_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray49& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; + const T48 v48_; + const T49 v49_; +}; + +template +class ValueArray50 { + public: + ValueArray50(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48, T49 v49, + T50 v50) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), + v45_(v45), v46_(v46), v47_(v47), v48_(v48), v49_(v49), v50_(v50) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_), + static_cast(v48_), static_cast(v49_), static_cast(v50_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray50& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; + const T48 v48_; + const T49 v49_; + const T50 v50_; +}; + +# if GTEST_HAS_COMBINE +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Generates values from the Cartesian product of values produced +// by the argument generators. +// +template +class CartesianProductGenerator2 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator2(const ParamGenerator& g1, + const ParamGenerator& g2) + : g1_(g1), g2_(g2) {} + virtual ~CartesianProductGenerator2() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current2_; + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + ParamType current_value_; + }; // class CartesianProductGenerator2::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator2& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; +}; // class CartesianProductGenerator2 + + +template +class CartesianProductGenerator3 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator3(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3) + : g1_(g1), g2_(g2), g3_(g3) {} + virtual ~CartesianProductGenerator3() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current3_; + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + ParamType current_value_; + }; // class CartesianProductGenerator3::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator3& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; +}; // class CartesianProductGenerator3 + + +template +class CartesianProductGenerator4 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator4(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} + virtual ~CartesianProductGenerator4() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current4_; + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + ParamType current_value_; + }; // class CartesianProductGenerator4::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator4& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; +}; // class CartesianProductGenerator4 + + +template +class CartesianProductGenerator5 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator5(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} + virtual ~CartesianProductGenerator5() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current5_; + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + ParamType current_value_; + }; // class CartesianProductGenerator5::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator5& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; +}; // class CartesianProductGenerator5 + + +template +class CartesianProductGenerator6 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator6(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} + virtual ~CartesianProductGenerator6() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current6_; + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + ParamType current_value_; + }; // class CartesianProductGenerator6::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator6& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; +}; // class CartesianProductGenerator6 + + +template +class CartesianProductGenerator7 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator7(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} + virtual ~CartesianProductGenerator7() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current7_; + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + ParamType current_value_; + }; // class CartesianProductGenerator7::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator7& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; +}; // class CartesianProductGenerator7 + + +template +class CartesianProductGenerator8 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator8(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7, + const ParamGenerator& g8) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), + g8_(g8) {} + virtual ~CartesianProductGenerator8() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin(), g8_, g8_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, + g8_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7, + const ParamGenerator& g8, + const typename ParamGenerator::iterator& current8) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7), + begin8_(g8.begin()), end8_(g8.end()), current8_(current8) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current8_; + if (current8_ == end8_) { + current8_ = begin8_; + ++current7_; + } + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_ && + current8_ == typed_other->current8_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_), + begin8_(other.begin8_), + end8_(other.end8_), + current8_(other.current8_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_, *current8_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_ || + current8_ == end8_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + const typename ParamGenerator::iterator begin8_; + const typename ParamGenerator::iterator end8_; + typename ParamGenerator::iterator current8_; + ParamType current_value_; + }; // class CartesianProductGenerator8::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator8& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; + const ParamGenerator g8_; +}; // class CartesianProductGenerator8 + + +template +class CartesianProductGenerator9 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator9(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7, + const ParamGenerator& g8, const ParamGenerator& g9) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9) {} + virtual ~CartesianProductGenerator9() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, + g8_.end(), g9_, g9_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7, + const ParamGenerator& g8, + const typename ParamGenerator::iterator& current8, + const ParamGenerator& g9, + const typename ParamGenerator::iterator& current9) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7), + begin8_(g8.begin()), end8_(g8.end()), current8_(current8), + begin9_(g9.begin()), end9_(g9.end()), current9_(current9) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current9_; + if (current9_ == end9_) { + current9_ = begin9_; + ++current8_; + } + if (current8_ == end8_) { + current8_ = begin8_; + ++current7_; + } + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_ && + current8_ == typed_other->current8_ && + current9_ == typed_other->current9_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_), + begin8_(other.begin8_), + end8_(other.end8_), + current8_(other.current8_), + begin9_(other.begin9_), + end9_(other.end9_), + current9_(other.current9_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_, *current8_, + *current9_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_ || + current8_ == end8_ || + current9_ == end9_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + const typename ParamGenerator::iterator begin8_; + const typename ParamGenerator::iterator end8_; + typename ParamGenerator::iterator current8_; + const typename ParamGenerator::iterator begin9_; + const typename ParamGenerator::iterator end9_; + typename ParamGenerator::iterator current9_; + ParamType current_value_; + }; // class CartesianProductGenerator9::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator9& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; + const ParamGenerator g8_; + const ParamGenerator g9_; +}; // class CartesianProductGenerator9 + + +template +class CartesianProductGenerator10 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator10(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7, + const ParamGenerator& g8, const ParamGenerator& g9, + const ParamGenerator& g10) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9), g10_(g10) {} + virtual ~CartesianProductGenerator10() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, + g8_.end(), g9_, g9_.end(), g10_, g10_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7, + const ParamGenerator& g8, + const typename ParamGenerator::iterator& current8, + const ParamGenerator& g9, + const typename ParamGenerator::iterator& current9, + const ParamGenerator& g10, + const typename ParamGenerator::iterator& current10) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7), + begin8_(g8.begin()), end8_(g8.end()), current8_(current8), + begin9_(g9.begin()), end9_(g9.end()), current9_(current9), + begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current10_; + if (current10_ == end10_) { + current10_ = begin10_; + ++current9_; + } + if (current9_ == end9_) { + current9_ = begin9_; + ++current8_; + } + if (current8_ == end8_) { + current8_ = begin8_; + ++current7_; + } + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_ && + current8_ == typed_other->current8_ && + current9_ == typed_other->current9_ && + current10_ == typed_other->current10_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_), + begin8_(other.begin8_), + end8_(other.end8_), + current8_(other.current8_), + begin9_(other.begin9_), + end9_(other.end9_), + current9_(other.current9_), + begin10_(other.begin10_), + end10_(other.end10_), + current10_(other.current10_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_, *current8_, + *current9_, *current10_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_ || + current8_ == end8_ || + current9_ == end9_ || + current10_ == end10_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + const typename ParamGenerator::iterator begin8_; + const typename ParamGenerator::iterator end8_; + typename ParamGenerator::iterator current8_; + const typename ParamGenerator::iterator begin9_; + const typename ParamGenerator::iterator end9_; + typename ParamGenerator::iterator current9_; + const typename ParamGenerator::iterator begin10_; + const typename ParamGenerator::iterator end10_; + typename ParamGenerator::iterator current10_; + ParamType current_value_; + }; // class CartesianProductGenerator10::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator10& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; + const ParamGenerator g8_; + const ParamGenerator g9_; + const ParamGenerator g10_; +}; // class CartesianProductGenerator10 + + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Helper classes providing Combine() with polymorphic features. They allow +// casting CartesianProductGeneratorN to ParamGenerator if T is +// convertible to U. +// +template +class CartesianProductHolder2 { + public: +CartesianProductHolder2(const Generator1& g1, const Generator2& g2) + : g1_(g1), g2_(g2) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator2( + static_cast >(g1_), + static_cast >(g2_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder2& other); + + const Generator1 g1_; + const Generator2 g2_; +}; // class CartesianProductHolder2 + +template +class CartesianProductHolder3 { + public: +CartesianProductHolder3(const Generator1& g1, const Generator2& g2, + const Generator3& g3) + : g1_(g1), g2_(g2), g3_(g3) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator3( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder3& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; +}; // class CartesianProductHolder3 + +template +class CartesianProductHolder4 { + public: +CartesianProductHolder4(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator4( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder4& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; +}; // class CartesianProductHolder4 + +template +class CartesianProductHolder5 { + public: +CartesianProductHolder5(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator5( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder5& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; +}; // class CartesianProductHolder5 + +template +class CartesianProductHolder6 { + public: +CartesianProductHolder6(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator6( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder6& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; +}; // class CartesianProductHolder6 + +template +class CartesianProductHolder7 { + public: +CartesianProductHolder7(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator7( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder7& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; +}; // class CartesianProductHolder7 + +template +class CartesianProductHolder8 { + public: +CartesianProductHolder8(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7, const Generator8& g8) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), + g8_(g8) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator8( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_), + static_cast >(g8_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder8& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; + const Generator8 g8_; +}; // class CartesianProductHolder8 + +template +class CartesianProductHolder9 { + public: +CartesianProductHolder9(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7, const Generator8& g8, + const Generator9& g9) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator9( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_), + static_cast >(g8_), + static_cast >(g9_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder9& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; + const Generator8 g8_; + const Generator9 g9_; +}; // class CartesianProductHolder9 + +template +class CartesianProductHolder10 { + public: +CartesianProductHolder10(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7, const Generator8& g8, + const Generator9& g9, const Generator10& g10) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9), g10_(g10) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator10( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_), + static_cast >(g8_), + static_cast >(g9_), + static_cast >(g10_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder10& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; + const Generator8 g8_; + const Generator9 g9_; + const Generator10 g10_; +}; // class CartesianProductHolder10 + +# endif // GTEST_HAS_COMBINE + +} // namespace internal +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ + +#if GTEST_HAS_PARAM_TEST + +namespace testing { + +// Functions producing parameter generators. +// +// Google Test uses these generators to produce parameters for value- +// parameterized tests. When a parameterized test case is instantiated +// with a particular generator, Google Test creates and runs tests +// for each element in the sequence produced by the generator. +// +// In the following sample, tests from test case FooTest are instantiated +// each three times with parameter values 3, 5, and 8: +// +// class FooTest : public TestWithParam { ... }; +// +// TEST_P(FooTest, TestThis) { +// } +// TEST_P(FooTest, TestThat) { +// } +// INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8)); +// + +// Range() returns generators providing sequences of values in a range. +// +// Synopsis: +// Range(start, end) +// - returns a generator producing a sequence of values {start, start+1, +// start+2, ..., }. +// Range(start, end, step) +// - returns a generator producing a sequence of values {start, start+step, +// start+step+step, ..., }. +// Notes: +// * The generated sequences never include end. For example, Range(1, 5) +// returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2) +// returns a generator producing {1, 3, 5, 7}. +// * start and end must have the same type. That type may be any integral or +// floating-point type or a user defined type satisfying these conditions: +// * It must be assignable (have operator=() defined). +// * It must have operator+() (operator+(int-compatible type) for +// two-operand version). +// * It must have operator<() defined. +// Elements in the resulting sequences will also have that type. +// * Condition start < end must be satisfied in order for resulting sequences +// to contain any elements. +// +template +internal::ParamGenerator Range(T start, T end, IncrementT step) { + return internal::ParamGenerator( + new internal::RangeGenerator(start, end, step)); +} + +template +internal::ParamGenerator Range(T start, T end) { + return Range(start, end, 1); +} + +// ValuesIn() function allows generation of tests with parameters coming from +// a container. +// +// Synopsis: +// ValuesIn(const T (&array)[N]) +// - returns a generator producing sequences with elements from +// a C-style array. +// ValuesIn(const Container& container) +// - returns a generator producing sequences with elements from +// an STL-style container. +// ValuesIn(Iterator begin, Iterator end) +// - returns a generator producing sequences with elements from +// a range [begin, end) defined by a pair of STL-style iterators. These +// iterators can also be plain C pointers. +// +// Please note that ValuesIn copies the values from the containers +// passed in and keeps them to generate tests in RUN_ALL_TESTS(). +// +// Examples: +// +// This instantiates tests from test case StringTest +// each with C-string values of "foo", "bar", and "baz": +// +// const char* strings[] = {"foo", "bar", "baz"}; +// INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings)); +// +// This instantiates tests from test case StlStringTest +// each with STL strings with values "a" and "b": +// +// ::std::vector< ::std::string> GetParameterStrings() { +// ::std::vector< ::std::string> v; +// v.push_back("a"); +// v.push_back("b"); +// return v; +// } +// +// INSTANTIATE_TEST_CASE_P(CharSequence, +// StlStringTest, +// ValuesIn(GetParameterStrings())); +// +// +// This will also instantiate tests from CharTest +// each with parameter values 'a' and 'b': +// +// ::std::list GetParameterChars() { +// ::std::list list; +// list.push_back('a'); +// list.push_back('b'); +// return list; +// } +// ::std::list l = GetParameterChars(); +// INSTANTIATE_TEST_CASE_P(CharSequence2, +// CharTest, +// ValuesIn(l.begin(), l.end())); +// +template +internal::ParamGenerator< + typename ::testing::internal::IteratorTraits::value_type> +ValuesIn(ForwardIterator begin, ForwardIterator end) { + typedef typename ::testing::internal::IteratorTraits + ::value_type ParamType; + return internal::ParamGenerator( + new internal::ValuesInIteratorRangeGenerator(begin, end)); +} + +template +internal::ParamGenerator ValuesIn(const T (&array)[N]) { + return ValuesIn(array, array + N); +} + +template +internal::ParamGenerator ValuesIn( + const Container& container) { + return ValuesIn(container.begin(), container.end()); +} + +// Values() allows generating tests from explicitly specified list of +// parameters. +// +// Synopsis: +// Values(T v1, T v2, ..., T vN) +// - returns a generator producing sequences with elements v1, v2, ..., vN. +// +// For example, this instantiates tests from test case BarTest each +// with values "one", "two", and "three": +// +// INSTANTIATE_TEST_CASE_P(NumSequence, BarTest, Values("one", "two", "three")); +// +// This instantiates tests from test case BazTest each with values 1, 2, 3.5. +// The exact type of values will depend on the type of parameter in BazTest. +// +// INSTANTIATE_TEST_CASE_P(FloatingNumbers, BazTest, Values(1, 2, 3.5)); +// +// Currently, Values() supports from 1 to 50 parameters. +// +template +internal::ValueArray1 Values(T1 v1) { + return internal::ValueArray1(v1); +} + +template +internal::ValueArray2 Values(T1 v1, T2 v2) { + return internal::ValueArray2(v1, v2); +} + +template +internal::ValueArray3 Values(T1 v1, T2 v2, T3 v3) { + return internal::ValueArray3(v1, v2, v3); +} + +template +internal::ValueArray4 Values(T1 v1, T2 v2, T3 v3, T4 v4) { + return internal::ValueArray4(v1, v2, v3, v4); +} + +template +internal::ValueArray5 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5) { + return internal::ValueArray5(v1, v2, v3, v4, v5); +} + +template +internal::ValueArray6 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6) { + return internal::ValueArray6(v1, v2, v3, v4, v5, v6); +} + +template +internal::ValueArray7 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6, T7 v7) { + return internal::ValueArray7(v1, v2, v3, v4, v5, + v6, v7); +} + +template +internal::ValueArray8 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) { + return internal::ValueArray8(v1, v2, v3, v4, + v5, v6, v7, v8); +} + +template +internal::ValueArray9 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) { + return internal::ValueArray9(v1, v2, v3, + v4, v5, v6, v7, v8, v9); +} + +template +internal::ValueArray10 Values(T1 v1, + T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) { + return internal::ValueArray10(v1, + v2, v3, v4, v5, v6, v7, v8, v9, v10); +} + +template +internal::ValueArray11 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11) { + return internal::ValueArray11(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11); +} + +template +internal::ValueArray12 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12) { + return internal::ValueArray12(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12); +} + +template +internal::ValueArray13 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13) { + return internal::ValueArray13(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13); +} + +template +internal::ValueArray14 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) { + return internal::ValueArray14(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, + v14); +} + +template +internal::ValueArray15 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) { + return internal::ValueArray15(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, + v13, v14, v15); +} + +template +internal::ValueArray16 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16) { + return internal::ValueArray16(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, + v12, v13, v14, v15, v16); +} + +template +internal::ValueArray17 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17) { + return internal::ValueArray17(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, + v11, v12, v13, v14, v15, v16, v17); +} + +template +internal::ValueArray18 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, + T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18) { + return internal::ValueArray18(v1, v2, v3, v4, v5, v6, v7, v8, v9, + v10, v11, v12, v13, v14, v15, v16, v17, v18); +} + +template +internal::ValueArray19 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, + T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, + T15 v15, T16 v16, T17 v17, T18 v18, T19 v19) { + return internal::ValueArray19(v1, v2, v3, v4, v5, v6, v7, v8, + v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19); +} + +template +internal::ValueArray20 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20) { + return internal::ValueArray20(v1, v2, v3, v4, v5, v6, v7, + v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20); +} + +template +internal::ValueArray21 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21) { + return internal::ValueArray21(v1, v2, v3, v4, v5, v6, + v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21); +} + +template +internal::ValueArray22 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22) { + return internal::ValueArray22(v1, v2, v3, v4, + v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22); +} + +template +internal::ValueArray23 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23) { + return internal::ValueArray23(v1, v2, v3, + v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23); +} + +template +internal::ValueArray24 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24) { + return internal::ValueArray24(v1, v2, + v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, + v19, v20, v21, v22, v23, v24); +} + +template +internal::ValueArray25 Values(T1 v1, + T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, + T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, + T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25) { + return internal::ValueArray25(v1, + v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, + v18, v19, v20, v21, v22, v23, v24, v25); +} + +template +internal::ValueArray26 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26) { + return internal::ValueArray26(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, + v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26); +} + +template +internal::ValueArray27 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27) { + return internal::ValueArray27(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, + v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27); +} + +template +internal::ValueArray28 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28) { + return internal::ValueArray28(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, + v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, + v28); +} + +template +internal::ValueArray29 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29) { + return internal::ValueArray29(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, + v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, + v27, v28, v29); +} + +template +internal::ValueArray30 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, + T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, + T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30) { + return internal::ValueArray30(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, + v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, + v26, v27, v28, v29, v30); +} + +template +internal::ValueArray31 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31) { + return internal::ValueArray31(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, + v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, + v25, v26, v27, v28, v29, v30, v31); +} + +template +internal::ValueArray32 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32) { + return internal::ValueArray32(v1, v2, v3, v4, v5, v6, v7, v8, v9, + v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32); +} + +template +internal::ValueArray33 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, + T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33) { + return internal::ValueArray33(v1, v2, v3, v4, v5, v6, v7, v8, + v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32, v33); +} + +template +internal::ValueArray34 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, + T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, + T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, + T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, + T31 v31, T32 v32, T33 v33, T34 v34) { + return internal::ValueArray34(v1, v2, v3, v4, v5, v6, v7, + v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, + v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34); +} + +template +internal::ValueArray35 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, + T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, + T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35) { + return internal::ValueArray35(v1, v2, v3, v4, v5, v6, + v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, + v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35); +} + +template +internal::ValueArray36 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, + T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, + T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36) { + return internal::ValueArray36(v1, v2, v3, v4, + v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, + v34, v35, v36); +} + +template +internal::ValueArray37 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, + T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, + T37 v37) { + return internal::ValueArray37(v1, v2, v3, + v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, + v34, v35, v36, v37); +} + +template +internal::ValueArray38 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, + T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, + T37 v37, T38 v38) { + return internal::ValueArray38(v1, v2, + v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, + v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, + v33, v34, v35, v36, v37, v38); +} + +template +internal::ValueArray39 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, + T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, + T37 v37, T38 v38, T39 v39) { + return internal::ValueArray39(v1, + v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, + v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, + v32, v33, v34, v35, v36, v37, v38, v39); +} + +template +internal::ValueArray40 Values(T1 v1, + T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, + T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, + T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, + T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, + T36 v36, T37 v37, T38 v38, T39 v39, T40 v40) { + return internal::ValueArray40(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, + v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, + v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40); +} + +template +internal::ValueArray41 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41) { + return internal::ValueArray41(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, + v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, + v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41); +} + +template +internal::ValueArray42 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42) { + return internal::ValueArray42(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, + v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, + v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, + v42); +} + +template +internal::ValueArray43 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43) { + return internal::ValueArray43(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, + v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, + v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, + v41, v42, v43); +} + +template +internal::ValueArray44 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44) { + return internal::ValueArray44(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, + v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, + v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, + v40, v41, v42, v43, v44); +} + +template +internal::ValueArray45 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, + T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, + T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, + T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, + T41 v41, T42 v42, T43 v43, T44 v44, T45 v45) { + return internal::ValueArray45(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, + v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, + v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, + v39, v40, v41, v42, v43, v44, v45); +} + +template +internal::ValueArray46 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, + T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46) { + return internal::ValueArray46(v1, v2, v3, v4, v5, v6, v7, v8, v9, + v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, + v38, v39, v40, v41, v42, v43, v44, v45, v46); +} + +template +internal::ValueArray47 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, + T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47) { + return internal::ValueArray47(v1, v2, v3, v4, v5, v6, v7, v8, + v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, + v38, v39, v40, v41, v42, v43, v44, v45, v46, v47); +} + +template +internal::ValueArray48 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, + T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, + T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, + T48 v48) { + return internal::ValueArray48(v1, v2, v3, v4, v5, v6, v7, + v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, + v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, + v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48); +} + +template +internal::ValueArray49 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, + T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, + T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, + T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, + T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, + T39 v39, T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, + T47 v47, T48 v48, T49 v49) { + return internal::ValueArray49(v1, v2, v3, v4, v5, v6, + v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, + v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, + v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49); +} + +template +internal::ValueArray50 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, + T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, + T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, + T38 v38, T39 v39, T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, + T46 v46, T47 v47, T48 v48, T49 v49, T50 v50) { + return internal::ValueArray50(v1, v2, v3, v4, + v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, + v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, + v48, v49, v50); +} + +// Bool() allows generating tests with parameters in a set of (false, true). +// +// Synopsis: +// Bool() +// - returns a generator producing sequences with elements {false, true}. +// +// It is useful when testing code that depends on Boolean flags. Combinations +// of multiple flags can be tested when several Bool()'s are combined using +// Combine() function. +// +// In the following example all tests in the test case FlagDependentTest +// will be instantiated twice with parameters false and true. +// +// class FlagDependentTest : public testing::TestWithParam { +// virtual void SetUp() { +// external_flag = GetParam(); +// } +// } +// INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool()); +// +inline internal::ParamGenerator Bool() { + return Values(false, true); +} + +# if GTEST_HAS_COMBINE +// Combine() allows the user to combine two or more sequences to produce +// values of a Cartesian product of those sequences' elements. +// +// Synopsis: +// Combine(gen1, gen2, ..., genN) +// - returns a generator producing sequences with elements coming from +// the Cartesian product of elements from the sequences generated by +// gen1, gen2, ..., genN. The sequence elements will have a type of +// tuple where T1, T2, ..., TN are the types +// of elements from sequences produces by gen1, gen2, ..., genN. +// +// Combine can have up to 10 arguments. This number is currently limited +// by the maximum number of elements in the tuple implementation used by Google +// Test. +// +// Example: +// +// This will instantiate tests in test case AnimalTest each one with +// the parameter values tuple("cat", BLACK), tuple("cat", WHITE), +// tuple("dog", BLACK), and tuple("dog", WHITE): +// +// enum Color { BLACK, GRAY, WHITE }; +// class AnimalTest +// : public testing::TestWithParam > {...}; +// +// TEST_P(AnimalTest, AnimalLooksNice) {...} +// +// INSTANTIATE_TEST_CASE_P(AnimalVariations, AnimalTest, +// Combine(Values("cat", "dog"), +// Values(BLACK, WHITE))); +// +// This will instantiate tests in FlagDependentTest with all variations of two +// Boolean flags: +// +// class FlagDependentTest +// : public testing::TestWithParam > { +// virtual void SetUp() { +// // Assigns external_flag_1 and external_flag_2 values from the tuple. +// tie(external_flag_1, external_flag_2) = GetParam(); +// } +// }; +// +// TEST_P(FlagDependentTest, TestFeature1) { +// // Test your code using external_flag_1 and external_flag_2 here. +// } +// INSTANTIATE_TEST_CASE_P(TwoBoolSequence, FlagDependentTest, +// Combine(Bool(), Bool())); +// +template +internal::CartesianProductHolder2 Combine( + const Generator1& g1, const Generator2& g2) { + return internal::CartesianProductHolder2( + g1, g2); +} + +template +internal::CartesianProductHolder3 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3) { + return internal::CartesianProductHolder3( + g1, g2, g3); +} + +template +internal::CartesianProductHolder4 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4) { + return internal::CartesianProductHolder4( + g1, g2, g3, g4); +} + +template +internal::CartesianProductHolder5 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5) { + return internal::CartesianProductHolder5( + g1, g2, g3, g4, g5); +} + +template +internal::CartesianProductHolder6 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6) { + return internal::CartesianProductHolder6( + g1, g2, g3, g4, g5, g6); +} + +template +internal::CartesianProductHolder7 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7) { + return internal::CartesianProductHolder7( + g1, g2, g3, g4, g5, g6, g7); +} + +template +internal::CartesianProductHolder8 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7, const Generator8& g8) { + return internal::CartesianProductHolder8( + g1, g2, g3, g4, g5, g6, g7, g8); +} + +template +internal::CartesianProductHolder9 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7, const Generator8& g8, const Generator9& g9) { + return internal::CartesianProductHolder9( + g1, g2, g3, g4, g5, g6, g7, g8, g9); +} + +template +internal::CartesianProductHolder10 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7, const Generator8& g8, const Generator9& g9, + const Generator10& g10) { + return internal::CartesianProductHolder10( + g1, g2, g3, g4, g5, g6, g7, g8, g9, g10); +} +# endif // GTEST_HAS_COMBINE + + + +# define TEST_P(test_case_name, test_name) \ + class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ + : public test_case_name { \ + public: \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {} \ + virtual void TestBody(); \ + private: \ + static int AddToRegistry() { \ + ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ + GetTestCasePatternHolder(\ + #test_case_name, __FILE__, __LINE__)->AddTestPattern(\ + #test_case_name, \ + #test_name, \ + new ::testing::internal::TestMetaFactory< \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>()); \ + return 0; \ + } \ + static int gtest_registering_dummy_; \ + GTEST_DISALLOW_COPY_AND_ASSIGN_(\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)); \ + }; \ + int GTEST_TEST_CLASS_NAME_(test_case_name, \ + test_name)::gtest_registering_dummy_ = \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::AddToRegistry(); \ + void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() + +# define INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ + ::testing::internal::ParamGenerator \ + gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \ + int gtest_##prefix##test_case_name##_dummy_ = \ + ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ + GetTestCasePatternHolder(\ + #test_case_name, __FILE__, __LINE__)->AddTestCaseInstantiation(\ + #prefix, \ + >est_##prefix##test_case_name##_EvalGenerator_, \ + __FILE__, __LINE__) + +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Google C++ Testing Framework definitions useful in production code. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PROD_H_ + +// When you need to test the private or protected members of a class, +// use the FRIEND_TEST macro to declare your tests as friends of the +// class. For example: +// +// class MyClass { +// private: +// void MyMethod(); +// FRIEND_TEST(MyClassTest, MyMethod); +// }; +// +// class MyClassTest : public testing::Test { +// // ... +// }; +// +// TEST_F(MyClassTest, MyMethod) { +// // Can call MyClass::MyMethod() here. +// } + +#define FRIEND_TEST(test_case_name, test_name)\ +friend class test_case_name##_##test_name##_Test + +#endif // GTEST_INCLUDE_GTEST_GTEST_PROD_H_ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// + +#ifndef GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ +#define GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ + +#include +#include + +namespace testing { + +// A copyable object representing the result of a test part (i.e. an +// assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()). +// +// Don't inherit from TestPartResult as its destructor is not virtual. +class GTEST_API_ TestPartResult { + public: + // The possible outcomes of a test part (i.e. an assertion or an + // explicit SUCCEED(), FAIL(), or ADD_FAILURE()). + enum Type { + kSuccess, // Succeeded. + kNonFatalFailure, // Failed but the test can continue. + kFatalFailure // Failed and the test should be terminated. + }; + + // C'tor. TestPartResult does NOT have a default constructor. + // Always use this constructor (with parameters) to create a + // TestPartResult object. + TestPartResult(Type a_type, + const char* a_file_name, + int a_line_number, + const char* a_message) + : type_(a_type), + file_name_(a_file_name == NULL ? "" : a_file_name), + line_number_(a_line_number), + summary_(ExtractSummary(a_message)), + message_(a_message) { + } + + // Gets the outcome of the test part. + Type type() const { return type_; } + + // Gets the name of the source file where the test part took place, or + // NULL if it's unknown. + const char* file_name() const { + return file_name_.empty() ? NULL : file_name_.c_str(); + } + + // Gets the line in the source file where the test part took place, + // or -1 if it's unknown. + int line_number() const { return line_number_; } + + // Gets the summary of the failure message. + const char* summary() const { return summary_.c_str(); } + + // Gets the message associated with the test part. + const char* message() const { return message_.c_str(); } + + // Returns true iff the test part passed. + bool passed() const { return type_ == kSuccess; } + + // Returns true iff the test part failed. + bool failed() const { return type_ != kSuccess; } + + // Returns true iff the test part non-fatally failed. + bool nonfatally_failed() const { return type_ == kNonFatalFailure; } + + // Returns true iff the test part fatally failed. + bool fatally_failed() const { return type_ == kFatalFailure; } + + private: + Type type_; + + // Gets the summary of the failure message by omitting the stack + // trace in it. + static std::string ExtractSummary(const char* message); + + // The name of the source file where the test part took place, or + // "" if the source file is unknown. + std::string file_name_; + // The line in the source file where the test part took place, or -1 + // if the line number is unknown. + int line_number_; + std::string summary_; // The test failure summary. + std::string message_; // The test failure message. +}; + +// Prints a TestPartResult object. +std::ostream& operator<<(std::ostream& os, const TestPartResult& result); + +// An array of TestPartResult objects. +// +// Don't inherit from TestPartResultArray as its destructor is not +// virtual. +class GTEST_API_ TestPartResultArray { + public: + TestPartResultArray() {} + + // Appends the given TestPartResult to the array. + void Append(const TestPartResult& result); + + // Returns the TestPartResult at the given index (0-based). + const TestPartResult& GetTestPartResult(int index) const; + + // Returns the number of TestPartResult objects in the array. + int size() const; + + private: + std::vector array_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray); +}; + +// This interface knows how to report a test part result. +class TestPartResultReporterInterface { + public: + virtual ~TestPartResultReporterInterface() {} + + virtual void ReportTestPartResult(const TestPartResult& result) = 0; +}; + +namespace internal { + +// This helper class is used by {ASSERT|EXPECT}_NO_FATAL_FAILURE to check if a +// statement generates new fatal failures. To do so it registers itself as the +// current test part result reporter. Besides checking if fatal failures were +// reported, it only delegates the reporting to the former result reporter. +// The original result reporter is restored in the destructor. +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +class GTEST_API_ HasNewFatalFailureHelper + : public TestPartResultReporterInterface { + public: + HasNewFatalFailureHelper(); + virtual ~HasNewFatalFailureHelper(); + virtual void ReportTestPartResult(const TestPartResult& result); + bool has_new_fatal_failure() const { return has_new_fatal_failure_; } + private: + bool has_new_fatal_failure_; + TestPartResultReporterInterface* original_reporter_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(HasNewFatalFailureHelper); +}; + +} // namespace internal + +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ + +// This header implements typed tests and type-parameterized tests. + +// Typed (aka type-driven) tests repeat the same test for types in a +// list. You must know which types you want to test with when writing +// typed tests. Here's how you do it: + +#if 0 + +// First, define a fixture class template. It should be parameterized +// by a type. Remember to derive it from testing::Test. +template +class FooTest : public testing::Test { + public: + ... + typedef std::list List; + static T shared_; + T value_; +}; + +// Next, associate a list of types with the test case, which will be +// repeated for each type in the list. The typedef is necessary for +// the macro to parse correctly. +typedef testing::Types MyTypes; +TYPED_TEST_CASE(FooTest, MyTypes); + +// If the type list contains only one type, you can write that type +// directly without Types<...>: +// TYPED_TEST_CASE(FooTest, int); + +// Then, use TYPED_TEST() instead of TEST_F() to define as many typed +// tests for this test case as you want. +TYPED_TEST(FooTest, DoesBlah) { + // Inside a test, refer to TypeParam to get the type parameter. + // Since we are inside a derived class template, C++ requires use to + // visit the members of FooTest via 'this'. + TypeParam n = this->value_; + + // To visit static members of the fixture, add the TestFixture:: + // prefix. + n += TestFixture::shared_; + + // To refer to typedefs in the fixture, add the "typename + // TestFixture::" prefix. + typename TestFixture::List values; + values.push_back(n); + ... +} + +TYPED_TEST(FooTest, HasPropertyA) { ... } + +#endif // 0 + +// Type-parameterized tests are abstract test patterns parameterized +// by a type. Compared with typed tests, type-parameterized tests +// allow you to define the test pattern without knowing what the type +// parameters are. The defined pattern can be instantiated with +// different types any number of times, in any number of translation +// units. +// +// If you are designing an interface or concept, you can define a +// suite of type-parameterized tests to verify properties that any +// valid implementation of the interface/concept should have. Then, +// each implementation can easily instantiate the test suite to verify +// that it conforms to the requirements, without having to write +// similar tests repeatedly. Here's an example: + +#if 0 + +// First, define a fixture class template. It should be parameterized +// by a type. Remember to derive it from testing::Test. +template +class FooTest : public testing::Test { + ... +}; + +// Next, declare that you will define a type-parameterized test case +// (the _P suffix is for "parameterized" or "pattern", whichever you +// prefer): +TYPED_TEST_CASE_P(FooTest); + +// Then, use TYPED_TEST_P() to define as many type-parameterized tests +// for this type-parameterized test case as you want. +TYPED_TEST_P(FooTest, DoesBlah) { + // Inside a test, refer to TypeParam to get the type parameter. + TypeParam n = 0; + ... +} + +TYPED_TEST_P(FooTest, HasPropertyA) { ... } + +// Now the tricky part: you need to register all test patterns before +// you can instantiate them. The first argument of the macro is the +// test case name; the rest are the names of the tests in this test +// case. +REGISTER_TYPED_TEST_CASE_P(FooTest, + DoesBlah, HasPropertyA); + +// Finally, you are free to instantiate the pattern with the types you +// want. If you put the above code in a header file, you can #include +// it in multiple C++ source files and instantiate it multiple times. +// +// To distinguish different instances of the pattern, the first +// argument to the INSTANTIATE_* macro is a prefix that will be added +// to the actual test case name. Remember to pick unique prefixes for +// different instances. +typedef testing::Types MyTypes; +INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes); + +// If the type list contains only one type, you can write that type +// directly without Types<...>: +// INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int); + +#endif // 0 + + +// Implements typed tests. + +#if GTEST_HAS_TYPED_TEST + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Expands to the name of the typedef for the type parameters of the +// given test case. +# define GTEST_TYPE_PARAMS_(TestCaseName) gtest_type_params_##TestCaseName##_ + +// The 'Types' template argument below must have spaces around it +// since some compilers may choke on '>>' when passing a template +// instance (e.g. Types) +# define TYPED_TEST_CASE(CaseName, Types) \ + typedef ::testing::internal::TypeList< Types >::type \ + GTEST_TYPE_PARAMS_(CaseName) + +# define TYPED_TEST(CaseName, TestName) \ + template \ + class GTEST_TEST_CLASS_NAME_(CaseName, TestName) \ + : public CaseName { \ + private: \ + typedef CaseName TestFixture; \ + typedef gtest_TypeParam_ TypeParam; \ + virtual void TestBody(); \ + }; \ + bool gtest_##CaseName##_##TestName##_registered_ GTEST_ATTRIBUTE_UNUSED_ = \ + ::testing::internal::TypeParameterizedTest< \ + CaseName, \ + ::testing::internal::TemplateSel< \ + GTEST_TEST_CLASS_NAME_(CaseName, TestName)>, \ + GTEST_TYPE_PARAMS_(CaseName)>::Register(\ + "", #CaseName, #TestName, 0); \ + template \ + void GTEST_TEST_CLASS_NAME_(CaseName, TestName)::TestBody() + +#endif // GTEST_HAS_TYPED_TEST + +// Implements type-parameterized tests. + +#if GTEST_HAS_TYPED_TEST_P + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Expands to the namespace name that the type-parameterized tests for +// the given type-parameterized test case are defined in. The exact +// name of the namespace is subject to change without notice. +# define GTEST_CASE_NAMESPACE_(TestCaseName) \ + gtest_case_##TestCaseName##_ + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Expands to the name of the variable used to remember the names of +// the defined tests in the given test case. +# define GTEST_TYPED_TEST_CASE_P_STATE_(TestCaseName) \ + gtest_typed_test_case_p_state_##TestCaseName##_ + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE DIRECTLY. +// +// Expands to the name of the variable used to remember the names of +// the registered tests in the given test case. +# define GTEST_REGISTERED_TEST_NAMES_(TestCaseName) \ + gtest_registered_test_names_##TestCaseName##_ + +// The variables defined in the type-parameterized test macros are +// static as typically these macros are used in a .h file that can be +// #included in multiple translation units linked together. +# define TYPED_TEST_CASE_P(CaseName) \ + static ::testing::internal::TypedTestCasePState \ + GTEST_TYPED_TEST_CASE_P_STATE_(CaseName) + +# define TYPED_TEST_P(CaseName, TestName) \ + namespace GTEST_CASE_NAMESPACE_(CaseName) { \ + template \ + class TestName : public CaseName { \ + private: \ + typedef CaseName TestFixture; \ + typedef gtest_TypeParam_ TypeParam; \ + virtual void TestBody(); \ + }; \ + static bool gtest_##TestName##_defined_ GTEST_ATTRIBUTE_UNUSED_ = \ + GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).AddTestName(\ + __FILE__, __LINE__, #CaseName, #TestName); \ + } \ + template \ + void GTEST_CASE_NAMESPACE_(CaseName)::TestName::TestBody() + +# define REGISTER_TYPED_TEST_CASE_P(CaseName, ...) \ + namespace GTEST_CASE_NAMESPACE_(CaseName) { \ + typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \ + } \ + static const char* const GTEST_REGISTERED_TEST_NAMES_(CaseName) = \ + GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).VerifyRegisteredTestNames(\ + __FILE__, __LINE__, #__VA_ARGS__) + +// The 'Types' template argument below must have spaces around it +// since some compilers may choke on '>>' when passing a template +// instance (e.g. Types) +# define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ + bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \ + ::testing::internal::TypeParameterizedTestCase::type>::Register(\ + #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName)) + +#endif // GTEST_HAS_TYPED_TEST_P + +#endif // GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ + +// Depending on the platform, different string classes are available. +// On Linux, in addition to ::std::string, Google also makes use of +// class ::string, which has the same interface as ::std::string, but +// has a different implementation. +// +// The user can define GTEST_HAS_GLOBAL_STRING to 1 to indicate that +// ::string is available AND is a distinct type to ::std::string, or +// define it to 0 to indicate otherwise. +// +// If the user's ::std::string and ::string are the same class due to +// aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0. +// +// If the user doesn't define GTEST_HAS_GLOBAL_STRING, it is defined +// heuristically. + +namespace testing { + +// Declares the flags. + +// This flag temporary enables the disabled tests. +GTEST_DECLARE_bool_(also_run_disabled_tests); + +// This flag brings the debugger on an assertion failure. +GTEST_DECLARE_bool_(break_on_failure); + +// This flag controls whether Google Test catches all test-thrown exceptions +// and logs them as failures. +GTEST_DECLARE_bool_(catch_exceptions); + +// This flag enables using colors in terminal output. Available values are +// "yes" to enable colors, "no" (disable colors), or "auto" (the default) +// to let Google Test decide. +GTEST_DECLARE_string_(color); + +// This flag sets up the filter to select by name using a glob pattern +// the tests to run. If the filter is not given all tests are executed. +GTEST_DECLARE_string_(filter); + +// This flag causes the Google Test to list tests. None of the tests listed +// are actually run if the flag is provided. +GTEST_DECLARE_bool_(list_tests); + +// This flag controls whether Google Test emits a detailed XML report to a file +// in addition to its normal textual output. +GTEST_DECLARE_string_(output); + +// This flags control whether Google Test prints the elapsed time for each +// test. +GTEST_DECLARE_bool_(print_time); + +// This flag specifies the random number seed. +GTEST_DECLARE_int32_(random_seed); + +// This flag sets how many times the tests are repeated. The default value +// is 1. If the value is -1 the tests are repeating forever. +GTEST_DECLARE_int32_(repeat); + +// This flag controls whether Google Test includes Google Test internal +// stack frames in failure stack traces. +GTEST_DECLARE_bool_(show_internal_stack_frames); + +// When this flag is specified, tests' order is randomized on every iteration. +GTEST_DECLARE_bool_(shuffle); + +// This flag specifies the maximum number of stack frames to be +// printed in a failure message. +GTEST_DECLARE_int32_(stack_trace_depth); + +// When this flag is specified, a failed assertion will throw an +// exception if exceptions are enabled, or exit the program with a +// non-zero code otherwise. +GTEST_DECLARE_bool_(throw_on_failure); + +// When this flag is set with a "host:port" string, on supported +// platforms test results are streamed to the specified port on +// the specified host machine. +GTEST_DECLARE_string_(stream_result_to); + +// The upper limit for valid stack trace depths. +const int kMaxStackTraceDepth = 100; + +namespace internal { + +class AssertHelper; +class DefaultGlobalTestPartResultReporter; +class ExecDeathTest; +class NoExecDeathTest; +class FinalSuccessChecker; +class GTestFlagSaver; +class StreamingListenerTest; +class TestResultAccessor; +class TestEventListenersAccessor; +class TestEventRepeater; +class UnitTestRecordPropertyTestHelper; +class WindowsDeathTest; +class UnitTestImpl* GetUnitTestImpl(); +void ReportFailureInUnknownLocation(TestPartResult::Type result_type, + const std::string& message); + +} // namespace internal + +// The friend relationship of some of these classes is cyclic. +// If we don't forward declare them the compiler might confuse the classes +// in friendship clauses with same named classes on the scope. +class Test; +class TestCase; +class TestInfo; +class UnitTest; + +// A class for indicating whether an assertion was successful. When +// the assertion wasn't successful, the AssertionResult object +// remembers a non-empty message that describes how it failed. +// +// To create an instance of this class, use one of the factory functions +// (AssertionSuccess() and AssertionFailure()). +// +// This class is useful for two purposes: +// 1. Defining predicate functions to be used with Boolean test assertions +// EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts +// 2. Defining predicate-format functions to be +// used with predicate assertions (ASSERT_PRED_FORMAT*, etc). +// +// For example, if you define IsEven predicate: +// +// testing::AssertionResult IsEven(int n) { +// if ((n % 2) == 0) +// return testing::AssertionSuccess(); +// else +// return testing::AssertionFailure() << n << " is odd"; +// } +// +// Then the failed expectation EXPECT_TRUE(IsEven(Fib(5))) +// will print the message +// +// Value of: IsEven(Fib(5)) +// Actual: false (5 is odd) +// Expected: true +// +// instead of a more opaque +// +// Value of: IsEven(Fib(5)) +// Actual: false +// Expected: true +// +// in case IsEven is a simple Boolean predicate. +// +// If you expect your predicate to be reused and want to support informative +// messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up +// about half as often as positive ones in our tests), supply messages for +// both success and failure cases: +// +// testing::AssertionResult IsEven(int n) { +// if ((n % 2) == 0) +// return testing::AssertionSuccess() << n << " is even"; +// else +// return testing::AssertionFailure() << n << " is odd"; +// } +// +// Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print +// +// Value of: IsEven(Fib(6)) +// Actual: true (8 is even) +// Expected: false +// +// NB: Predicates that support negative Boolean assertions have reduced +// performance in positive ones so be careful not to use them in tests +// that have lots (tens of thousands) of positive Boolean assertions. +// +// To use this class with EXPECT_PRED_FORMAT assertions such as: +// +// // Verifies that Foo() returns an even number. +// EXPECT_PRED_FORMAT1(IsEven, Foo()); +// +// you need to define: +// +// testing::AssertionResult IsEven(const char* expr, int n) { +// if ((n % 2) == 0) +// return testing::AssertionSuccess(); +// else +// return testing::AssertionFailure() +// << "Expected: " << expr << " is even\n Actual: it's " << n; +// } +// +// If Foo() returns 5, you will see the following message: +// +// Expected: Foo() is even +// Actual: it's 5 +// +class GTEST_API_ AssertionResult { + public: + // Copy constructor. + // Used in EXPECT_TRUE/FALSE(assertion_result). + AssertionResult(const AssertionResult& other); + // Used in the EXPECT_TRUE/FALSE(bool_expression). + explicit AssertionResult(bool success) : success_(success) {} + + // Returns true iff the assertion succeeded. + operator bool() const { return success_; } // NOLINT + + // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. + AssertionResult operator!() const; + + // Returns the text streamed into this AssertionResult. Test assertions + // use it when they fail (i.e., the predicate's outcome doesn't match the + // assertion's expectation). When nothing has been streamed into the + // object, returns an empty string. + const char* message() const { + return message_.get() != NULL ? message_->c_str() : ""; + } + // TODO(vladl@google.com): Remove this after making sure no clients use it. + // Deprecated; please use message() instead. + const char* failure_message() const { return message(); } + + // Streams a custom failure message into this object. + template AssertionResult& operator<<(const T& value) { + AppendMessage(Message() << value); + return *this; + } + + // Allows streaming basic output manipulators such as endl or flush into + // this object. + AssertionResult& operator<<( + ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { + AppendMessage(Message() << basic_manipulator); + return *this; + } + + private: + // Appends the contents of message to message_. + void AppendMessage(const Message& a_message) { + if (message_.get() == NULL) + message_.reset(new ::std::string); + message_->append(a_message.GetString().c_str()); + } + + // Stores result of the assertion predicate. + bool success_; + // Stores the message describing the condition in case the expectation + // construct is not satisfied with the predicate's outcome. + // Referenced via a pointer to avoid taking too much stack frame space + // with test assertions. + internal::scoped_ptr< ::std::string> message_; + + GTEST_DISALLOW_ASSIGN_(AssertionResult); +}; + +// Makes a successful assertion result. +GTEST_API_ AssertionResult AssertionSuccess(); + +// Makes a failed assertion result. +GTEST_API_ AssertionResult AssertionFailure(); + +// Makes a failed assertion result with the given failure message. +// Deprecated; use AssertionFailure() << msg. +GTEST_API_ AssertionResult AssertionFailure(const Message& msg); + +// The abstract class that all tests inherit from. +// +// In Google Test, a unit test program contains one or many TestCases, and +// each TestCase contains one or many Tests. +// +// When you define a test using the TEST macro, you don't need to +// explicitly derive from Test - the TEST macro automatically does +// this for you. +// +// The only time you derive from Test is when defining a test fixture +// to be used a TEST_F. For example: +// +// class FooTest : public testing::Test { +// protected: +// virtual void SetUp() { ... } +// virtual void TearDown() { ... } +// ... +// }; +// +// TEST_F(FooTest, Bar) { ... } +// TEST_F(FooTest, Baz) { ... } +// +// Test is not copyable. +class GTEST_API_ Test { + public: + friend class TestInfo; + + // Defines types for pointers to functions that set up and tear down + // a test case. + typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc; + typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc; + + // The d'tor is virtual as we intend to inherit from Test. + virtual ~Test(); + + // Sets up the stuff shared by all tests in this test case. + // + // Google Test will call Foo::SetUpTestCase() before running the first + // test in test case Foo. Hence a sub-class can define its own + // SetUpTestCase() method to shadow the one defined in the super + // class. + static void SetUpTestCase() {} + + // Tears down the stuff shared by all tests in this test case. + // + // Google Test will call Foo::TearDownTestCase() after running the last + // test in test case Foo. Hence a sub-class can define its own + // TearDownTestCase() method to shadow the one defined in the super + // class. + static void TearDownTestCase() {} + + // Returns true iff the current test has a fatal failure. + static bool HasFatalFailure(); + + // Returns true iff the current test has a non-fatal failure. + static bool HasNonfatalFailure(); + + // Returns true iff the current test has a (either fatal or + // non-fatal) failure. + static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } + + // Logs a property for the current test, test case, or for the entire + // invocation of the test program when used outside of the context of a + // test case. Only the last value for a given key is remembered. These + // are public static so they can be called from utility functions that are + // not members of the test fixture. Calls to RecordProperty made during + // lifespan of the test (from the moment its constructor starts to the + // moment its destructor finishes) will be output in XML as attributes of + // the element. Properties recorded from fixture's + // SetUpTestCase or TearDownTestCase are logged as attributes of the + // corresponding element. Calls to RecordProperty made in the + // global context (before or after invocation of RUN_ALL_TESTS and from + // SetUp/TearDown method of Environment objects registered with Google + // Test) will be output as attributes of the element. + static void RecordProperty(const std::string& key, const std::string& value); + static void RecordProperty(const std::string& key, int value); + + protected: + // Creates a Test object. + Test(); + + // Sets up the test fixture. + virtual void SetUp(); + + // Tears down the test fixture. + virtual void TearDown(); + + private: + // Returns true iff the current test has the same fixture class as + // the first test in the current test case. + static bool HasSameFixtureClass(); + + // Runs the test after the test fixture has been set up. + // + // A sub-class must implement this to define the test logic. + // + // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM. + // Instead, use the TEST or TEST_F macro. + virtual void TestBody() = 0; + + // Sets up, executes, and tears down the test. + void Run(); + + // Deletes self. We deliberately pick an unusual name for this + // internal method to avoid clashing with names used in user TESTs. + void DeleteSelf_() { delete this; } + + // Uses a GTestFlagSaver to save and restore all Google Test flags. + const internal::GTestFlagSaver* const gtest_flag_saver_; + + // Often a user mis-spells SetUp() as Setup() and spends a long time + // wondering why it is never called by Google Test. The declaration of + // the following method is solely for catching such an error at + // compile time: + // + // - The return type is deliberately chosen to be not void, so it + // will be a conflict if a user declares void Setup() in his test + // fixture. + // + // - This method is private, so it will be another compiler error + // if a user calls it from his test fixture. + // + // DO NOT OVERRIDE THIS FUNCTION. + // + // If you see an error about overriding the following function or + // about it being private, you have mis-spelled SetUp() as Setup(). + struct Setup_should_be_spelled_SetUp {}; + virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } + + // We disallow copying Tests. + GTEST_DISALLOW_COPY_AND_ASSIGN_(Test); +}; + +typedef internal::TimeInMillis TimeInMillis; + +// A copyable object representing a user specified test property which can be +// output as a key/value string pair. +// +// Don't inherit from TestProperty as its destructor is not virtual. +class TestProperty { + public: + // C'tor. TestProperty does NOT have a default constructor. + // Always use this constructor (with parameters) to create a + // TestProperty object. + TestProperty(const std::string& a_key, const std::string& a_value) : + key_(a_key), value_(a_value) { + } + + // Gets the user supplied key. + const char* key() const { + return key_.c_str(); + } + + // Gets the user supplied value. + const char* value() const { + return value_.c_str(); + } + + // Sets a new value, overriding the one supplied in the constructor. + void SetValue(const std::string& new_value) { + value_ = new_value; + } + + private: + // The key supplied by the user. + std::string key_; + // The value supplied by the user. + std::string value_; +}; + +// The result of a single Test. This includes a list of +// TestPartResults, a list of TestProperties, a count of how many +// death tests there are in the Test, and how much time it took to run +// the Test. +// +// TestResult is not copyable. +class GTEST_API_ TestResult { + public: + // Creates an empty TestResult. + TestResult(); + + // D'tor. Do not inherit from TestResult. + ~TestResult(); + + // Gets the number of all test parts. This is the sum of the number + // of successful test parts and the number of failed test parts. + int total_part_count() const; + + // Returns the number of the test properties. + int test_property_count() const; + + // Returns true iff the test passed (i.e. no test part failed). + bool Passed() const { return !Failed(); } + + // Returns true iff the test failed. + bool Failed() const; + + // Returns true iff the test fatally failed. + bool HasFatalFailure() const; + + // Returns true iff the test has a non-fatal failure. + bool HasNonfatalFailure() const; + + // Returns the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const { return elapsed_time_; } + + // Returns the i-th test part result among all the results. i can range + // from 0 to test_property_count() - 1. If i is not in that range, aborts + // the program. + const TestPartResult& GetTestPartResult(int i) const; + + // Returns the i-th test property. i can range from 0 to + // test_property_count() - 1. If i is not in that range, aborts the + // program. + const TestProperty& GetTestProperty(int i) const; + + private: + friend class TestInfo; + friend class TestCase; + friend class UnitTest; + friend class internal::DefaultGlobalTestPartResultReporter; + friend class internal::ExecDeathTest; + friend class internal::TestResultAccessor; + friend class internal::UnitTestImpl; + friend class internal::WindowsDeathTest; + + // Gets the vector of TestPartResults. + const std::vector& test_part_results() const { + return test_part_results_; + } + + // Gets the vector of TestProperties. + const std::vector& test_properties() const { + return test_properties_; + } + + // Sets the elapsed time. + void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } + + // Adds a test property to the list. The property is validated and may add + // a non-fatal failure if invalid (e.g., if it conflicts with reserved + // key names). If a property is already recorded for the same key, the + // value will be updated, rather than storing multiple values for the same + // key. xml_element specifies the element for which the property is being + // recorded and is used for validation. + void RecordProperty(const std::string& xml_element, + const TestProperty& test_property); + + // Adds a failure if the key is a reserved attribute of Google Test + // testcase tags. Returns true if the property is valid. + // TODO(russr): Validate attribute names are legal and human readable. + static bool ValidateTestProperty(const std::string& xml_element, + const TestProperty& test_property); + + // Adds a test part result to the list. + void AddTestPartResult(const TestPartResult& test_part_result); + + // Returns the death test count. + int death_test_count() const { return death_test_count_; } + + // Increments the death test count, returning the new count. + int increment_death_test_count() { return ++death_test_count_; } + + // Clears the test part results. + void ClearTestPartResults(); + + // Clears the object. + void Clear(); + + // Protects mutable state of the property vector and of owned + // properties, whose values may be updated. + internal::Mutex test_properites_mutex_; + + // The vector of TestPartResults + std::vector test_part_results_; + // The vector of TestProperties + std::vector test_properties_; + // Running count of death tests. + int death_test_count_; + // The elapsed time, in milliseconds. + TimeInMillis elapsed_time_; + + // We disallow copying TestResult. + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult); +}; // class TestResult + +// A TestInfo object stores the following information about a test: +// +// Test case name +// Test name +// Whether the test should be run +// A function pointer that creates the test object when invoked +// Test result +// +// The constructor of TestInfo registers itself with the UnitTest +// singleton such that the RUN_ALL_TESTS() macro knows which tests to +// run. +class GTEST_API_ TestInfo { + public: + // Destructs a TestInfo object. This function is not virtual, so + // don't inherit from TestInfo. + ~TestInfo(); + + // Returns the test case name. + const char* test_case_name() const { return test_case_name_.c_str(); } + + // Returns the test name. + const char* name() const { return name_.c_str(); } + + // Returns the name of the parameter type, or NULL if this is not a typed + // or a type-parameterized test. + const char* type_param() const { + if (type_param_.get() != NULL) + return type_param_->c_str(); + return NULL; + } + + // Returns the text representation of the value parameter, or NULL if this + // is not a value-parameterized test. + const char* value_param() const { + if (value_param_.get() != NULL) + return value_param_->c_str(); + return NULL; + } + + // Returns true if this test should run, that is if the test is not + // disabled (or it is disabled but the also_run_disabled_tests flag has + // been specified) and its full name matches the user-specified filter. + // + // Google Test allows the user to filter the tests by their full names. + // The full name of a test Bar in test case Foo is defined as + // "Foo.Bar". Only the tests that match the filter will run. + // + // A filter is a colon-separated list of glob (not regex) patterns, + // optionally followed by a '-' and a colon-separated list of + // negative patterns (tests to exclude). A test is run if it + // matches one of the positive patterns and does not match any of + // the negative patterns. + // + // For example, *A*:Foo.* is a filter that matches any string that + // contains the character 'A' or starts with "Foo.". + bool should_run() const { return should_run_; } + + // Returns true iff this test will appear in the XML report. + bool is_reportable() const { + // For now, the XML report includes all tests matching the filter. + // In the future, we may trim tests that are excluded because of + // sharding. + return matches_filter_; + } + + // Returns the result of the test. + const TestResult* result() const { return &result_; } + + private: +#if GTEST_HAS_DEATH_TEST + friend class internal::DefaultDeathTestFactory; +#endif // GTEST_HAS_DEATH_TEST + friend class Test; + friend class TestCase; + friend class internal::UnitTestImpl; + friend class internal::StreamingListenerTest; + friend TestInfo* internal::MakeAndRegisterTestInfo( + const char* test_case_name, + const char* name, + const char* type_param, + const char* value_param, + internal::TypeId fixture_class_id, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc, + internal::TestFactoryBase* factory); + + // Constructs a TestInfo object. The newly constructed instance assumes + // ownership of the factory object. + TestInfo(const std::string& test_case_name, + const std::string& name, + const char* a_type_param, // NULL if not a type-parameterized test + const char* a_value_param, // NULL if not a value-parameterized test + internal::TypeId fixture_class_id, + internal::TestFactoryBase* factory); + + // Increments the number of death tests encountered in this test so + // far. + int increment_death_test_count() { + return result_.increment_death_test_count(); + } + + // Creates the test object, runs it, records its result, and then + // deletes it. + void Run(); + + static void ClearTestResult(TestInfo* test_info) { + test_info->result_.Clear(); + } + + // These fields are immutable properties of the test. + const std::string test_case_name_; // Test case name + const std::string name_; // Test name + // Name of the parameter type, or NULL if this is not a typed or a + // type-parameterized test. + const internal::scoped_ptr type_param_; + // Text representation of the value parameter, or NULL if this is not a + // value-parameterized test. + const internal::scoped_ptr value_param_; + const internal::TypeId fixture_class_id_; // ID of the test fixture class + bool should_run_; // True iff this test should run + bool is_disabled_; // True iff this test is disabled + bool matches_filter_; // True if this test matches the + // user-specified filter. + internal::TestFactoryBase* const factory_; // The factory that creates + // the test object + + // This field is mutable and needs to be reset before running the + // test for the second time. + TestResult result_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo); +}; + +// A test case, which consists of a vector of TestInfos. +// +// TestCase is not copyable. +class GTEST_API_ TestCase { + public: + // Creates a TestCase with the given name. + // + // TestCase does NOT have a default constructor. Always use this + // constructor to create a TestCase object. + // + // Arguments: + // + // name: name of the test case + // a_type_param: the name of the test's type parameter, or NULL if + // this is not a type-parameterized test. + // set_up_tc: pointer to the function that sets up the test case + // tear_down_tc: pointer to the function that tears down the test case + TestCase(const char* name, const char* a_type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc); + + // Destructor of TestCase. + virtual ~TestCase(); + + // Gets the name of the TestCase. + const char* name() const { return name_.c_str(); } + + // Returns the name of the parameter type, or NULL if this is not a + // type-parameterized test case. + const char* type_param() const { + if (type_param_.get() != NULL) + return type_param_->c_str(); + return NULL; + } + + // Returns true if any test in this test case should run. + bool should_run() const { return should_run_; } + + // Gets the number of successful tests in this test case. + int successful_test_count() const; + + // Gets the number of failed tests in this test case. + int failed_test_count() const; + + // Gets the number of disabled tests that will be reported in the XML report. + int reportable_disabled_test_count() const; + + // Gets the number of disabled tests in this test case. + int disabled_test_count() const; + + // Gets the number of tests to be printed in the XML report. + int reportable_test_count() const; + + // Get the number of tests in this test case that should run. + int test_to_run_count() const; + + // Gets the number of all tests in this test case. + int total_test_count() const; + + // Returns true iff the test case passed. + bool Passed() const { return !Failed(); } + + // Returns true iff the test case failed. + bool Failed() const { return failed_test_count() > 0; } + + // Returns the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const { return elapsed_time_; } + + // Returns the i-th test among all the tests. i can range from 0 to + // total_test_count() - 1. If i is not in that range, returns NULL. + const TestInfo* GetTestInfo(int i) const; + + // Returns the TestResult that holds test properties recorded during + // execution of SetUpTestCase and TearDownTestCase. + const TestResult& ad_hoc_test_result() const { return ad_hoc_test_result_; } + + private: + friend class Test; + friend class internal::UnitTestImpl; + + // Gets the (mutable) vector of TestInfos in this TestCase. + std::vector& test_info_list() { return test_info_list_; } + + // Gets the (immutable) vector of TestInfos in this TestCase. + const std::vector& test_info_list() const { + return test_info_list_; + } + + // Returns the i-th test among all the tests. i can range from 0 to + // total_test_count() - 1. If i is not in that range, returns NULL. + TestInfo* GetMutableTestInfo(int i); + + // Sets the should_run member. + void set_should_run(bool should) { should_run_ = should; } + + // Adds a TestInfo to this test case. Will delete the TestInfo upon + // destruction of the TestCase object. + void AddTestInfo(TestInfo * test_info); + + // Clears the results of all tests in this test case. + void ClearResult(); + + // Clears the results of all tests in the given test case. + static void ClearTestCaseResult(TestCase* test_case) { + test_case->ClearResult(); + } + + // Runs every test in this TestCase. + void Run(); + + // Runs SetUpTestCase() for this TestCase. This wrapper is needed + // for catching exceptions thrown from SetUpTestCase(). + void RunSetUpTestCase() { (*set_up_tc_)(); } + + // Runs TearDownTestCase() for this TestCase. This wrapper is + // needed for catching exceptions thrown from TearDownTestCase(). + void RunTearDownTestCase() { (*tear_down_tc_)(); } + + // Returns true iff test passed. + static bool TestPassed(const TestInfo* test_info) { + return test_info->should_run() && test_info->result()->Passed(); + } + + // Returns true iff test failed. + static bool TestFailed(const TestInfo* test_info) { + return test_info->should_run() && test_info->result()->Failed(); + } + + // Returns true iff the test is disabled and will be reported in the XML + // report. + static bool TestReportableDisabled(const TestInfo* test_info) { + return test_info->is_reportable() && test_info->is_disabled_; + } + + // Returns true iff test is disabled. + static bool TestDisabled(const TestInfo* test_info) { + return test_info->is_disabled_; + } + + // Returns true iff this test will appear in the XML report. + static bool TestReportable(const TestInfo* test_info) { + return test_info->is_reportable(); + } + + // Returns true if the given test should run. + static bool ShouldRunTest(const TestInfo* test_info) { + return test_info->should_run(); + } + + // Shuffles the tests in this test case. + void ShuffleTests(internal::Random* random); + + // Restores the test order to before the first shuffle. + void UnshuffleTests(); + + // Name of the test case. + std::string name_; + // Name of the parameter type, or NULL if this is not a typed or a + // type-parameterized test. + const internal::scoped_ptr type_param_; + // The vector of TestInfos in their original order. It owns the + // elements in the vector. + std::vector test_info_list_; + // Provides a level of indirection for the test list to allow easy + // shuffling and restoring the test order. The i-th element in this + // vector is the index of the i-th test in the shuffled test list. + std::vector test_indices_; + // Pointer to the function that sets up the test case. + Test::SetUpTestCaseFunc set_up_tc_; + // Pointer to the function that tears down the test case. + Test::TearDownTestCaseFunc tear_down_tc_; + // True iff any test in this test case should run. + bool should_run_; + // Elapsed time, in milliseconds. + TimeInMillis elapsed_time_; + // Holds test properties recorded during execution of SetUpTestCase and + // TearDownTestCase. + TestResult ad_hoc_test_result_; + + // We disallow copying TestCases. + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestCase); +}; + +// An Environment object is capable of setting up and tearing down an +// environment. The user should subclass this to define his own +// environment(s). +// +// An Environment object does the set-up and tear-down in virtual +// methods SetUp() and TearDown() instead of the constructor and the +// destructor, as: +// +// 1. You cannot safely throw from a destructor. This is a problem +// as in some cases Google Test is used where exceptions are enabled, and +// we may want to implement ASSERT_* using exceptions where they are +// available. +// 2. You cannot use ASSERT_* directly in a constructor or +// destructor. +class Environment { + public: + // The d'tor is virtual as we need to subclass Environment. + virtual ~Environment() {} + + // Override this to define how to set up the environment. + virtual void SetUp() {} + + // Override this to define how to tear down the environment. + virtual void TearDown() {} + private: + // If you see an error about overriding the following function or + // about it being private, you have mis-spelled SetUp() as Setup(). + struct Setup_should_be_spelled_SetUp {}; + virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } +}; + +// The interface for tracing execution of tests. The methods are organized in +// the order the corresponding events are fired. +class TestEventListener { + public: + virtual ~TestEventListener() {} + + // Fired before any test activity starts. + virtual void OnTestProgramStart(const UnitTest& unit_test) = 0; + + // Fired before each iteration of tests starts. There may be more than + // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration + // index, starting from 0. + virtual void OnTestIterationStart(const UnitTest& unit_test, + int iteration) = 0; + + // Fired before environment set-up for each iteration of tests starts. + virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test) = 0; + + // Fired after environment set-up for each iteration of tests ends. + virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0; + + // Fired before the test case starts. + virtual void OnTestCaseStart(const TestCase& test_case) = 0; + + // Fired before the test starts. + virtual void OnTestStart(const TestInfo& test_info) = 0; + + // Fired after a failed assertion or a SUCCEED() invocation. + virtual void OnTestPartResult(const TestPartResult& test_part_result) = 0; + + // Fired after the test ends. + virtual void OnTestEnd(const TestInfo& test_info) = 0; + + // Fired after the test case ends. + virtual void OnTestCaseEnd(const TestCase& test_case) = 0; + + // Fired before environment tear-down for each iteration of tests starts. + virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0; + + // Fired after environment tear-down for each iteration of tests ends. + virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0; + + // Fired after each iteration of tests finishes. + virtual void OnTestIterationEnd(const UnitTest& unit_test, + int iteration) = 0; + + // Fired after all test activities have ended. + virtual void OnTestProgramEnd(const UnitTest& unit_test) = 0; +}; + +// The convenience class for users who need to override just one or two +// methods and are not concerned that a possible change to a signature of +// the methods they override will not be caught during the build. For +// comments about each method please see the definition of TestEventListener +// above. +class EmptyTestEventListener : public TestEventListener { + public: + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationStart(const UnitTest& /*unit_test*/, + int /*iteration*/) {} + virtual void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) {} + virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} + virtual void OnTestStart(const TestInfo& /*test_info*/) {} + virtual void OnTestPartResult(const TestPartResult& /*test_part_result*/) {} + virtual void OnTestEnd(const TestInfo& /*test_info*/) {} + virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} + virtual void OnEnvironmentsTearDownStart(const UnitTest& /*unit_test*/) {} + virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationEnd(const UnitTest& /*unit_test*/, + int /*iteration*/) {} + virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {} +}; + +// TestEventListeners lets users add listeners to track events in Google Test. +class GTEST_API_ TestEventListeners { + public: + TestEventListeners(); + ~TestEventListeners(); + + // Appends an event listener to the end of the list. Google Test assumes + // the ownership of the listener (i.e. it will delete the listener when + // the test program finishes). + void Append(TestEventListener* listener); + + // Removes the given event listener from the list and returns it. It then + // becomes the caller's responsibility to delete the listener. Returns + // NULL if the listener is not found in the list. + TestEventListener* Release(TestEventListener* listener); + + // Returns the standard listener responsible for the default console + // output. Can be removed from the listeners list to shut down default + // console output. Note that removing this object from the listener list + // with Release transfers its ownership to the caller and makes this + // function return NULL the next time. + TestEventListener* default_result_printer() const { + return default_result_printer_; + } + + // Returns the standard listener responsible for the default XML output + // controlled by the --gtest_output=xml flag. Can be removed from the + // listeners list by users who want to shut down the default XML output + // controlled by this flag and substitute it with custom one. Note that + // removing this object from the listener list with Release transfers its + // ownership to the caller and makes this function return NULL the next + // time. + TestEventListener* default_xml_generator() const { + return default_xml_generator_; + } + + private: + friend class TestCase; + friend class TestInfo; + friend class internal::DefaultGlobalTestPartResultReporter; + friend class internal::NoExecDeathTest; + friend class internal::TestEventListenersAccessor; + friend class internal::UnitTestImpl; + + // Returns repeater that broadcasts the TestEventListener events to all + // subscribers. + TestEventListener* repeater(); + + // Sets the default_result_printer attribute to the provided listener. + // The listener is also added to the listener list and previous + // default_result_printer is removed from it and deleted. The listener can + // also be NULL in which case it will not be added to the list. Does + // nothing if the previous and the current listener objects are the same. + void SetDefaultResultPrinter(TestEventListener* listener); + + // Sets the default_xml_generator attribute to the provided listener. The + // listener is also added to the listener list and previous + // default_xml_generator is removed from it and deleted. The listener can + // also be NULL in which case it will not be added to the list. Does + // nothing if the previous and the current listener objects are the same. + void SetDefaultXmlGenerator(TestEventListener* listener); + + // Controls whether events will be forwarded by the repeater to the + // listeners in the list. + bool EventForwardingEnabled() const; + void SuppressEventForwarding(); + + // The actual list of listeners. + internal::TestEventRepeater* repeater_; + // Listener responsible for the standard result output. + TestEventListener* default_result_printer_; + // Listener responsible for the creation of the XML output file. + TestEventListener* default_xml_generator_; + + // We disallow copying TestEventListeners. + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventListeners); +}; + +// A UnitTest consists of a vector of TestCases. +// +// This is a singleton class. The only instance of UnitTest is +// created when UnitTest::GetInstance() is first called. This +// instance is never deleted. +// +// UnitTest is not copyable. +// +// This class is thread-safe as long as the methods are called +// according to their specification. +class GTEST_API_ UnitTest { + public: + // Gets the singleton UnitTest object. The first time this method + // is called, a UnitTest object is constructed and returned. + // Consecutive calls will return the same object. + static UnitTest* GetInstance(); + + // Runs all tests in this UnitTest object and prints the result. + // Returns 0 if successful, or 1 otherwise. + // + // This method can only be called from the main thread. + // + // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + int Run() GTEST_MUST_USE_RESULT_; + + // Returns the working directory when the first TEST() or TEST_F() + // was executed. The UnitTest object owns the string. + const char* original_working_dir() const; + + // Returns the TestCase object for the test that's currently running, + // or NULL if no test is running. + const TestCase* current_test_case() const + GTEST_LOCK_EXCLUDED_(mutex_); + + // Returns the TestInfo object for the test that's currently running, + // or NULL if no test is running. + const TestInfo* current_test_info() const + GTEST_LOCK_EXCLUDED_(mutex_); + + // Returns the random seed used at the start of the current test run. + int random_seed() const; + +#if GTEST_HAS_PARAM_TEST + // Returns the ParameterizedTestCaseRegistry object used to keep track of + // value-parameterized tests and instantiate and register them. + // + // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + internal::ParameterizedTestCaseRegistry& parameterized_test_registry() + GTEST_LOCK_EXCLUDED_(mutex_); +#endif // GTEST_HAS_PARAM_TEST + + // Gets the number of successful test cases. + int successful_test_case_count() const; + + // Gets the number of failed test cases. + int failed_test_case_count() const; + + // Gets the number of all test cases. + int total_test_case_count() const; + + // Gets the number of all test cases that contain at least one test + // that should run. + int test_case_to_run_count() const; + + // Gets the number of successful tests. + int successful_test_count() const; + + // Gets the number of failed tests. + int failed_test_count() const; + + // Gets the number of disabled tests that will be reported in the XML report. + int reportable_disabled_test_count() const; + + // Gets the number of disabled tests. + int disabled_test_count() const; + + // Gets the number of tests to be printed in the XML report. + int reportable_test_count() const; + + // Gets the number of all tests. + int total_test_count() const; + + // Gets the number of tests that should run. + int test_to_run_count() const; + + // Gets the time of the test program start, in ms from the start of the + // UNIX epoch. + TimeInMillis start_timestamp() const; + + // Gets the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const; + + // Returns true iff the unit test passed (i.e. all test cases passed). + bool Passed() const; + + // Returns true iff the unit test failed (i.e. some test case failed + // or something outside of all tests failed). + bool Failed() const; + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + const TestCase* GetTestCase(int i) const; + + // Returns the TestResult containing information on test failures and + // properties logged outside of individual test cases. + const TestResult& ad_hoc_test_result() const; + + // Returns the list of event listeners that can be used to track events + // inside Google Test. + TestEventListeners& listeners(); + + private: + // Registers and returns a global test environment. When a test + // program is run, all global test environments will be set-up in + // the order they were registered. After all tests in the program + // have finished, all global test environments will be torn-down in + // the *reverse* order they were registered. + // + // The UnitTest object takes ownership of the given environment. + // + // This method can only be called from the main thread. + Environment* AddEnvironment(Environment* env); + + // Adds a TestPartResult to the current TestResult object. All + // Google Test assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc) + // eventually call this to report their results. The user code + // should use the assertion macros instead of calling this directly. + void AddTestPartResult(TestPartResult::Type result_type, + const char* file_name, + int line_number, + const std::string& message, + const std::string& os_stack_trace) + GTEST_LOCK_EXCLUDED_(mutex_); + + // Adds a TestProperty to the current TestResult object when invoked from + // inside a test, to current TestCase's ad_hoc_test_result_ when invoked + // from SetUpTestCase or TearDownTestCase, or to the global property set + // when invoked elsewhere. If the result already contains a property with + // the same key, the value will be updated. + void RecordProperty(const std::string& key, const std::string& value); + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + TestCase* GetMutableTestCase(int i); + + // Accessors for the implementation object. + internal::UnitTestImpl* impl() { return impl_; } + const internal::UnitTestImpl* impl() const { return impl_; } + + // These classes and funcions are friends as they need to access private + // members of UnitTest. + friend class Test; + friend class internal::AssertHelper; + friend class internal::ScopedTrace; + friend class internal::StreamingListenerTest; + friend class internal::UnitTestRecordPropertyTestHelper; + friend Environment* AddGlobalTestEnvironment(Environment* env); + friend internal::UnitTestImpl* internal::GetUnitTestImpl(); + friend void internal::ReportFailureInUnknownLocation( + TestPartResult::Type result_type, + const std::string& message); + + // Creates an empty UnitTest. + UnitTest(); + + // D'tor + virtual ~UnitTest(); + + // Pushes a trace defined by SCOPED_TRACE() on to the per-thread + // Google Test trace stack. + void PushGTestTrace(const internal::TraceInfo& trace) + GTEST_LOCK_EXCLUDED_(mutex_); + + // Pops a trace from the per-thread Google Test trace stack. + void PopGTestTrace() + GTEST_LOCK_EXCLUDED_(mutex_); + + // Protects mutable state in *impl_. This is mutable as some const + // methods need to lock it too. + mutable internal::Mutex mutex_; + + // Opaque implementation object. This field is never changed once + // the object is constructed. We don't mark it as const here, as + // doing so will cause a warning in the constructor of UnitTest. + // Mutable state in *impl_ is protected by mutex_. + internal::UnitTestImpl* impl_; + + // We disallow copying UnitTest. + GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTest); +}; + +// A convenient wrapper for adding an environment for the test +// program. +// +// You should call this before RUN_ALL_TESTS() is called, probably in +// main(). If you use gtest_main, you need to call this before main() +// starts for it to take effect. For example, you can define a global +// variable like this: +// +// testing::Environment* const foo_env = +// testing::AddGlobalTestEnvironment(new FooEnvironment); +// +// However, we strongly recommend you to write your own main() and +// call AddGlobalTestEnvironment() there, as relying on initialization +// of global variables makes the code harder to read and may cause +// problems when you register multiple environments from different +// translation units and the environments have dependencies among them +// (remember that the compiler doesn't guarantee the order in which +// global variables from different translation units are initialized). +inline Environment* AddGlobalTestEnvironment(Environment* env) { + return UnitTest::GetInstance()->AddEnvironment(env); +} + +// Initializes Google Test. This must be called before calling +// RUN_ALL_TESTS(). In particular, it parses a command line for the +// flags that Google Test recognizes. Whenever a Google Test flag is +// seen, it is removed from argv, and *argc is decremented. +// +// No value is returned. Instead, the Google Test flag variables are +// updated. +// +// Calling the function for the second time has no user-visible effect. +GTEST_API_ void InitGoogleTest(int* argc, char** argv); + +// This overloaded version can be used in Windows programs compiled in +// UNICODE mode. +GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv); + +namespace internal { + +// FormatForComparison::Format(value) formats a +// value of type ToPrint that is an operand of a comparison assertion +// (e.g. ASSERT_EQ). OtherOperand is the type of the other operand in +// the comparison, and is used to help determine the best way to +// format the value. In particular, when the value is a C string +// (char pointer) and the other operand is an STL string object, we +// want to format the C string as a string, since we know it is +// compared by value with the string object. If the value is a char +// pointer but the other operand is not an STL string object, we don't +// know whether the pointer is supposed to point to a NUL-terminated +// string, and thus want to print it as a pointer to be safe. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + +// The default case. +template +class FormatForComparison { + public: + static ::std::string Format(const ToPrint& value) { + return ::testing::PrintToString(value); + } +}; + +// Array. +template +class FormatForComparison { + public: + static ::std::string Format(const ToPrint* value) { + return FormatForComparison::Format(value); + } +}; + +// By default, print C string as pointers to be safe, as we don't know +// whether they actually point to a NUL-terminated string. + +#define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ + template \ + class FormatForComparison { \ + public: \ + static ::std::string Format(CharType* value) { \ + return ::testing::PrintToString(static_cast(value)); \ + } \ + } + +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char); +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char); +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t); +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t); + +#undef GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_ + +// If a C string is compared with an STL string object, we know it's meant +// to point to a NUL-terminated string, and thus can print it as a string. + +#define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ + template <> \ + class FormatForComparison { \ + public: \ + static ::std::string Format(CharType* value) { \ + return ::testing::PrintToString(value); \ + } \ + } + +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(char, ::std::string); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const char, ::std::string); + +#if GTEST_HAS_GLOBAL_STRING +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(char, ::string); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const char, ::string); +#endif + +#if GTEST_HAS_GLOBAL_WSTRING +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(wchar_t, ::wstring); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const wchar_t, ::wstring); +#endif + +#if GTEST_HAS_STD_WSTRING +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(wchar_t, ::std::wstring); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const wchar_t, ::std::wstring); +#endif + +#undef GTEST_IMPL_FORMAT_C_STRING_AS_STRING_ + +// Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc) +// operand to be used in a failure message. The type (but not value) +// of the other operand may affect the format. This allows us to +// print a char* as a raw pointer when it is compared against another +// char* or void*, and print it as a C string when it is compared +// against an std::string object, for example. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +template +std::string FormatForComparisonFailureMessage( + const T1& value, const T2& /* other_operand */) { + return FormatForComparison::Format(value); +} + +// The helper function for {ASSERT|EXPECT}_EQ. +template +AssertionResult CmpHelperEQ(const char* expected_expression, + const char* actual_expression, + const T1& expected, + const T2& actual) { +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4389) // Temporarily disables warning on + // signed/unsigned mismatch. +#endif + + if (expected == actual) { + return AssertionSuccess(); + } + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif + + return EqFailure(expected_expression, + actual_expression, + FormatForComparisonFailureMessage(expected, actual), + FormatForComparisonFailureMessage(actual, expected), + false); +} + +// With this overloaded version, we allow anonymous enums to be used +// in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous enums +// can be implicitly cast to BiggestInt. +GTEST_API_ AssertionResult CmpHelperEQ(const char* expected_expression, + const char* actual_expression, + BiggestInt expected, + BiggestInt actual); + +// The helper class for {ASSERT|EXPECT}_EQ. The template argument +// lhs_is_null_literal is true iff the first argument to ASSERT_EQ() +// is a null pointer literal. The following default implementation is +// for lhs_is_null_literal being false. +template +class EqHelper { + public: + // This templatized version is for the general case. + template + static AssertionResult Compare(const char* expected_expression, + const char* actual_expression, + const T1& expected, + const T2& actual) { + return CmpHelperEQ(expected_expression, actual_expression, expected, + actual); + } + + // With this overloaded version, we allow anonymous enums to be used + // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous + // enums can be implicitly cast to BiggestInt. + // + // Even though its body looks the same as the above version, we + // cannot merge the two, as it will make anonymous enums unhappy. + static AssertionResult Compare(const char* expected_expression, + const char* actual_expression, + BiggestInt expected, + BiggestInt actual) { + return CmpHelperEQ(expected_expression, actual_expression, expected, + actual); + } +}; + +// This specialization is used when the first argument to ASSERT_EQ() +// is a null pointer literal, like NULL, false, or 0. +template <> +class EqHelper { + public: + // We define two overloaded versions of Compare(). The first + // version will be picked when the second argument to ASSERT_EQ() is + // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or + // EXPECT_EQ(false, a_bool). + template + static AssertionResult Compare( + const char* expected_expression, + const char* actual_expression, + const T1& expected, + const T2& actual, + // The following line prevents this overload from being considered if T2 + // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr) + // expands to Compare("", "", NULL, my_ptr), which requires a conversion + // to match the Secret* in the other overload, which would otherwise make + // this template match better. + typename EnableIf::value>::type* = 0) { + return CmpHelperEQ(expected_expression, actual_expression, expected, + actual); + } + + // This version will be picked when the second argument to ASSERT_EQ() is a + // pointer, e.g. ASSERT_EQ(NULL, a_pointer). + template + static AssertionResult Compare( + const char* expected_expression, + const char* actual_expression, + // We used to have a second template parameter instead of Secret*. That + // template parameter would deduce to 'long', making this a better match + // than the first overload even without the first overload's EnableIf. + // Unfortunately, gcc with -Wconversion-null warns when "passing NULL to + // non-pointer argument" (even a deduced integral argument), so the old + // implementation caused warnings in user code. + Secret* /* expected (NULL) */, + T* actual) { + // We already know that 'expected' is a null pointer. + return CmpHelperEQ(expected_expression, actual_expression, + static_cast(NULL), actual); + } +}; + +// A macro for implementing the helper functions needed to implement +// ASSERT_?? and EXPECT_??. It is here just to avoid copy-and-paste +// of similar code. +// +// For each templatized helper function, we also define an overloaded +// version for BiggestInt in order to reduce code bloat and allow +// anonymous enums to be used with {ASSERT|EXPECT}_?? when compiled +// with gcc 4. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +#define GTEST_IMPL_CMP_HELPER_(op_name, op)\ +template \ +AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ + const T1& val1, const T2& val2) {\ + if (val1 op val2) {\ + return AssertionSuccess();\ + } else {\ + return AssertionFailure() \ + << "Expected: (" << expr1 << ") " #op " (" << expr2\ + << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\ + << " vs " << FormatForComparisonFailureMessage(val2, val1);\ + }\ +}\ +GTEST_API_ AssertionResult CmpHelper##op_name(\ + const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2) + +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + +// Implements the helper function for {ASSERT|EXPECT}_NE +GTEST_IMPL_CMP_HELPER_(NE, !=); +// Implements the helper function for {ASSERT|EXPECT}_LE +GTEST_IMPL_CMP_HELPER_(LE, <=); +// Implements the helper function for {ASSERT|EXPECT}_LT +GTEST_IMPL_CMP_HELPER_(LT, <); +// Implements the helper function for {ASSERT|EXPECT}_GE +GTEST_IMPL_CMP_HELPER_(GE, >=); +// Implements the helper function for {ASSERT|EXPECT}_GT +GTEST_IMPL_CMP_HELPER_(GT, >); + +#undef GTEST_IMPL_CMP_HELPER_ + +// The helper function for {ASSERT|EXPECT}_STREQ. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual); + +// The helper function for {ASSERT|EXPECT}_STRCASEEQ. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual); + +// The helper function for {ASSERT|EXPECT}_STRNE. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2); + +// The helper function for {ASSERT|EXPECT}_STRCASENE. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2); + + +// Helper function for *_STREQ on wide strings. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const wchar_t* expected, + const wchar_t* actual); + +// Helper function for *_STRNE on wide strings. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const wchar_t* s1, + const wchar_t* s2); + +} // namespace internal + +// IsSubstring() and IsNotSubstring() are intended to be used as the +// first argument to {EXPECT,ASSERT}_PRED_FORMAT2(), not by +// themselves. They check whether needle is a substring of haystack +// (NULL is considered a substring of itself only), and return an +// appropriate error message when they fail. +// +// The {needle,haystack}_expr arguments are the stringified +// expressions that generated the two real arguments. +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack); +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack); +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack); + +#if GTEST_HAS_STD_WSTRING +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack); +#endif // GTEST_HAS_STD_WSTRING + +namespace internal { + +// Helper template function for comparing floating-points. +// +// Template parameter: +// +// RawType: the raw floating-point type (either float or double) +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +template +AssertionResult CmpHelperFloatingPointEQ(const char* expected_expression, + const char* actual_expression, + RawType expected, + RawType actual) { + const FloatingPoint lhs(expected), rhs(actual); + + if (lhs.AlmostEquals(rhs)) { + return AssertionSuccess(); + } + + ::std::stringstream expected_ss; + expected_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << expected; + + ::std::stringstream actual_ss; + actual_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << actual; + + return EqFailure(expected_expression, + actual_expression, + StringStreamToString(&expected_ss), + StringStreamToString(&actual_ss), + false); +} + +// Helper function for implementing ASSERT_NEAR. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1, + const char* expr2, + const char* abs_error_expr, + double val1, + double val2, + double abs_error); + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// A class that enables one to stream messages to assertion macros +class GTEST_API_ AssertHelper { + public: + // Constructor. + AssertHelper(TestPartResult::Type type, + const char* file, + int line, + const char* message); + ~AssertHelper(); + + // Message assignment is a semantic trick to enable assertion + // streaming; see the GTEST_MESSAGE_ macro below. + void operator=(const Message& message) const; + + private: + // We put our data in a struct so that the size of the AssertHelper class can + // be as small as possible. This is important because gcc is incapable of + // re-using stack space even for temporary variables, so every EXPECT_EQ + // reserves stack space for another AssertHelper. + struct AssertHelperData { + AssertHelperData(TestPartResult::Type t, + const char* srcfile, + int line_num, + const char* msg) + : type(t), file(srcfile), line(line_num), message(msg) { } + + TestPartResult::Type const type; + const char* const file; + int const line; + std::string const message; + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelperData); + }; + + AssertHelperData* const data_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelper); +}; + +} // namespace internal + +#if GTEST_HAS_PARAM_TEST +// The pure interface class that all value-parameterized tests inherit from. +// A value-parameterized class must inherit from both ::testing::Test and +// ::testing::WithParamInterface. In most cases that just means inheriting +// from ::testing::TestWithParam, but more complicated test hierarchies +// may need to inherit from Test and WithParamInterface at different levels. +// +// This interface has support for accessing the test parameter value via +// the GetParam() method. +// +// Use it with one of the parameter generator defining functions, like Range(), +// Values(), ValuesIn(), Bool(), and Combine(). +// +// class FooTest : public ::testing::TestWithParam { +// protected: +// FooTest() { +// // Can use GetParam() here. +// } +// virtual ~FooTest() { +// // Can use GetParam() here. +// } +// virtual void SetUp() { +// // Can use GetParam() here. +// } +// virtual void TearDown { +// // Can use GetParam() here. +// } +// }; +// TEST_P(FooTest, DoesBar) { +// // Can use GetParam() method here. +// Foo foo; +// ASSERT_TRUE(foo.DoesBar(GetParam())); +// } +// INSTANTIATE_TEST_CASE_P(OneToTenRange, FooTest, ::testing::Range(1, 10)); + +template +class WithParamInterface { + public: + typedef T ParamType; + virtual ~WithParamInterface() {} + + // The current parameter value. Is also available in the test fixture's + // constructor. This member function is non-static, even though it only + // references static data, to reduce the opportunity for incorrect uses + // like writing 'WithParamInterface::GetParam()' for a test that + // uses a fixture whose parameter type is int. + const ParamType& GetParam() const { + GTEST_CHECK_(parameter_ != NULL) + << "GetParam() can only be called inside a value-parameterized test " + << "-- did you intend to write TEST_P instead of TEST_F?"; + return *parameter_; + } + + private: + // Sets parameter value. The caller is responsible for making sure the value + // remains alive and unchanged throughout the current test. + static void SetParam(const ParamType* parameter) { + parameter_ = parameter; + } + + // Static value used for accessing parameter during a test lifetime. + static const ParamType* parameter_; + + // TestClass must be a subclass of WithParamInterface and Test. + template friend class internal::ParameterizedTestFactory; +}; + +template +const T* WithParamInterface::parameter_ = NULL; + +// Most value-parameterized classes can ignore the existence of +// WithParamInterface, and can just inherit from ::testing::TestWithParam. + +template +class TestWithParam : public Test, public WithParamInterface { +}; + +#endif // GTEST_HAS_PARAM_TEST + +// Macros for indicating success/failure in test code. + +// ADD_FAILURE unconditionally adds a failure to the current test. +// SUCCEED generates a success - it doesn't automatically make the +// current test successful, as a test is only successful when it has +// no failure. +// +// EXPECT_* verifies that a certain condition is satisfied. If not, +// it behaves like ADD_FAILURE. In particular: +// +// EXPECT_TRUE verifies that a Boolean condition is true. +// EXPECT_FALSE verifies that a Boolean condition is false. +// +// FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except +// that they will also abort the current function on failure. People +// usually want the fail-fast behavior of FAIL and ASSERT_*, but those +// writing data-driven tests often find themselves using ADD_FAILURE +// and EXPECT_* more. + +// Generates a nonfatal failure with a generic message. +#define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") + +// Generates a nonfatal failure at the given source file location with +// a generic message. +#define ADD_FAILURE_AT(file, line) \ + GTEST_MESSAGE_AT_(file, line, "Failed", \ + ::testing::TestPartResult::kNonFatalFailure) + +// Generates a fatal failure with a generic message. +#define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed") + +// Define this macro to 1 to omit the definition of FAIL(), which is a +// generic name and clashes with some other libraries. +#if !GTEST_DONT_DEFINE_FAIL +# define FAIL() GTEST_FAIL() +#endif + +// Generates a success with a generic message. +#define GTEST_SUCCEED() GTEST_SUCCESS_("Succeeded") + +// Define this macro to 1 to omit the definition of SUCCEED(), which +// is a generic name and clashes with some other libraries. +#if !GTEST_DONT_DEFINE_SUCCEED +# define SUCCEED() GTEST_SUCCEED() +#endif + +// Macros for testing exceptions. +// +// * {ASSERT|EXPECT}_THROW(statement, expected_exception): +// Tests that the statement throws the expected exception. +// * {ASSERT|EXPECT}_NO_THROW(statement): +// Tests that the statement doesn't throw any exception. +// * {ASSERT|EXPECT}_ANY_THROW(statement): +// Tests that the statement throws an exception. + +#define EXPECT_THROW(statement, expected_exception) \ + GTEST_TEST_THROW_(statement, expected_exception, GTEST_NONFATAL_FAILURE_) +#define EXPECT_NO_THROW(statement) \ + GTEST_TEST_NO_THROW_(statement, GTEST_NONFATAL_FAILURE_) +#define EXPECT_ANY_THROW(statement) \ + GTEST_TEST_ANY_THROW_(statement, GTEST_NONFATAL_FAILURE_) +#define ASSERT_THROW(statement, expected_exception) \ + GTEST_TEST_THROW_(statement, expected_exception, GTEST_FATAL_FAILURE_) +#define ASSERT_NO_THROW(statement) \ + GTEST_TEST_NO_THROW_(statement, GTEST_FATAL_FAILURE_) +#define ASSERT_ANY_THROW(statement) \ + GTEST_TEST_ANY_THROW_(statement, GTEST_FATAL_FAILURE_) + +// Boolean assertions. Condition can be either a Boolean expression or an +// AssertionResult. For more information on how to use AssertionResult with +// these macros see comments on that class. +#define EXPECT_TRUE(condition) \ + GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ + GTEST_NONFATAL_FAILURE_) +#define EXPECT_FALSE(condition) \ + GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ + GTEST_NONFATAL_FAILURE_) +#define ASSERT_TRUE(condition) \ + GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ + GTEST_FATAL_FAILURE_) +#define ASSERT_FALSE(condition) \ + GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ + GTEST_FATAL_FAILURE_) + +// Includes the auto-generated header that implements a family of +// generic predicate assertion macros. +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// This file is AUTOMATICALLY GENERATED on 10/31/2011 by command +// 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND! +// +// Implements a family of generic predicate assertion macros. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ + +// Makes sure this header is not included before gtest.h. +#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ +# error Do not include gtest_pred_impl.h directly. Include gtest.h instead. +#endif // GTEST_INCLUDE_GTEST_GTEST_H_ + +// This header implements a family of generic predicate assertion +// macros: +// +// ASSERT_PRED_FORMAT1(pred_format, v1) +// ASSERT_PRED_FORMAT2(pred_format, v1, v2) +// ... +// +// where pred_format is a function or functor that takes n (in the +// case of ASSERT_PRED_FORMATn) values and their source expression +// text, and returns a testing::AssertionResult. See the definition +// of ASSERT_EQ in gtest.h for an example. +// +// If you don't care about formatting, you can use the more +// restrictive version: +// +// ASSERT_PRED1(pred, v1) +// ASSERT_PRED2(pred, v1, v2) +// ... +// +// where pred is an n-ary function or functor that returns bool, +// and the values v1, v2, ..., must support the << operator for +// streaming to std::ostream. +// +// We also define the EXPECT_* variations. +// +// For now we only support predicates whose arity is at most 5. +// Please email googletestframework@googlegroups.com if you need +// support for higher arities. + +// GTEST_ASSERT_ is the basic statement to which all of the assertions +// in this file reduce. Don't use this in your code. + +#define GTEST_ASSERT_(expression, on_failure) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (const ::testing::AssertionResult gtest_ar = (expression)) \ + ; \ + else \ + on_failure(gtest_ar.failure_message()) + + +// Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use +// this in your code. +template +AssertionResult AssertPred1Helper(const char* pred_text, + const char* e1, + Pred pred, + const T1& v1) { + if (pred(v1)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT1. +// Don't use this in your code. +#define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, v1), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use +// this in your code. +#define GTEST_PRED1_(pred, v1, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ + #v1, \ + pred, \ + v1), on_failure) + +// Unary predicate assertion macros. +#define EXPECT_PRED_FORMAT1(pred_format, v1) \ + GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED1(pred, v1) \ + GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT1(pred_format, v1) \ + GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED1(pred, v1) \ + GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use +// this in your code. +template +AssertionResult AssertPred2Helper(const char* pred_text, + const char* e1, + const char* e2, + Pred pred, + const T1& v1, + const T2& v2) { + if (pred(v1, v2)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT2. +// Don't use this in your code. +#define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use +// this in your code. +#define GTEST_PRED2_(pred, v1, v2, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ + #v1, \ + #v2, \ + pred, \ + v1, \ + v2), on_failure) + +// Binary predicate assertion macros. +#define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ + GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED2(pred, v1, v2) \ + GTEST_PRED2_(pred, v1, v2, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ + GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED2(pred, v1, v2) \ + GTEST_PRED2_(pred, v1, v2, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use +// this in your code. +template +AssertionResult AssertPred3Helper(const char* pred_text, + const char* e1, + const char* e2, + const char* e3, + Pred pred, + const T1& v1, + const T2& v2, + const T3& v3) { + if (pred(v1, v2, v3)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ", " + << e3 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2 + << "\n" << e3 << " evaluates to " << v3; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT3. +// Don't use this in your code. +#define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED3. Don't use +// this in your code. +#define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \ + #v1, \ + #v2, \ + #v3, \ + pred, \ + v1, \ + v2, \ + v3), on_failure) + +// Ternary predicate assertion macros. +#define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ + GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED3(pred, v1, v2, v3) \ + GTEST_PRED3_(pred, v1, v2, v3, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ + GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED3(pred, v1, v2, v3) \ + GTEST_PRED3_(pred, v1, v2, v3, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED4. Don't use +// this in your code. +template +AssertionResult AssertPred4Helper(const char* pred_text, + const char* e1, + const char* e2, + const char* e3, + const char* e4, + Pred pred, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4) { + if (pred(v1, v2, v3, v4)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ", " + << e3 << ", " + << e4 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2 + << "\n" << e3 << " evaluates to " << v3 + << "\n" << e4 << " evaluates to " << v4; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT4. +// Don't use this in your code. +#define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED4. Don't use +// this in your code. +#define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \ + #v1, \ + #v2, \ + #v3, \ + #v4, \ + pred, \ + v1, \ + v2, \ + v3, \ + v4), on_failure) + +// 4-ary predicate assertion macros. +#define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ + GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED4(pred, v1, v2, v3, v4) \ + GTEST_PRED4_(pred, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ + GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED4(pred, v1, v2, v3, v4) \ + GTEST_PRED4_(pred, v1, v2, v3, v4, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED5. Don't use +// this in your code. +template +AssertionResult AssertPred5Helper(const char* pred_text, + const char* e1, + const char* e2, + const char* e3, + const char* e4, + const char* e5, + Pred pred, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4, + const T5& v5) { + if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ", " + << e3 << ", " + << e4 << ", " + << e5 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2 + << "\n" << e3 << " evaluates to " << v3 + << "\n" << e4 << " evaluates to " << v4 + << "\n" << e5 << " evaluates to " << v5; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT5. +// Don't use this in your code. +#define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED5. Don't use +// this in your code. +#define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \ + #v1, \ + #v2, \ + #v3, \ + #v4, \ + #v5, \ + pred, \ + v1, \ + v2, \ + v3, \ + v4, \ + v5), on_failure) + +// 5-ary predicate assertion macros. +#define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ + GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED5(pred, v1, v2, v3, v4, v5) \ + GTEST_PRED5_(pred, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ + GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED5(pred, v1, v2, v3, v4, v5) \ + GTEST_PRED5_(pred, v1, v2, v3, v4, v5, GTEST_FATAL_FAILURE_) + + + +#endif // GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ + +// Macros for testing equalities and inequalities. +// +// * {ASSERT|EXPECT}_EQ(expected, actual): Tests that expected == actual +// * {ASSERT|EXPECT}_NE(v1, v2): Tests that v1 != v2 +// * {ASSERT|EXPECT}_LT(v1, v2): Tests that v1 < v2 +// * {ASSERT|EXPECT}_LE(v1, v2): Tests that v1 <= v2 +// * {ASSERT|EXPECT}_GT(v1, v2): Tests that v1 > v2 +// * {ASSERT|EXPECT}_GE(v1, v2): Tests that v1 >= v2 +// +// When they are not, Google Test prints both the tested expressions and +// their actual values. The values must be compatible built-in types, +// or you will get a compiler error. By "compatible" we mean that the +// values can be compared by the respective operator. +// +// Note: +// +// 1. It is possible to make a user-defined type work with +// {ASSERT|EXPECT}_??(), but that requires overloading the +// comparison operators and is thus discouraged by the Google C++ +// Usage Guide. Therefore, you are advised to use the +// {ASSERT|EXPECT}_TRUE() macro to assert that two objects are +// equal. +// +// 2. The {ASSERT|EXPECT}_??() macros do pointer comparisons on +// pointers (in particular, C strings). Therefore, if you use it +// with two C strings, you are testing how their locations in memory +// are related, not how their content is related. To compare two C +// strings by content, use {ASSERT|EXPECT}_STR*(). +// +// 3. {ASSERT|EXPECT}_EQ(expected, actual) is preferred to +// {ASSERT|EXPECT}_TRUE(expected == actual), as the former tells you +// what the actual value is when it fails, and similarly for the +// other comparisons. +// +// 4. Do not depend on the order in which {ASSERT|EXPECT}_??() +// evaluate their arguments, which is undefined. +// +// 5. These macros evaluate their arguments exactly once. +// +// Examples: +// +// EXPECT_NE(5, Foo()); +// EXPECT_EQ(NULL, a_pointer); +// ASSERT_LT(i, array_size); +// ASSERT_GT(records.size(), 0) << "There is no record left."; + +#define EXPECT_EQ(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal:: \ + EqHelper::Compare, \ + expected, actual) +#define EXPECT_NE(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNE, expected, actual) +#define EXPECT_LE(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) +#define EXPECT_LT(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) +#define EXPECT_GE(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) +#define EXPECT_GT(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) + +#define GTEST_ASSERT_EQ(expected, actual) \ + ASSERT_PRED_FORMAT2(::testing::internal:: \ + EqHelper::Compare, \ + expected, actual) +#define GTEST_ASSERT_NE(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2) +#define GTEST_ASSERT_LE(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) +#define GTEST_ASSERT_LT(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) +#define GTEST_ASSERT_GE(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) +#define GTEST_ASSERT_GT(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) + +// Define macro GTEST_DONT_DEFINE_ASSERT_XY to 1 to omit the definition of +// ASSERT_XY(), which clashes with some users' own code. + +#if !GTEST_DONT_DEFINE_ASSERT_EQ +# define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_NE +# define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_LE +# define ASSERT_LE(val1, val2) GTEST_ASSERT_LE(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_LT +# define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_GE +# define ASSERT_GE(val1, val2) GTEST_ASSERT_GE(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_GT +# define ASSERT_GT(val1, val2) GTEST_ASSERT_GT(val1, val2) +#endif + +// C-string Comparisons. All tests treat NULL and any non-NULL string +// as different. Two NULLs are equal. +// +// * {ASSERT|EXPECT}_STREQ(s1, s2): Tests that s1 == s2 +// * {ASSERT|EXPECT}_STRNE(s1, s2): Tests that s1 != s2 +// * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case +// * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case +// +// For wide or narrow string objects, you can use the +// {ASSERT|EXPECT}_??() macros. +// +// Don't depend on the order in which the arguments are evaluated, +// which is undefined. +// +// These macros evaluate their arguments exactly once. + +#define EXPECT_STREQ(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, expected, actual) +#define EXPECT_STRNE(s1, s2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2) +#define EXPECT_STRCASEEQ(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, expected, actual) +#define EXPECT_STRCASENE(s1, s2)\ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2) + +#define ASSERT_STREQ(expected, actual) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, expected, actual) +#define ASSERT_STRNE(s1, s2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2) +#define ASSERT_STRCASEEQ(expected, actual) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, expected, actual) +#define ASSERT_STRCASENE(s1, s2)\ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2) + +// Macros for comparing floating-point numbers. +// +// * {ASSERT|EXPECT}_FLOAT_EQ(expected, actual): +// Tests that two float values are almost equal. +// * {ASSERT|EXPECT}_DOUBLE_EQ(expected, actual): +// Tests that two double values are almost equal. +// * {ASSERT|EXPECT}_NEAR(v1, v2, abs_error): +// Tests that v1 and v2 are within the given distance to each other. +// +// Google Test uses ULP-based comparison to automatically pick a default +// error bound that is appropriate for the operands. See the +// FloatingPoint template class in gtest-internal.h if you are +// interested in the implementation details. + +#define EXPECT_FLOAT_EQ(expected, actual)\ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define EXPECT_DOUBLE_EQ(expected, actual)\ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define ASSERT_FLOAT_EQ(expected, actual)\ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define ASSERT_DOUBLE_EQ(expected, actual)\ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define EXPECT_NEAR(val1, val2, abs_error)\ + EXPECT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \ + val1, val2, abs_error) + +#define ASSERT_NEAR(val1, val2, abs_error)\ + ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \ + val1, val2, abs_error) + +// These predicate format functions work on floating-point values, and +// can be used in {ASSERT|EXPECT}_PRED_FORMAT2*(), e.g. +// +// EXPECT_PRED_FORMAT2(testing::DoubleLE, Foo(), 5.0); + +// Asserts that val1 is less than, or almost equal to, val2. Fails +// otherwise. In particular, it fails if either val1 or val2 is NaN. +GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, + float val1, float val2); +GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2, + double val1, double val2); + + +#if GTEST_OS_WINDOWS + +// Macros that test for HRESULT failure and success, these are only useful +// on Windows, and rely on Windows SDK macros and APIs to compile. +// +// * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr) +// +// When expr unexpectedly fails or succeeds, Google Test prints the +// expected result and the actual result with both a human-readable +// string representation of the error, if available, as well as the +// hex result code. +# define EXPECT_HRESULT_SUCCEEDED(expr) \ + EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) + +# define ASSERT_HRESULT_SUCCEEDED(expr) \ + ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) + +# define EXPECT_HRESULT_FAILED(expr) \ + EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) + +# define ASSERT_HRESULT_FAILED(expr) \ + ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) + +#endif // GTEST_OS_WINDOWS + +// Macros that execute statement and check that it doesn't generate new fatal +// failures in the current thread. +// +// * {ASSERT|EXPECT}_NO_FATAL_FAILURE(statement); +// +// Examples: +// +// EXPECT_NO_FATAL_FAILURE(Process()); +// ASSERT_NO_FATAL_FAILURE(Process()) << "Process() failed"; +// +#define ASSERT_NO_FATAL_FAILURE(statement) \ + GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_FATAL_FAILURE_) +#define EXPECT_NO_FATAL_FAILURE(statement) \ + GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_NONFATAL_FAILURE_) + +// Causes a trace (including the source file path, the current line +// number, and the given message) to be included in every test failure +// message generated by code in the current scope. The effect is +// undone when the control leaves the current scope. +// +// The message argument can be anything streamable to std::ostream. +// +// In the implementation, we include the current line number as part +// of the dummy variable name, thus allowing multiple SCOPED_TRACE()s +// to appear in the same block - as long as they are on different +// lines. +#define SCOPED_TRACE(message) \ + ::testing::internal::ScopedTrace GTEST_CONCAT_TOKEN_(gtest_trace_, __LINE__)(\ + __FILE__, __LINE__, ::testing::Message() << (message)) + +// Compile-time assertion for type equality. +// StaticAssertTypeEq() compiles iff type1 and type2 are +// the same type. The value it returns is not interesting. +// +// Instead of making StaticAssertTypeEq a class template, we make it a +// function template that invokes a helper class template. This +// prevents a user from misusing StaticAssertTypeEq by +// defining objects of that type. +// +// CAVEAT: +// +// When used inside a method of a class template, +// StaticAssertTypeEq() is effective ONLY IF the method is +// instantiated. For example, given: +// +// template class Foo { +// public: +// void Bar() { testing::StaticAssertTypeEq(); } +// }; +// +// the code: +// +// void Test1() { Foo foo; } +// +// will NOT generate a compiler error, as Foo::Bar() is never +// actually instantiated. Instead, you need: +// +// void Test2() { Foo foo; foo.Bar(); } +// +// to cause a compiler error. +template +bool StaticAssertTypeEq() { + (void)internal::StaticAssertTypeEqHelper(); + return true; +} + +// Defines a test. +// +// The first parameter is the name of the test case, and the second +// parameter is the name of the test within the test case. +// +// The convention is to end the test case name with "Test". For +// example, a test case for the Foo class can be named FooTest. +// +// The user should put his test code between braces after using this +// macro. Example: +// +// TEST(FooTest, InitializesCorrectly) { +// Foo foo; +// EXPECT_TRUE(foo.StatusIsOK()); +// } + +// Note that we call GetTestTypeId() instead of GetTypeId< +// ::testing::Test>() here to get the type ID of testing::Test. This +// is to work around a suspected linker bug when using Google Test as +// a framework on Mac OS X. The bug causes GetTypeId< +// ::testing::Test>() to return different values depending on whether +// the call is from the Google Test framework itself or from user test +// code. GetTestTypeId() is guaranteed to always return the same +// value, as it always calls GetTypeId<>() from the Google Test +// framework. +#define GTEST_TEST(test_case_name, test_name)\ + GTEST_TEST_(test_case_name, test_name, \ + ::testing::Test, ::testing::internal::GetTestTypeId()) + +// Define this macro to 1 to omit the definition of TEST(), which +// is a generic name and clashes with some other libraries. +#if !GTEST_DONT_DEFINE_TEST +# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) +#endif + +// Defines a test that uses a test fixture. +// +// The first parameter is the name of the test fixture class, which +// also doubles as the test case name. The second parameter is the +// name of the test within the test case. +// +// A test fixture class must be declared earlier. The user should put +// his test code between braces after using this macro. Example: +// +// class FooTest : public testing::Test { +// protected: +// virtual void SetUp() { b_.AddElement(3); } +// +// Foo a_; +// Foo b_; +// }; +// +// TEST_F(FooTest, InitializesCorrectly) { +// EXPECT_TRUE(a_.StatusIsOK()); +// } +// +// TEST_F(FooTest, ReturnsElementCountCorrectly) { +// EXPECT_EQ(0, a_.size()); +// EXPECT_EQ(1, b_.size()); +// } + +#define TEST_F(test_fixture, test_name)\ + GTEST_TEST_(test_fixture, test_name, test_fixture, \ + ::testing::internal::GetTypeId()) + +} // namespace testing + +// Use this function in main() to run all tests. It returns 0 if all +// tests are successful, or 1 otherwise. +// +// RUN_ALL_TESTS() should be invoked after the command line has been +// parsed by InitGoogleTest(). +// +// This function was formerly a macro; thus, it is in the global +// namespace and has an all-caps name. +int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_; + +inline int RUN_ALL_TESTS() { + return ::testing::UnitTest::GetInstance()->Run(); +} + +#endif // GTEST_INCLUDE_GTEST_GTEST_H_ diff --git a/gtest-1.7.0/fused-src/gtest/gtest_main.cc b/gtest-1.7.0/fused-src/gtest/gtest_main.cc new file mode 100644 index 000000000..f30282255 --- /dev/null +++ b/gtest-1.7.0/fused-src/gtest/gtest_main.cc @@ -0,0 +1,38 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +#include + +#include "gtest/gtest.h" + +GTEST_API_ int main(int argc, char **argv) { + printf("Running main() from gtest_main.cc\n"); + testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/include/gtest/gtest-death-test.h b/gtest-1.7.0/include/gtest/gtest-death-test.h new file mode 100644 index 000000000..957a69c6a --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-death-test.h @@ -0,0 +1,294 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines the public API for death tests. It is +// #included by gtest.h so a user doesn't need to include this +// directly. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ + +#include "gtest/internal/gtest-death-test-internal.h" + +namespace testing { + +// This flag controls the style of death tests. Valid values are "threadsafe", +// meaning that the death test child process will re-execute the test binary +// from the start, running only a single death test, or "fast", +// meaning that the child process will execute the test logic immediately +// after forking. +GTEST_DECLARE_string_(death_test_style); + +#if GTEST_HAS_DEATH_TEST + +namespace internal { + +// Returns a Boolean value indicating whether the caller is currently +// executing in the context of the death test child process. Tools such as +// Valgrind heap checkers may need this to modify their behavior in death +// tests. IMPORTANT: This is an internal utility. Using it may break the +// implementation of death tests. User code MUST NOT use it. +GTEST_API_ bool InDeathTestChild(); + +} // namespace internal + +// The following macros are useful for writing death tests. + +// Here's what happens when an ASSERT_DEATH* or EXPECT_DEATH* is +// executed: +// +// 1. It generates a warning if there is more than one active +// thread. This is because it's safe to fork() or clone() only +// when there is a single thread. +// +// 2. The parent process clone()s a sub-process and runs the death +// test in it; the sub-process exits with code 0 at the end of the +// death test, if it hasn't exited already. +// +// 3. The parent process waits for the sub-process to terminate. +// +// 4. The parent process checks the exit code and error message of +// the sub-process. +// +// Examples: +// +// ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number"); +// for (int i = 0; i < 5; i++) { +// EXPECT_DEATH(server.ProcessRequest(i), +// "Invalid request .* in ProcessRequest()") +// << "Failed to die on request " << i; +// } +// +// ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); +// +// bool KilledBySIGHUP(int exit_code) { +// return WIFSIGNALED(exit_code) && WTERMSIG(exit_code) == SIGHUP; +// } +// +// ASSERT_EXIT(client.HangUpServer(), KilledBySIGHUP, "Hanging up!"); +// +// On the regular expressions used in death tests: +// +// On POSIX-compliant systems (*nix), we use the library, +// which uses the POSIX extended regex syntax. +// +// On other platforms (e.g. Windows), we only support a simple regex +// syntax implemented as part of Google Test. This limited +// implementation should be enough most of the time when writing +// death tests; though it lacks many features you can find in PCRE +// or POSIX extended regex syntax. For example, we don't support +// union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and +// repetition count ("x{5,7}"), among others. +// +// Below is the syntax that we do support. We chose it to be a +// subset of both PCRE and POSIX extended regex, so it's easy to +// learn wherever you come from. In the following: 'A' denotes a +// literal character, period (.), or a single \\ escape sequence; +// 'x' and 'y' denote regular expressions; 'm' and 'n' are for +// natural numbers. +// +// c matches any literal character c +// \\d matches any decimal digit +// \\D matches any character that's not a decimal digit +// \\f matches \f +// \\n matches \n +// \\r matches \r +// \\s matches any ASCII whitespace, including \n +// \\S matches any character that's not a whitespace +// \\t matches \t +// \\v matches \v +// \\w matches any letter, _, or decimal digit +// \\W matches any character that \\w doesn't match +// \\c matches any literal character c, which must be a punctuation +// . matches any single character except \n +// A? matches 0 or 1 occurrences of A +// A* matches 0 or many occurrences of A +// A+ matches 1 or many occurrences of A +// ^ matches the beginning of a string (not that of each line) +// $ matches the end of a string (not that of each line) +// xy matches x followed by y +// +// If you accidentally use PCRE or POSIX extended regex features +// not implemented by us, you will get a run-time failure. In that +// case, please try to rewrite your regular expression within the +// above syntax. +// +// This implementation is *not* meant to be as highly tuned or robust +// as a compiled regex library, but should perform well enough for a +// death test, which already incurs significant overhead by launching +// a child process. +// +// Known caveats: +// +// A "threadsafe" style death test obtains the path to the test +// program from argv[0] and re-executes it in the sub-process. For +// simplicity, the current implementation doesn't search the PATH +// when launching the sub-process. This means that the user must +// invoke the test program via a path that contains at least one +// path separator (e.g. path/to/foo_test and +// /absolute/path/to/bar_test are fine, but foo_test is not). This +// is rarely a problem as people usually don't put the test binary +// directory in PATH. +// +// TODO(wan@google.com): make thread-safe death tests search the PATH. + +// Asserts that a given statement causes the program to exit, with an +// integer exit status that satisfies predicate, and emitting error output +// that matches regex. +# define ASSERT_EXIT(statement, predicate, regex) \ + GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_) + +// Like ASSERT_EXIT, but continues on to successive tests in the +// test case, if any: +# define EXPECT_EXIT(statement, predicate, regex) \ + GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_) + +// Asserts that a given statement causes the program to exit, either by +// explicitly exiting with a nonzero exit code or being killed by a +// signal, and emitting error output that matches regex. +# define ASSERT_DEATH(statement, regex) \ + ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) + +// Like ASSERT_DEATH, but continues on to successive tests in the +// test case, if any: +# define EXPECT_DEATH(statement, regex) \ + EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) + +// Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*: + +// Tests that an exit code describes a normal exit with a given exit code. +class GTEST_API_ ExitedWithCode { + public: + explicit ExitedWithCode(int exit_code); + bool operator()(int exit_status) const; + private: + // No implementation - assignment is unsupported. + void operator=(const ExitedWithCode& other); + + const int exit_code_; +}; + +# if !GTEST_OS_WINDOWS +// Tests that an exit code describes an exit due to termination by a +// given signal. +class GTEST_API_ KilledBySignal { + public: + explicit KilledBySignal(int signum); + bool operator()(int exit_status) const; + private: + const int signum_; +}; +# endif // !GTEST_OS_WINDOWS + +// EXPECT_DEBUG_DEATH asserts that the given statements die in debug mode. +// The death testing framework causes this to have interesting semantics, +// since the sideeffects of the call are only visible in opt mode, and not +// in debug mode. +// +// In practice, this can be used to test functions that utilize the +// LOG(DFATAL) macro using the following style: +// +// int DieInDebugOr12(int* sideeffect) { +// if (sideeffect) { +// *sideeffect = 12; +// } +// LOG(DFATAL) << "death"; +// return 12; +// } +// +// TEST(TestCase, TestDieOr12WorksInDgbAndOpt) { +// int sideeffect = 0; +// // Only asserts in dbg. +// EXPECT_DEBUG_DEATH(DieInDebugOr12(&sideeffect), "death"); +// +// #ifdef NDEBUG +// // opt-mode has sideeffect visible. +// EXPECT_EQ(12, sideeffect); +// #else +// // dbg-mode no visible sideeffect. +// EXPECT_EQ(0, sideeffect); +// #endif +// } +// +// This will assert that DieInDebugReturn12InOpt() crashes in debug +// mode, usually due to a DCHECK or LOG(DFATAL), but returns the +// appropriate fallback value (12 in this case) in opt mode. If you +// need to test that a function has appropriate side-effects in opt +// mode, include assertions against the side-effects. A general +// pattern for this is: +// +// EXPECT_DEBUG_DEATH({ +// // Side-effects here will have an effect after this statement in +// // opt mode, but none in debug mode. +// EXPECT_EQ(12, DieInDebugOr12(&sideeffect)); +// }, "death"); +// +# ifdef NDEBUG + +# define EXPECT_DEBUG_DEATH(statement, regex) \ + GTEST_EXECUTE_STATEMENT_(statement, regex) + +# define ASSERT_DEBUG_DEATH(statement, regex) \ + GTEST_EXECUTE_STATEMENT_(statement, regex) + +# else + +# define EXPECT_DEBUG_DEATH(statement, regex) \ + EXPECT_DEATH(statement, regex) + +# define ASSERT_DEBUG_DEATH(statement, regex) \ + ASSERT_DEATH(statement, regex) + +# endif // NDEBUG for EXPECT_DEBUG_DEATH +#endif // GTEST_HAS_DEATH_TEST + +// EXPECT_DEATH_IF_SUPPORTED(statement, regex) and +// ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if +// death tests are supported; otherwise they just issue a warning. This is +// useful when you are combining death test assertions with normal test +// assertions in one test. +#if GTEST_HAS_DEATH_TEST +# define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ + EXPECT_DEATH(statement, regex) +# define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ + ASSERT_DEATH(statement, regex) +#else +# define EXPECT_DEATH_IF_SUPPORTED(statement, regex) \ + GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, ) +# define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ + GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, return) +#endif + +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_DEATH_TEST_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-message.h b/gtest-1.7.0/include/gtest/gtest-message.h new file mode 100644 index 000000000..fe879bca7 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-message.h @@ -0,0 +1,250 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines the Message class. +// +// IMPORTANT NOTE: Due to limitation of the C++ language, we have to +// leave some internal implementation details in this header file. +// They are clearly marked by comments like this: +// +// // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +// +// Such code is NOT meant to be used by a user directly, and is subject +// to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user +// program! + +#ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ +#define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ + +#include + +#include "gtest/internal/gtest-port.h" + +// Ensures that there is at least one operator<< in the global namespace. +// See Message& operator<<(...) below for why. +void operator<<(const testing::internal::Secret&, int); + +namespace testing { + +// The Message class works like an ostream repeater. +// +// Typical usage: +// +// 1. You stream a bunch of values to a Message object. +// It will remember the text in a stringstream. +// 2. Then you stream the Message object to an ostream. +// This causes the text in the Message to be streamed +// to the ostream. +// +// For example; +// +// testing::Message foo; +// foo << 1 << " != " << 2; +// std::cout << foo; +// +// will print "1 != 2". +// +// Message is not intended to be inherited from. In particular, its +// destructor is not virtual. +// +// Note that stringstream behaves differently in gcc and in MSVC. You +// can stream a NULL char pointer to it in the former, but not in the +// latter (it causes an access violation if you do). The Message +// class hides this difference by treating a NULL char pointer as +// "(null)". +class GTEST_API_ Message { + private: + // The type of basic IO manipulators (endl, ends, and flush) for + // narrow streams. + typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&); + + public: + // Constructs an empty Message. + Message(); + + // Copy constructor. + Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT + *ss_ << msg.GetString(); + } + + // Constructs a Message from a C-string. + explicit Message(const char* str) : ss_(new ::std::stringstream) { + *ss_ << str; + } + +#if GTEST_OS_SYMBIAN + // Streams a value (either a pointer or not) to this object. + template + inline Message& operator <<(const T& value) { + StreamHelper(typename internal::is_pointer::type(), value); + return *this; + } +#else + // Streams a non-pointer value to this object. + template + inline Message& operator <<(const T& val) { + // Some libraries overload << for STL containers. These + // overloads are defined in the global namespace instead of ::std. + // + // C++'s symbol lookup rule (i.e. Koenig lookup) says that these + // overloads are visible in either the std namespace or the global + // namespace, but not other namespaces, including the testing + // namespace which Google Test's Message class is in. + // + // To allow STL containers (and other types that has a << operator + // defined in the global namespace) to be used in Google Test + // assertions, testing::Message must access the custom << operator + // from the global namespace. With this using declaration, + // overloads of << defined in the global namespace and those + // visible via Koenig lookup are both exposed in this function. + using ::operator <<; + *ss_ << val; + return *this; + } + + // Streams a pointer value to this object. + // + // This function is an overload of the previous one. When you + // stream a pointer to a Message, this definition will be used as it + // is more specialized. (The C++ Standard, section + // [temp.func.order].) If you stream a non-pointer, then the + // previous definition will be used. + // + // The reason for this overload is that streaming a NULL pointer to + // ostream is undefined behavior. Depending on the compiler, you + // may get "0", "(nil)", "(null)", or an access violation. To + // ensure consistent result across compilers, we always treat NULL + // as "(null)". + template + inline Message& operator <<(T* const& pointer) { // NOLINT + if (pointer == NULL) { + *ss_ << "(null)"; + } else { + *ss_ << pointer; + } + return *this; + } +#endif // GTEST_OS_SYMBIAN + + // Since the basic IO manipulators are overloaded for both narrow + // and wide streams, we have to provide this specialized definition + // of operator <<, even though its body is the same as the + // templatized version above. Without this definition, streaming + // endl or other basic IO manipulators to Message will confuse the + // compiler. + Message& operator <<(BasicNarrowIoManip val) { + *ss_ << val; + return *this; + } + + // Instead of 1/0, we want to see true/false for bool values. + Message& operator <<(bool b) { + return *this << (b ? "true" : "false"); + } + + // These two overloads allow streaming a wide C string to a Message + // using the UTF-8 encoding. + Message& operator <<(const wchar_t* wide_c_str); + Message& operator <<(wchar_t* wide_c_str); + +#if GTEST_HAS_STD_WSTRING + // Converts the given wide string to a narrow string using the UTF-8 + // encoding, and streams the result to this Message object. + Message& operator <<(const ::std::wstring& wstr); +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_GLOBAL_WSTRING + // Converts the given wide string to a narrow string using the UTF-8 + // encoding, and streams the result to this Message object. + Message& operator <<(const ::wstring& wstr); +#endif // GTEST_HAS_GLOBAL_WSTRING + + // Gets the text streamed to this object so far as an std::string. + // Each '\0' character in the buffer is replaced with "\\0". + // + // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + std::string GetString() const; + + private: + +#if GTEST_OS_SYMBIAN + // These are needed as the Nokia Symbian Compiler cannot decide between + // const T& and const T* in a function template. The Nokia compiler _can_ + // decide between class template specializations for T and T*, so a + // tr1::type_traits-like is_pointer works, and we can overload on that. + template + inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { + if (pointer == NULL) { + *ss_ << "(null)"; + } else { + *ss_ << pointer; + } + } + template + inline void StreamHelper(internal::false_type /*is_pointer*/, + const T& value) { + // See the comments in Message& operator <<(const T&) above for why + // we need this using statement. + using ::operator <<; + *ss_ << value; + } +#endif // GTEST_OS_SYMBIAN + + // We'll hold the text streamed to this object here. + const internal::scoped_ptr< ::std::stringstream> ss_; + + // We declare (but don't implement) this to prevent the compiler + // from implementing the assignment operator. + void operator=(const Message&); +}; + +// Streams a Message to an ostream. +inline std::ostream& operator <<(std::ostream& os, const Message& sb) { + return os << sb.GetString(); +} + +namespace internal { + +// Converts a streamable value to an std::string. A NULL pointer is +// converted to "(null)". When the input value is a ::string, +// ::std::string, ::wstring, or ::std::wstring object, each NUL +// character in it is replaced with "\\0". +template +std::string StreamableToString(const T& streamable) { + return (Message() << streamable).GetString(); +} + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-param-test.h b/gtest-1.7.0/include/gtest/gtest-param-test.h new file mode 100644 index 000000000..d6702c8f1 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-param-test.h @@ -0,0 +1,1421 @@ +// This file was GENERATED by command: +// pump.py gtest-param-test.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: vladl@google.com (Vlad Losev) +// +// Macros and functions for implementing parameterized tests +// in Google C++ Testing Framework (Google Test) +// +// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +#ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ + + +// Value-parameterized tests allow you to test your code with different +// parameters without writing multiple copies of the same test. +// +// Here is how you use value-parameterized tests: + +#if 0 + +// To write value-parameterized tests, first you should define a fixture +// class. It is usually derived from testing::TestWithParam (see below for +// another inheritance scheme that's sometimes useful in more complicated +// class hierarchies), where the type of your parameter values. +// TestWithParam is itself derived from testing::Test. T can be any +// copyable type. If it's a raw pointer, you are responsible for managing the +// lifespan of the pointed values. + +class FooTest : public ::testing::TestWithParam { + // You can implement all the usual class fixture members here. +}; + +// Then, use the TEST_P macro to define as many parameterized tests +// for this fixture as you want. The _P suffix is for "parameterized" +// or "pattern", whichever you prefer to think. + +TEST_P(FooTest, DoesBlah) { + // Inside a test, access the test parameter with the GetParam() method + // of the TestWithParam class: + EXPECT_TRUE(foo.Blah(GetParam())); + ... +} + +TEST_P(FooTest, HasBlahBlah) { + ... +} + +// Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test +// case with any set of parameters you want. Google Test defines a number +// of functions for generating test parameters. They return what we call +// (surprise!) parameter generators. Here is a summary of them, which +// are all in the testing namespace: +// +// +// Range(begin, end [, step]) - Yields values {begin, begin+step, +// begin+step+step, ...}. The values do not +// include end. step defaults to 1. +// Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}. +// ValuesIn(container) - Yields values from a C-style array, an STL +// ValuesIn(begin,end) container, or an iterator range [begin, end). +// Bool() - Yields sequence {false, true}. +// Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product +// for the math savvy) of the values generated +// by the N generators. +// +// For more details, see comments at the definitions of these functions below +// in this file. +// +// The following statement will instantiate tests from the FooTest test case +// each with parameter values "meeny", "miny", and "moe". + +INSTANTIATE_TEST_CASE_P(InstantiationName, + FooTest, + Values("meeny", "miny", "moe")); + +// To distinguish different instances of the pattern, (yes, you +// can instantiate it more then once) the first argument to the +// INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the +// actual test case name. Remember to pick unique prefixes for different +// instantiations. The tests from the instantiation above will have +// these names: +// +// * InstantiationName/FooTest.DoesBlah/0 for "meeny" +// * InstantiationName/FooTest.DoesBlah/1 for "miny" +// * InstantiationName/FooTest.DoesBlah/2 for "moe" +// * InstantiationName/FooTest.HasBlahBlah/0 for "meeny" +// * InstantiationName/FooTest.HasBlahBlah/1 for "miny" +// * InstantiationName/FooTest.HasBlahBlah/2 for "moe" +// +// You can use these names in --gtest_filter. +// +// This statement will instantiate all tests from FooTest again, each +// with parameter values "cat" and "dog": + +const char* pets[] = {"cat", "dog"}; +INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets)); + +// The tests from the instantiation above will have these names: +// +// * AnotherInstantiationName/FooTest.DoesBlah/0 for "cat" +// * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog" +// * AnotherInstantiationName/FooTest.HasBlahBlah/0 for "cat" +// * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog" +// +// Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests +// in the given test case, whether their definitions come before or +// AFTER the INSTANTIATE_TEST_CASE_P statement. +// +// Please also note that generator expressions (including parameters to the +// generators) are evaluated in InitGoogleTest(), after main() has started. +// This allows the user on one hand, to adjust generator parameters in order +// to dynamically determine a set of tests to run and on the other hand, +// give the user a chance to inspect the generated tests with Google Test +// reflection API before RUN_ALL_TESTS() is executed. +// +// You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc +// for more examples. +// +// In the future, we plan to publish the API for defining new parameter +// generators. But for now this interface remains part of the internal +// implementation and is subject to change. +// +// +// A parameterized test fixture must be derived from testing::Test and from +// testing::WithParamInterface, where T is the type of the parameter +// values. Inheriting from TestWithParam satisfies that requirement because +// TestWithParam inherits from both Test and WithParamInterface. In more +// complicated hierarchies, however, it is occasionally useful to inherit +// separately from Test and WithParamInterface. For example: + +class BaseTest : public ::testing::Test { + // You can inherit all the usual members for a non-parameterized test + // fixture here. +}; + +class DerivedTest : public BaseTest, public ::testing::WithParamInterface { + // The usual test fixture members go here too. +}; + +TEST_F(BaseTest, HasFoo) { + // This is an ordinary non-parameterized test. +} + +TEST_P(DerivedTest, DoesBlah) { + // GetParam works just the same here as if you inherit from TestWithParam. + EXPECT_TRUE(foo.Blah(GetParam())); +} + +#endif // 0 + +#include "gtest/internal/gtest-port.h" + +#if !GTEST_OS_SYMBIAN +# include +#endif + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +#include "gtest/internal/gtest-internal.h" +#include "gtest/internal/gtest-param-util.h" +#include "gtest/internal/gtest-param-util-generated.h" + +#if GTEST_HAS_PARAM_TEST + +namespace testing { + +// Functions producing parameter generators. +// +// Google Test uses these generators to produce parameters for value- +// parameterized tests. When a parameterized test case is instantiated +// with a particular generator, Google Test creates and runs tests +// for each element in the sequence produced by the generator. +// +// In the following sample, tests from test case FooTest are instantiated +// each three times with parameter values 3, 5, and 8: +// +// class FooTest : public TestWithParam { ... }; +// +// TEST_P(FooTest, TestThis) { +// } +// TEST_P(FooTest, TestThat) { +// } +// INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8)); +// + +// Range() returns generators providing sequences of values in a range. +// +// Synopsis: +// Range(start, end) +// - returns a generator producing a sequence of values {start, start+1, +// start+2, ..., }. +// Range(start, end, step) +// - returns a generator producing a sequence of values {start, start+step, +// start+step+step, ..., }. +// Notes: +// * The generated sequences never include end. For example, Range(1, 5) +// returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2) +// returns a generator producing {1, 3, 5, 7}. +// * start and end must have the same type. That type may be any integral or +// floating-point type or a user defined type satisfying these conditions: +// * It must be assignable (have operator=() defined). +// * It must have operator+() (operator+(int-compatible type) for +// two-operand version). +// * It must have operator<() defined. +// Elements in the resulting sequences will also have that type. +// * Condition start < end must be satisfied in order for resulting sequences +// to contain any elements. +// +template +internal::ParamGenerator Range(T start, T end, IncrementT step) { + return internal::ParamGenerator( + new internal::RangeGenerator(start, end, step)); +} + +template +internal::ParamGenerator Range(T start, T end) { + return Range(start, end, 1); +} + +// ValuesIn() function allows generation of tests with parameters coming from +// a container. +// +// Synopsis: +// ValuesIn(const T (&array)[N]) +// - returns a generator producing sequences with elements from +// a C-style array. +// ValuesIn(const Container& container) +// - returns a generator producing sequences with elements from +// an STL-style container. +// ValuesIn(Iterator begin, Iterator end) +// - returns a generator producing sequences with elements from +// a range [begin, end) defined by a pair of STL-style iterators. These +// iterators can also be plain C pointers. +// +// Please note that ValuesIn copies the values from the containers +// passed in and keeps them to generate tests in RUN_ALL_TESTS(). +// +// Examples: +// +// This instantiates tests from test case StringTest +// each with C-string values of "foo", "bar", and "baz": +// +// const char* strings[] = {"foo", "bar", "baz"}; +// INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings)); +// +// This instantiates tests from test case StlStringTest +// each with STL strings with values "a" and "b": +// +// ::std::vector< ::std::string> GetParameterStrings() { +// ::std::vector< ::std::string> v; +// v.push_back("a"); +// v.push_back("b"); +// return v; +// } +// +// INSTANTIATE_TEST_CASE_P(CharSequence, +// StlStringTest, +// ValuesIn(GetParameterStrings())); +// +// +// This will also instantiate tests from CharTest +// each with parameter values 'a' and 'b': +// +// ::std::list GetParameterChars() { +// ::std::list list; +// list.push_back('a'); +// list.push_back('b'); +// return list; +// } +// ::std::list l = GetParameterChars(); +// INSTANTIATE_TEST_CASE_P(CharSequence2, +// CharTest, +// ValuesIn(l.begin(), l.end())); +// +template +internal::ParamGenerator< + typename ::testing::internal::IteratorTraits::value_type> +ValuesIn(ForwardIterator begin, ForwardIterator end) { + typedef typename ::testing::internal::IteratorTraits + ::value_type ParamType; + return internal::ParamGenerator( + new internal::ValuesInIteratorRangeGenerator(begin, end)); +} + +template +internal::ParamGenerator ValuesIn(const T (&array)[N]) { + return ValuesIn(array, array + N); +} + +template +internal::ParamGenerator ValuesIn( + const Container& container) { + return ValuesIn(container.begin(), container.end()); +} + +// Values() allows generating tests from explicitly specified list of +// parameters. +// +// Synopsis: +// Values(T v1, T v2, ..., T vN) +// - returns a generator producing sequences with elements v1, v2, ..., vN. +// +// For example, this instantiates tests from test case BarTest each +// with values "one", "two", and "three": +// +// INSTANTIATE_TEST_CASE_P(NumSequence, BarTest, Values("one", "two", "three")); +// +// This instantiates tests from test case BazTest each with values 1, 2, 3.5. +// The exact type of values will depend on the type of parameter in BazTest. +// +// INSTANTIATE_TEST_CASE_P(FloatingNumbers, BazTest, Values(1, 2, 3.5)); +// +// Currently, Values() supports from 1 to 50 parameters. +// +template +internal::ValueArray1 Values(T1 v1) { + return internal::ValueArray1(v1); +} + +template +internal::ValueArray2 Values(T1 v1, T2 v2) { + return internal::ValueArray2(v1, v2); +} + +template +internal::ValueArray3 Values(T1 v1, T2 v2, T3 v3) { + return internal::ValueArray3(v1, v2, v3); +} + +template +internal::ValueArray4 Values(T1 v1, T2 v2, T3 v3, T4 v4) { + return internal::ValueArray4(v1, v2, v3, v4); +} + +template +internal::ValueArray5 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5) { + return internal::ValueArray5(v1, v2, v3, v4, v5); +} + +template +internal::ValueArray6 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6) { + return internal::ValueArray6(v1, v2, v3, v4, v5, v6); +} + +template +internal::ValueArray7 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6, T7 v7) { + return internal::ValueArray7(v1, v2, v3, v4, v5, + v6, v7); +} + +template +internal::ValueArray8 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) { + return internal::ValueArray8(v1, v2, v3, v4, + v5, v6, v7, v8); +} + +template +internal::ValueArray9 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) { + return internal::ValueArray9(v1, v2, v3, + v4, v5, v6, v7, v8, v9); +} + +template +internal::ValueArray10 Values(T1 v1, + T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) { + return internal::ValueArray10(v1, + v2, v3, v4, v5, v6, v7, v8, v9, v10); +} + +template +internal::ValueArray11 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11) { + return internal::ValueArray11(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11); +} + +template +internal::ValueArray12 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12) { + return internal::ValueArray12(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12); +} + +template +internal::ValueArray13 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13) { + return internal::ValueArray13(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13); +} + +template +internal::ValueArray14 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) { + return internal::ValueArray14(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, + v14); +} + +template +internal::ValueArray15 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) { + return internal::ValueArray15(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, + v13, v14, v15); +} + +template +internal::ValueArray16 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16) { + return internal::ValueArray16(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, + v12, v13, v14, v15, v16); +} + +template +internal::ValueArray17 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17) { + return internal::ValueArray17(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, + v11, v12, v13, v14, v15, v16, v17); +} + +template +internal::ValueArray18 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, + T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18) { + return internal::ValueArray18(v1, v2, v3, v4, v5, v6, v7, v8, v9, + v10, v11, v12, v13, v14, v15, v16, v17, v18); +} + +template +internal::ValueArray19 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, + T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, + T15 v15, T16 v16, T17 v17, T18 v18, T19 v19) { + return internal::ValueArray19(v1, v2, v3, v4, v5, v6, v7, v8, + v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19); +} + +template +internal::ValueArray20 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20) { + return internal::ValueArray20(v1, v2, v3, v4, v5, v6, v7, + v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20); +} + +template +internal::ValueArray21 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21) { + return internal::ValueArray21(v1, v2, v3, v4, v5, v6, + v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21); +} + +template +internal::ValueArray22 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22) { + return internal::ValueArray22(v1, v2, v3, v4, + v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22); +} + +template +internal::ValueArray23 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23) { + return internal::ValueArray23(v1, v2, v3, + v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23); +} + +template +internal::ValueArray24 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24) { + return internal::ValueArray24(v1, v2, + v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, + v19, v20, v21, v22, v23, v24); +} + +template +internal::ValueArray25 Values(T1 v1, + T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, + T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, + T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25) { + return internal::ValueArray25(v1, + v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, + v18, v19, v20, v21, v22, v23, v24, v25); +} + +template +internal::ValueArray26 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26) { + return internal::ValueArray26(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, + v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26); +} + +template +internal::ValueArray27 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27) { + return internal::ValueArray27(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, + v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27); +} + +template +internal::ValueArray28 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28) { + return internal::ValueArray28(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, + v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, + v28); +} + +template +internal::ValueArray29 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29) { + return internal::ValueArray29(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, + v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, + v27, v28, v29); +} + +template +internal::ValueArray30 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, + T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, + T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30) { + return internal::ValueArray30(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, + v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, + v26, v27, v28, v29, v30); +} + +template +internal::ValueArray31 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31) { + return internal::ValueArray31(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, + v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, + v25, v26, v27, v28, v29, v30, v31); +} + +template +internal::ValueArray32 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32) { + return internal::ValueArray32(v1, v2, v3, v4, v5, v6, v7, v8, v9, + v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32); +} + +template +internal::ValueArray33 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, + T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33) { + return internal::ValueArray33(v1, v2, v3, v4, v5, v6, v7, v8, + v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32, v33); +} + +template +internal::ValueArray34 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, + T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, + T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, + T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, + T31 v31, T32 v32, T33 v33, T34 v34) { + return internal::ValueArray34(v1, v2, v3, v4, v5, v6, v7, + v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, + v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34); +} + +template +internal::ValueArray35 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, + T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, + T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35) { + return internal::ValueArray35(v1, v2, v3, v4, v5, v6, + v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, + v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35); +} + +template +internal::ValueArray36 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, + T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, + T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36) { + return internal::ValueArray36(v1, v2, v3, v4, + v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, + v34, v35, v36); +} + +template +internal::ValueArray37 Values(T1 v1, T2 v2, T3 v3, + T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, + T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, + T37 v37) { + return internal::ValueArray37(v1, v2, v3, + v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, + v34, v35, v36, v37); +} + +template +internal::ValueArray38 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, + T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, + T37 v37, T38 v38) { + return internal::ValueArray38(v1, v2, + v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, + v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, + v33, v34, v35, v36, v37, v38); +} + +template +internal::ValueArray39 Values(T1 v1, T2 v2, + T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, + T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, + T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, + T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, + T37 v37, T38 v38, T39 v39) { + return internal::ValueArray39(v1, + v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, + v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, + v32, v33, v34, v35, v36, v37, v38, v39); +} + +template +internal::ValueArray40 Values(T1 v1, + T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, + T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, + T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, + T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, + T36 v36, T37 v37, T38 v38, T39 v39, T40 v40) { + return internal::ValueArray40(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, + v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, + v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40); +} + +template +internal::ValueArray41 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41) { + return internal::ValueArray41(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, + v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, + v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41); +} + +template +internal::ValueArray42 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42) { + return internal::ValueArray42(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, + v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, + v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, v41, + v42); +} + +template +internal::ValueArray43 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43) { + return internal::ValueArray43(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, + v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, + v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, v40, + v41, v42, v43); +} + +template +internal::ValueArray44 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44) { + return internal::ValueArray44(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, + v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, + v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, v39, + v40, v41, v42, v43, v44); +} + +template +internal::ValueArray45 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, + T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, + T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, + T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, + T41 v41, T42 v42, T43 v43, T44 v44, T45 v45) { + return internal::ValueArray45(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, + v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, + v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, v38, + v39, v40, v41, v42, v43, v44, v45); +} + +template +internal::ValueArray46 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, + T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46) { + return internal::ValueArray46(v1, v2, v3, v4, v5, v6, v7, v8, v9, + v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, + v38, v39, v40, v41, v42, v43, v44, v45, v46); +} + +template +internal::ValueArray47 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, + T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47) { + return internal::ValueArray47(v1, v2, v3, v4, v5, v6, v7, v8, + v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, + v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, v37, + v38, v39, v40, v41, v42, v43, v44, v45, v46, v47); +} + +template +internal::ValueArray48 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, + T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, + T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, + T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, + T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, + T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, + T48 v48) { + return internal::ValueArray48(v1, v2, v3, v4, v5, v6, v7, + v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, + v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, v36, + v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48); +} + +template +internal::ValueArray49 Values(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, + T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, + T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, + T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, + T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, + T39 v39, T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, + T47 v47, T48 v48, T49 v49) { + return internal::ValueArray49(v1, v2, v3, v4, v5, v6, + v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, + v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, v34, v35, + v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, v48, v49); +} + +template +internal::ValueArray50 Values(T1 v1, T2 v2, T3 v3, T4 v4, + T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, + T14 v14, T15 v15, T16 v16, T17 v17, T18 v18, T19 v19, T20 v20, T21 v21, + T22 v22, T23 v23, T24 v24, T25 v25, T26 v26, T27 v27, T28 v28, T29 v29, + T30 v30, T31 v31, T32 v32, T33 v33, T34 v34, T35 v35, T36 v36, T37 v37, + T38 v38, T39 v39, T40 v40, T41 v41, T42 v42, T43 v43, T44 v44, T45 v45, + T46 v46, T47 v47, T48 v48, T49 v49, T50 v50) { + return internal::ValueArray50(v1, v2, v3, v4, + v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, + v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31, v32, v33, + v34, v35, v36, v37, v38, v39, v40, v41, v42, v43, v44, v45, v46, v47, + v48, v49, v50); +} + +// Bool() allows generating tests with parameters in a set of (false, true). +// +// Synopsis: +// Bool() +// - returns a generator producing sequences with elements {false, true}. +// +// It is useful when testing code that depends on Boolean flags. Combinations +// of multiple flags can be tested when several Bool()'s are combined using +// Combine() function. +// +// In the following example all tests in the test case FlagDependentTest +// will be instantiated twice with parameters false and true. +// +// class FlagDependentTest : public testing::TestWithParam { +// virtual void SetUp() { +// external_flag = GetParam(); +// } +// } +// INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool()); +// +inline internal::ParamGenerator Bool() { + return Values(false, true); +} + +# if GTEST_HAS_COMBINE +// Combine() allows the user to combine two or more sequences to produce +// values of a Cartesian product of those sequences' elements. +// +// Synopsis: +// Combine(gen1, gen2, ..., genN) +// - returns a generator producing sequences with elements coming from +// the Cartesian product of elements from the sequences generated by +// gen1, gen2, ..., genN. The sequence elements will have a type of +// tuple where T1, T2, ..., TN are the types +// of elements from sequences produces by gen1, gen2, ..., genN. +// +// Combine can have up to 10 arguments. This number is currently limited +// by the maximum number of elements in the tuple implementation used by Google +// Test. +// +// Example: +// +// This will instantiate tests in test case AnimalTest each one with +// the parameter values tuple("cat", BLACK), tuple("cat", WHITE), +// tuple("dog", BLACK), and tuple("dog", WHITE): +// +// enum Color { BLACK, GRAY, WHITE }; +// class AnimalTest +// : public testing::TestWithParam > {...}; +// +// TEST_P(AnimalTest, AnimalLooksNice) {...} +// +// INSTANTIATE_TEST_CASE_P(AnimalVariations, AnimalTest, +// Combine(Values("cat", "dog"), +// Values(BLACK, WHITE))); +// +// This will instantiate tests in FlagDependentTest with all variations of two +// Boolean flags: +// +// class FlagDependentTest +// : public testing::TestWithParam > { +// virtual void SetUp() { +// // Assigns external_flag_1 and external_flag_2 values from the tuple. +// tie(external_flag_1, external_flag_2) = GetParam(); +// } +// }; +// +// TEST_P(FlagDependentTest, TestFeature1) { +// // Test your code using external_flag_1 and external_flag_2 here. +// } +// INSTANTIATE_TEST_CASE_P(TwoBoolSequence, FlagDependentTest, +// Combine(Bool(), Bool())); +// +template +internal::CartesianProductHolder2 Combine( + const Generator1& g1, const Generator2& g2) { + return internal::CartesianProductHolder2( + g1, g2); +} + +template +internal::CartesianProductHolder3 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3) { + return internal::CartesianProductHolder3( + g1, g2, g3); +} + +template +internal::CartesianProductHolder4 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4) { + return internal::CartesianProductHolder4( + g1, g2, g3, g4); +} + +template +internal::CartesianProductHolder5 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5) { + return internal::CartesianProductHolder5( + g1, g2, g3, g4, g5); +} + +template +internal::CartesianProductHolder6 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6) { + return internal::CartesianProductHolder6( + g1, g2, g3, g4, g5, g6); +} + +template +internal::CartesianProductHolder7 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7) { + return internal::CartesianProductHolder7( + g1, g2, g3, g4, g5, g6, g7); +} + +template +internal::CartesianProductHolder8 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7, const Generator8& g8) { + return internal::CartesianProductHolder8( + g1, g2, g3, g4, g5, g6, g7, g8); +} + +template +internal::CartesianProductHolder9 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7, const Generator8& g8, const Generator9& g9) { + return internal::CartesianProductHolder9( + g1, g2, g3, g4, g5, g6, g7, g8, g9); +} + +template +internal::CartesianProductHolder10 Combine( + const Generator1& g1, const Generator2& g2, const Generator3& g3, + const Generator4& g4, const Generator5& g5, const Generator6& g6, + const Generator7& g7, const Generator8& g8, const Generator9& g9, + const Generator10& g10) { + return internal::CartesianProductHolder10( + g1, g2, g3, g4, g5, g6, g7, g8, g9, g10); +} +# endif // GTEST_HAS_COMBINE + + + +# define TEST_P(test_case_name, test_name) \ + class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ + : public test_case_name { \ + public: \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {} \ + virtual void TestBody(); \ + private: \ + static int AddToRegistry() { \ + ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ + GetTestCasePatternHolder(\ + #test_case_name, __FILE__, __LINE__)->AddTestPattern(\ + #test_case_name, \ + #test_name, \ + new ::testing::internal::TestMetaFactory< \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>()); \ + return 0; \ + } \ + static int gtest_registering_dummy_; \ + GTEST_DISALLOW_COPY_AND_ASSIGN_(\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)); \ + }; \ + int GTEST_TEST_CLASS_NAME_(test_case_name, \ + test_name)::gtest_registering_dummy_ = \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::AddToRegistry(); \ + void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() + +# define INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ + ::testing::internal::ParamGenerator \ + gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \ + int gtest_##prefix##test_case_name##_dummy_ = \ + ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ + GetTestCasePatternHolder(\ + #test_case_name, __FILE__, __LINE__)->AddTestCaseInstantiation(\ + #prefix, \ + >est_##prefix##test_case_name##_EvalGenerator_, \ + __FILE__, __LINE__) + +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-param-test.h.pump b/gtest-1.7.0/include/gtest/gtest-param-test.h.pump new file mode 100644 index 000000000..2dc9303b5 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-param-test.h.pump @@ -0,0 +1,487 @@ +$$ -*- mode: c++; -*- +$var n = 50 $$ Maximum length of Values arguments we want to support. +$var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: vladl@google.com (Vlad Losev) +// +// Macros and functions for implementing parameterized tests +// in Google C++ Testing Framework (Google Test) +// +// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +#ifndef GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ + + +// Value-parameterized tests allow you to test your code with different +// parameters without writing multiple copies of the same test. +// +// Here is how you use value-parameterized tests: + +#if 0 + +// To write value-parameterized tests, first you should define a fixture +// class. It is usually derived from testing::TestWithParam (see below for +// another inheritance scheme that's sometimes useful in more complicated +// class hierarchies), where the type of your parameter values. +// TestWithParam is itself derived from testing::Test. T can be any +// copyable type. If it's a raw pointer, you are responsible for managing the +// lifespan of the pointed values. + +class FooTest : public ::testing::TestWithParam { + // You can implement all the usual class fixture members here. +}; + +// Then, use the TEST_P macro to define as many parameterized tests +// for this fixture as you want. The _P suffix is for "parameterized" +// or "pattern", whichever you prefer to think. + +TEST_P(FooTest, DoesBlah) { + // Inside a test, access the test parameter with the GetParam() method + // of the TestWithParam class: + EXPECT_TRUE(foo.Blah(GetParam())); + ... +} + +TEST_P(FooTest, HasBlahBlah) { + ... +} + +// Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test +// case with any set of parameters you want. Google Test defines a number +// of functions for generating test parameters. They return what we call +// (surprise!) parameter generators. Here is a summary of them, which +// are all in the testing namespace: +// +// +// Range(begin, end [, step]) - Yields values {begin, begin+step, +// begin+step+step, ...}. The values do not +// include end. step defaults to 1. +// Values(v1, v2, ..., vN) - Yields values {v1, v2, ..., vN}. +// ValuesIn(container) - Yields values from a C-style array, an STL +// ValuesIn(begin,end) container, or an iterator range [begin, end). +// Bool() - Yields sequence {false, true}. +// Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product +// for the math savvy) of the values generated +// by the N generators. +// +// For more details, see comments at the definitions of these functions below +// in this file. +// +// The following statement will instantiate tests from the FooTest test case +// each with parameter values "meeny", "miny", and "moe". + +INSTANTIATE_TEST_CASE_P(InstantiationName, + FooTest, + Values("meeny", "miny", "moe")); + +// To distinguish different instances of the pattern, (yes, you +// can instantiate it more then once) the first argument to the +// INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the +// actual test case name. Remember to pick unique prefixes for different +// instantiations. The tests from the instantiation above will have +// these names: +// +// * InstantiationName/FooTest.DoesBlah/0 for "meeny" +// * InstantiationName/FooTest.DoesBlah/1 for "miny" +// * InstantiationName/FooTest.DoesBlah/2 for "moe" +// * InstantiationName/FooTest.HasBlahBlah/0 for "meeny" +// * InstantiationName/FooTest.HasBlahBlah/1 for "miny" +// * InstantiationName/FooTest.HasBlahBlah/2 for "moe" +// +// You can use these names in --gtest_filter. +// +// This statement will instantiate all tests from FooTest again, each +// with parameter values "cat" and "dog": + +const char* pets[] = {"cat", "dog"}; +INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets)); + +// The tests from the instantiation above will have these names: +// +// * AnotherInstantiationName/FooTest.DoesBlah/0 for "cat" +// * AnotherInstantiationName/FooTest.DoesBlah/1 for "dog" +// * AnotherInstantiationName/FooTest.HasBlahBlah/0 for "cat" +// * AnotherInstantiationName/FooTest.HasBlahBlah/1 for "dog" +// +// Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests +// in the given test case, whether their definitions come before or +// AFTER the INSTANTIATE_TEST_CASE_P statement. +// +// Please also note that generator expressions (including parameters to the +// generators) are evaluated in InitGoogleTest(), after main() has started. +// This allows the user on one hand, to adjust generator parameters in order +// to dynamically determine a set of tests to run and on the other hand, +// give the user a chance to inspect the generated tests with Google Test +// reflection API before RUN_ALL_TESTS() is executed. +// +// You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc +// for more examples. +// +// In the future, we plan to publish the API for defining new parameter +// generators. But for now this interface remains part of the internal +// implementation and is subject to change. +// +// +// A parameterized test fixture must be derived from testing::Test and from +// testing::WithParamInterface, where T is the type of the parameter +// values. Inheriting from TestWithParam satisfies that requirement because +// TestWithParam inherits from both Test and WithParamInterface. In more +// complicated hierarchies, however, it is occasionally useful to inherit +// separately from Test and WithParamInterface. For example: + +class BaseTest : public ::testing::Test { + // You can inherit all the usual members for a non-parameterized test + // fixture here. +}; + +class DerivedTest : public BaseTest, public ::testing::WithParamInterface { + // The usual test fixture members go here too. +}; + +TEST_F(BaseTest, HasFoo) { + // This is an ordinary non-parameterized test. +} + +TEST_P(DerivedTest, DoesBlah) { + // GetParam works just the same here as if you inherit from TestWithParam. + EXPECT_TRUE(foo.Blah(GetParam())); +} + +#endif // 0 + +#include "gtest/internal/gtest-port.h" + +#if !GTEST_OS_SYMBIAN +# include +#endif + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +#include "gtest/internal/gtest-internal.h" +#include "gtest/internal/gtest-param-util.h" +#include "gtest/internal/gtest-param-util-generated.h" + +#if GTEST_HAS_PARAM_TEST + +namespace testing { + +// Functions producing parameter generators. +// +// Google Test uses these generators to produce parameters for value- +// parameterized tests. When a parameterized test case is instantiated +// with a particular generator, Google Test creates and runs tests +// for each element in the sequence produced by the generator. +// +// In the following sample, tests from test case FooTest are instantiated +// each three times with parameter values 3, 5, and 8: +// +// class FooTest : public TestWithParam { ... }; +// +// TEST_P(FooTest, TestThis) { +// } +// TEST_P(FooTest, TestThat) { +// } +// INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8)); +// + +// Range() returns generators providing sequences of values in a range. +// +// Synopsis: +// Range(start, end) +// - returns a generator producing a sequence of values {start, start+1, +// start+2, ..., }. +// Range(start, end, step) +// - returns a generator producing a sequence of values {start, start+step, +// start+step+step, ..., }. +// Notes: +// * The generated sequences never include end. For example, Range(1, 5) +// returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2) +// returns a generator producing {1, 3, 5, 7}. +// * start and end must have the same type. That type may be any integral or +// floating-point type or a user defined type satisfying these conditions: +// * It must be assignable (have operator=() defined). +// * It must have operator+() (operator+(int-compatible type) for +// two-operand version). +// * It must have operator<() defined. +// Elements in the resulting sequences will also have that type. +// * Condition start < end must be satisfied in order for resulting sequences +// to contain any elements. +// +template +internal::ParamGenerator Range(T start, T end, IncrementT step) { + return internal::ParamGenerator( + new internal::RangeGenerator(start, end, step)); +} + +template +internal::ParamGenerator Range(T start, T end) { + return Range(start, end, 1); +} + +// ValuesIn() function allows generation of tests with parameters coming from +// a container. +// +// Synopsis: +// ValuesIn(const T (&array)[N]) +// - returns a generator producing sequences with elements from +// a C-style array. +// ValuesIn(const Container& container) +// - returns a generator producing sequences with elements from +// an STL-style container. +// ValuesIn(Iterator begin, Iterator end) +// - returns a generator producing sequences with elements from +// a range [begin, end) defined by a pair of STL-style iterators. These +// iterators can also be plain C pointers. +// +// Please note that ValuesIn copies the values from the containers +// passed in and keeps them to generate tests in RUN_ALL_TESTS(). +// +// Examples: +// +// This instantiates tests from test case StringTest +// each with C-string values of "foo", "bar", and "baz": +// +// const char* strings[] = {"foo", "bar", "baz"}; +// INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings)); +// +// This instantiates tests from test case StlStringTest +// each with STL strings with values "a" and "b": +// +// ::std::vector< ::std::string> GetParameterStrings() { +// ::std::vector< ::std::string> v; +// v.push_back("a"); +// v.push_back("b"); +// return v; +// } +// +// INSTANTIATE_TEST_CASE_P(CharSequence, +// StlStringTest, +// ValuesIn(GetParameterStrings())); +// +// +// This will also instantiate tests from CharTest +// each with parameter values 'a' and 'b': +// +// ::std::list GetParameterChars() { +// ::std::list list; +// list.push_back('a'); +// list.push_back('b'); +// return list; +// } +// ::std::list l = GetParameterChars(); +// INSTANTIATE_TEST_CASE_P(CharSequence2, +// CharTest, +// ValuesIn(l.begin(), l.end())); +// +template +internal::ParamGenerator< + typename ::testing::internal::IteratorTraits::value_type> +ValuesIn(ForwardIterator begin, ForwardIterator end) { + typedef typename ::testing::internal::IteratorTraits + ::value_type ParamType; + return internal::ParamGenerator( + new internal::ValuesInIteratorRangeGenerator(begin, end)); +} + +template +internal::ParamGenerator ValuesIn(const T (&array)[N]) { + return ValuesIn(array, array + N); +} + +template +internal::ParamGenerator ValuesIn( + const Container& container) { + return ValuesIn(container.begin(), container.end()); +} + +// Values() allows generating tests from explicitly specified list of +// parameters. +// +// Synopsis: +// Values(T v1, T v2, ..., T vN) +// - returns a generator producing sequences with elements v1, v2, ..., vN. +// +// For example, this instantiates tests from test case BarTest each +// with values "one", "two", and "three": +// +// INSTANTIATE_TEST_CASE_P(NumSequence, BarTest, Values("one", "two", "three")); +// +// This instantiates tests from test case BazTest each with values 1, 2, 3.5. +// The exact type of values will depend on the type of parameter in BazTest. +// +// INSTANTIATE_TEST_CASE_P(FloatingNumbers, BazTest, Values(1, 2, 3.5)); +// +// Currently, Values() supports from 1 to $n parameters. +// +$range i 1..n +$for i [[ +$range j 1..i + +template <$for j, [[typename T$j]]> +internal::ValueArray$i<$for j, [[T$j]]> Values($for j, [[T$j v$j]]) { + return internal::ValueArray$i<$for j, [[T$j]]>($for j, [[v$j]]); +} + +]] + +// Bool() allows generating tests with parameters in a set of (false, true). +// +// Synopsis: +// Bool() +// - returns a generator producing sequences with elements {false, true}. +// +// It is useful when testing code that depends on Boolean flags. Combinations +// of multiple flags can be tested when several Bool()'s are combined using +// Combine() function. +// +// In the following example all tests in the test case FlagDependentTest +// will be instantiated twice with parameters false and true. +// +// class FlagDependentTest : public testing::TestWithParam { +// virtual void SetUp() { +// external_flag = GetParam(); +// } +// } +// INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool()); +// +inline internal::ParamGenerator Bool() { + return Values(false, true); +} + +# if GTEST_HAS_COMBINE +// Combine() allows the user to combine two or more sequences to produce +// values of a Cartesian product of those sequences' elements. +// +// Synopsis: +// Combine(gen1, gen2, ..., genN) +// - returns a generator producing sequences with elements coming from +// the Cartesian product of elements from the sequences generated by +// gen1, gen2, ..., genN. The sequence elements will have a type of +// tuple where T1, T2, ..., TN are the types +// of elements from sequences produces by gen1, gen2, ..., genN. +// +// Combine can have up to $maxtuple arguments. This number is currently limited +// by the maximum number of elements in the tuple implementation used by Google +// Test. +// +// Example: +// +// This will instantiate tests in test case AnimalTest each one with +// the parameter values tuple("cat", BLACK), tuple("cat", WHITE), +// tuple("dog", BLACK), and tuple("dog", WHITE): +// +// enum Color { BLACK, GRAY, WHITE }; +// class AnimalTest +// : public testing::TestWithParam > {...}; +// +// TEST_P(AnimalTest, AnimalLooksNice) {...} +// +// INSTANTIATE_TEST_CASE_P(AnimalVariations, AnimalTest, +// Combine(Values("cat", "dog"), +// Values(BLACK, WHITE))); +// +// This will instantiate tests in FlagDependentTest with all variations of two +// Boolean flags: +// +// class FlagDependentTest +// : public testing::TestWithParam > { +// virtual void SetUp() { +// // Assigns external_flag_1 and external_flag_2 values from the tuple. +// tie(external_flag_1, external_flag_2) = GetParam(); +// } +// }; +// +// TEST_P(FlagDependentTest, TestFeature1) { +// // Test your code using external_flag_1 and external_flag_2 here. +// } +// INSTANTIATE_TEST_CASE_P(TwoBoolSequence, FlagDependentTest, +// Combine(Bool(), Bool())); +// +$range i 2..maxtuple +$for i [[ +$range j 1..i + +template <$for j, [[typename Generator$j]]> +internal::CartesianProductHolder$i<$for j, [[Generator$j]]> Combine( + $for j, [[const Generator$j& g$j]]) { + return internal::CartesianProductHolder$i<$for j, [[Generator$j]]>( + $for j, [[g$j]]); +} + +]] +# endif // GTEST_HAS_COMBINE + + + +# define TEST_P(test_case_name, test_name) \ + class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ + : public test_case_name { \ + public: \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {} \ + virtual void TestBody(); \ + private: \ + static int AddToRegistry() { \ + ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ + GetTestCasePatternHolder(\ + #test_case_name, __FILE__, __LINE__)->AddTestPattern(\ + #test_case_name, \ + #test_name, \ + new ::testing::internal::TestMetaFactory< \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>()); \ + return 0; \ + } \ + static int gtest_registering_dummy_; \ + GTEST_DISALLOW_COPY_AND_ASSIGN_(\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)); \ + }; \ + int GTEST_TEST_CLASS_NAME_(test_case_name, \ + test_name)::gtest_registering_dummy_ = \ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::AddToRegistry(); \ + void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() + +# define INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ + ::testing::internal::ParamGenerator \ + gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \ + int gtest_##prefix##test_case_name##_dummy_ = \ + ::testing::UnitTest::GetInstance()->parameterized_test_registry(). \ + GetTestCasePatternHolder(\ + #test_case_name, __FILE__, __LINE__)->AddTestCaseInstantiation(\ + #prefix, \ + >est_##prefix##test_case_name##_EvalGenerator_, \ + __FILE__, __LINE__) + +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_GTEST_PARAM_TEST_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-printers.h b/gtest-1.7.0/include/gtest/gtest-printers.h new file mode 100644 index 000000000..0639d9f58 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-printers.h @@ -0,0 +1,855 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Google Test - The Google C++ Testing Framework +// +// This file implements a universal value printer that can print a +// value of any type T: +// +// void ::testing::internal::UniversalPrinter::Print(value, ostream_ptr); +// +// A user can teach this function how to print a class type T by +// defining either operator<<() or PrintTo() in the namespace that +// defines T. More specifically, the FIRST defined function in the +// following list will be used (assuming T is defined in namespace +// foo): +// +// 1. foo::PrintTo(const T&, ostream*) +// 2. operator<<(ostream&, const T&) defined in either foo or the +// global namespace. +// +// If none of the above is defined, it will print the debug string of +// the value if it is a protocol buffer, or print the raw bytes in the +// value otherwise. +// +// To aid debugging: when T is a reference type, the address of the +// value is also printed; when T is a (const) char pointer, both the +// pointer value and the NUL-terminated string it points to are +// printed. +// +// We also provide some convenient wrappers: +// +// // Prints a value to a string. For a (const or not) char +// // pointer, the NUL-terminated string (but not the pointer) is +// // printed. +// std::string ::testing::PrintToString(const T& value); +// +// // Prints a value tersely: for a reference type, the referenced +// // value (but not the address) is printed; for a (const or not) char +// // pointer, the NUL-terminated string (but not the pointer) is +// // printed. +// void ::testing::internal::UniversalTersePrint(const T& value, ostream*); +// +// // Prints value using the type inferred by the compiler. The difference +// // from UniversalTersePrint() is that this function prints both the +// // pointer and the NUL-terminated string for a (const or not) char pointer. +// void ::testing::internal::UniversalPrint(const T& value, ostream*); +// +// // Prints the fields of a tuple tersely to a string vector, one +// // element for each field. Tuple support must be enabled in +// // gtest-port.h. +// std::vector UniversalTersePrintTupleFieldsToStrings( +// const Tuple& value); +// +// Known limitation: +// +// The print primitives print the elements of an STL-style container +// using the compiler-inferred type of *iter where iter is a +// const_iterator of the container. When const_iterator is an input +// iterator but not a forward iterator, this inferred type may not +// match value_type, and the print output may be incorrect. In +// practice, this is rarely a problem as for most containers +// const_iterator is a forward iterator. We'll fix this if there's an +// actual need for it. Note that this fix cannot rely on value_type +// being defined as many user-defined container types don't have +// value_type. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ + +#include // NOLINT +#include +#include +#include +#include +#include "gtest/internal/gtest-port.h" +#include "gtest/internal/gtest-internal.h" + +namespace testing { + +// Definitions in the 'internal' and 'internal2' name spaces are +// subject to change without notice. DO NOT USE THEM IN USER CODE! +namespace internal2 { + +// Prints the given number of bytes in the given object to the given +// ostream. +GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes, + size_t count, + ::std::ostream* os); + +// For selecting which printer to use when a given type has neither << +// nor PrintTo(). +enum TypeKind { + kProtobuf, // a protobuf type + kConvertibleToInteger, // a type implicitly convertible to BiggestInt + // (e.g. a named or unnamed enum type) + kOtherType // anything else +}; + +// TypeWithoutFormatter::PrintValue(value, os) is called +// by the universal printer to print a value of type T when neither +// operator<< nor PrintTo() is defined for T, where kTypeKind is the +// "kind" of T as defined by enum TypeKind. +template +class TypeWithoutFormatter { + public: + // This default version is called when kTypeKind is kOtherType. + static void PrintValue(const T& value, ::std::ostream* os) { + PrintBytesInObjectTo(reinterpret_cast(&value), + sizeof(value), os); + } +}; + +// We print a protobuf using its ShortDebugString() when the string +// doesn't exceed this many characters; otherwise we print it using +// DebugString() for better readability. +const size_t kProtobufOneLinerMaxLength = 50; + +template +class TypeWithoutFormatter { + public: + static void PrintValue(const T& value, ::std::ostream* os) { + const ::testing::internal::string short_str = value.ShortDebugString(); + const ::testing::internal::string pretty_str = + short_str.length() <= kProtobufOneLinerMaxLength ? + short_str : ("\n" + value.DebugString()); + *os << ("<" + pretty_str + ">"); + } +}; + +template +class TypeWithoutFormatter { + public: + // Since T has no << operator or PrintTo() but can be implicitly + // converted to BiggestInt, we print it as a BiggestInt. + // + // Most likely T is an enum type (either named or unnamed), in which + // case printing it as an integer is the desired behavior. In case + // T is not an enum, printing it as an integer is the best we can do + // given that it has no user-defined printer. + static void PrintValue(const T& value, ::std::ostream* os) { + const internal::BiggestInt kBigInt = value; + *os << kBigInt; + } +}; + +// Prints the given value to the given ostream. If the value is a +// protocol message, its debug string is printed; if it's an enum or +// of a type implicitly convertible to BiggestInt, it's printed as an +// integer; otherwise the bytes in the value are printed. This is +// what UniversalPrinter::Print() does when it knows nothing about +// type T and T has neither << operator nor PrintTo(). +// +// A user can override this behavior for a class type Foo by defining +// a << operator in the namespace where Foo is defined. +// +// We put this operator in namespace 'internal2' instead of 'internal' +// to simplify the implementation, as much code in 'internal' needs to +// use << in STL, which would conflict with our own << were it defined +// in 'internal'. +// +// Note that this operator<< takes a generic std::basic_ostream type instead of the more restricted std::ostream. If +// we define it to take an std::ostream instead, we'll get an +// "ambiguous overloads" compiler error when trying to print a type +// Foo that supports streaming to std::basic_ostream, as the compiler cannot tell whether +// operator<<(std::ostream&, const T&) or +// operator<<(std::basic_stream, const Foo&) is more +// specific. +template +::std::basic_ostream& operator<<( + ::std::basic_ostream& os, const T& x) { + TypeWithoutFormatter::value ? kProtobuf : + internal::ImplicitlyConvertible::value ? + kConvertibleToInteger : kOtherType)>::PrintValue(x, &os); + return os; +} + +} // namespace internal2 +} // namespace testing + +// This namespace MUST NOT BE NESTED IN ::testing, or the name look-up +// magic needed for implementing UniversalPrinter won't work. +namespace testing_internal { + +// Used to print a value that is not an STL-style container when the +// user doesn't define PrintTo() for it. +template +void DefaultPrintNonContainerTo(const T& value, ::std::ostream* os) { + // With the following statement, during unqualified name lookup, + // testing::internal2::operator<< appears as if it was declared in + // the nearest enclosing namespace that contains both + // ::testing_internal and ::testing::internal2, i.e. the global + // namespace. For more details, refer to the C++ Standard section + // 7.3.4-1 [namespace.udir]. This allows us to fall back onto + // testing::internal2::operator<< in case T doesn't come with a << + // operator. + // + // We cannot write 'using ::testing::internal2::operator<<;', which + // gcc 3.3 fails to compile due to a compiler bug. + using namespace ::testing::internal2; // NOLINT + + // Assuming T is defined in namespace foo, in the next statement, + // the compiler will consider all of: + // + // 1. foo::operator<< (thanks to Koenig look-up), + // 2. ::operator<< (as the current namespace is enclosed in ::), + // 3. testing::internal2::operator<< (thanks to the using statement above). + // + // The operator<< whose type matches T best will be picked. + // + // We deliberately allow #2 to be a candidate, as sometimes it's + // impossible to define #1 (e.g. when foo is ::std, defining + // anything in it is undefined behavior unless you are a compiler + // vendor.). + *os << value; +} + +} // namespace testing_internal + +namespace testing { +namespace internal { + +// UniversalPrinter::Print(value, ostream_ptr) prints the given +// value to the given ostream. The caller must ensure that +// 'ostream_ptr' is not NULL, or the behavior is undefined. +// +// We define UniversalPrinter as a class template (as opposed to a +// function template), as we need to partially specialize it for +// reference types, which cannot be done with function templates. +template +class UniversalPrinter; + +template +void UniversalPrint(const T& value, ::std::ostream* os); + +// Used to print an STL-style container when the user doesn't define +// a PrintTo() for it. +template +void DefaultPrintTo(IsContainer /* dummy */, + false_type /* is not a pointer */, + const C& container, ::std::ostream* os) { + const size_t kMaxCount = 32; // The maximum number of elements to print. + *os << '{'; + size_t count = 0; + for (typename C::const_iterator it = container.begin(); + it != container.end(); ++it, ++count) { + if (count > 0) { + *os << ','; + if (count == kMaxCount) { // Enough has been printed. + *os << " ..."; + break; + } + } + *os << ' '; + // We cannot call PrintTo(*it, os) here as PrintTo() doesn't + // handle *it being a native array. + internal::UniversalPrint(*it, os); + } + + if (count > 0) { + *os << ' '; + } + *os << '}'; +} + +// Used to print a pointer that is neither a char pointer nor a member +// pointer, when the user doesn't define PrintTo() for it. (A member +// variable pointer or member function pointer doesn't really point to +// a location in the address space. Their representation is +// implementation-defined. Therefore they will be printed as raw +// bytes.) +template +void DefaultPrintTo(IsNotContainer /* dummy */, + true_type /* is a pointer */, + T* p, ::std::ostream* os) { + if (p == NULL) { + *os << "NULL"; + } else { + // C++ doesn't allow casting from a function pointer to any object + // pointer. + // + // IsTrue() silences warnings: "Condition is always true", + // "unreachable code". + if (IsTrue(ImplicitlyConvertible::value)) { + // T is not a function type. We just call << to print p, + // relying on ADL to pick up user-defined << for their pointer + // types, if any. + *os << p; + } else { + // T is a function type, so '*os << p' doesn't do what we want + // (it just prints p as bool). We want to print p as a const + // void*. However, we cannot cast it to const void* directly, + // even using reinterpret_cast, as earlier versions of gcc + // (e.g. 3.4.5) cannot compile the cast when p is a function + // pointer. Casting to UInt64 first solves the problem. + *os << reinterpret_cast( + reinterpret_cast(p)); + } + } +} + +// Used to print a non-container, non-pointer value when the user +// doesn't define PrintTo() for it. +template +void DefaultPrintTo(IsNotContainer /* dummy */, + false_type /* is not a pointer */, + const T& value, ::std::ostream* os) { + ::testing_internal::DefaultPrintNonContainerTo(value, os); +} + +// Prints the given value using the << operator if it has one; +// otherwise prints the bytes in it. This is what +// UniversalPrinter::Print() does when PrintTo() is not specialized +// or overloaded for type T. +// +// A user can override this behavior for a class type Foo by defining +// an overload of PrintTo() in the namespace where Foo is defined. We +// give the user this option as sometimes defining a << operator for +// Foo is not desirable (e.g. the coding style may prevent doing it, +// or there is already a << operator but it doesn't do what the user +// wants). +template +void PrintTo(const T& value, ::std::ostream* os) { + // DefaultPrintTo() is overloaded. The type of its first two + // arguments determine which version will be picked. If T is an + // STL-style container, the version for container will be called; if + // T is a pointer, the pointer version will be called; otherwise the + // generic version will be called. + // + // Note that we check for container types here, prior to we check + // for protocol message types in our operator<<. The rationale is: + // + // For protocol messages, we want to give people a chance to + // override Google Mock's format by defining a PrintTo() or + // operator<<. For STL containers, other formats can be + // incompatible with Google Mock's format for the container + // elements; therefore we check for container types here to ensure + // that our format is used. + // + // The second argument of DefaultPrintTo() is needed to bypass a bug + // in Symbian's C++ compiler that prevents it from picking the right + // overload between: + // + // PrintTo(const T& x, ...); + // PrintTo(T* x, ...); + DefaultPrintTo(IsContainerTest(0), is_pointer(), value, os); +} + +// The following list of PrintTo() overloads tells +// UniversalPrinter::Print() how to print standard types (built-in +// types, strings, plain arrays, and pointers). + +// Overloads for various char types. +GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); +GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); +inline void PrintTo(char c, ::std::ostream* os) { + // When printing a plain char, we always treat it as unsigned. This + // way, the output won't be affected by whether the compiler thinks + // char is signed or not. + PrintTo(static_cast(c), os); +} + +// Overloads for other simple built-in types. +inline void PrintTo(bool x, ::std::ostream* os) { + *os << (x ? "true" : "false"); +} + +// Overload for wchar_t type. +// Prints a wchar_t as a symbol if it is printable or as its internal +// code otherwise and also as its decimal code (except for L'\0'). +// The L'\0' char is printed as "L'\\0'". The decimal code is printed +// as signed integer when wchar_t is implemented by the compiler +// as a signed type and is printed as an unsigned integer when wchar_t +// is implemented as an unsigned type. +GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); + +// Overloads for C strings. +GTEST_API_ void PrintTo(const char* s, ::std::ostream* os); +inline void PrintTo(char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} + +// signed/unsigned char is often used for representing binary data, so +// we print pointers to it as void* to be safe. +inline void PrintTo(const signed char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +inline void PrintTo(signed char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +inline void PrintTo(const unsigned char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +inline void PrintTo(unsigned char* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} + +// MSVC can be configured to define wchar_t as a typedef of unsigned +// short. It defines _NATIVE_WCHAR_T_DEFINED when wchar_t is a native +// type. When wchar_t is a typedef, defining an overload for const +// wchar_t* would cause unsigned short* be printed as a wide string, +// possibly causing invalid memory accesses. +#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) +// Overloads for wide C strings +GTEST_API_ void PrintTo(const wchar_t* s, ::std::ostream* os); +inline void PrintTo(wchar_t* s, ::std::ostream* os) { + PrintTo(ImplicitCast_(s), os); +} +#endif + +// Overload for C arrays. Multi-dimensional arrays are printed +// properly. + +// Prints the given number of elements in an array, without printing +// the curly braces. +template +void PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) { + UniversalPrint(a[0], os); + for (size_t i = 1; i != count; i++) { + *os << ", "; + UniversalPrint(a[i], os); + } +} + +// Overloads for ::string and ::std::string. +#if GTEST_HAS_GLOBAL_STRING +GTEST_API_ void PrintStringTo(const ::string&s, ::std::ostream* os); +inline void PrintTo(const ::string& s, ::std::ostream* os) { + PrintStringTo(s, os); +} +#endif // GTEST_HAS_GLOBAL_STRING + +GTEST_API_ void PrintStringTo(const ::std::string&s, ::std::ostream* os); +inline void PrintTo(const ::std::string& s, ::std::ostream* os) { + PrintStringTo(s, os); +} + +// Overloads for ::wstring and ::std::wstring. +#if GTEST_HAS_GLOBAL_WSTRING +GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os); +inline void PrintTo(const ::wstring& s, ::std::ostream* os) { + PrintWideStringTo(s, os); +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +#if GTEST_HAS_STD_WSTRING +GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os); +inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { + PrintWideStringTo(s, os); +} +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_TR1_TUPLE +// Overload for ::std::tr1::tuple. Needed for printing function arguments, +// which are packed as tuples. + +// Helper function for printing a tuple. T must be instantiated with +// a tuple type. +template +void PrintTupleTo(const T& t, ::std::ostream* os); + +// Overloaded PrintTo() for tuples of various arities. We support +// tuples of up-to 10 fields. The following implementation works +// regardless of whether tr1::tuple is implemented using the +// non-standard variadic template feature or not. + +inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo(const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} + +template +void PrintTo( + const ::std::tr1::tuple& t, + ::std::ostream* os) { + PrintTupleTo(t, os); +} +#endif // GTEST_HAS_TR1_TUPLE + +// Overload for std::pair. +template +void PrintTo(const ::std::pair& value, ::std::ostream* os) { + *os << '('; + // We cannot use UniversalPrint(value.first, os) here, as T1 may be + // a reference type. The same for printing value.second. + UniversalPrinter::Print(value.first, os); + *os << ", "; + UniversalPrinter::Print(value.second, os); + *os << ')'; +} + +// Implements printing a non-reference type T by letting the compiler +// pick the right overload of PrintTo() for T. +template +class UniversalPrinter { + public: + // MSVC warns about adding const to a function type, so we want to + // disable the warning. +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4180) // Temporarily disables warning 4180. +#endif // _MSC_VER + + // Note: we deliberately don't call this PrintTo(), as that name + // conflicts with ::testing::internal::PrintTo in the body of the + // function. + static void Print(const T& value, ::std::ostream* os) { + // By default, ::testing::internal::PrintTo() is used for printing + // the value. + // + // Thanks to Koenig look-up, if T is a class and has its own + // PrintTo() function defined in its namespace, that function will + // be visible here. Since it is more specific than the generic ones + // in ::testing::internal, it will be picked by the compiler in the + // following statement - exactly what we want. + PrintTo(value, os); + } + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif // _MSC_VER +}; + +// UniversalPrintArray(begin, len, os) prints an array of 'len' +// elements, starting at address 'begin'. +template +void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { + if (len == 0) { + *os << "{}"; + } else { + *os << "{ "; + const size_t kThreshold = 18; + const size_t kChunkSize = 8; + // If the array has more than kThreshold elements, we'll have to + // omit some details by printing only the first and the last + // kChunkSize elements. + // TODO(wan@google.com): let the user control the threshold using a flag. + if (len <= kThreshold) { + PrintRawArrayTo(begin, len, os); + } else { + PrintRawArrayTo(begin, kChunkSize, os); + *os << ", ..., "; + PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os); + } + *os << " }"; + } +} +// This overload prints a (const) char array compactly. +GTEST_API_ void UniversalPrintArray( + const char* begin, size_t len, ::std::ostream* os); + +// This overload prints a (const) wchar_t array compactly. +GTEST_API_ void UniversalPrintArray( + const wchar_t* begin, size_t len, ::std::ostream* os); + +// Implements printing an array type T[N]. +template +class UniversalPrinter { + public: + // Prints the given array, omitting some elements when there are too + // many. + static void Print(const T (&a)[N], ::std::ostream* os) { + UniversalPrintArray(a, N, os); + } +}; + +// Implements printing a reference type T&. +template +class UniversalPrinter { + public: + // MSVC warns about adding const to a function type, so we want to + // disable the warning. +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4180) // Temporarily disables warning 4180. +#endif // _MSC_VER + + static void Print(const T& value, ::std::ostream* os) { + // Prints the address of the value. We use reinterpret_cast here + // as static_cast doesn't compile when T is a function type. + *os << "@" << reinterpret_cast(&value) << " "; + + // Then prints the value itself. + UniversalPrint(value, os); + } + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif // _MSC_VER +}; + +// Prints a value tersely: for a reference type, the referenced value +// (but not the address) is printed; for a (const) char pointer, the +// NUL-terminated string (but not the pointer) is printed. + +template +class UniversalTersePrinter { + public: + static void Print(const T& value, ::std::ostream* os) { + UniversalPrint(value, os); + } +}; +template +class UniversalTersePrinter { + public: + static void Print(const T& value, ::std::ostream* os) { + UniversalPrint(value, os); + } +}; +template +class UniversalTersePrinter { + public: + static void Print(const T (&value)[N], ::std::ostream* os) { + UniversalPrinter::Print(value, os); + } +}; +template <> +class UniversalTersePrinter { + public: + static void Print(const char* str, ::std::ostream* os) { + if (str == NULL) { + *os << "NULL"; + } else { + UniversalPrint(string(str), os); + } + } +}; +template <> +class UniversalTersePrinter { + public: + static void Print(char* str, ::std::ostream* os) { + UniversalTersePrinter::Print(str, os); + } +}; + +#if GTEST_HAS_STD_WSTRING +template <> +class UniversalTersePrinter { + public: + static void Print(const wchar_t* str, ::std::ostream* os) { + if (str == NULL) { + *os << "NULL"; + } else { + UniversalPrint(::std::wstring(str), os); + } + } +}; +#endif + +template <> +class UniversalTersePrinter { + public: + static void Print(wchar_t* str, ::std::ostream* os) { + UniversalTersePrinter::Print(str, os); + } +}; + +template +void UniversalTersePrint(const T& value, ::std::ostream* os) { + UniversalTersePrinter::Print(value, os); +} + +// Prints a value using the type inferred by the compiler. The +// difference between this and UniversalTersePrint() is that for a +// (const) char pointer, this prints both the pointer and the +// NUL-terminated string. +template +void UniversalPrint(const T& value, ::std::ostream* os) { + // A workarond for the bug in VC++ 7.1 that prevents us from instantiating + // UniversalPrinter with T directly. + typedef T T1; + UniversalPrinter::Print(value, os); +} + +#if GTEST_HAS_TR1_TUPLE +typedef ::std::vector Strings; + +// This helper template allows PrintTo() for tuples and +// UniversalTersePrintTupleFieldsToStrings() to be defined by +// induction on the number of tuple fields. The idea is that +// TuplePrefixPrinter::PrintPrefixTo(t, os) prints the first N +// fields in tuple t, and can be defined in terms of +// TuplePrefixPrinter. + +// The inductive case. +template +struct TuplePrefixPrinter { + // Prints the first N fields of a tuple. + template + static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { + TuplePrefixPrinter::PrintPrefixTo(t, os); + *os << ", "; + UniversalPrinter::type> + ::Print(::std::tr1::get(t), os); + } + + // Tersely prints the first N fields of a tuple to a string vector, + // one element for each field. + template + static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { + TuplePrefixPrinter::TersePrintPrefixToStrings(t, strings); + ::std::stringstream ss; + UniversalTersePrint(::std::tr1::get(t), &ss); + strings->push_back(ss.str()); + } +}; + +// Base cases. +template <> +struct TuplePrefixPrinter<0> { + template + static void PrintPrefixTo(const Tuple&, ::std::ostream*) {} + + template + static void TersePrintPrefixToStrings(const Tuple&, Strings*) {} +}; +// We have to specialize the entire TuplePrefixPrinter<> class +// template here, even though the definition of +// TersePrintPrefixToStrings() is the same as the generic version, as +// Embarcadero (formerly CodeGear, formerly Borland) C++ doesn't +// support specializing a method template of a class template. +template <> +struct TuplePrefixPrinter<1> { + template + static void PrintPrefixTo(const Tuple& t, ::std::ostream* os) { + UniversalPrinter::type>:: + Print(::std::tr1::get<0>(t), os); + } + + template + static void TersePrintPrefixToStrings(const Tuple& t, Strings* strings) { + ::std::stringstream ss; + UniversalTersePrint(::std::tr1::get<0>(t), &ss); + strings->push_back(ss.str()); + } +}; + +// Helper function for printing a tuple. T must be instantiated with +// a tuple type. +template +void PrintTupleTo(const T& t, ::std::ostream* os) { + *os << "("; + TuplePrefixPrinter< ::std::tr1::tuple_size::value>:: + PrintPrefixTo(t, os); + *os << ")"; +} + +// Prints the fields of a tuple tersely to a string vector, one +// element for each field. See the comment before +// UniversalTersePrint() for how we define "tersely". +template +Strings UniversalTersePrintTupleFieldsToStrings(const Tuple& value) { + Strings result; + TuplePrefixPrinter< ::std::tr1::tuple_size::value>:: + TersePrintPrefixToStrings(value, &result); + return result; +} +#endif // GTEST_HAS_TR1_TUPLE + +} // namespace internal + +template +::std::string PrintToString(const T& value) { + ::std::stringstream ss; + internal::UniversalTersePrinter::Print(value, &ss); + return ss.str(); +} + +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-spi.h b/gtest-1.7.0/include/gtest/gtest-spi.h new file mode 100644 index 000000000..f63fa9a1b --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-spi.h @@ -0,0 +1,232 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Utilities for testing Google Test itself and code that uses Google Test +// (e.g. frameworks built on top of Google Test). + +#ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_ +#define GTEST_INCLUDE_GTEST_GTEST_SPI_H_ + +#include "gtest/gtest.h" + +namespace testing { + +// This helper class can be used to mock out Google Test failure reporting +// so that we can test Google Test or code that builds on Google Test. +// +// An object of this class appends a TestPartResult object to the +// TestPartResultArray object given in the constructor whenever a Google Test +// failure is reported. It can either intercept only failures that are +// generated in the same thread that created this object or it can intercept +// all generated failures. The scope of this mock object can be controlled with +// the second argument to the two arguments constructor. +class GTEST_API_ ScopedFakeTestPartResultReporter + : public TestPartResultReporterInterface { + public: + // The two possible mocking modes of this object. + enum InterceptMode { + INTERCEPT_ONLY_CURRENT_THREAD, // Intercepts only thread local failures. + INTERCEPT_ALL_THREADS // Intercepts all failures. + }; + + // The c'tor sets this object as the test part result reporter used + // by Google Test. The 'result' parameter specifies where to report the + // results. This reporter will only catch failures generated in the current + // thread. DEPRECATED + explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); + + // Same as above, but you can choose the interception scope of this object. + ScopedFakeTestPartResultReporter(InterceptMode intercept_mode, + TestPartResultArray* result); + + // The d'tor restores the previous test part result reporter. + virtual ~ScopedFakeTestPartResultReporter(); + + // Appends the TestPartResult object to the TestPartResultArray + // received in the constructor. + // + // This method is from the TestPartResultReporterInterface + // interface. + virtual void ReportTestPartResult(const TestPartResult& result); + private: + void Init(); + + const InterceptMode intercept_mode_; + TestPartResultReporterInterface* old_reporter_; + TestPartResultArray* const result_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter); +}; + +namespace internal { + +// A helper class for implementing EXPECT_FATAL_FAILURE() and +// EXPECT_NONFATAL_FAILURE(). Its destructor verifies that the given +// TestPartResultArray contains exactly one failure that has the given +// type and contains the given substring. If that's not the case, a +// non-fatal failure will be generated. +class GTEST_API_ SingleFailureChecker { + public: + // The constructor remembers the arguments. + SingleFailureChecker(const TestPartResultArray* results, + TestPartResult::Type type, + const string& substr); + ~SingleFailureChecker(); + private: + const TestPartResultArray* const results_; + const TestPartResult::Type type_; + const string substr_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(SingleFailureChecker); +}; + +} // namespace internal + +} // namespace testing + +// A set of macros for testing Google Test assertions or code that's expected +// to generate Google Test fatal failures. It verifies that the given +// statement will cause exactly one fatal Google Test failure with 'substr' +// being part of the failure message. +// +// There are two different versions of this macro. EXPECT_FATAL_FAILURE only +// affects and considers failures generated in the current thread and +// EXPECT_FATAL_FAILURE_ON_ALL_THREADS does the same but for all threads. +// +// The verification of the assertion is done correctly even when the statement +// throws an exception or aborts the current function. +// +// Known restrictions: +// - 'statement' cannot reference local non-static variables or +// non-static members of the current object. +// - 'statement' cannot return a value. +// - You cannot stream a failure message to this macro. +// +// Note that even though the implementations of the following two +// macros are much alike, we cannot refactor them to use a common +// helper macro, due to some peculiarity in how the preprocessor +// works. The AcceptsMacroThatExpandsToUnprotectedComma test in +// gtest_unittest.cc will fail to compile if we do that. +#define EXPECT_FATAL_FAILURE(statement, substr) \ + do { \ + class GTestExpectFatalFailureHelper {\ + public:\ + static void Execute() { statement; }\ + };\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter:: \ + INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\ + GTestExpectFatalFailureHelper::Execute();\ + }\ + } while (::testing::internal::AlwaysFalse()) + +#define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ + do { \ + class GTestExpectFatalFailureHelper {\ + public:\ + static void Execute() { statement; }\ + };\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter:: \ + INTERCEPT_ALL_THREADS, >est_failures);\ + GTestExpectFatalFailureHelper::Execute();\ + }\ + } while (::testing::internal::AlwaysFalse()) + +// A macro for testing Google Test assertions or code that's expected to +// generate Google Test non-fatal failures. It asserts that the given +// statement will cause exactly one non-fatal Google Test failure with 'substr' +// being part of the failure message. +// +// There are two different versions of this macro. EXPECT_NONFATAL_FAILURE only +// affects and considers failures generated in the current thread and +// EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS does the same but for all threads. +// +// 'statement' is allowed to reference local variables and members of +// the current object. +// +// The verification of the assertion is done correctly even when the statement +// throws an exception or aborts the current function. +// +// Known restrictions: +// - You cannot stream a failure message to this macro. +// +// Note that even though the implementations of the following two +// macros are much alike, we cannot refactor them to use a common +// helper macro, due to some peculiarity in how the preprocessor +// works. If we do that, the code won't compile when the user gives +// EXPECT_NONFATAL_FAILURE() a statement that contains a macro that +// expands to code containing an unprotected comma. The +// AcceptsMacroThatExpandsToUnprotectedComma test in gtest_unittest.cc +// catches that. +// +// For the same reason, we have to write +// if (::testing::internal::AlwaysTrue()) { statement; } +// instead of +// GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) +// to avoid an MSVC warning on unreachable code. +#define EXPECT_NONFATAL_FAILURE(statement, substr) \ + do {\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kNonFatalFailure, \ + (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter:: \ + INTERCEPT_ONLY_CURRENT_THREAD, >est_failures);\ + if (::testing::internal::AlwaysTrue()) { statement; }\ + }\ + } while (::testing::internal::AlwaysFalse()) + +#define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ + do {\ + ::testing::TestPartResultArray gtest_failures;\ + ::testing::internal::SingleFailureChecker gtest_checker(\ + >est_failures, ::testing::TestPartResult::kNonFatalFailure, \ + (substr));\ + {\ + ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\ + ::testing::ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, \ + >est_failures);\ + if (::testing::internal::AlwaysTrue()) { statement; }\ + }\ + } while (::testing::internal::AlwaysFalse()) + +#endif // GTEST_INCLUDE_GTEST_GTEST_SPI_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-test-part.h b/gtest-1.7.0/include/gtest/gtest-test-part.h new file mode 100644 index 000000000..77eb84483 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-test-part.h @@ -0,0 +1,179 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// + +#ifndef GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ +#define GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ + +#include +#include +#include "gtest/internal/gtest-internal.h" +#include "gtest/internal/gtest-string.h" + +namespace testing { + +// A copyable object representing the result of a test part (i.e. an +// assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()). +// +// Don't inherit from TestPartResult as its destructor is not virtual. +class GTEST_API_ TestPartResult { + public: + // The possible outcomes of a test part (i.e. an assertion or an + // explicit SUCCEED(), FAIL(), or ADD_FAILURE()). + enum Type { + kSuccess, // Succeeded. + kNonFatalFailure, // Failed but the test can continue. + kFatalFailure // Failed and the test should be terminated. + }; + + // C'tor. TestPartResult does NOT have a default constructor. + // Always use this constructor (with parameters) to create a + // TestPartResult object. + TestPartResult(Type a_type, + const char* a_file_name, + int a_line_number, + const char* a_message) + : type_(a_type), + file_name_(a_file_name == NULL ? "" : a_file_name), + line_number_(a_line_number), + summary_(ExtractSummary(a_message)), + message_(a_message) { + } + + // Gets the outcome of the test part. + Type type() const { return type_; } + + // Gets the name of the source file where the test part took place, or + // NULL if it's unknown. + const char* file_name() const { + return file_name_.empty() ? NULL : file_name_.c_str(); + } + + // Gets the line in the source file where the test part took place, + // or -1 if it's unknown. + int line_number() const { return line_number_; } + + // Gets the summary of the failure message. + const char* summary() const { return summary_.c_str(); } + + // Gets the message associated with the test part. + const char* message() const { return message_.c_str(); } + + // Returns true iff the test part passed. + bool passed() const { return type_ == kSuccess; } + + // Returns true iff the test part failed. + bool failed() const { return type_ != kSuccess; } + + // Returns true iff the test part non-fatally failed. + bool nonfatally_failed() const { return type_ == kNonFatalFailure; } + + // Returns true iff the test part fatally failed. + bool fatally_failed() const { return type_ == kFatalFailure; } + + private: + Type type_; + + // Gets the summary of the failure message by omitting the stack + // trace in it. + static std::string ExtractSummary(const char* message); + + // The name of the source file where the test part took place, or + // "" if the source file is unknown. + std::string file_name_; + // The line in the source file where the test part took place, or -1 + // if the line number is unknown. + int line_number_; + std::string summary_; // The test failure summary. + std::string message_; // The test failure message. +}; + +// Prints a TestPartResult object. +std::ostream& operator<<(std::ostream& os, const TestPartResult& result); + +// An array of TestPartResult objects. +// +// Don't inherit from TestPartResultArray as its destructor is not +// virtual. +class GTEST_API_ TestPartResultArray { + public: + TestPartResultArray() {} + + // Appends the given TestPartResult to the array. + void Append(const TestPartResult& result); + + // Returns the TestPartResult at the given index (0-based). + const TestPartResult& GetTestPartResult(int index) const; + + // Returns the number of TestPartResult objects in the array. + int size() const; + + private: + std::vector array_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray); +}; + +// This interface knows how to report a test part result. +class TestPartResultReporterInterface { + public: + virtual ~TestPartResultReporterInterface() {} + + virtual void ReportTestPartResult(const TestPartResult& result) = 0; +}; + +namespace internal { + +// This helper class is used by {ASSERT|EXPECT}_NO_FATAL_FAILURE to check if a +// statement generates new fatal failures. To do so it registers itself as the +// current test part result reporter. Besides checking if fatal failures were +// reported, it only delegates the reporting to the former result reporter. +// The original result reporter is restored in the destructor. +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +class GTEST_API_ HasNewFatalFailureHelper + : public TestPartResultReporterInterface { + public: + HasNewFatalFailureHelper(); + virtual ~HasNewFatalFailureHelper(); + virtual void ReportTestPartResult(const TestPartResult& result); + bool has_new_fatal_failure() const { return has_new_fatal_failure_; } + private: + bool has_new_fatal_failure_; + TestPartResultReporterInterface* original_reporter_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(HasNewFatalFailureHelper); +}; + +} // namespace internal + +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_ diff --git a/gtest-1.7.0/include/gtest/gtest-typed-test.h b/gtest-1.7.0/include/gtest/gtest-typed-test.h new file mode 100644 index 000000000..fe1e83b27 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest-typed-test.h @@ -0,0 +1,259 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ + +// This header implements typed tests and type-parameterized tests. + +// Typed (aka type-driven) tests repeat the same test for types in a +// list. You must know which types you want to test with when writing +// typed tests. Here's how you do it: + +#if 0 + +// First, define a fixture class template. It should be parameterized +// by a type. Remember to derive it from testing::Test. +template +class FooTest : public testing::Test { + public: + ... + typedef std::list List; + static T shared_; + T value_; +}; + +// Next, associate a list of types with the test case, which will be +// repeated for each type in the list. The typedef is necessary for +// the macro to parse correctly. +typedef testing::Types MyTypes; +TYPED_TEST_CASE(FooTest, MyTypes); + +// If the type list contains only one type, you can write that type +// directly without Types<...>: +// TYPED_TEST_CASE(FooTest, int); + +// Then, use TYPED_TEST() instead of TEST_F() to define as many typed +// tests for this test case as you want. +TYPED_TEST(FooTest, DoesBlah) { + // Inside a test, refer to TypeParam to get the type parameter. + // Since we are inside a derived class template, C++ requires use to + // visit the members of FooTest via 'this'. + TypeParam n = this->value_; + + // To visit static members of the fixture, add the TestFixture:: + // prefix. + n += TestFixture::shared_; + + // To refer to typedefs in the fixture, add the "typename + // TestFixture::" prefix. + typename TestFixture::List values; + values.push_back(n); + ... +} + +TYPED_TEST(FooTest, HasPropertyA) { ... } + +#endif // 0 + +// Type-parameterized tests are abstract test patterns parameterized +// by a type. Compared with typed tests, type-parameterized tests +// allow you to define the test pattern without knowing what the type +// parameters are. The defined pattern can be instantiated with +// different types any number of times, in any number of translation +// units. +// +// If you are designing an interface or concept, you can define a +// suite of type-parameterized tests to verify properties that any +// valid implementation of the interface/concept should have. Then, +// each implementation can easily instantiate the test suite to verify +// that it conforms to the requirements, without having to write +// similar tests repeatedly. Here's an example: + +#if 0 + +// First, define a fixture class template. It should be parameterized +// by a type. Remember to derive it from testing::Test. +template +class FooTest : public testing::Test { + ... +}; + +// Next, declare that you will define a type-parameterized test case +// (the _P suffix is for "parameterized" or "pattern", whichever you +// prefer): +TYPED_TEST_CASE_P(FooTest); + +// Then, use TYPED_TEST_P() to define as many type-parameterized tests +// for this type-parameterized test case as you want. +TYPED_TEST_P(FooTest, DoesBlah) { + // Inside a test, refer to TypeParam to get the type parameter. + TypeParam n = 0; + ... +} + +TYPED_TEST_P(FooTest, HasPropertyA) { ... } + +// Now the tricky part: you need to register all test patterns before +// you can instantiate them. The first argument of the macro is the +// test case name; the rest are the names of the tests in this test +// case. +REGISTER_TYPED_TEST_CASE_P(FooTest, + DoesBlah, HasPropertyA); + +// Finally, you are free to instantiate the pattern with the types you +// want. If you put the above code in a header file, you can #include +// it in multiple C++ source files and instantiate it multiple times. +// +// To distinguish different instances of the pattern, the first +// argument to the INSTANTIATE_* macro is a prefix that will be added +// to the actual test case name. Remember to pick unique prefixes for +// different instances. +typedef testing::Types MyTypes; +INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes); + +// If the type list contains only one type, you can write that type +// directly without Types<...>: +// INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, int); + +#endif // 0 + +#include "gtest/internal/gtest-port.h" +#include "gtest/internal/gtest-type-util.h" + +// Implements typed tests. + +#if GTEST_HAS_TYPED_TEST + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Expands to the name of the typedef for the type parameters of the +// given test case. +# define GTEST_TYPE_PARAMS_(TestCaseName) gtest_type_params_##TestCaseName##_ + +// The 'Types' template argument below must have spaces around it +// since some compilers may choke on '>>' when passing a template +// instance (e.g. Types) +# define TYPED_TEST_CASE(CaseName, Types) \ + typedef ::testing::internal::TypeList< Types >::type \ + GTEST_TYPE_PARAMS_(CaseName) + +# define TYPED_TEST(CaseName, TestName) \ + template \ + class GTEST_TEST_CLASS_NAME_(CaseName, TestName) \ + : public CaseName { \ + private: \ + typedef CaseName TestFixture; \ + typedef gtest_TypeParam_ TypeParam; \ + virtual void TestBody(); \ + }; \ + bool gtest_##CaseName##_##TestName##_registered_ GTEST_ATTRIBUTE_UNUSED_ = \ + ::testing::internal::TypeParameterizedTest< \ + CaseName, \ + ::testing::internal::TemplateSel< \ + GTEST_TEST_CLASS_NAME_(CaseName, TestName)>, \ + GTEST_TYPE_PARAMS_(CaseName)>::Register(\ + "", #CaseName, #TestName, 0); \ + template \ + void GTEST_TEST_CLASS_NAME_(CaseName, TestName)::TestBody() + +#endif // GTEST_HAS_TYPED_TEST + +// Implements type-parameterized tests. + +#if GTEST_HAS_TYPED_TEST_P + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Expands to the namespace name that the type-parameterized tests for +// the given type-parameterized test case are defined in. The exact +// name of the namespace is subject to change without notice. +# define GTEST_CASE_NAMESPACE_(TestCaseName) \ + gtest_case_##TestCaseName##_ + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Expands to the name of the variable used to remember the names of +// the defined tests in the given test case. +# define GTEST_TYPED_TEST_CASE_P_STATE_(TestCaseName) \ + gtest_typed_test_case_p_state_##TestCaseName##_ + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE DIRECTLY. +// +// Expands to the name of the variable used to remember the names of +// the registered tests in the given test case. +# define GTEST_REGISTERED_TEST_NAMES_(TestCaseName) \ + gtest_registered_test_names_##TestCaseName##_ + +// The variables defined in the type-parameterized test macros are +// static as typically these macros are used in a .h file that can be +// #included in multiple translation units linked together. +# define TYPED_TEST_CASE_P(CaseName) \ + static ::testing::internal::TypedTestCasePState \ + GTEST_TYPED_TEST_CASE_P_STATE_(CaseName) + +# define TYPED_TEST_P(CaseName, TestName) \ + namespace GTEST_CASE_NAMESPACE_(CaseName) { \ + template \ + class TestName : public CaseName { \ + private: \ + typedef CaseName TestFixture; \ + typedef gtest_TypeParam_ TypeParam; \ + virtual void TestBody(); \ + }; \ + static bool gtest_##TestName##_defined_ GTEST_ATTRIBUTE_UNUSED_ = \ + GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).AddTestName(\ + __FILE__, __LINE__, #CaseName, #TestName); \ + } \ + template \ + void GTEST_CASE_NAMESPACE_(CaseName)::TestName::TestBody() + +# define REGISTER_TYPED_TEST_CASE_P(CaseName, ...) \ + namespace GTEST_CASE_NAMESPACE_(CaseName) { \ + typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \ + } \ + static const char* const GTEST_REGISTERED_TEST_NAMES_(CaseName) = \ + GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).VerifyRegisteredTestNames(\ + __FILE__, __LINE__, #__VA_ARGS__) + +// The 'Types' template argument below must have spaces around it +// since some compilers may choke on '>>' when passing a template +// instance (e.g. Types) +# define INSTANTIATE_TYPED_TEST_CASE_P(Prefix, CaseName, Types) \ + bool gtest_##Prefix##_##CaseName GTEST_ATTRIBUTE_UNUSED_ = \ + ::testing::internal::TypeParameterizedTestCase::type>::Register(\ + #Prefix, #CaseName, GTEST_REGISTERED_TEST_NAMES_(CaseName)) + +#endif // GTEST_HAS_TYPED_TEST_P + +#endif // GTEST_INCLUDE_GTEST_GTEST_TYPED_TEST_H_ diff --git a/gtest-1.7.0/include/gtest/gtest.h b/gtest-1.7.0/include/gtest/gtest.h new file mode 100644 index 000000000..6fa0a3925 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest.h @@ -0,0 +1,2291 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines the public API for Google Test. It should be +// included by any test program that uses Google Test. +// +// IMPORTANT NOTE: Due to limitation of the C++ language, we have to +// leave some internal implementation details in this header file. +// They are clearly marked by comments like this: +// +// // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +// +// Such code is NOT meant to be used by a user directly, and is subject +// to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user +// program! +// +// Acknowledgment: Google Test borrowed the idea of automatic test +// registration from Barthelemy Dagenais' (barthelemy@prologique.com) +// easyUnit framework. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ +#define GTEST_INCLUDE_GTEST_GTEST_H_ + +#include +#include +#include + +#include "gtest/internal/gtest-internal.h" +#include "gtest/internal/gtest-string.h" +#include "gtest/gtest-death-test.h" +#include "gtest/gtest-message.h" +#include "gtest/gtest-param-test.h" +#include "gtest/gtest-printers.h" +#include "gtest/gtest_prod.h" +#include "gtest/gtest-test-part.h" +#include "gtest/gtest-typed-test.h" + +// Depending on the platform, different string classes are available. +// On Linux, in addition to ::std::string, Google also makes use of +// class ::string, which has the same interface as ::std::string, but +// has a different implementation. +// +// The user can define GTEST_HAS_GLOBAL_STRING to 1 to indicate that +// ::string is available AND is a distinct type to ::std::string, or +// define it to 0 to indicate otherwise. +// +// If the user's ::std::string and ::string are the same class due to +// aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0. +// +// If the user doesn't define GTEST_HAS_GLOBAL_STRING, it is defined +// heuristically. + +namespace testing { + +// Declares the flags. + +// This flag temporary enables the disabled tests. +GTEST_DECLARE_bool_(also_run_disabled_tests); + +// This flag brings the debugger on an assertion failure. +GTEST_DECLARE_bool_(break_on_failure); + +// This flag controls whether Google Test catches all test-thrown exceptions +// and logs them as failures. +GTEST_DECLARE_bool_(catch_exceptions); + +// This flag enables using colors in terminal output. Available values are +// "yes" to enable colors, "no" (disable colors), or "auto" (the default) +// to let Google Test decide. +GTEST_DECLARE_string_(color); + +// This flag sets up the filter to select by name using a glob pattern +// the tests to run. If the filter is not given all tests are executed. +GTEST_DECLARE_string_(filter); + +// This flag causes the Google Test to list tests. None of the tests listed +// are actually run if the flag is provided. +GTEST_DECLARE_bool_(list_tests); + +// This flag controls whether Google Test emits a detailed XML report to a file +// in addition to its normal textual output. +GTEST_DECLARE_string_(output); + +// This flags control whether Google Test prints the elapsed time for each +// test. +GTEST_DECLARE_bool_(print_time); + +// This flag specifies the random number seed. +GTEST_DECLARE_int32_(random_seed); + +// This flag sets how many times the tests are repeated. The default value +// is 1. If the value is -1 the tests are repeating forever. +GTEST_DECLARE_int32_(repeat); + +// This flag controls whether Google Test includes Google Test internal +// stack frames in failure stack traces. +GTEST_DECLARE_bool_(show_internal_stack_frames); + +// When this flag is specified, tests' order is randomized on every iteration. +GTEST_DECLARE_bool_(shuffle); + +// This flag specifies the maximum number of stack frames to be +// printed in a failure message. +GTEST_DECLARE_int32_(stack_trace_depth); + +// When this flag is specified, a failed assertion will throw an +// exception if exceptions are enabled, or exit the program with a +// non-zero code otherwise. +GTEST_DECLARE_bool_(throw_on_failure); + +// When this flag is set with a "host:port" string, on supported +// platforms test results are streamed to the specified port on +// the specified host machine. +GTEST_DECLARE_string_(stream_result_to); + +// The upper limit for valid stack trace depths. +const int kMaxStackTraceDepth = 100; + +namespace internal { + +class AssertHelper; +class DefaultGlobalTestPartResultReporter; +class ExecDeathTest; +class NoExecDeathTest; +class FinalSuccessChecker; +class GTestFlagSaver; +class StreamingListenerTest; +class TestResultAccessor; +class TestEventListenersAccessor; +class TestEventRepeater; +class UnitTestRecordPropertyTestHelper; +class WindowsDeathTest; +class UnitTestImpl* GetUnitTestImpl(); +void ReportFailureInUnknownLocation(TestPartResult::Type result_type, + const std::string& message); + +} // namespace internal + +// The friend relationship of some of these classes is cyclic. +// If we don't forward declare them the compiler might confuse the classes +// in friendship clauses with same named classes on the scope. +class Test; +class TestCase; +class TestInfo; +class UnitTest; + +// A class for indicating whether an assertion was successful. When +// the assertion wasn't successful, the AssertionResult object +// remembers a non-empty message that describes how it failed. +// +// To create an instance of this class, use one of the factory functions +// (AssertionSuccess() and AssertionFailure()). +// +// This class is useful for two purposes: +// 1. Defining predicate functions to be used with Boolean test assertions +// EXPECT_TRUE/EXPECT_FALSE and their ASSERT_ counterparts +// 2. Defining predicate-format functions to be +// used with predicate assertions (ASSERT_PRED_FORMAT*, etc). +// +// For example, if you define IsEven predicate: +// +// testing::AssertionResult IsEven(int n) { +// if ((n % 2) == 0) +// return testing::AssertionSuccess(); +// else +// return testing::AssertionFailure() << n << " is odd"; +// } +// +// Then the failed expectation EXPECT_TRUE(IsEven(Fib(5))) +// will print the message +// +// Value of: IsEven(Fib(5)) +// Actual: false (5 is odd) +// Expected: true +// +// instead of a more opaque +// +// Value of: IsEven(Fib(5)) +// Actual: false +// Expected: true +// +// in case IsEven is a simple Boolean predicate. +// +// If you expect your predicate to be reused and want to support informative +// messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up +// about half as often as positive ones in our tests), supply messages for +// both success and failure cases: +// +// testing::AssertionResult IsEven(int n) { +// if ((n % 2) == 0) +// return testing::AssertionSuccess() << n << " is even"; +// else +// return testing::AssertionFailure() << n << " is odd"; +// } +// +// Then a statement EXPECT_FALSE(IsEven(Fib(6))) will print +// +// Value of: IsEven(Fib(6)) +// Actual: true (8 is even) +// Expected: false +// +// NB: Predicates that support negative Boolean assertions have reduced +// performance in positive ones so be careful not to use them in tests +// that have lots (tens of thousands) of positive Boolean assertions. +// +// To use this class with EXPECT_PRED_FORMAT assertions such as: +// +// // Verifies that Foo() returns an even number. +// EXPECT_PRED_FORMAT1(IsEven, Foo()); +// +// you need to define: +// +// testing::AssertionResult IsEven(const char* expr, int n) { +// if ((n % 2) == 0) +// return testing::AssertionSuccess(); +// else +// return testing::AssertionFailure() +// << "Expected: " << expr << " is even\n Actual: it's " << n; +// } +// +// If Foo() returns 5, you will see the following message: +// +// Expected: Foo() is even +// Actual: it's 5 +// +class GTEST_API_ AssertionResult { + public: + // Copy constructor. + // Used in EXPECT_TRUE/FALSE(assertion_result). + AssertionResult(const AssertionResult& other); + // Used in the EXPECT_TRUE/FALSE(bool_expression). + explicit AssertionResult(bool success) : success_(success) {} + + // Returns true iff the assertion succeeded. + operator bool() const { return success_; } // NOLINT + + // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. + AssertionResult operator!() const; + + // Returns the text streamed into this AssertionResult. Test assertions + // use it when they fail (i.e., the predicate's outcome doesn't match the + // assertion's expectation). When nothing has been streamed into the + // object, returns an empty string. + const char* message() const { + return message_.get() != NULL ? message_->c_str() : ""; + } + // TODO(vladl@google.com): Remove this after making sure no clients use it. + // Deprecated; please use message() instead. + const char* failure_message() const { return message(); } + + // Streams a custom failure message into this object. + template AssertionResult& operator<<(const T& value) { + AppendMessage(Message() << value); + return *this; + } + + // Allows streaming basic output manipulators such as endl or flush into + // this object. + AssertionResult& operator<<( + ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { + AppendMessage(Message() << basic_manipulator); + return *this; + } + + private: + // Appends the contents of message to message_. + void AppendMessage(const Message& a_message) { + if (message_.get() == NULL) + message_.reset(new ::std::string); + message_->append(a_message.GetString().c_str()); + } + + // Stores result of the assertion predicate. + bool success_; + // Stores the message describing the condition in case the expectation + // construct is not satisfied with the predicate's outcome. + // Referenced via a pointer to avoid taking too much stack frame space + // with test assertions. + internal::scoped_ptr< ::std::string> message_; + + GTEST_DISALLOW_ASSIGN_(AssertionResult); +}; + +// Makes a successful assertion result. +GTEST_API_ AssertionResult AssertionSuccess(); + +// Makes a failed assertion result. +GTEST_API_ AssertionResult AssertionFailure(); + +// Makes a failed assertion result with the given failure message. +// Deprecated; use AssertionFailure() << msg. +GTEST_API_ AssertionResult AssertionFailure(const Message& msg); + +// The abstract class that all tests inherit from. +// +// In Google Test, a unit test program contains one or many TestCases, and +// each TestCase contains one or many Tests. +// +// When you define a test using the TEST macro, you don't need to +// explicitly derive from Test - the TEST macro automatically does +// this for you. +// +// The only time you derive from Test is when defining a test fixture +// to be used a TEST_F. For example: +// +// class FooTest : public testing::Test { +// protected: +// virtual void SetUp() { ... } +// virtual void TearDown() { ... } +// ... +// }; +// +// TEST_F(FooTest, Bar) { ... } +// TEST_F(FooTest, Baz) { ... } +// +// Test is not copyable. +class GTEST_API_ Test { + public: + friend class TestInfo; + + // Defines types for pointers to functions that set up and tear down + // a test case. + typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc; + typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc; + + // The d'tor is virtual as we intend to inherit from Test. + virtual ~Test(); + + // Sets up the stuff shared by all tests in this test case. + // + // Google Test will call Foo::SetUpTestCase() before running the first + // test in test case Foo. Hence a sub-class can define its own + // SetUpTestCase() method to shadow the one defined in the super + // class. + static void SetUpTestCase() {} + + // Tears down the stuff shared by all tests in this test case. + // + // Google Test will call Foo::TearDownTestCase() after running the last + // test in test case Foo. Hence a sub-class can define its own + // TearDownTestCase() method to shadow the one defined in the super + // class. + static void TearDownTestCase() {} + + // Returns true iff the current test has a fatal failure. + static bool HasFatalFailure(); + + // Returns true iff the current test has a non-fatal failure. + static bool HasNonfatalFailure(); + + // Returns true iff the current test has a (either fatal or + // non-fatal) failure. + static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } + + // Logs a property for the current test, test case, or for the entire + // invocation of the test program when used outside of the context of a + // test case. Only the last value for a given key is remembered. These + // are public static so they can be called from utility functions that are + // not members of the test fixture. Calls to RecordProperty made during + // lifespan of the test (from the moment its constructor starts to the + // moment its destructor finishes) will be output in XML as attributes of + // the element. Properties recorded from fixture's + // SetUpTestCase or TearDownTestCase are logged as attributes of the + // corresponding element. Calls to RecordProperty made in the + // global context (before or after invocation of RUN_ALL_TESTS and from + // SetUp/TearDown method of Environment objects registered with Google + // Test) will be output as attributes of the element. + static void RecordProperty(const std::string& key, const std::string& value); + static void RecordProperty(const std::string& key, int value); + + protected: + // Creates a Test object. + Test(); + + // Sets up the test fixture. + virtual void SetUp(); + + // Tears down the test fixture. + virtual void TearDown(); + + private: + // Returns true iff the current test has the same fixture class as + // the first test in the current test case. + static bool HasSameFixtureClass(); + + // Runs the test after the test fixture has been set up. + // + // A sub-class must implement this to define the test logic. + // + // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM. + // Instead, use the TEST or TEST_F macro. + virtual void TestBody() = 0; + + // Sets up, executes, and tears down the test. + void Run(); + + // Deletes self. We deliberately pick an unusual name for this + // internal method to avoid clashing with names used in user TESTs. + void DeleteSelf_() { delete this; } + + // Uses a GTestFlagSaver to save and restore all Google Test flags. + const internal::GTestFlagSaver* const gtest_flag_saver_; + + // Often a user mis-spells SetUp() as Setup() and spends a long time + // wondering why it is never called by Google Test. The declaration of + // the following method is solely for catching such an error at + // compile time: + // + // - The return type is deliberately chosen to be not void, so it + // will be a conflict if a user declares void Setup() in his test + // fixture. + // + // - This method is private, so it will be another compiler error + // if a user calls it from his test fixture. + // + // DO NOT OVERRIDE THIS FUNCTION. + // + // If you see an error about overriding the following function or + // about it being private, you have mis-spelled SetUp() as Setup(). + struct Setup_should_be_spelled_SetUp {}; + virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } + + // We disallow copying Tests. + GTEST_DISALLOW_COPY_AND_ASSIGN_(Test); +}; + +typedef internal::TimeInMillis TimeInMillis; + +// A copyable object representing a user specified test property which can be +// output as a key/value string pair. +// +// Don't inherit from TestProperty as its destructor is not virtual. +class TestProperty { + public: + // C'tor. TestProperty does NOT have a default constructor. + // Always use this constructor (with parameters) to create a + // TestProperty object. + TestProperty(const std::string& a_key, const std::string& a_value) : + key_(a_key), value_(a_value) { + } + + // Gets the user supplied key. + const char* key() const { + return key_.c_str(); + } + + // Gets the user supplied value. + const char* value() const { + return value_.c_str(); + } + + // Sets a new value, overriding the one supplied in the constructor. + void SetValue(const std::string& new_value) { + value_ = new_value; + } + + private: + // The key supplied by the user. + std::string key_; + // The value supplied by the user. + std::string value_; +}; + +// The result of a single Test. This includes a list of +// TestPartResults, a list of TestProperties, a count of how many +// death tests there are in the Test, and how much time it took to run +// the Test. +// +// TestResult is not copyable. +class GTEST_API_ TestResult { + public: + // Creates an empty TestResult. + TestResult(); + + // D'tor. Do not inherit from TestResult. + ~TestResult(); + + // Gets the number of all test parts. This is the sum of the number + // of successful test parts and the number of failed test parts. + int total_part_count() const; + + // Returns the number of the test properties. + int test_property_count() const; + + // Returns true iff the test passed (i.e. no test part failed). + bool Passed() const { return !Failed(); } + + // Returns true iff the test failed. + bool Failed() const; + + // Returns true iff the test fatally failed. + bool HasFatalFailure() const; + + // Returns true iff the test has a non-fatal failure. + bool HasNonfatalFailure() const; + + // Returns the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const { return elapsed_time_; } + + // Returns the i-th test part result among all the results. i can range + // from 0 to test_property_count() - 1. If i is not in that range, aborts + // the program. + const TestPartResult& GetTestPartResult(int i) const; + + // Returns the i-th test property. i can range from 0 to + // test_property_count() - 1. If i is not in that range, aborts the + // program. + const TestProperty& GetTestProperty(int i) const; + + private: + friend class TestInfo; + friend class TestCase; + friend class UnitTest; + friend class internal::DefaultGlobalTestPartResultReporter; + friend class internal::ExecDeathTest; + friend class internal::TestResultAccessor; + friend class internal::UnitTestImpl; + friend class internal::WindowsDeathTest; + + // Gets the vector of TestPartResults. + const std::vector& test_part_results() const { + return test_part_results_; + } + + // Gets the vector of TestProperties. + const std::vector& test_properties() const { + return test_properties_; + } + + // Sets the elapsed time. + void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } + + // Adds a test property to the list. The property is validated and may add + // a non-fatal failure if invalid (e.g., if it conflicts with reserved + // key names). If a property is already recorded for the same key, the + // value will be updated, rather than storing multiple values for the same + // key. xml_element specifies the element for which the property is being + // recorded and is used for validation. + void RecordProperty(const std::string& xml_element, + const TestProperty& test_property); + + // Adds a failure if the key is a reserved attribute of Google Test + // testcase tags. Returns true if the property is valid. + // TODO(russr): Validate attribute names are legal and human readable. + static bool ValidateTestProperty(const std::string& xml_element, + const TestProperty& test_property); + + // Adds a test part result to the list. + void AddTestPartResult(const TestPartResult& test_part_result); + + // Returns the death test count. + int death_test_count() const { return death_test_count_; } + + // Increments the death test count, returning the new count. + int increment_death_test_count() { return ++death_test_count_; } + + // Clears the test part results. + void ClearTestPartResults(); + + // Clears the object. + void Clear(); + + // Protects mutable state of the property vector and of owned + // properties, whose values may be updated. + internal::Mutex test_properites_mutex_; + + // The vector of TestPartResults + std::vector test_part_results_; + // The vector of TestProperties + std::vector test_properties_; + // Running count of death tests. + int death_test_count_; + // The elapsed time, in milliseconds. + TimeInMillis elapsed_time_; + + // We disallow copying TestResult. + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult); +}; // class TestResult + +// A TestInfo object stores the following information about a test: +// +// Test case name +// Test name +// Whether the test should be run +// A function pointer that creates the test object when invoked +// Test result +// +// The constructor of TestInfo registers itself with the UnitTest +// singleton such that the RUN_ALL_TESTS() macro knows which tests to +// run. +class GTEST_API_ TestInfo { + public: + // Destructs a TestInfo object. This function is not virtual, so + // don't inherit from TestInfo. + ~TestInfo(); + + // Returns the test case name. + const char* test_case_name() const { return test_case_name_.c_str(); } + + // Returns the test name. + const char* name() const { return name_.c_str(); } + + // Returns the name of the parameter type, or NULL if this is not a typed + // or a type-parameterized test. + const char* type_param() const { + if (type_param_.get() != NULL) + return type_param_->c_str(); + return NULL; + } + + // Returns the text representation of the value parameter, or NULL if this + // is not a value-parameterized test. + const char* value_param() const { + if (value_param_.get() != NULL) + return value_param_->c_str(); + return NULL; + } + + // Returns true if this test should run, that is if the test is not + // disabled (or it is disabled but the also_run_disabled_tests flag has + // been specified) and its full name matches the user-specified filter. + // + // Google Test allows the user to filter the tests by their full names. + // The full name of a test Bar in test case Foo is defined as + // "Foo.Bar". Only the tests that match the filter will run. + // + // A filter is a colon-separated list of glob (not regex) patterns, + // optionally followed by a '-' and a colon-separated list of + // negative patterns (tests to exclude). A test is run if it + // matches one of the positive patterns and does not match any of + // the negative patterns. + // + // For example, *A*:Foo.* is a filter that matches any string that + // contains the character 'A' or starts with "Foo.". + bool should_run() const { return should_run_; } + + // Returns true iff this test will appear in the XML report. + bool is_reportable() const { + // For now, the XML report includes all tests matching the filter. + // In the future, we may trim tests that are excluded because of + // sharding. + return matches_filter_; + } + + // Returns the result of the test. + const TestResult* result() const { return &result_; } + + private: +#if GTEST_HAS_DEATH_TEST + friend class internal::DefaultDeathTestFactory; +#endif // GTEST_HAS_DEATH_TEST + friend class Test; + friend class TestCase; + friend class internal::UnitTestImpl; + friend class internal::StreamingListenerTest; + friend TestInfo* internal::MakeAndRegisterTestInfo( + const char* test_case_name, + const char* name, + const char* type_param, + const char* value_param, + internal::TypeId fixture_class_id, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc, + internal::TestFactoryBase* factory); + + // Constructs a TestInfo object. The newly constructed instance assumes + // ownership of the factory object. + TestInfo(const std::string& test_case_name, + const std::string& name, + const char* a_type_param, // NULL if not a type-parameterized test + const char* a_value_param, // NULL if not a value-parameterized test + internal::TypeId fixture_class_id, + internal::TestFactoryBase* factory); + + // Increments the number of death tests encountered in this test so + // far. + int increment_death_test_count() { + return result_.increment_death_test_count(); + } + + // Creates the test object, runs it, records its result, and then + // deletes it. + void Run(); + + static void ClearTestResult(TestInfo* test_info) { + test_info->result_.Clear(); + } + + // These fields are immutable properties of the test. + const std::string test_case_name_; // Test case name + const std::string name_; // Test name + // Name of the parameter type, or NULL if this is not a typed or a + // type-parameterized test. + const internal::scoped_ptr type_param_; + // Text representation of the value parameter, or NULL if this is not a + // value-parameterized test. + const internal::scoped_ptr value_param_; + const internal::TypeId fixture_class_id_; // ID of the test fixture class + bool should_run_; // True iff this test should run + bool is_disabled_; // True iff this test is disabled + bool matches_filter_; // True if this test matches the + // user-specified filter. + internal::TestFactoryBase* const factory_; // The factory that creates + // the test object + + // This field is mutable and needs to be reset before running the + // test for the second time. + TestResult result_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo); +}; + +// A test case, which consists of a vector of TestInfos. +// +// TestCase is not copyable. +class GTEST_API_ TestCase { + public: + // Creates a TestCase with the given name. + // + // TestCase does NOT have a default constructor. Always use this + // constructor to create a TestCase object. + // + // Arguments: + // + // name: name of the test case + // a_type_param: the name of the test's type parameter, or NULL if + // this is not a type-parameterized test. + // set_up_tc: pointer to the function that sets up the test case + // tear_down_tc: pointer to the function that tears down the test case + TestCase(const char* name, const char* a_type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc); + + // Destructor of TestCase. + virtual ~TestCase(); + + // Gets the name of the TestCase. + const char* name() const { return name_.c_str(); } + + // Returns the name of the parameter type, or NULL if this is not a + // type-parameterized test case. + const char* type_param() const { + if (type_param_.get() != NULL) + return type_param_->c_str(); + return NULL; + } + + // Returns true if any test in this test case should run. + bool should_run() const { return should_run_; } + + // Gets the number of successful tests in this test case. + int successful_test_count() const; + + // Gets the number of failed tests in this test case. + int failed_test_count() const; + + // Gets the number of disabled tests that will be reported in the XML report. + int reportable_disabled_test_count() const; + + // Gets the number of disabled tests in this test case. + int disabled_test_count() const; + + // Gets the number of tests to be printed in the XML report. + int reportable_test_count() const; + + // Get the number of tests in this test case that should run. + int test_to_run_count() const; + + // Gets the number of all tests in this test case. + int total_test_count() const; + + // Returns true iff the test case passed. + bool Passed() const { return !Failed(); } + + // Returns true iff the test case failed. + bool Failed() const { return failed_test_count() > 0; } + + // Returns the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const { return elapsed_time_; } + + // Returns the i-th test among all the tests. i can range from 0 to + // total_test_count() - 1. If i is not in that range, returns NULL. + const TestInfo* GetTestInfo(int i) const; + + // Returns the TestResult that holds test properties recorded during + // execution of SetUpTestCase and TearDownTestCase. + const TestResult& ad_hoc_test_result() const { return ad_hoc_test_result_; } + + private: + friend class Test; + friend class internal::UnitTestImpl; + + // Gets the (mutable) vector of TestInfos in this TestCase. + std::vector& test_info_list() { return test_info_list_; } + + // Gets the (immutable) vector of TestInfos in this TestCase. + const std::vector& test_info_list() const { + return test_info_list_; + } + + // Returns the i-th test among all the tests. i can range from 0 to + // total_test_count() - 1. If i is not in that range, returns NULL. + TestInfo* GetMutableTestInfo(int i); + + // Sets the should_run member. + void set_should_run(bool should) { should_run_ = should; } + + // Adds a TestInfo to this test case. Will delete the TestInfo upon + // destruction of the TestCase object. + void AddTestInfo(TestInfo * test_info); + + // Clears the results of all tests in this test case. + void ClearResult(); + + // Clears the results of all tests in the given test case. + static void ClearTestCaseResult(TestCase* test_case) { + test_case->ClearResult(); + } + + // Runs every test in this TestCase. + void Run(); + + // Runs SetUpTestCase() for this TestCase. This wrapper is needed + // for catching exceptions thrown from SetUpTestCase(). + void RunSetUpTestCase() { (*set_up_tc_)(); } + + // Runs TearDownTestCase() for this TestCase. This wrapper is + // needed for catching exceptions thrown from TearDownTestCase(). + void RunTearDownTestCase() { (*tear_down_tc_)(); } + + // Returns true iff test passed. + static bool TestPassed(const TestInfo* test_info) { + return test_info->should_run() && test_info->result()->Passed(); + } + + // Returns true iff test failed. + static bool TestFailed(const TestInfo* test_info) { + return test_info->should_run() && test_info->result()->Failed(); + } + + // Returns true iff the test is disabled and will be reported in the XML + // report. + static bool TestReportableDisabled(const TestInfo* test_info) { + return test_info->is_reportable() && test_info->is_disabled_; + } + + // Returns true iff test is disabled. + static bool TestDisabled(const TestInfo* test_info) { + return test_info->is_disabled_; + } + + // Returns true iff this test will appear in the XML report. + static bool TestReportable(const TestInfo* test_info) { + return test_info->is_reportable(); + } + + // Returns true if the given test should run. + static bool ShouldRunTest(const TestInfo* test_info) { + return test_info->should_run(); + } + + // Shuffles the tests in this test case. + void ShuffleTests(internal::Random* random); + + // Restores the test order to before the first shuffle. + void UnshuffleTests(); + + // Name of the test case. + std::string name_; + // Name of the parameter type, or NULL if this is not a typed or a + // type-parameterized test. + const internal::scoped_ptr type_param_; + // The vector of TestInfos in their original order. It owns the + // elements in the vector. + std::vector test_info_list_; + // Provides a level of indirection for the test list to allow easy + // shuffling and restoring the test order. The i-th element in this + // vector is the index of the i-th test in the shuffled test list. + std::vector test_indices_; + // Pointer to the function that sets up the test case. + Test::SetUpTestCaseFunc set_up_tc_; + // Pointer to the function that tears down the test case. + Test::TearDownTestCaseFunc tear_down_tc_; + // True iff any test in this test case should run. + bool should_run_; + // Elapsed time, in milliseconds. + TimeInMillis elapsed_time_; + // Holds test properties recorded during execution of SetUpTestCase and + // TearDownTestCase. + TestResult ad_hoc_test_result_; + + // We disallow copying TestCases. + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestCase); +}; + +// An Environment object is capable of setting up and tearing down an +// environment. The user should subclass this to define his own +// environment(s). +// +// An Environment object does the set-up and tear-down in virtual +// methods SetUp() and TearDown() instead of the constructor and the +// destructor, as: +// +// 1. You cannot safely throw from a destructor. This is a problem +// as in some cases Google Test is used where exceptions are enabled, and +// we may want to implement ASSERT_* using exceptions where they are +// available. +// 2. You cannot use ASSERT_* directly in a constructor or +// destructor. +class Environment { + public: + // The d'tor is virtual as we need to subclass Environment. + virtual ~Environment() {} + + // Override this to define how to set up the environment. + virtual void SetUp() {} + + // Override this to define how to tear down the environment. + virtual void TearDown() {} + private: + // If you see an error about overriding the following function or + // about it being private, you have mis-spelled SetUp() as Setup(). + struct Setup_should_be_spelled_SetUp {}; + virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } +}; + +// The interface for tracing execution of tests. The methods are organized in +// the order the corresponding events are fired. +class TestEventListener { + public: + virtual ~TestEventListener() {} + + // Fired before any test activity starts. + virtual void OnTestProgramStart(const UnitTest& unit_test) = 0; + + // Fired before each iteration of tests starts. There may be more than + // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration + // index, starting from 0. + virtual void OnTestIterationStart(const UnitTest& unit_test, + int iteration) = 0; + + // Fired before environment set-up for each iteration of tests starts. + virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test) = 0; + + // Fired after environment set-up for each iteration of tests ends. + virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0; + + // Fired before the test case starts. + virtual void OnTestCaseStart(const TestCase& test_case) = 0; + + // Fired before the test starts. + virtual void OnTestStart(const TestInfo& test_info) = 0; + + // Fired after a failed assertion or a SUCCEED() invocation. + virtual void OnTestPartResult(const TestPartResult& test_part_result) = 0; + + // Fired after the test ends. + virtual void OnTestEnd(const TestInfo& test_info) = 0; + + // Fired after the test case ends. + virtual void OnTestCaseEnd(const TestCase& test_case) = 0; + + // Fired before environment tear-down for each iteration of tests starts. + virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0; + + // Fired after environment tear-down for each iteration of tests ends. + virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0; + + // Fired after each iteration of tests finishes. + virtual void OnTestIterationEnd(const UnitTest& unit_test, + int iteration) = 0; + + // Fired after all test activities have ended. + virtual void OnTestProgramEnd(const UnitTest& unit_test) = 0; +}; + +// The convenience class for users who need to override just one or two +// methods and are not concerned that a possible change to a signature of +// the methods they override will not be caught during the build. For +// comments about each method please see the definition of TestEventListener +// above. +class EmptyTestEventListener : public TestEventListener { + public: + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationStart(const UnitTest& /*unit_test*/, + int /*iteration*/) {} + virtual void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) {} + virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} + virtual void OnTestStart(const TestInfo& /*test_info*/) {} + virtual void OnTestPartResult(const TestPartResult& /*test_part_result*/) {} + virtual void OnTestEnd(const TestInfo& /*test_info*/) {} + virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} + virtual void OnEnvironmentsTearDownStart(const UnitTest& /*unit_test*/) {} + virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationEnd(const UnitTest& /*unit_test*/, + int /*iteration*/) {} + virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {} +}; + +// TestEventListeners lets users add listeners to track events in Google Test. +class GTEST_API_ TestEventListeners { + public: + TestEventListeners(); + ~TestEventListeners(); + + // Appends an event listener to the end of the list. Google Test assumes + // the ownership of the listener (i.e. it will delete the listener when + // the test program finishes). + void Append(TestEventListener* listener); + + // Removes the given event listener from the list and returns it. It then + // becomes the caller's responsibility to delete the listener. Returns + // NULL if the listener is not found in the list. + TestEventListener* Release(TestEventListener* listener); + + // Returns the standard listener responsible for the default console + // output. Can be removed from the listeners list to shut down default + // console output. Note that removing this object from the listener list + // with Release transfers its ownership to the caller and makes this + // function return NULL the next time. + TestEventListener* default_result_printer() const { + return default_result_printer_; + } + + // Returns the standard listener responsible for the default XML output + // controlled by the --gtest_output=xml flag. Can be removed from the + // listeners list by users who want to shut down the default XML output + // controlled by this flag and substitute it with custom one. Note that + // removing this object from the listener list with Release transfers its + // ownership to the caller and makes this function return NULL the next + // time. + TestEventListener* default_xml_generator() const { + return default_xml_generator_; + } + + private: + friend class TestCase; + friend class TestInfo; + friend class internal::DefaultGlobalTestPartResultReporter; + friend class internal::NoExecDeathTest; + friend class internal::TestEventListenersAccessor; + friend class internal::UnitTestImpl; + + // Returns repeater that broadcasts the TestEventListener events to all + // subscribers. + TestEventListener* repeater(); + + // Sets the default_result_printer attribute to the provided listener. + // The listener is also added to the listener list and previous + // default_result_printer is removed from it and deleted. The listener can + // also be NULL in which case it will not be added to the list. Does + // nothing if the previous and the current listener objects are the same. + void SetDefaultResultPrinter(TestEventListener* listener); + + // Sets the default_xml_generator attribute to the provided listener. The + // listener is also added to the listener list and previous + // default_xml_generator is removed from it and deleted. The listener can + // also be NULL in which case it will not be added to the list. Does + // nothing if the previous and the current listener objects are the same. + void SetDefaultXmlGenerator(TestEventListener* listener); + + // Controls whether events will be forwarded by the repeater to the + // listeners in the list. + bool EventForwardingEnabled() const; + void SuppressEventForwarding(); + + // The actual list of listeners. + internal::TestEventRepeater* repeater_; + // Listener responsible for the standard result output. + TestEventListener* default_result_printer_; + // Listener responsible for the creation of the XML output file. + TestEventListener* default_xml_generator_; + + // We disallow copying TestEventListeners. + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventListeners); +}; + +// A UnitTest consists of a vector of TestCases. +// +// This is a singleton class. The only instance of UnitTest is +// created when UnitTest::GetInstance() is first called. This +// instance is never deleted. +// +// UnitTest is not copyable. +// +// This class is thread-safe as long as the methods are called +// according to their specification. +class GTEST_API_ UnitTest { + public: + // Gets the singleton UnitTest object. The first time this method + // is called, a UnitTest object is constructed and returned. + // Consecutive calls will return the same object. + static UnitTest* GetInstance(); + + // Runs all tests in this UnitTest object and prints the result. + // Returns 0 if successful, or 1 otherwise. + // + // This method can only be called from the main thread. + // + // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + int Run() GTEST_MUST_USE_RESULT_; + + // Returns the working directory when the first TEST() or TEST_F() + // was executed. The UnitTest object owns the string. + const char* original_working_dir() const; + + // Returns the TestCase object for the test that's currently running, + // or NULL if no test is running. + const TestCase* current_test_case() const + GTEST_LOCK_EXCLUDED_(mutex_); + + // Returns the TestInfo object for the test that's currently running, + // or NULL if no test is running. + const TestInfo* current_test_info() const + GTEST_LOCK_EXCLUDED_(mutex_); + + // Returns the random seed used at the start of the current test run. + int random_seed() const; + +#if GTEST_HAS_PARAM_TEST + // Returns the ParameterizedTestCaseRegistry object used to keep track of + // value-parameterized tests and instantiate and register them. + // + // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + internal::ParameterizedTestCaseRegistry& parameterized_test_registry() + GTEST_LOCK_EXCLUDED_(mutex_); +#endif // GTEST_HAS_PARAM_TEST + + // Gets the number of successful test cases. + int successful_test_case_count() const; + + // Gets the number of failed test cases. + int failed_test_case_count() const; + + // Gets the number of all test cases. + int total_test_case_count() const; + + // Gets the number of all test cases that contain at least one test + // that should run. + int test_case_to_run_count() const; + + // Gets the number of successful tests. + int successful_test_count() const; + + // Gets the number of failed tests. + int failed_test_count() const; + + // Gets the number of disabled tests that will be reported in the XML report. + int reportable_disabled_test_count() const; + + // Gets the number of disabled tests. + int disabled_test_count() const; + + // Gets the number of tests to be printed in the XML report. + int reportable_test_count() const; + + // Gets the number of all tests. + int total_test_count() const; + + // Gets the number of tests that should run. + int test_to_run_count() const; + + // Gets the time of the test program start, in ms from the start of the + // UNIX epoch. + TimeInMillis start_timestamp() const; + + // Gets the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const; + + // Returns true iff the unit test passed (i.e. all test cases passed). + bool Passed() const; + + // Returns true iff the unit test failed (i.e. some test case failed + // or something outside of all tests failed). + bool Failed() const; + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + const TestCase* GetTestCase(int i) const; + + // Returns the TestResult containing information on test failures and + // properties logged outside of individual test cases. + const TestResult& ad_hoc_test_result() const; + + // Returns the list of event listeners that can be used to track events + // inside Google Test. + TestEventListeners& listeners(); + + private: + // Registers and returns a global test environment. When a test + // program is run, all global test environments will be set-up in + // the order they were registered. After all tests in the program + // have finished, all global test environments will be torn-down in + // the *reverse* order they were registered. + // + // The UnitTest object takes ownership of the given environment. + // + // This method can only be called from the main thread. + Environment* AddEnvironment(Environment* env); + + // Adds a TestPartResult to the current TestResult object. All + // Google Test assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc) + // eventually call this to report their results. The user code + // should use the assertion macros instead of calling this directly. + void AddTestPartResult(TestPartResult::Type result_type, + const char* file_name, + int line_number, + const std::string& message, + const std::string& os_stack_trace) + GTEST_LOCK_EXCLUDED_(mutex_); + + // Adds a TestProperty to the current TestResult object when invoked from + // inside a test, to current TestCase's ad_hoc_test_result_ when invoked + // from SetUpTestCase or TearDownTestCase, or to the global property set + // when invoked elsewhere. If the result already contains a property with + // the same key, the value will be updated. + void RecordProperty(const std::string& key, const std::string& value); + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + TestCase* GetMutableTestCase(int i); + + // Accessors for the implementation object. + internal::UnitTestImpl* impl() { return impl_; } + const internal::UnitTestImpl* impl() const { return impl_; } + + // These classes and funcions are friends as they need to access private + // members of UnitTest. + friend class Test; + friend class internal::AssertHelper; + friend class internal::ScopedTrace; + friend class internal::StreamingListenerTest; + friend class internal::UnitTestRecordPropertyTestHelper; + friend Environment* AddGlobalTestEnvironment(Environment* env); + friend internal::UnitTestImpl* internal::GetUnitTestImpl(); + friend void internal::ReportFailureInUnknownLocation( + TestPartResult::Type result_type, + const std::string& message); + + // Creates an empty UnitTest. + UnitTest(); + + // D'tor + virtual ~UnitTest(); + + // Pushes a trace defined by SCOPED_TRACE() on to the per-thread + // Google Test trace stack. + void PushGTestTrace(const internal::TraceInfo& trace) + GTEST_LOCK_EXCLUDED_(mutex_); + + // Pops a trace from the per-thread Google Test trace stack. + void PopGTestTrace() + GTEST_LOCK_EXCLUDED_(mutex_); + + // Protects mutable state in *impl_. This is mutable as some const + // methods need to lock it too. + mutable internal::Mutex mutex_; + + // Opaque implementation object. This field is never changed once + // the object is constructed. We don't mark it as const here, as + // doing so will cause a warning in the constructor of UnitTest. + // Mutable state in *impl_ is protected by mutex_. + internal::UnitTestImpl* impl_; + + // We disallow copying UnitTest. + GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTest); +}; + +// A convenient wrapper for adding an environment for the test +// program. +// +// You should call this before RUN_ALL_TESTS() is called, probably in +// main(). If you use gtest_main, you need to call this before main() +// starts for it to take effect. For example, you can define a global +// variable like this: +// +// testing::Environment* const foo_env = +// testing::AddGlobalTestEnvironment(new FooEnvironment); +// +// However, we strongly recommend you to write your own main() and +// call AddGlobalTestEnvironment() there, as relying on initialization +// of global variables makes the code harder to read and may cause +// problems when you register multiple environments from different +// translation units and the environments have dependencies among them +// (remember that the compiler doesn't guarantee the order in which +// global variables from different translation units are initialized). +inline Environment* AddGlobalTestEnvironment(Environment* env) { + return UnitTest::GetInstance()->AddEnvironment(env); +} + +// Initializes Google Test. This must be called before calling +// RUN_ALL_TESTS(). In particular, it parses a command line for the +// flags that Google Test recognizes. Whenever a Google Test flag is +// seen, it is removed from argv, and *argc is decremented. +// +// No value is returned. Instead, the Google Test flag variables are +// updated. +// +// Calling the function for the second time has no user-visible effect. +GTEST_API_ void InitGoogleTest(int* argc, char** argv); + +// This overloaded version can be used in Windows programs compiled in +// UNICODE mode. +GTEST_API_ void InitGoogleTest(int* argc, wchar_t** argv); + +namespace internal { + +// FormatForComparison::Format(value) formats a +// value of type ToPrint that is an operand of a comparison assertion +// (e.g. ASSERT_EQ). OtherOperand is the type of the other operand in +// the comparison, and is used to help determine the best way to +// format the value. In particular, when the value is a C string +// (char pointer) and the other operand is an STL string object, we +// want to format the C string as a string, since we know it is +// compared by value with the string object. If the value is a char +// pointer but the other operand is not an STL string object, we don't +// know whether the pointer is supposed to point to a NUL-terminated +// string, and thus want to print it as a pointer to be safe. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + +// The default case. +template +class FormatForComparison { + public: + static ::std::string Format(const ToPrint& value) { + return ::testing::PrintToString(value); + } +}; + +// Array. +template +class FormatForComparison { + public: + static ::std::string Format(const ToPrint* value) { + return FormatForComparison::Format(value); + } +}; + +// By default, print C string as pointers to be safe, as we don't know +// whether they actually point to a NUL-terminated string. + +#define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ + template \ + class FormatForComparison { \ + public: \ + static ::std::string Format(CharType* value) { \ + return ::testing::PrintToString(static_cast(value)); \ + } \ + } + +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(char); +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const char); +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(wchar_t); +GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(const wchar_t); + +#undef GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_ + +// If a C string is compared with an STL string object, we know it's meant +// to point to a NUL-terminated string, and thus can print it as a string. + +#define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ + template <> \ + class FormatForComparison { \ + public: \ + static ::std::string Format(CharType* value) { \ + return ::testing::PrintToString(value); \ + } \ + } + +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(char, ::std::string); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const char, ::std::string); + +#if GTEST_HAS_GLOBAL_STRING +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(char, ::string); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const char, ::string); +#endif + +#if GTEST_HAS_GLOBAL_WSTRING +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(wchar_t, ::wstring); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const wchar_t, ::wstring); +#endif + +#if GTEST_HAS_STD_WSTRING +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(wchar_t, ::std::wstring); +GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(const wchar_t, ::std::wstring); +#endif + +#undef GTEST_IMPL_FORMAT_C_STRING_AS_STRING_ + +// Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc) +// operand to be used in a failure message. The type (but not value) +// of the other operand may affect the format. This allows us to +// print a char* as a raw pointer when it is compared against another +// char* or void*, and print it as a C string when it is compared +// against an std::string object, for example. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +template +std::string FormatForComparisonFailureMessage( + const T1& value, const T2& /* other_operand */) { + return FormatForComparison::Format(value); +} + +// The helper function for {ASSERT|EXPECT}_EQ. +template +AssertionResult CmpHelperEQ(const char* expected_expression, + const char* actual_expression, + const T1& expected, + const T2& actual) { +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4389) // Temporarily disables warning on + // signed/unsigned mismatch. +#endif + + if (expected == actual) { + return AssertionSuccess(); + } + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif + + return EqFailure(expected_expression, + actual_expression, + FormatForComparisonFailureMessage(expected, actual), + FormatForComparisonFailureMessage(actual, expected), + false); +} + +// With this overloaded version, we allow anonymous enums to be used +// in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous enums +// can be implicitly cast to BiggestInt. +GTEST_API_ AssertionResult CmpHelperEQ(const char* expected_expression, + const char* actual_expression, + BiggestInt expected, + BiggestInt actual); + +// The helper class for {ASSERT|EXPECT}_EQ. The template argument +// lhs_is_null_literal is true iff the first argument to ASSERT_EQ() +// is a null pointer literal. The following default implementation is +// for lhs_is_null_literal being false. +template +class EqHelper { + public: + // This templatized version is for the general case. + template + static AssertionResult Compare(const char* expected_expression, + const char* actual_expression, + const T1& expected, + const T2& actual) { + return CmpHelperEQ(expected_expression, actual_expression, expected, + actual); + } + + // With this overloaded version, we allow anonymous enums to be used + // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous + // enums can be implicitly cast to BiggestInt. + // + // Even though its body looks the same as the above version, we + // cannot merge the two, as it will make anonymous enums unhappy. + static AssertionResult Compare(const char* expected_expression, + const char* actual_expression, + BiggestInt expected, + BiggestInt actual) { + return CmpHelperEQ(expected_expression, actual_expression, expected, + actual); + } +}; + +// This specialization is used when the first argument to ASSERT_EQ() +// is a null pointer literal, like NULL, false, or 0. +template <> +class EqHelper { + public: + // We define two overloaded versions of Compare(). The first + // version will be picked when the second argument to ASSERT_EQ() is + // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or + // EXPECT_EQ(false, a_bool). + template + static AssertionResult Compare( + const char* expected_expression, + const char* actual_expression, + const T1& expected, + const T2& actual, + // The following line prevents this overload from being considered if T2 + // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr) + // expands to Compare("", "", NULL, my_ptr), which requires a conversion + // to match the Secret* in the other overload, which would otherwise make + // this template match better. + typename EnableIf::value>::type* = 0) { + return CmpHelperEQ(expected_expression, actual_expression, expected, + actual); + } + + // This version will be picked when the second argument to ASSERT_EQ() is a + // pointer, e.g. ASSERT_EQ(NULL, a_pointer). + template + static AssertionResult Compare( + const char* expected_expression, + const char* actual_expression, + // We used to have a second template parameter instead of Secret*. That + // template parameter would deduce to 'long', making this a better match + // than the first overload even without the first overload's EnableIf. + // Unfortunately, gcc with -Wconversion-null warns when "passing NULL to + // non-pointer argument" (even a deduced integral argument), so the old + // implementation caused warnings in user code. + Secret* /* expected (NULL) */, + T* actual) { + // We already know that 'expected' is a null pointer. + return CmpHelperEQ(expected_expression, actual_expression, + static_cast(NULL), actual); + } +}; + +// A macro for implementing the helper functions needed to implement +// ASSERT_?? and EXPECT_??. It is here just to avoid copy-and-paste +// of similar code. +// +// For each templatized helper function, we also define an overloaded +// version for BiggestInt in order to reduce code bloat and allow +// anonymous enums to be used with {ASSERT|EXPECT}_?? when compiled +// with gcc 4. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +#define GTEST_IMPL_CMP_HELPER_(op_name, op)\ +template \ +AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ + const T1& val1, const T2& val2) {\ + if (val1 op val2) {\ + return AssertionSuccess();\ + } else {\ + return AssertionFailure() \ + << "Expected: (" << expr1 << ") " #op " (" << expr2\ + << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\ + << " vs " << FormatForComparisonFailureMessage(val2, val1);\ + }\ +}\ +GTEST_API_ AssertionResult CmpHelper##op_name(\ + const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2) + +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. + +// Implements the helper function for {ASSERT|EXPECT}_NE +GTEST_IMPL_CMP_HELPER_(NE, !=); +// Implements the helper function for {ASSERT|EXPECT}_LE +GTEST_IMPL_CMP_HELPER_(LE, <=); +// Implements the helper function for {ASSERT|EXPECT}_LT +GTEST_IMPL_CMP_HELPER_(LT, <); +// Implements the helper function for {ASSERT|EXPECT}_GE +GTEST_IMPL_CMP_HELPER_(GE, >=); +// Implements the helper function for {ASSERT|EXPECT}_GT +GTEST_IMPL_CMP_HELPER_(GT, >); + +#undef GTEST_IMPL_CMP_HELPER_ + +// The helper function for {ASSERT|EXPECT}_STREQ. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual); + +// The helper function for {ASSERT|EXPECT}_STRCASEEQ. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual); + +// The helper function for {ASSERT|EXPECT}_STRNE. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2); + +// The helper function for {ASSERT|EXPECT}_STRCASENE. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRCASENE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2); + + +// Helper function for *_STREQ on wide strings. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const wchar_t* expected, + const wchar_t* actual); + +// Helper function for *_STRNE on wide strings. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const wchar_t* s1, + const wchar_t* s2); + +} // namespace internal + +// IsSubstring() and IsNotSubstring() are intended to be used as the +// first argument to {EXPECT,ASSERT}_PRED_FORMAT2(), not by +// themselves. They check whether needle is a substring of haystack +// (NULL is considered a substring of itself only), and return an +// appropriate error message when they fail. +// +// The {needle,haystack}_expr arguments are the stringified +// expressions that generated the two real arguments. +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack); +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack); +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack); + +#if GTEST_HAS_STD_WSTRING +GTEST_API_ AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack); +GTEST_API_ AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack); +#endif // GTEST_HAS_STD_WSTRING + +namespace internal { + +// Helper template function for comparing floating-points. +// +// Template parameter: +// +// RawType: the raw floating-point type (either float or double) +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +template +AssertionResult CmpHelperFloatingPointEQ(const char* expected_expression, + const char* actual_expression, + RawType expected, + RawType actual) { + const FloatingPoint lhs(expected), rhs(actual); + + if (lhs.AlmostEquals(rhs)) { + return AssertionSuccess(); + } + + ::std::stringstream expected_ss; + expected_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << expected; + + ::std::stringstream actual_ss; + actual_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << actual; + + return EqFailure(expected_expression, + actual_expression, + StringStreamToString(&expected_ss), + StringStreamToString(&actual_ss), + false); +} + +// Helper function for implementing ASSERT_NEAR. +// +// INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM. +GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1, + const char* expr2, + const char* abs_error_expr, + double val1, + double val2, + double abs_error); + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// A class that enables one to stream messages to assertion macros +class GTEST_API_ AssertHelper { + public: + // Constructor. + AssertHelper(TestPartResult::Type type, + const char* file, + int line, + const char* message); + ~AssertHelper(); + + // Message assignment is a semantic trick to enable assertion + // streaming; see the GTEST_MESSAGE_ macro below. + void operator=(const Message& message) const; + + private: + // We put our data in a struct so that the size of the AssertHelper class can + // be as small as possible. This is important because gcc is incapable of + // re-using stack space even for temporary variables, so every EXPECT_EQ + // reserves stack space for another AssertHelper. + struct AssertHelperData { + AssertHelperData(TestPartResult::Type t, + const char* srcfile, + int line_num, + const char* msg) + : type(t), file(srcfile), line(line_num), message(msg) { } + + TestPartResult::Type const type; + const char* const file; + int const line; + std::string const message; + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelperData); + }; + + AssertHelperData* const data_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(AssertHelper); +}; + +} // namespace internal + +#if GTEST_HAS_PARAM_TEST +// The pure interface class that all value-parameterized tests inherit from. +// A value-parameterized class must inherit from both ::testing::Test and +// ::testing::WithParamInterface. In most cases that just means inheriting +// from ::testing::TestWithParam, but more complicated test hierarchies +// may need to inherit from Test and WithParamInterface at different levels. +// +// This interface has support for accessing the test parameter value via +// the GetParam() method. +// +// Use it with one of the parameter generator defining functions, like Range(), +// Values(), ValuesIn(), Bool(), and Combine(). +// +// class FooTest : public ::testing::TestWithParam { +// protected: +// FooTest() { +// // Can use GetParam() here. +// } +// virtual ~FooTest() { +// // Can use GetParam() here. +// } +// virtual void SetUp() { +// // Can use GetParam() here. +// } +// virtual void TearDown { +// // Can use GetParam() here. +// } +// }; +// TEST_P(FooTest, DoesBar) { +// // Can use GetParam() method here. +// Foo foo; +// ASSERT_TRUE(foo.DoesBar(GetParam())); +// } +// INSTANTIATE_TEST_CASE_P(OneToTenRange, FooTest, ::testing::Range(1, 10)); + +template +class WithParamInterface { + public: + typedef T ParamType; + virtual ~WithParamInterface() {} + + // The current parameter value. Is also available in the test fixture's + // constructor. This member function is non-static, even though it only + // references static data, to reduce the opportunity for incorrect uses + // like writing 'WithParamInterface::GetParam()' for a test that + // uses a fixture whose parameter type is int. + const ParamType& GetParam() const { + GTEST_CHECK_(parameter_ != NULL) + << "GetParam() can only be called inside a value-parameterized test " + << "-- did you intend to write TEST_P instead of TEST_F?"; + return *parameter_; + } + + private: + // Sets parameter value. The caller is responsible for making sure the value + // remains alive and unchanged throughout the current test. + static void SetParam(const ParamType* parameter) { + parameter_ = parameter; + } + + // Static value used for accessing parameter during a test lifetime. + static const ParamType* parameter_; + + // TestClass must be a subclass of WithParamInterface and Test. + template friend class internal::ParameterizedTestFactory; +}; + +template +const T* WithParamInterface::parameter_ = NULL; + +// Most value-parameterized classes can ignore the existence of +// WithParamInterface, and can just inherit from ::testing::TestWithParam. + +template +class TestWithParam : public Test, public WithParamInterface { +}; + +#endif // GTEST_HAS_PARAM_TEST + +// Macros for indicating success/failure in test code. + +// ADD_FAILURE unconditionally adds a failure to the current test. +// SUCCEED generates a success - it doesn't automatically make the +// current test successful, as a test is only successful when it has +// no failure. +// +// EXPECT_* verifies that a certain condition is satisfied. If not, +// it behaves like ADD_FAILURE. In particular: +// +// EXPECT_TRUE verifies that a Boolean condition is true. +// EXPECT_FALSE verifies that a Boolean condition is false. +// +// FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except +// that they will also abort the current function on failure. People +// usually want the fail-fast behavior of FAIL and ASSERT_*, but those +// writing data-driven tests often find themselves using ADD_FAILURE +// and EXPECT_* more. + +// Generates a nonfatal failure with a generic message. +#define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") + +// Generates a nonfatal failure at the given source file location with +// a generic message. +#define ADD_FAILURE_AT(file, line) \ + GTEST_MESSAGE_AT_(file, line, "Failed", \ + ::testing::TestPartResult::kNonFatalFailure) + +// Generates a fatal failure with a generic message. +#define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed") + +// Define this macro to 1 to omit the definition of FAIL(), which is a +// generic name and clashes with some other libraries. +#if !GTEST_DONT_DEFINE_FAIL +# define FAIL() GTEST_FAIL() +#endif + +// Generates a success with a generic message. +#define GTEST_SUCCEED() GTEST_SUCCESS_("Succeeded") + +// Define this macro to 1 to omit the definition of SUCCEED(), which +// is a generic name and clashes with some other libraries. +#if !GTEST_DONT_DEFINE_SUCCEED +# define SUCCEED() GTEST_SUCCEED() +#endif + +// Macros for testing exceptions. +// +// * {ASSERT|EXPECT}_THROW(statement, expected_exception): +// Tests that the statement throws the expected exception. +// * {ASSERT|EXPECT}_NO_THROW(statement): +// Tests that the statement doesn't throw any exception. +// * {ASSERT|EXPECT}_ANY_THROW(statement): +// Tests that the statement throws an exception. + +#define EXPECT_THROW(statement, expected_exception) \ + GTEST_TEST_THROW_(statement, expected_exception, GTEST_NONFATAL_FAILURE_) +#define EXPECT_NO_THROW(statement) \ + GTEST_TEST_NO_THROW_(statement, GTEST_NONFATAL_FAILURE_) +#define EXPECT_ANY_THROW(statement) \ + GTEST_TEST_ANY_THROW_(statement, GTEST_NONFATAL_FAILURE_) +#define ASSERT_THROW(statement, expected_exception) \ + GTEST_TEST_THROW_(statement, expected_exception, GTEST_FATAL_FAILURE_) +#define ASSERT_NO_THROW(statement) \ + GTEST_TEST_NO_THROW_(statement, GTEST_FATAL_FAILURE_) +#define ASSERT_ANY_THROW(statement) \ + GTEST_TEST_ANY_THROW_(statement, GTEST_FATAL_FAILURE_) + +// Boolean assertions. Condition can be either a Boolean expression or an +// AssertionResult. For more information on how to use AssertionResult with +// these macros see comments on that class. +#define EXPECT_TRUE(condition) \ + GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ + GTEST_NONFATAL_FAILURE_) +#define EXPECT_FALSE(condition) \ + GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ + GTEST_NONFATAL_FAILURE_) +#define ASSERT_TRUE(condition) \ + GTEST_TEST_BOOLEAN_(condition, #condition, false, true, \ + GTEST_FATAL_FAILURE_) +#define ASSERT_FALSE(condition) \ + GTEST_TEST_BOOLEAN_(!(condition), #condition, true, false, \ + GTEST_FATAL_FAILURE_) + +// Includes the auto-generated header that implements a family of +// generic predicate assertion macros. +#include "gtest/gtest_pred_impl.h" + +// Macros for testing equalities and inequalities. +// +// * {ASSERT|EXPECT}_EQ(expected, actual): Tests that expected == actual +// * {ASSERT|EXPECT}_NE(v1, v2): Tests that v1 != v2 +// * {ASSERT|EXPECT}_LT(v1, v2): Tests that v1 < v2 +// * {ASSERT|EXPECT}_LE(v1, v2): Tests that v1 <= v2 +// * {ASSERT|EXPECT}_GT(v1, v2): Tests that v1 > v2 +// * {ASSERT|EXPECT}_GE(v1, v2): Tests that v1 >= v2 +// +// When they are not, Google Test prints both the tested expressions and +// their actual values. The values must be compatible built-in types, +// or you will get a compiler error. By "compatible" we mean that the +// values can be compared by the respective operator. +// +// Note: +// +// 1. It is possible to make a user-defined type work with +// {ASSERT|EXPECT}_??(), but that requires overloading the +// comparison operators and is thus discouraged by the Google C++ +// Usage Guide. Therefore, you are advised to use the +// {ASSERT|EXPECT}_TRUE() macro to assert that two objects are +// equal. +// +// 2. The {ASSERT|EXPECT}_??() macros do pointer comparisons on +// pointers (in particular, C strings). Therefore, if you use it +// with two C strings, you are testing how their locations in memory +// are related, not how their content is related. To compare two C +// strings by content, use {ASSERT|EXPECT}_STR*(). +// +// 3. {ASSERT|EXPECT}_EQ(expected, actual) is preferred to +// {ASSERT|EXPECT}_TRUE(expected == actual), as the former tells you +// what the actual value is when it fails, and similarly for the +// other comparisons. +// +// 4. Do not depend on the order in which {ASSERT|EXPECT}_??() +// evaluate their arguments, which is undefined. +// +// 5. These macros evaluate their arguments exactly once. +// +// Examples: +// +// EXPECT_NE(5, Foo()); +// EXPECT_EQ(NULL, a_pointer); +// ASSERT_LT(i, array_size); +// ASSERT_GT(records.size(), 0) << "There is no record left."; + +#define EXPECT_EQ(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal:: \ + EqHelper::Compare, \ + expected, actual) +#define EXPECT_NE(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNE, expected, actual) +#define EXPECT_LE(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) +#define EXPECT_LT(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) +#define EXPECT_GE(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) +#define EXPECT_GT(val1, val2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) + +#define GTEST_ASSERT_EQ(expected, actual) \ + ASSERT_PRED_FORMAT2(::testing::internal:: \ + EqHelper::Compare, \ + expected, actual) +#define GTEST_ASSERT_NE(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2) +#define GTEST_ASSERT_LE(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) +#define GTEST_ASSERT_LT(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperLT, val1, val2) +#define GTEST_ASSERT_GE(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGE, val1, val2) +#define GTEST_ASSERT_GT(val1, val2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperGT, val1, val2) + +// Define macro GTEST_DONT_DEFINE_ASSERT_XY to 1 to omit the definition of +// ASSERT_XY(), which clashes with some users' own code. + +#if !GTEST_DONT_DEFINE_ASSERT_EQ +# define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_NE +# define ASSERT_NE(val1, val2) GTEST_ASSERT_NE(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_LE +# define ASSERT_LE(val1, val2) GTEST_ASSERT_LE(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_LT +# define ASSERT_LT(val1, val2) GTEST_ASSERT_LT(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_GE +# define ASSERT_GE(val1, val2) GTEST_ASSERT_GE(val1, val2) +#endif + +#if !GTEST_DONT_DEFINE_ASSERT_GT +# define ASSERT_GT(val1, val2) GTEST_ASSERT_GT(val1, val2) +#endif + +// C-string Comparisons. All tests treat NULL and any non-NULL string +// as different. Two NULLs are equal. +// +// * {ASSERT|EXPECT}_STREQ(s1, s2): Tests that s1 == s2 +// * {ASSERT|EXPECT}_STRNE(s1, s2): Tests that s1 != s2 +// * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case +// * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case +// +// For wide or narrow string objects, you can use the +// {ASSERT|EXPECT}_??() macros. +// +// Don't depend on the order in which the arguments are evaluated, +// which is undefined. +// +// These macros evaluate their arguments exactly once. + +#define EXPECT_STREQ(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, expected, actual) +#define EXPECT_STRNE(s1, s2) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2) +#define EXPECT_STRCASEEQ(expected, actual) \ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, expected, actual) +#define EXPECT_STRCASENE(s1, s2)\ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2) + +#define ASSERT_STREQ(expected, actual) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTREQ, expected, actual) +#define ASSERT_STRNE(s1, s2) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRNE, s1, s2) +#define ASSERT_STRCASEEQ(expected, actual) \ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASEEQ, expected, actual) +#define ASSERT_STRCASENE(s1, s2)\ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperSTRCASENE, s1, s2) + +// Macros for comparing floating-point numbers. +// +// * {ASSERT|EXPECT}_FLOAT_EQ(expected, actual): +// Tests that two float values are almost equal. +// * {ASSERT|EXPECT}_DOUBLE_EQ(expected, actual): +// Tests that two double values are almost equal. +// * {ASSERT|EXPECT}_NEAR(v1, v2, abs_error): +// Tests that v1 and v2 are within the given distance to each other. +// +// Google Test uses ULP-based comparison to automatically pick a default +// error bound that is appropriate for the operands. See the +// FloatingPoint template class in gtest-internal.h if you are +// interested in the implementation details. + +#define EXPECT_FLOAT_EQ(expected, actual)\ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define EXPECT_DOUBLE_EQ(expected, actual)\ + EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define ASSERT_FLOAT_EQ(expected, actual)\ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define ASSERT_DOUBLE_EQ(expected, actual)\ + ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperFloatingPointEQ, \ + expected, actual) + +#define EXPECT_NEAR(val1, val2, abs_error)\ + EXPECT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \ + val1, val2, abs_error) + +#define ASSERT_NEAR(val1, val2, abs_error)\ + ASSERT_PRED_FORMAT3(::testing::internal::DoubleNearPredFormat, \ + val1, val2, abs_error) + +// These predicate format functions work on floating-point values, and +// can be used in {ASSERT|EXPECT}_PRED_FORMAT2*(), e.g. +// +// EXPECT_PRED_FORMAT2(testing::DoubleLE, Foo(), 5.0); + +// Asserts that val1 is less than, or almost equal to, val2. Fails +// otherwise. In particular, it fails if either val1 or val2 is NaN. +GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, + float val1, float val2); +GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2, + double val1, double val2); + + +#if GTEST_OS_WINDOWS + +// Macros that test for HRESULT failure and success, these are only useful +// on Windows, and rely on Windows SDK macros and APIs to compile. +// +// * {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED}(expr) +// +// When expr unexpectedly fails or succeeds, Google Test prints the +// expected result and the actual result with both a human-readable +// string representation of the error, if available, as well as the +// hex result code. +# define EXPECT_HRESULT_SUCCEEDED(expr) \ + EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) + +# define ASSERT_HRESULT_SUCCEEDED(expr) \ + ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) + +# define EXPECT_HRESULT_FAILED(expr) \ + EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) + +# define ASSERT_HRESULT_FAILED(expr) \ + ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) + +#endif // GTEST_OS_WINDOWS + +// Macros that execute statement and check that it doesn't generate new fatal +// failures in the current thread. +// +// * {ASSERT|EXPECT}_NO_FATAL_FAILURE(statement); +// +// Examples: +// +// EXPECT_NO_FATAL_FAILURE(Process()); +// ASSERT_NO_FATAL_FAILURE(Process()) << "Process() failed"; +// +#define ASSERT_NO_FATAL_FAILURE(statement) \ + GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_FATAL_FAILURE_) +#define EXPECT_NO_FATAL_FAILURE(statement) \ + GTEST_TEST_NO_FATAL_FAILURE_(statement, GTEST_NONFATAL_FAILURE_) + +// Causes a trace (including the source file path, the current line +// number, and the given message) to be included in every test failure +// message generated by code in the current scope. The effect is +// undone when the control leaves the current scope. +// +// The message argument can be anything streamable to std::ostream. +// +// In the implementation, we include the current line number as part +// of the dummy variable name, thus allowing multiple SCOPED_TRACE()s +// to appear in the same block - as long as they are on different +// lines. +#define SCOPED_TRACE(message) \ + ::testing::internal::ScopedTrace GTEST_CONCAT_TOKEN_(gtest_trace_, __LINE__)(\ + __FILE__, __LINE__, ::testing::Message() << (message)) + +// Compile-time assertion for type equality. +// StaticAssertTypeEq() compiles iff type1 and type2 are +// the same type. The value it returns is not interesting. +// +// Instead of making StaticAssertTypeEq a class template, we make it a +// function template that invokes a helper class template. This +// prevents a user from misusing StaticAssertTypeEq by +// defining objects of that type. +// +// CAVEAT: +// +// When used inside a method of a class template, +// StaticAssertTypeEq() is effective ONLY IF the method is +// instantiated. For example, given: +// +// template class Foo { +// public: +// void Bar() { testing::StaticAssertTypeEq(); } +// }; +// +// the code: +// +// void Test1() { Foo foo; } +// +// will NOT generate a compiler error, as Foo::Bar() is never +// actually instantiated. Instead, you need: +// +// void Test2() { Foo foo; foo.Bar(); } +// +// to cause a compiler error. +template +bool StaticAssertTypeEq() { + (void)internal::StaticAssertTypeEqHelper(); + return true; +} + +// Defines a test. +// +// The first parameter is the name of the test case, and the second +// parameter is the name of the test within the test case. +// +// The convention is to end the test case name with "Test". For +// example, a test case for the Foo class can be named FooTest. +// +// The user should put his test code between braces after using this +// macro. Example: +// +// TEST(FooTest, InitializesCorrectly) { +// Foo foo; +// EXPECT_TRUE(foo.StatusIsOK()); +// } + +// Note that we call GetTestTypeId() instead of GetTypeId< +// ::testing::Test>() here to get the type ID of testing::Test. This +// is to work around a suspected linker bug when using Google Test as +// a framework on Mac OS X. The bug causes GetTypeId< +// ::testing::Test>() to return different values depending on whether +// the call is from the Google Test framework itself or from user test +// code. GetTestTypeId() is guaranteed to always return the same +// value, as it always calls GetTypeId<>() from the Google Test +// framework. +#define GTEST_TEST(test_case_name, test_name)\ + GTEST_TEST_(test_case_name, test_name, \ + ::testing::Test, ::testing::internal::GetTestTypeId()) + +// Define this macro to 1 to omit the definition of TEST(), which +// is a generic name and clashes with some other libraries. +#if !GTEST_DONT_DEFINE_TEST +# define TEST(test_case_name, test_name) GTEST_TEST(test_case_name, test_name) +#endif + +// Defines a test that uses a test fixture. +// +// The first parameter is the name of the test fixture class, which +// also doubles as the test case name. The second parameter is the +// name of the test within the test case. +// +// A test fixture class must be declared earlier. The user should put +// his test code between braces after using this macro. Example: +// +// class FooTest : public testing::Test { +// protected: +// virtual void SetUp() { b_.AddElement(3); } +// +// Foo a_; +// Foo b_; +// }; +// +// TEST_F(FooTest, InitializesCorrectly) { +// EXPECT_TRUE(a_.StatusIsOK()); +// } +// +// TEST_F(FooTest, ReturnsElementCountCorrectly) { +// EXPECT_EQ(0, a_.size()); +// EXPECT_EQ(1, b_.size()); +// } + +#define TEST_F(test_fixture, test_name)\ + GTEST_TEST_(test_fixture, test_name, test_fixture, \ + ::testing::internal::GetTypeId()) + +} // namespace testing + +// Use this function in main() to run all tests. It returns 0 if all +// tests are successful, or 1 otherwise. +// +// RUN_ALL_TESTS() should be invoked after the command line has been +// parsed by InitGoogleTest(). +// +// This function was formerly a macro; thus, it is in the global +// namespace and has an all-caps name. +int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_; + +inline int RUN_ALL_TESTS() { + return ::testing::UnitTest::GetInstance()->Run(); +} + +#endif // GTEST_INCLUDE_GTEST_GTEST_H_ diff --git a/gtest-1.7.0/include/gtest/gtest_pred_impl.h b/gtest-1.7.0/include/gtest/gtest_pred_impl.h new file mode 100644 index 000000000..30ae712f5 --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest_pred_impl.h @@ -0,0 +1,358 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// This file is AUTOMATICALLY GENERATED on 10/31/2011 by command +// 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND! +// +// Implements a family of generic predicate assertion macros. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ + +// Makes sure this header is not included before gtest.h. +#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ +# error Do not include gtest_pred_impl.h directly. Include gtest.h instead. +#endif // GTEST_INCLUDE_GTEST_GTEST_H_ + +// This header implements a family of generic predicate assertion +// macros: +// +// ASSERT_PRED_FORMAT1(pred_format, v1) +// ASSERT_PRED_FORMAT2(pred_format, v1, v2) +// ... +// +// where pred_format is a function or functor that takes n (in the +// case of ASSERT_PRED_FORMATn) values and their source expression +// text, and returns a testing::AssertionResult. See the definition +// of ASSERT_EQ in gtest.h for an example. +// +// If you don't care about formatting, you can use the more +// restrictive version: +// +// ASSERT_PRED1(pred, v1) +// ASSERT_PRED2(pred, v1, v2) +// ... +// +// where pred is an n-ary function or functor that returns bool, +// and the values v1, v2, ..., must support the << operator for +// streaming to std::ostream. +// +// We also define the EXPECT_* variations. +// +// For now we only support predicates whose arity is at most 5. +// Please email googletestframework@googlegroups.com if you need +// support for higher arities. + +// GTEST_ASSERT_ is the basic statement to which all of the assertions +// in this file reduce. Don't use this in your code. + +#define GTEST_ASSERT_(expression, on_failure) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (const ::testing::AssertionResult gtest_ar = (expression)) \ + ; \ + else \ + on_failure(gtest_ar.failure_message()) + + +// Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use +// this in your code. +template +AssertionResult AssertPred1Helper(const char* pred_text, + const char* e1, + Pred pred, + const T1& v1) { + if (pred(v1)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT1. +// Don't use this in your code. +#define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, v1), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use +// this in your code. +#define GTEST_PRED1_(pred, v1, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred1Helper(#pred, \ + #v1, \ + pred, \ + v1), on_failure) + +// Unary predicate assertion macros. +#define EXPECT_PRED_FORMAT1(pred_format, v1) \ + GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED1(pred, v1) \ + GTEST_PRED1_(pred, v1, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT1(pred_format, v1) \ + GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED1(pred, v1) \ + GTEST_PRED1_(pred, v1, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use +// this in your code. +template +AssertionResult AssertPred2Helper(const char* pred_text, + const char* e1, + const char* e2, + Pred pred, + const T1& v1, + const T2& v2) { + if (pred(v1, v2)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT2. +// Don't use this in your code. +#define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use +// this in your code. +#define GTEST_PRED2_(pred, v1, v2, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred2Helper(#pred, \ + #v1, \ + #v2, \ + pred, \ + v1, \ + v2), on_failure) + +// Binary predicate assertion macros. +#define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ + GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED2(pred, v1, v2) \ + GTEST_PRED2_(pred, v1, v2, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ + GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED2(pred, v1, v2) \ + GTEST_PRED2_(pred, v1, v2, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use +// this in your code. +template +AssertionResult AssertPred3Helper(const char* pred_text, + const char* e1, + const char* e2, + const char* e3, + Pred pred, + const T1& v1, + const T2& v2, + const T3& v3) { + if (pred(v1, v2, v3)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ", " + << e3 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2 + << "\n" << e3 << " evaluates to " << v3; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT3. +// Don't use this in your code. +#define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED3. Don't use +// this in your code. +#define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred3Helper(#pred, \ + #v1, \ + #v2, \ + #v3, \ + pred, \ + v1, \ + v2, \ + v3), on_failure) + +// Ternary predicate assertion macros. +#define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ + GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED3(pred, v1, v2, v3) \ + GTEST_PRED3_(pred, v1, v2, v3, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT3(pred_format, v1, v2, v3) \ + GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED3(pred, v1, v2, v3) \ + GTEST_PRED3_(pred, v1, v2, v3, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED4. Don't use +// this in your code. +template +AssertionResult AssertPred4Helper(const char* pred_text, + const char* e1, + const char* e2, + const char* e3, + const char* e4, + Pred pred, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4) { + if (pred(v1, v2, v3, v4)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ", " + << e3 << ", " + << e4 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2 + << "\n" << e3 << " evaluates to " << v3 + << "\n" << e4 << " evaluates to " << v4; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT4. +// Don't use this in your code. +#define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED4. Don't use +// this in your code. +#define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred4Helper(#pred, \ + #v1, \ + #v2, \ + #v3, \ + #v4, \ + pred, \ + v1, \ + v2, \ + v3, \ + v4), on_failure) + +// 4-ary predicate assertion macros. +#define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ + GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED4(pred, v1, v2, v3, v4) \ + GTEST_PRED4_(pred, v1, v2, v3, v4, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ + GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED4(pred, v1, v2, v3, v4) \ + GTEST_PRED4_(pred, v1, v2, v3, v4, GTEST_FATAL_FAILURE_) + + + +// Helper function for implementing {EXPECT|ASSERT}_PRED5. Don't use +// this in your code. +template +AssertionResult AssertPred5Helper(const char* pred_text, + const char* e1, + const char* e2, + const char* e3, + const char* e4, + const char* e5, + Pred pred, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4, + const T5& v5) { + if (pred(v1, v2, v3, v4, v5)) return AssertionSuccess(); + + return AssertionFailure() << pred_text << "(" + << e1 << ", " + << e2 << ", " + << e3 << ", " + << e4 << ", " + << e5 << ") evaluates to false, where" + << "\n" << e1 << " evaluates to " << v1 + << "\n" << e2 << " evaluates to " << v2 + << "\n" << e3 << " evaluates to " << v3 + << "\n" << e4 << " evaluates to " << v4 + << "\n" << e5 << " evaluates to " << v5; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT5. +// Don't use this in your code. +#define GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, on_failure)\ + GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, #v5, v1, v2, v3, v4, v5), \ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED5. Don't use +// this in your code. +#define GTEST_PRED5_(pred, v1, v2, v3, v4, v5, on_failure)\ + GTEST_ASSERT_(::testing::AssertPred5Helper(#pred, \ + #v1, \ + #v2, \ + #v3, \ + #v4, \ + #v5, \ + pred, \ + v1, \ + v2, \ + v3, \ + v4, \ + v5), on_failure) + +// 5-ary predicate assertion macros. +#define EXPECT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ + GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED5(pred, v1, v2, v3, v4, v5) \ + GTEST_PRED5_(pred, v1, v2, v3, v4, v5, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT5(pred_format, v1, v2, v3, v4, v5) \ + GTEST_PRED_FORMAT5_(pred_format, v1, v2, v3, v4, v5, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED5(pred, v1, v2, v3, v4, v5) \ + GTEST_PRED5_(pred, v1, v2, v3, v4, v5, GTEST_FATAL_FAILURE_) + + + +#endif // GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ diff --git a/gtest-1.7.0/include/gtest/gtest_prod.h b/gtest-1.7.0/include/gtest/gtest_prod.h new file mode 100644 index 000000000..da80ddc6c --- /dev/null +++ b/gtest-1.7.0/include/gtest/gtest_prod.h @@ -0,0 +1,58 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Google C++ Testing Framework definitions useful in production code. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PROD_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PROD_H_ + +// When you need to test the private or protected members of a class, +// use the FRIEND_TEST macro to declare your tests as friends of the +// class. For example: +// +// class MyClass { +// private: +// void MyMethod(); +// FRIEND_TEST(MyClassTest, MyMethod); +// }; +// +// class MyClassTest : public testing::Test { +// // ... +// }; +// +// TEST_F(MyClassTest, MyMethod) { +// // Can call MyClass::MyMethod() here. +// } + +#define FRIEND_TEST(test_case_name, test_name)\ +friend class test_case_name##_##test_name##_Test + +#endif // GTEST_INCLUDE_GTEST_GTEST_PROD_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-death-test-internal.h b/gtest-1.7.0/include/gtest/internal/gtest-death-test-internal.h new file mode 100644 index 000000000..2b3a78f5b --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-death-test-internal.h @@ -0,0 +1,319 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file defines internal utilities needed for implementing +// death tests. They are subject to change without notice. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ + +#include "gtest/internal/gtest-internal.h" + +#include + +namespace testing { +namespace internal { + +GTEST_DECLARE_string_(internal_run_death_test); + +// Names of the flags (needed for parsing Google Test flags). +const char kDeathTestStyleFlag[] = "death_test_style"; +const char kDeathTestUseFork[] = "death_test_use_fork"; +const char kInternalRunDeathTestFlag[] = "internal_run_death_test"; + +#if GTEST_HAS_DEATH_TEST + +// DeathTest is a class that hides much of the complexity of the +// GTEST_DEATH_TEST_ macro. It is abstract; its static Create method +// returns a concrete class that depends on the prevailing death test +// style, as defined by the --gtest_death_test_style and/or +// --gtest_internal_run_death_test flags. + +// In describing the results of death tests, these terms are used with +// the corresponding definitions: +// +// exit status: The integer exit information in the format specified +// by wait(2) +// exit code: The integer code passed to exit(3), _exit(2), or +// returned from main() +class GTEST_API_ DeathTest { + public: + // Create returns false if there was an error determining the + // appropriate action to take for the current death test; for example, + // if the gtest_death_test_style flag is set to an invalid value. + // The LastMessage method will return a more detailed message in that + // case. Otherwise, the DeathTest pointer pointed to by the "test" + // argument is set. If the death test should be skipped, the pointer + // is set to NULL; otherwise, it is set to the address of a new concrete + // DeathTest object that controls the execution of the current test. + static bool Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test); + DeathTest(); + virtual ~DeathTest() { } + + // A helper class that aborts a death test when it's deleted. + class ReturnSentinel { + public: + explicit ReturnSentinel(DeathTest* test) : test_(test) { } + ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } + private: + DeathTest* const test_; + GTEST_DISALLOW_COPY_AND_ASSIGN_(ReturnSentinel); + } GTEST_ATTRIBUTE_UNUSED_; + + // An enumeration of possible roles that may be taken when a death + // test is encountered. EXECUTE means that the death test logic should + // be executed immediately. OVERSEE means that the program should prepare + // the appropriate environment for a child process to execute the death + // test, then wait for it to complete. + enum TestRole { OVERSEE_TEST, EXECUTE_TEST }; + + // An enumeration of the three reasons that a test might be aborted. + enum AbortReason { + TEST_ENCOUNTERED_RETURN_STATEMENT, + TEST_THREW_EXCEPTION, + TEST_DID_NOT_DIE + }; + + // Assumes one of the above roles. + virtual TestRole AssumeRole() = 0; + + // Waits for the death test to finish and returns its status. + virtual int Wait() = 0; + + // Returns true if the death test passed; that is, the test process + // exited during the test, its exit status matches a user-supplied + // predicate, and its stderr output matches a user-supplied regular + // expression. + // The user-supplied predicate may be a macro expression rather + // than a function pointer or functor, or else Wait and Passed could + // be combined. + virtual bool Passed(bool exit_status_ok) = 0; + + // Signals that the death test did not die as expected. + virtual void Abort(AbortReason reason) = 0; + + // Returns a human-readable outcome message regarding the outcome of + // the last death test. + static const char* LastMessage(); + + static void set_last_death_test_message(const std::string& message); + + private: + // A string containing a description of the outcome of the last death test. + static std::string last_death_test_message_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest); +}; + +// Factory interface for death tests. May be mocked out for testing. +class DeathTestFactory { + public: + virtual ~DeathTestFactory() { } + virtual bool Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test) = 0; +}; + +// A concrete DeathTestFactory implementation for normal use. +class DefaultDeathTestFactory : public DeathTestFactory { + public: + virtual bool Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test); +}; + +// Returns true if exit_status describes a process that was terminated +// by a signal, or exited normally with a nonzero exit code. +GTEST_API_ bool ExitedUnsuccessfully(int exit_status); + +// Traps C++ exceptions escaping statement and reports them as test +// failures. Note that trapping SEH exceptions is not implemented here. +# if GTEST_HAS_EXCEPTIONS +# define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } catch (const ::std::exception& gtest_exception) { \ + fprintf(\ + stderr, \ + "\n%s: Caught std::exception-derived exception escaping the " \ + "death test statement. Exception message: %s\n", \ + ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \ + gtest_exception.what()); \ + fflush(stderr); \ + death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ + } catch (...) { \ + death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \ + } + +# else +# define GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, death_test) \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) + +# endif + +// This macro is for implementing ASSERT_DEATH*, EXPECT_DEATH*, +// ASSERT_EXIT*, and EXPECT_EXIT*. +# define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + const ::testing::internal::RE& gtest_regex = (regex); \ + ::testing::internal::DeathTest* gtest_dt; \ + if (!::testing::internal::DeathTest::Create(#statement, >est_regex, \ + __FILE__, __LINE__, >est_dt)) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \ + } \ + if (gtest_dt != NULL) { \ + ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \ + gtest_dt_ptr(gtest_dt); \ + switch (gtest_dt->AssumeRole()) { \ + case ::testing::internal::DeathTest::OVERSEE_TEST: \ + if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__); \ + } \ + break; \ + case ::testing::internal::DeathTest::EXECUTE_TEST: { \ + ::testing::internal::DeathTest::ReturnSentinel \ + gtest_sentinel(gtest_dt); \ + GTEST_EXECUTE_DEATH_TEST_STATEMENT_(statement, gtest_dt); \ + gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \ + break; \ + } \ + default: \ + break; \ + } \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_, __LINE__): \ + fail(::testing::internal::DeathTest::LastMessage()) +// The symbol "fail" here expands to something into which a message +// can be streamed. + +// This macro is for implementing ASSERT/EXPECT_DEBUG_DEATH when compiled in +// NDEBUG mode. In this case we need the statements to be executed, the regex is +// ignored, and the macro must accept a streamed message even though the message +// is never printed. +# define GTEST_EXECUTE_STATEMENT_(statement, regex) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } else \ + ::testing::Message() + +// A class representing the parsed contents of the +// --gtest_internal_run_death_test flag, as it existed when +// RUN_ALL_TESTS was called. +class InternalRunDeathTestFlag { + public: + InternalRunDeathTestFlag(const std::string& a_file, + int a_line, + int an_index, + int a_write_fd) + : file_(a_file), line_(a_line), index_(an_index), + write_fd_(a_write_fd) {} + + ~InternalRunDeathTestFlag() { + if (write_fd_ >= 0) + posix::Close(write_fd_); + } + + const std::string& file() const { return file_; } + int line() const { return line_; } + int index() const { return index_; } + int write_fd() const { return write_fd_; } + + private: + std::string file_; + int line_; + int index_; + int write_fd_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(InternalRunDeathTestFlag); +}; + +// Returns a newly created InternalRunDeathTestFlag object with fields +// initialized from the GTEST_FLAG(internal_run_death_test) flag if +// the flag is specified; otherwise returns NULL. +InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag(); + +#else // GTEST_HAS_DEATH_TEST + +// This macro is used for implementing macros such as +// EXPECT_DEATH_IF_SUPPORTED and ASSERT_DEATH_IF_SUPPORTED on systems where +// death tests are not supported. Those macros must compile on such systems +// iff EXPECT_DEATH and ASSERT_DEATH compile with the same parameters on +// systems that support death tests. This allows one to write such a macro +// on a system that does not support death tests and be sure that it will +// compile on a death-test supporting system. +// +// Parameters: +// statement - A statement that a macro such as EXPECT_DEATH would test +// for program termination. This macro has to make sure this +// statement is compiled but not executed, to ensure that +// EXPECT_DEATH_IF_SUPPORTED compiles with a certain +// parameter iff EXPECT_DEATH compiles with it. +// regex - A regex that a macro such as EXPECT_DEATH would use to test +// the output of statement. This parameter has to be +// compiled but not evaluated by this macro, to ensure that +// this macro only accepts expressions that a macro such as +// EXPECT_DEATH would accept. +// terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED +// and a return statement for ASSERT_DEATH_IF_SUPPORTED. +// This ensures that ASSERT_DEATH_IF_SUPPORTED will not +// compile inside functions where ASSERT_DEATH doesn't +// compile. +// +// The branch that has an always false condition is used to ensure that +// statement and regex are compiled (and thus syntactically correct) but +// never executed. The unreachable code macro protects the terminator +// statement from generating an 'unreachable code' warning in case +// statement unconditionally returns or throws. The Message constructor at +// the end allows the syntax of streaming additional messages into the +// macro, for compilational compatibility with EXPECT_DEATH/ASSERT_DEATH. +# define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + GTEST_LOG_(WARNING) \ + << "Death tests are not supported on this platform.\n" \ + << "Statement '" #statement "' cannot be verified."; \ + } else if (::testing::internal::AlwaysFalse()) { \ + ::testing::internal::RE::PartialMatch(".*", (regex)); \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + terminator; \ + } else \ + ::testing::Message() + +#endif // GTEST_HAS_DEATH_TEST + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_DEATH_TEST_INTERNAL_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-filepath.h b/gtest-1.7.0/include/gtest/internal/gtest-filepath.h new file mode 100644 index 000000000..7a13b4b0d --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-filepath.h @@ -0,0 +1,206 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: keith.ray@gmail.com (Keith Ray) +// +// Google Test filepath utilities +// +// This header file declares classes and functions used internally by +// Google Test. They are subject to change without notice. +// +// This file is #included in . +// Do not include this header file separately! + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ + +#include "gtest/internal/gtest-string.h" + +namespace testing { +namespace internal { + +// FilePath - a class for file and directory pathname manipulation which +// handles platform-specific conventions (like the pathname separator). +// Used for helper functions for naming files in a directory for xml output. +// Except for Set methods, all methods are const or static, which provides an +// "immutable value object" -- useful for peace of mind. +// A FilePath with a value ending in a path separator ("like/this/") represents +// a directory, otherwise it is assumed to represent a file. In either case, +// it may or may not represent an actual file or directory in the file system. +// Names are NOT checked for syntax correctness -- no checking for illegal +// characters, malformed paths, etc. + +class GTEST_API_ FilePath { + public: + FilePath() : pathname_("") { } + FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } + + explicit FilePath(const std::string& pathname) : pathname_(pathname) { + Normalize(); + } + + FilePath& operator=(const FilePath& rhs) { + Set(rhs); + return *this; + } + + void Set(const FilePath& rhs) { + pathname_ = rhs.pathname_; + } + + const std::string& string() const { return pathname_; } + const char* c_str() const { return pathname_.c_str(); } + + // Returns the current working directory, or "" if unsuccessful. + static FilePath GetCurrentDir(); + + // Given directory = "dir", base_name = "test", number = 0, + // extension = "xml", returns "dir/test.xml". If number is greater + // than zero (e.g., 12), returns "dir/test_12.xml". + // On Windows platform, uses \ as the separator rather than /. + static FilePath MakeFileName(const FilePath& directory, + const FilePath& base_name, + int number, + const char* extension); + + // Given directory = "dir", relative_path = "test.xml", + // returns "dir/test.xml". + // On Windows, uses \ as the separator rather than /. + static FilePath ConcatPaths(const FilePath& directory, + const FilePath& relative_path); + + // Returns a pathname for a file that does not currently exist. The pathname + // will be directory/base_name.extension or + // directory/base_name_.extension if directory/base_name.extension + // already exists. The number will be incremented until a pathname is found + // that does not already exist. + // Examples: 'dir/foo_test.xml' or 'dir/foo_test_1.xml'. + // There could be a race condition if two or more processes are calling this + // function at the same time -- they could both pick the same filename. + static FilePath GenerateUniqueFileName(const FilePath& directory, + const FilePath& base_name, + const char* extension); + + // Returns true iff the path is "". + bool IsEmpty() const { return pathname_.empty(); } + + // If input name has a trailing separator character, removes it and returns + // the name, otherwise return the name string unmodified. + // On Windows platform, uses \ as the separator, other platforms use /. + FilePath RemoveTrailingPathSeparator() const; + + // Returns a copy of the FilePath with the directory part removed. + // Example: FilePath("path/to/file").RemoveDirectoryName() returns + // FilePath("file"). If there is no directory part ("just_a_file"), it returns + // the FilePath unmodified. If there is no file part ("just_a_dir/") it + // returns an empty FilePath (""). + // On Windows platform, '\' is the path separator, otherwise it is '/'. + FilePath RemoveDirectoryName() const; + + // RemoveFileName returns the directory path with the filename removed. + // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". + // If the FilePath is "a_file" or "/a_file", RemoveFileName returns + // FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does + // not have a file, like "just/a/dir/", it returns the FilePath unmodified. + // On Windows platform, '\' is the path separator, otherwise it is '/'. + FilePath RemoveFileName() const; + + // Returns a copy of the FilePath with the case-insensitive extension removed. + // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns + // FilePath("dir/file"). If a case-insensitive extension is not + // found, returns a copy of the original FilePath. + FilePath RemoveExtension(const char* extension) const; + + // Creates directories so that path exists. Returns true if successful or if + // the directories already exist; returns false if unable to create + // directories for any reason. Will also return false if the FilePath does + // not represent a directory (that is, it doesn't end with a path separator). + bool CreateDirectoriesRecursively() const; + + // Create the directory so that path exists. Returns true if successful or + // if the directory already exists; returns false if unable to create the + // directory for any reason, including if the parent directory does not + // exist. Not named "CreateDirectory" because that's a macro on Windows. + bool CreateFolder() const; + + // Returns true if FilePath describes something in the file-system, + // either a file, directory, or whatever, and that something exists. + bool FileOrDirectoryExists() const; + + // Returns true if pathname describes a directory in the file-system + // that exists. + bool DirectoryExists() const; + + // Returns true if FilePath ends with a path separator, which indicates that + // it is intended to represent a directory. Returns false otherwise. + // This does NOT check that a directory (or file) actually exists. + bool IsDirectory() const; + + // Returns true if pathname describes a root directory. (Windows has one + // root directory per disk drive.) + bool IsRootDirectory() const; + + // Returns true if pathname describes an absolute path. + bool IsAbsolutePath() const; + + private: + // Replaces multiple consecutive separators with a single separator. + // For example, "bar///foo" becomes "bar/foo". Does not eliminate other + // redundancies that might be in a pathname involving "." or "..". + // + // A pathname with multiple consecutive separators may occur either through + // user error or as a result of some scripts or APIs that generate a pathname + // with a trailing separator. On other platforms the same API or script + // may NOT generate a pathname with a trailing "/". Then elsewhere that + // pathname may have another "/" and pathname components added to it, + // without checking for the separator already being there. + // The script language and operating system may allow paths like "foo//bar" + // but some of the functions in FilePath will not handle that correctly. In + // particular, RemoveTrailingPathSeparator() only removes one separator, and + // it is called in CreateDirectoriesRecursively() assuming that it will change + // a pathname from directory syntax (trailing separator) to filename syntax. + // + // On Windows this method also replaces the alternate path separator '/' with + // the primary path separator '\\', so that for example "bar\\/\\foo" becomes + // "bar\\foo". + + void Normalize(); + + // Returns a pointer to the last occurence of a valid path separator in + // the FilePath. On Windows, for example, both '/' and '\' are valid path + // separators. Returns NULL if no path separator was found. + const char* FindLastPathSeparator() const; + + std::string pathname_; +}; // class FilePath + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-internal.h b/gtest-1.7.0/include/gtest/internal/gtest-internal.h new file mode 100644 index 000000000..0dcc3a319 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-internal.h @@ -0,0 +1,1158 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file declares functions and macros used internally by +// Google Test. They are subject to change without notice. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ + +#include "gtest/internal/gtest-port.h" + +#if GTEST_OS_LINUX +# include +# include +# include +# include +#endif // GTEST_OS_LINUX + +#if GTEST_HAS_EXCEPTIONS +# include +#endif + +#include +#include +#include +#include +#include +#include + +#include "gtest/gtest-message.h" +#include "gtest/internal/gtest-string.h" +#include "gtest/internal/gtest-filepath.h" +#include "gtest/internal/gtest-type-util.h" + +// Due to C++ preprocessor weirdness, we need double indirection to +// concatenate two tokens when one of them is __LINE__. Writing +// +// foo ## __LINE__ +// +// will result in the token foo__LINE__, instead of foo followed by +// the current line number. For more details, see +// http://www.parashift.com/c++-faq-lite/misc-technical-issues.html#faq-39.6 +#define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar) +#define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo ## bar + +class ProtocolMessage; +namespace proto2 { class Message; } + +namespace testing { + +// Forward declarations. + +class AssertionResult; // Result of an assertion. +class Message; // Represents a failure message. +class Test; // Represents a test. +class TestInfo; // Information about a test. +class TestPartResult; // Result of a test part. +class UnitTest; // A collection of test cases. + +template +::std::string PrintToString(const T& value); + +namespace internal { + +struct TraceInfo; // Information about a trace point. +class ScopedTrace; // Implements scoped trace. +class TestInfoImpl; // Opaque implementation of TestInfo +class UnitTestImpl; // Opaque implementation of UnitTest + +// How many times InitGoogleTest() has been called. +GTEST_API_ extern int g_init_gtest_count; + +// The text used in failure messages to indicate the start of the +// stack trace. +GTEST_API_ extern const char kStackTraceMarker[]; + +// Two overloaded helpers for checking at compile time whether an +// expression is a null pointer literal (i.e. NULL or any 0-valued +// compile-time integral constant). Their return values have +// different sizes, so we can use sizeof() to test which version is +// picked by the compiler. These helpers have no implementations, as +// we only need their signatures. +// +// Given IsNullLiteralHelper(x), the compiler will pick the first +// version if x can be implicitly converted to Secret*, and pick the +// second version otherwise. Since Secret is a secret and incomplete +// type, the only expression a user can write that has type Secret* is +// a null pointer literal. Therefore, we know that x is a null +// pointer literal if and only if the first version is picked by the +// compiler. +char IsNullLiteralHelper(Secret* p); +char (&IsNullLiteralHelper(...))[2]; // NOLINT + +// A compile-time bool constant that is true if and only if x is a +// null pointer literal (i.e. NULL or any 0-valued compile-time +// integral constant). +#ifdef GTEST_ELLIPSIS_NEEDS_POD_ +// We lose support for NULL detection where the compiler doesn't like +// passing non-POD classes through ellipsis (...). +# define GTEST_IS_NULL_LITERAL_(x) false +#else +# define GTEST_IS_NULL_LITERAL_(x) \ + (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) +#endif // GTEST_ELLIPSIS_NEEDS_POD_ + +// Appends the user-supplied message to the Google-Test-generated message. +GTEST_API_ std::string AppendUserMessage( + const std::string& gtest_msg, const Message& user_msg); + +#if GTEST_HAS_EXCEPTIONS + +// This exception is thrown by (and only by) a failed Google Test +// assertion when GTEST_FLAG(throw_on_failure) is true (if exceptions +// are enabled). We derive it from std::runtime_error, which is for +// errors presumably detectable only at run time. Since +// std::runtime_error inherits from std::exception, many testing +// frameworks know how to extract and print the message inside it. +class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { + public: + explicit GoogleTestFailureException(const TestPartResult& failure); +}; + +#endif // GTEST_HAS_EXCEPTIONS + +// A helper class for creating scoped traces in user programs. +class GTEST_API_ ScopedTrace { + public: + // The c'tor pushes the given source file location and message onto + // a trace stack maintained by Google Test. + ScopedTrace(const char* file, int line, const Message& message); + + // The d'tor pops the info pushed by the c'tor. + // + // Note that the d'tor is not virtual in order to be efficient. + // Don't inherit from ScopedTrace! + ~ScopedTrace(); + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedTrace); +} GTEST_ATTRIBUTE_UNUSED_; // A ScopedTrace object does its job in its + // c'tor and d'tor. Therefore it doesn't + // need to be used otherwise. + +// Constructs and returns the message for an equality assertion +// (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. +// +// The first four parameters are the expressions used in the assertion +// and their values, as strings. For example, for ASSERT_EQ(foo, bar) +// where foo is 5 and bar is 6, we have: +// +// expected_expression: "foo" +// actual_expression: "bar" +// expected_value: "5" +// actual_value: "6" +// +// The ignoring_case parameter is true iff the assertion is a +// *_STRCASEEQ*. When it's true, the string " (ignoring case)" will +// be inserted into the message. +GTEST_API_ AssertionResult EqFailure(const char* expected_expression, + const char* actual_expression, + const std::string& expected_value, + const std::string& actual_value, + bool ignoring_case); + +// Constructs a failure message for Boolean assertions such as EXPECT_TRUE. +GTEST_API_ std::string GetBoolAssertionFailureMessage( + const AssertionResult& assertion_result, + const char* expression_text, + const char* actual_predicate_value, + const char* expected_predicate_value); + +// This template class represents an IEEE floating-point number +// (either single-precision or double-precision, depending on the +// template parameters). +// +// The purpose of this class is to do more sophisticated number +// comparison. (Due to round-off error, etc, it's very unlikely that +// two floating-points will be equal exactly. Hence a naive +// comparison by the == operation often doesn't work.) +// +// Format of IEEE floating-point: +// +// The most-significant bit being the leftmost, an IEEE +// floating-point looks like +// +// sign_bit exponent_bits fraction_bits +// +// Here, sign_bit is a single bit that designates the sign of the +// number. +// +// For float, there are 8 exponent bits and 23 fraction bits. +// +// For double, there are 11 exponent bits and 52 fraction bits. +// +// More details can be found at +// http://en.wikipedia.org/wiki/IEEE_floating-point_standard. +// +// Template parameter: +// +// RawType: the raw floating-point type (either float or double) +template +class FloatingPoint { + public: + // Defines the unsigned integer type that has the same size as the + // floating point number. + typedef typename TypeWithSize::UInt Bits; + + // Constants. + + // # of bits in a number. + static const size_t kBitCount = 8*sizeof(RawType); + + // # of fraction bits in a number. + static const size_t kFractionBitCount = + std::numeric_limits::digits - 1; + + // # of exponent bits in a number. + static const size_t kExponentBitCount = kBitCount - 1 - kFractionBitCount; + + // The mask for the sign bit. + static const Bits kSignBitMask = static_cast(1) << (kBitCount - 1); + + // The mask for the fraction bits. + static const Bits kFractionBitMask = + ~static_cast(0) >> (kExponentBitCount + 1); + + // The mask for the exponent bits. + static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask); + + // How many ULP's (Units in the Last Place) we want to tolerate when + // comparing two numbers. The larger the value, the more error we + // allow. A 0 value means that two numbers must be exactly the same + // to be considered equal. + // + // The maximum error of a single floating-point operation is 0.5 + // units in the last place. On Intel CPU's, all floating-point + // calculations are done with 80-bit precision, while double has 64 + // bits. Therefore, 4 should be enough for ordinary use. + // + // See the following article for more details on ULP: + // http://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/ + static const size_t kMaxUlps = 4; + + // Constructs a FloatingPoint from a raw floating-point number. + // + // On an Intel CPU, passing a non-normalized NAN (Not a Number) + // around may change its bits, although the new value is guaranteed + // to be also a NAN. Therefore, don't expect this constructor to + // preserve the bits in x when x is a NAN. + explicit FloatingPoint(const RawType& x) { u_.value_ = x; } + + // Static methods + + // Reinterprets a bit pattern as a floating-point number. + // + // This function is needed to test the AlmostEquals() method. + static RawType ReinterpretBits(const Bits bits) { + FloatingPoint fp(0); + fp.u_.bits_ = bits; + return fp.u_.value_; + } + + // Returns the floating-point number that represent positive infinity. + static RawType Infinity() { + return ReinterpretBits(kExponentBitMask); + } + + // Returns the maximum representable finite floating-point number. + static RawType Max(); + + // Non-static methods + + // Returns the bits that represents this number. + const Bits &bits() const { return u_.bits_; } + + // Returns the exponent bits of this number. + Bits exponent_bits() const { return kExponentBitMask & u_.bits_; } + + // Returns the fraction bits of this number. + Bits fraction_bits() const { return kFractionBitMask & u_.bits_; } + + // Returns the sign bit of this number. + Bits sign_bit() const { return kSignBitMask & u_.bits_; } + + // Returns true iff this is NAN (not a number). + bool is_nan() const { + // It's a NAN if the exponent bits are all ones and the fraction + // bits are not entirely zeros. + return (exponent_bits() == kExponentBitMask) && (fraction_bits() != 0); + } + + // Returns true iff this number is at most kMaxUlps ULP's away from + // rhs. In particular, this function: + // + // - returns false if either number is (or both are) NAN. + // - treats really large numbers as almost equal to infinity. + // - thinks +0.0 and -0.0 are 0 DLP's apart. + bool AlmostEquals(const FloatingPoint& rhs) const { + // The IEEE standard says that any comparison operation involving + // a NAN must return false. + if (is_nan() || rhs.is_nan()) return false; + + return DistanceBetweenSignAndMagnitudeNumbers(u_.bits_, rhs.u_.bits_) + <= kMaxUlps; + } + + private: + // The data type used to store the actual floating-point number. + union FloatingPointUnion { + RawType value_; // The raw floating-point number. + Bits bits_; // The bits that represent the number. + }; + + // Converts an integer from the sign-and-magnitude representation to + // the biased representation. More precisely, let N be 2 to the + // power of (kBitCount - 1), an integer x is represented by the + // unsigned number x + N. + // + // For instance, + // + // -N + 1 (the most negative number representable using + // sign-and-magnitude) is represented by 1; + // 0 is represented by N; and + // N - 1 (the biggest number representable using + // sign-and-magnitude) is represented by 2N - 1. + // + // Read http://en.wikipedia.org/wiki/Signed_number_representations + // for more details on signed number representations. + static Bits SignAndMagnitudeToBiased(const Bits &sam) { + if (kSignBitMask & sam) { + // sam represents a negative number. + return ~sam + 1; + } else { + // sam represents a positive number. + return kSignBitMask | sam; + } + } + + // Given two numbers in the sign-and-magnitude representation, + // returns the distance between them as an unsigned number. + static Bits DistanceBetweenSignAndMagnitudeNumbers(const Bits &sam1, + const Bits &sam2) { + const Bits biased1 = SignAndMagnitudeToBiased(sam1); + const Bits biased2 = SignAndMagnitudeToBiased(sam2); + return (biased1 >= biased2) ? (biased1 - biased2) : (biased2 - biased1); + } + + FloatingPointUnion u_; +}; + +// We cannot use std::numeric_limits::max() as it clashes with the max() +// macro defined by . +template <> +inline float FloatingPoint::Max() { return FLT_MAX; } +template <> +inline double FloatingPoint::Max() { return DBL_MAX; } + +// Typedefs the instances of the FloatingPoint template class that we +// care to use. +typedef FloatingPoint Float; +typedef FloatingPoint Double; + +// In order to catch the mistake of putting tests that use different +// test fixture classes in the same test case, we need to assign +// unique IDs to fixture classes and compare them. The TypeId type is +// used to hold such IDs. The user should treat TypeId as an opaque +// type: the only operation allowed on TypeId values is to compare +// them for equality using the == operator. +typedef const void* TypeId; + +template +class TypeIdHelper { + public: + // dummy_ must not have a const type. Otherwise an overly eager + // compiler (e.g. MSVC 7.1 & 8.0) may try to merge + // TypeIdHelper::dummy_ for different Ts as an "optimization". + static bool dummy_; +}; + +template +bool TypeIdHelper::dummy_ = false; + +// GetTypeId() returns the ID of type T. Different values will be +// returned for different types. Calling the function twice with the +// same type argument is guaranteed to return the same ID. +template +TypeId GetTypeId() { + // The compiler is required to allocate a different + // TypeIdHelper::dummy_ variable for each T used to instantiate + // the template. Therefore, the address of dummy_ is guaranteed to + // be unique. + return &(TypeIdHelper::dummy_); +} + +// Returns the type ID of ::testing::Test. Always call this instead +// of GetTypeId< ::testing::Test>() to get the type ID of +// ::testing::Test, as the latter may give the wrong result due to a +// suspected linker bug when compiling Google Test as a Mac OS X +// framework. +GTEST_API_ TypeId GetTestTypeId(); + +// Defines the abstract factory interface that creates instances +// of a Test object. +class TestFactoryBase { + public: + virtual ~TestFactoryBase() {} + + // Creates a test instance to run. The instance is both created and destroyed + // within TestInfoImpl::Run() + virtual Test* CreateTest() = 0; + + protected: + TestFactoryBase() {} + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestFactoryBase); +}; + +// This class provides implementation of TeastFactoryBase interface. +// It is used in TEST and TEST_F macros. +template +class TestFactoryImpl : public TestFactoryBase { + public: + virtual Test* CreateTest() { return new TestClass; } +}; + +#if GTEST_OS_WINDOWS + +// Predicate-formatters for implementing the HRESULT checking macros +// {ASSERT|EXPECT}_HRESULT_{SUCCEEDED|FAILED} +// We pass a long instead of HRESULT to avoid causing an +// include dependency for the HRESULT type. +GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr, + long hr); // NOLINT +GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr, + long hr); // NOLINT + +#endif // GTEST_OS_WINDOWS + +// Types of SetUpTestCase() and TearDownTestCase() functions. +typedef void (*SetUpTestCaseFunc)(); +typedef void (*TearDownTestCaseFunc)(); + +// Creates a new TestInfo object and registers it with Google Test; +// returns the created object. +// +// Arguments: +// +// test_case_name: name of the test case +// name: name of the test +// type_param the name of the test's type parameter, or NULL if +// this is not a typed or a type-parameterized test. +// value_param text representation of the test's value parameter, +// or NULL if this is not a type-parameterized test. +// fixture_class_id: ID of the test fixture class +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +// factory: pointer to the factory that creates a test object. +// The newly created TestInfo instance will assume +// ownership of the factory object. +GTEST_API_ TestInfo* MakeAndRegisterTestInfo( + const char* test_case_name, + const char* name, + const char* type_param, + const char* value_param, + TypeId fixture_class_id, + SetUpTestCaseFunc set_up_tc, + TearDownTestCaseFunc tear_down_tc, + TestFactoryBase* factory); + +// If *pstr starts with the given prefix, modifies *pstr to be right +// past the prefix and returns true; otherwise leaves *pstr unchanged +// and returns false. None of pstr, *pstr, and prefix can be NULL. +GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr); + +#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// State of the definition of a type-parameterized test case. +class GTEST_API_ TypedTestCasePState { + public: + TypedTestCasePState() : registered_(false) {} + + // Adds the given test name to defined_test_names_ and return true + // if the test case hasn't been registered; otherwise aborts the + // program. + bool AddTestName(const char* file, int line, const char* case_name, + const char* test_name) { + if (registered_) { + fprintf(stderr, "%s Test %s must be defined before " + "REGISTER_TYPED_TEST_CASE_P(%s, ...).\n", + FormatFileLocation(file, line).c_str(), test_name, case_name); + fflush(stderr); + posix::Abort(); + } + defined_test_names_.insert(test_name); + return true; + } + + // Verifies that registered_tests match the test names in + // defined_test_names_; returns registered_tests if successful, or + // aborts the program otherwise. + const char* VerifyRegisteredTestNames( + const char* file, int line, const char* registered_tests); + + private: + bool registered_; + ::std::set defined_test_names_; +}; + +// Skips to the first non-space char after the first comma in 'str'; +// returns NULL if no comma is found in 'str'. +inline const char* SkipComma(const char* str) { + const char* comma = strchr(str, ','); + if (comma == NULL) { + return NULL; + } + while (IsSpace(*(++comma))) {} + return comma; +} + +// Returns the prefix of 'str' before the first comma in it; returns +// the entire string if it contains no comma. +inline std::string GetPrefixUntilComma(const char* str) { + const char* comma = strchr(str, ','); + return comma == NULL ? str : std::string(str, comma); +} + +// TypeParameterizedTest::Register() +// registers a list of type-parameterized tests with Google Test. The +// return value is insignificant - we just need to return something +// such that we can call this function in a namespace scope. +// +// Implementation note: The GTEST_TEMPLATE_ macro declares a template +// template parameter. It's defined in gtest-type-util.h. +template +class TypeParameterizedTest { + public: + // 'index' is the index of the test in the type list 'Types' + // specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, + // Types). Valid values for 'index' are [0, N - 1] where N is the + // length of Types. + static bool Register(const char* prefix, const char* case_name, + const char* test_names, int index) { + typedef typename Types::Head Type; + typedef Fixture FixtureClass; + typedef typename GTEST_BIND_(TestSel, Type) TestClass; + + // First, registers the first type-parameterized test in the type + // list. + MakeAndRegisterTestInfo( + (std::string(prefix) + (prefix[0] == '\0' ? "" : "/") + case_name + "/" + + StreamableToString(index)).c_str(), + GetPrefixUntilComma(test_names).c_str(), + GetTypeName().c_str(), + NULL, // No value parameter. + GetTypeId(), + TestClass::SetUpTestCase, + TestClass::TearDownTestCase, + new TestFactoryImpl); + + // Next, recurses (at compile time) with the tail of the type list. + return TypeParameterizedTest + ::Register(prefix, case_name, test_names, index + 1); + } +}; + +// The base case for the compile time recursion. +template +class TypeParameterizedTest { + public: + static bool Register(const char* /*prefix*/, const char* /*case_name*/, + const char* /*test_names*/, int /*index*/) { + return true; + } +}; + +// TypeParameterizedTestCase::Register() +// registers *all combinations* of 'Tests' and 'Types' with Google +// Test. The return value is insignificant - we just need to return +// something such that we can call this function in a namespace scope. +template +class TypeParameterizedTestCase { + public: + static bool Register(const char* prefix, const char* case_name, + const char* test_names) { + typedef typename Tests::Head Head; + + // First, register the first test in 'Test' for each type in 'Types'. + TypeParameterizedTest::Register( + prefix, case_name, test_names, 0); + + // Next, recurses (at compile time) with the tail of the test list. + return TypeParameterizedTestCase + ::Register(prefix, case_name, SkipComma(test_names)); + } +}; + +// The base case for the compile time recursion. +template +class TypeParameterizedTestCase { + public: + static bool Register(const char* /*prefix*/, const char* /*case_name*/, + const char* /*test_names*/) { + return true; + } +}; + +#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// Returns the current OS stack trace as an std::string. +// +// The maximum number of stack frames to be included is specified by +// the gtest_stack_trace_depth flag. The skip_count parameter +// specifies the number of top frames to be skipped, which doesn't +// count against the number of frames to be included. +// +// For example, if Foo() calls Bar(), which in turn calls +// GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in +// the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. +GTEST_API_ std::string GetCurrentOsStackTraceExceptTop( + UnitTest* unit_test, int skip_count); + +// Helpers for suppressing warnings on unreachable code or constant +// condition. + +// Always returns true. +GTEST_API_ bool AlwaysTrue(); + +// Always returns false. +inline bool AlwaysFalse() { return !AlwaysTrue(); } + +// Helper for suppressing false warning from Clang on a const char* +// variable declared in a conditional expression always being NULL in +// the else branch. +struct GTEST_API_ ConstCharPtr { + ConstCharPtr(const char* str) : value(str) {} + operator bool() const { return true; } + const char* value; +}; + +// A simple Linear Congruential Generator for generating random +// numbers with a uniform distribution. Unlike rand() and srand(), it +// doesn't use global state (and therefore can't interfere with user +// code). Unlike rand_r(), it's portable. An LCG isn't very random, +// but it's good enough for our purposes. +class GTEST_API_ Random { + public: + static const UInt32 kMaxRange = 1u << 31; + + explicit Random(UInt32 seed) : state_(seed) {} + + void Reseed(UInt32 seed) { state_ = seed; } + + // Generates a random number from [0, range). Crashes if 'range' is + // 0 or greater than kMaxRange. + UInt32 Generate(UInt32 range); + + private: + UInt32 state_; + GTEST_DISALLOW_COPY_AND_ASSIGN_(Random); +}; + +// Defining a variable of type CompileAssertTypesEqual will cause a +// compiler error iff T1 and T2 are different types. +template +struct CompileAssertTypesEqual; + +template +struct CompileAssertTypesEqual { +}; + +// Removes the reference from a type if it is a reference type, +// otherwise leaves it unchanged. This is the same as +// tr1::remove_reference, which is not widely available yet. +template +struct RemoveReference { typedef T type; }; // NOLINT +template +struct RemoveReference { typedef T type; }; // NOLINT + +// A handy wrapper around RemoveReference that works when the argument +// T depends on template parameters. +#define GTEST_REMOVE_REFERENCE_(T) \ + typename ::testing::internal::RemoveReference::type + +// Removes const from a type if it is a const type, otherwise leaves +// it unchanged. This is the same as tr1::remove_const, which is not +// widely available yet. +template +struct RemoveConst { typedef T type; }; // NOLINT +template +struct RemoveConst { typedef T type; }; // NOLINT + +// MSVC 8.0, Sun C++, and IBM XL C++ have a bug which causes the above +// definition to fail to remove the const in 'const int[3]' and 'const +// char[3][4]'. The following specialization works around the bug. +template +struct RemoveConst { + typedef typename RemoveConst::type type[N]; +}; + +#if defined(_MSC_VER) && _MSC_VER < 1400 +// This is the only specialization that allows VC++ 7.1 to remove const in +// 'const int[3] and 'const int[3][4]'. However, it causes trouble with GCC +// and thus needs to be conditionally compiled. +template +struct RemoveConst { + typedef typename RemoveConst::type type[N]; +}; +#endif + +// A handy wrapper around RemoveConst that works when the argument +// T depends on template parameters. +#define GTEST_REMOVE_CONST_(T) \ + typename ::testing::internal::RemoveConst::type + +// Turns const U&, U&, const U, and U all into U. +#define GTEST_REMOVE_REFERENCE_AND_CONST_(T) \ + GTEST_REMOVE_CONST_(GTEST_REMOVE_REFERENCE_(T)) + +// Adds reference to a type if it is not a reference type, +// otherwise leaves it unchanged. This is the same as +// tr1::add_reference, which is not widely available yet. +template +struct AddReference { typedef T& type; }; // NOLINT +template +struct AddReference { typedef T& type; }; // NOLINT + +// A handy wrapper around AddReference that works when the argument T +// depends on template parameters. +#define GTEST_ADD_REFERENCE_(T) \ + typename ::testing::internal::AddReference::type + +// Adds a reference to const on top of T as necessary. For example, +// it transforms +// +// char ==> const char& +// const char ==> const char& +// char& ==> const char& +// const char& ==> const char& +// +// The argument T must depend on some template parameters. +#define GTEST_REFERENCE_TO_CONST_(T) \ + GTEST_ADD_REFERENCE_(const GTEST_REMOVE_REFERENCE_(T)) + +// ImplicitlyConvertible::value is a compile-time bool +// constant that's true iff type From can be implicitly converted to +// type To. +template +class ImplicitlyConvertible { + private: + // We need the following helper functions only for their types. + // They have no implementations. + + // MakeFrom() is an expression whose type is From. We cannot simply + // use From(), as the type From may not have a public default + // constructor. + static From MakeFrom(); + + // These two functions are overloaded. Given an expression + // Helper(x), the compiler will pick the first version if x can be + // implicitly converted to type To; otherwise it will pick the + // second version. + // + // The first version returns a value of size 1, and the second + // version returns a value of size 2. Therefore, by checking the + // size of Helper(x), which can be done at compile time, we can tell + // which version of Helper() is used, and hence whether x can be + // implicitly converted to type To. + static char Helper(To); + static char (&Helper(...))[2]; // NOLINT + + // We have to put the 'public' section after the 'private' section, + // or MSVC refuses to compile the code. + public: + // MSVC warns about implicitly converting from double to int for + // possible loss of data, so we need to temporarily disable the + // warning. +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4244) // Temporarily disables warning 4244. + + static const bool value = + sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1; +# pragma warning(pop) // Restores the warning state. +#elif defined(__BORLANDC__) + // C++Builder cannot use member overload resolution during template + // instantiation. The simplest workaround is to use its C++0x type traits + // functions (C++Builder 2009 and above only). + static const bool value = __is_convertible(From, To); +#else + static const bool value = + sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1; +#endif // _MSV_VER +}; +template +const bool ImplicitlyConvertible::value; + +// IsAProtocolMessage::value is a compile-time bool constant that's +// true iff T is type ProtocolMessage, proto2::Message, or a subclass +// of those. +template +struct IsAProtocolMessage + : public bool_constant< + ImplicitlyConvertible::value || + ImplicitlyConvertible::value> { +}; + +// When the compiler sees expression IsContainerTest(0), if C is an +// STL-style container class, the first overload of IsContainerTest +// will be viable (since both C::iterator* and C::const_iterator* are +// valid types and NULL can be implicitly converted to them). It will +// be picked over the second overload as 'int' is a perfect match for +// the type of argument 0. If C::iterator or C::const_iterator is not +// a valid type, the first overload is not viable, and the second +// overload will be picked. Therefore, we can determine whether C is +// a container class by checking the type of IsContainerTest(0). +// The value of the expression is insignificant. +// +// Note that we look for both C::iterator and C::const_iterator. The +// reason is that C++ injects the name of a class as a member of the +// class itself (e.g. you can refer to class iterator as either +// 'iterator' or 'iterator::iterator'). If we look for C::iterator +// only, for example, we would mistakenly think that a class named +// iterator is an STL container. +// +// Also note that the simpler approach of overloading +// IsContainerTest(typename C::const_iterator*) and +// IsContainerTest(...) doesn't work with Visual Age C++ and Sun C++. +typedef int IsContainer; +template +IsContainer IsContainerTest(int /* dummy */, + typename C::iterator* /* it */ = NULL, + typename C::const_iterator* /* const_it */ = NULL) { + return 0; +} + +typedef char IsNotContainer; +template +IsNotContainer IsContainerTest(long /* dummy */) { return '\0'; } + +// EnableIf::type is void when 'Cond' is true, and +// undefined when 'Cond' is false. To use SFINAE to make a function +// overload only apply when a particular expression is true, add +// "typename EnableIf::type* = 0" as the last parameter. +template struct EnableIf; +template<> struct EnableIf { typedef void type; }; // NOLINT + +// Utilities for native arrays. + +// ArrayEq() compares two k-dimensional native arrays using the +// elements' operator==, where k can be any integer >= 0. When k is +// 0, ArrayEq() degenerates into comparing a single pair of values. + +template +bool ArrayEq(const T* lhs, size_t size, const U* rhs); + +// This generic version is used when k is 0. +template +inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } + +// This overload is used when k >= 1. +template +inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) { + return internal::ArrayEq(lhs, N, rhs); +} + +// This helper reduces code bloat. If we instead put its logic inside +// the previous ArrayEq() function, arrays with different sizes would +// lead to different copies of the template code. +template +bool ArrayEq(const T* lhs, size_t size, const U* rhs) { + for (size_t i = 0; i != size; i++) { + if (!internal::ArrayEq(lhs[i], rhs[i])) + return false; + } + return true; +} + +// Finds the first element in the iterator range [begin, end) that +// equals elem. Element may be a native array type itself. +template +Iter ArrayAwareFind(Iter begin, Iter end, const Element& elem) { + for (Iter it = begin; it != end; ++it) { + if (internal::ArrayEq(*it, elem)) + return it; + } + return end; +} + +// CopyArray() copies a k-dimensional native array using the elements' +// operator=, where k can be any integer >= 0. When k is 0, +// CopyArray() degenerates into copying a single value. + +template +void CopyArray(const T* from, size_t size, U* to); + +// This generic version is used when k is 0. +template +inline void CopyArray(const T& from, U* to) { *to = from; } + +// This overload is used when k >= 1. +template +inline void CopyArray(const T(&from)[N], U(*to)[N]) { + internal::CopyArray(from, N, *to); +} + +// This helper reduces code bloat. If we instead put its logic inside +// the previous CopyArray() function, arrays with different sizes +// would lead to different copies of the template code. +template +void CopyArray(const T* from, size_t size, U* to) { + for (size_t i = 0; i != size; i++) { + internal::CopyArray(from[i], to + i); + } +} + +// The relation between an NativeArray object (see below) and the +// native array it represents. +enum RelationToSource { + kReference, // The NativeArray references the native array. + kCopy // The NativeArray makes a copy of the native array and + // owns the copy. +}; + +// Adapts a native array to a read-only STL-style container. Instead +// of the complete STL container concept, this adaptor only implements +// members useful for Google Mock's container matchers. New members +// should be added as needed. To simplify the implementation, we only +// support Element being a raw type (i.e. having no top-level const or +// reference modifier). It's the client's responsibility to satisfy +// this requirement. Element can be an array type itself (hence +// multi-dimensional arrays are supported). +template +class NativeArray { + public: + // STL-style container typedefs. + typedef Element value_type; + typedef Element* iterator; + typedef const Element* const_iterator; + + // Constructs from a native array. + NativeArray(const Element* array, size_t count, RelationToSource relation) { + Init(array, count, relation); + } + + // Copy constructor. + NativeArray(const NativeArray& rhs) { + Init(rhs.array_, rhs.size_, rhs.relation_to_source_); + } + + ~NativeArray() { + // Ensures that the user doesn't instantiate NativeArray with a + // const or reference type. + static_cast(StaticAssertTypeEqHelper()); + if (relation_to_source_ == kCopy) + delete[] array_; + } + + // STL-style container methods. + size_t size() const { return size_; } + const_iterator begin() const { return array_; } + const_iterator end() const { return array_ + size_; } + bool operator==(const NativeArray& rhs) const { + return size() == rhs.size() && + ArrayEq(begin(), size(), rhs.begin()); + } + + private: + // Initializes this object; makes a copy of the input array if + // 'relation' is kCopy. + void Init(const Element* array, size_t a_size, RelationToSource relation) { + if (relation == kReference) { + array_ = array; + } else { + Element* const copy = new Element[a_size]; + CopyArray(array, a_size, copy); + array_ = copy; + } + size_ = a_size; + relation_to_source_ = relation; + } + + const Element* array_; + size_t size_; + RelationToSource relation_to_source_; + + GTEST_DISALLOW_ASSIGN_(NativeArray); +}; + +} // namespace internal +} // namespace testing + +#define GTEST_MESSAGE_AT_(file, line, message, result_type) \ + ::testing::internal::AssertHelper(result_type, file, line, message) \ + = ::testing::Message() + +#define GTEST_MESSAGE_(message, result_type) \ + GTEST_MESSAGE_AT_(__FILE__, __LINE__, message, result_type) + +#define GTEST_FATAL_FAILURE_(message) \ + return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) + +#define GTEST_NONFATAL_FAILURE_(message) \ + GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure) + +#define GTEST_SUCCESS_(message) \ + GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess) + +// Suppresses MSVC warnings 4072 (unreachable code) for the code following +// statement if it returns or throws (or doesn't return or throw in some +// situations). +#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement) \ + if (::testing::internal::AlwaysTrue()) { statement; } + +#define GTEST_TEST_THROW_(statement, expected_exception, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::ConstCharPtr gtest_msg = "") { \ + bool gtest_caught_expected = false; \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } \ + catch (expected_exception const&) { \ + gtest_caught_expected = true; \ + } \ + catch (...) { \ + gtest_msg.value = \ + "Expected: " #statement " throws an exception of type " \ + #expected_exception ".\n Actual: it throws a different type."; \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \ + } \ + if (!gtest_caught_expected) { \ + gtest_msg.value = \ + "Expected: " #statement " throws an exception of type " \ + #expected_exception ".\n Actual: it throws nothing."; \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testthrow_, __LINE__): \ + fail(gtest_msg.value) + +#define GTEST_TEST_NO_THROW_(statement, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } \ + catch (...) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testnothrow_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testnothrow_, __LINE__): \ + fail("Expected: " #statement " doesn't throw an exception.\n" \ + " Actual: it throws.") + +#define GTEST_TEST_ANY_THROW_(statement, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + bool gtest_caught_any = false; \ + try { \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + } \ + catch (...) { \ + gtest_caught_any = true; \ + } \ + if (!gtest_caught_any) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testanythrow_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testanythrow_, __LINE__): \ + fail("Expected: " #statement " throws an exception.\n" \ + " Actual: it doesn't.") + + +// Implements Boolean test assertions such as EXPECT_TRUE. expression can be +// either a boolean expression or an AssertionResult. text is a textual +// represenation of expression as it was passed into the EXPECT_TRUE. +#define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (const ::testing::AssertionResult gtest_ar_ = \ + ::testing::AssertionResult(expression)) \ + ; \ + else \ + fail(::testing::internal::GetBoolAssertionFailureMessage(\ + gtest_ar_, text, #actual, #expected).c_str()) + +#define GTEST_TEST_NO_FATAL_FAILURE_(statement, fail) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::AlwaysTrue()) { \ + ::testing::internal::HasNewFatalFailureHelper gtest_fatal_failure_checker; \ + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \ + if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \ + goto GTEST_CONCAT_TOKEN_(gtest_label_testnofatal_, __LINE__); \ + } \ + } else \ + GTEST_CONCAT_TOKEN_(gtest_label_testnofatal_, __LINE__): \ + fail("Expected: " #statement " doesn't generate new fatal " \ + "failures in the current thread.\n" \ + " Actual: it does.") + +// Expands to the name of the class that implements the given test. +#define GTEST_TEST_CLASS_NAME_(test_case_name, test_name) \ + test_case_name##_##test_name##_Test + +// Helper macro for defining tests. +#define GTEST_TEST_(test_case_name, test_name, parent_class, parent_id)\ +class GTEST_TEST_CLASS_NAME_(test_case_name, test_name) : public parent_class {\ + public:\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)() {}\ + private:\ + virtual void TestBody();\ + static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\ + GTEST_DISALLOW_COPY_AND_ASSIGN_(\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name));\ +};\ +\ +::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\ + ::test_info_ =\ + ::testing::internal::MakeAndRegisterTestInfo(\ + #test_case_name, #test_name, NULL, NULL, \ + (parent_id), \ + parent_class::SetUpTestCase, \ + parent_class::TearDownTestCase, \ + new ::testing::internal::TestFactoryImpl<\ + GTEST_TEST_CLASS_NAME_(test_case_name, test_name)>);\ +void GTEST_TEST_CLASS_NAME_(test_case_name, test_name)::TestBody() + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_INTERNAL_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h b/gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h new file mode 100644 index 000000000..b1362cd00 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-linked_ptr.h @@ -0,0 +1,233 @@ +// Copyright 2003 Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: Dan Egnor (egnor@google.com) +// +// A "smart" pointer type with reference tracking. Every pointer to a +// particular object is kept on a circular linked list. When the last pointer +// to an object is destroyed or reassigned, the object is deleted. +// +// Used properly, this deletes the object when the last reference goes away. +// There are several caveats: +// - Like all reference counting schemes, cycles lead to leaks. +// - Each smart pointer is actually two pointers (8 bytes instead of 4). +// - Every time a pointer is assigned, the entire list of pointers to that +// object is traversed. This class is therefore NOT SUITABLE when there +// will often be more than two or three pointers to a particular object. +// - References are only tracked as long as linked_ptr<> objects are copied. +// If a linked_ptr<> is converted to a raw pointer and back, BAD THINGS +// will happen (double deletion). +// +// A good use of this class is storing object references in STL containers. +// You can safely put linked_ptr<> in a vector<>. +// Other uses may not be as good. +// +// Note: If you use an incomplete type with linked_ptr<>, the class +// *containing* linked_ptr<> must have a constructor and destructor (even +// if they do nothing!). +// +// Bill Gibbons suggested we use something like this. +// +// Thread Safety: +// Unlike other linked_ptr implementations, in this implementation +// a linked_ptr object is thread-safe in the sense that: +// - it's safe to copy linked_ptr objects concurrently, +// - it's safe to copy *from* a linked_ptr and read its underlying +// raw pointer (e.g. via get()) concurrently, and +// - it's safe to write to two linked_ptrs that point to the same +// shared object concurrently. +// TODO(wan@google.com): rename this to safe_linked_ptr to avoid +// confusion with normal linked_ptr. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ + +#include +#include + +#include "gtest/internal/gtest-port.h" + +namespace testing { +namespace internal { + +// Protects copying of all linked_ptr objects. +GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex); + +// This is used internally by all instances of linked_ptr<>. It needs to be +// a non-template class because different types of linked_ptr<> can refer to +// the same object (linked_ptr(obj) vs linked_ptr(obj)). +// So, it needs to be possible for different types of linked_ptr to participate +// in the same circular linked list, so we need a single class type here. +// +// DO NOT USE THIS CLASS DIRECTLY YOURSELF. Use linked_ptr. +class linked_ptr_internal { + public: + // Create a new circle that includes only this instance. + void join_new() { + next_ = this; + } + + // Many linked_ptr operations may change p.link_ for some linked_ptr + // variable p in the same circle as this object. Therefore we need + // to prevent two such operations from occurring concurrently. + // + // Note that different types of linked_ptr objects can coexist in a + // circle (e.g. linked_ptr, linked_ptr, and + // linked_ptr). Therefore we must use a single mutex to + // protect all linked_ptr objects. This can create serious + // contention in production code, but is acceptable in a testing + // framework. + + // Join an existing circle. + void join(linked_ptr_internal const* ptr) + GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) { + MutexLock lock(&g_linked_ptr_mutex); + + linked_ptr_internal const* p = ptr; + while (p->next_ != ptr) p = p->next_; + p->next_ = this; + next_ = ptr; + } + + // Leave whatever circle we're part of. Returns true if we were the + // last member of the circle. Once this is done, you can join() another. + bool depart() + GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex) { + MutexLock lock(&g_linked_ptr_mutex); + + if (next_ == this) return true; + linked_ptr_internal const* p = next_; + while (p->next_ != this) p = p->next_; + p->next_ = next_; + return false; + } + + private: + mutable linked_ptr_internal const* next_; +}; + +template +class linked_ptr { + public: + typedef T element_type; + + // Take over ownership of a raw pointer. This should happen as soon as + // possible after the object is created. + explicit linked_ptr(T* ptr = NULL) { capture(ptr); } + ~linked_ptr() { depart(); } + + // Copy an existing linked_ptr<>, adding ourselves to the list of references. + template linked_ptr(linked_ptr const& ptr) { copy(&ptr); } + linked_ptr(linked_ptr const& ptr) { // NOLINT + assert(&ptr != this); + copy(&ptr); + } + + // Assignment releases the old value and acquires the new. + template linked_ptr& operator=(linked_ptr const& ptr) { + depart(); + copy(&ptr); + return *this; + } + + linked_ptr& operator=(linked_ptr const& ptr) { + if (&ptr != this) { + depart(); + copy(&ptr); + } + return *this; + } + + // Smart pointer members. + void reset(T* ptr = NULL) { + depart(); + capture(ptr); + } + T* get() const { return value_; } + T* operator->() const { return value_; } + T& operator*() const { return *value_; } + + bool operator==(T* p) const { return value_ == p; } + bool operator!=(T* p) const { return value_ != p; } + template + bool operator==(linked_ptr const& ptr) const { + return value_ == ptr.get(); + } + template + bool operator!=(linked_ptr const& ptr) const { + return value_ != ptr.get(); + } + + private: + template + friend class linked_ptr; + + T* value_; + linked_ptr_internal link_; + + void depart() { + if (link_.depart()) delete value_; + } + + void capture(T* ptr) { + value_ = ptr; + link_.join_new(); + } + + template void copy(linked_ptr const* ptr) { + value_ = ptr->get(); + if (value_) + link_.join(&ptr->link_); + else + link_.join_new(); + } +}; + +template inline +bool operator==(T* ptr, const linked_ptr& x) { + return ptr == x.get(); +} + +template inline +bool operator!=(T* ptr, const linked_ptr& x) { + return ptr != x.get(); +} + +// A function to convert T* into linked_ptr +// Doing e.g. make_linked_ptr(new FooBarBaz(arg)) is a shorter notation +// for linked_ptr >(new FooBarBaz(arg)) +template +linked_ptr make_linked_ptr(T* ptr) { + return linked_ptr(ptr); +} + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h b/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h new file mode 100644 index 000000000..e80548592 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h @@ -0,0 +1,5143 @@ +// This file was GENERATED by command: +// pump.py gtest-param-util-generated.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// Type and function utilities for implementing parameterized tests. +// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +// Currently Google Test supports at most 50 arguments in Values, +// and at most 10 arguments in Combine. Please contact +// googletestframework@googlegroups.com if you need more. +// Please note that the number of arguments to Combine is limited +// by the maximum arity of the implementation of tr1::tuple which is +// currently set at 10. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +#include "gtest/internal/gtest-param-util.h" +#include "gtest/internal/gtest-port.h" + +#if GTEST_HAS_PARAM_TEST + +namespace testing { + +// Forward declarations of ValuesIn(), which is implemented in +// include/gtest/gtest-param-test.h. +template +internal::ParamGenerator< + typename ::testing::internal::IteratorTraits::value_type> +ValuesIn(ForwardIterator begin, ForwardIterator end); + +template +internal::ParamGenerator ValuesIn(const T (&array)[N]); + +template +internal::ParamGenerator ValuesIn( + const Container& container); + +namespace internal { + +// Used in the Values() function to provide polymorphic capabilities. +template +class ValueArray1 { + public: + explicit ValueArray1(T1 v1) : v1_(v1) {} + + template + operator ParamGenerator() const { return ValuesIn(&v1_, &v1_ + 1); } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray1& other); + + const T1 v1_; +}; + +template +class ValueArray2 { + public: + ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray2& other); + + const T1 v1_; + const T2 v2_; +}; + +template +class ValueArray3 { + public: + ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray3& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; +}; + +template +class ValueArray4 { + public: + ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray4& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; +}; + +template +class ValueArray5 { + public: + ValueArray5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray5& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; +}; + +template +class ValueArray6 { + public: + ValueArray6(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray6& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; +}; + +template +class ValueArray7 { + public: + ValueArray7(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray7& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; +}; + +template +class ValueArray8 { + public: + ValueArray8(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, + T8 v8) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray8& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; +}; + +template +class ValueArray9 { + public: + ValueArray9(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, + T9 v9) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray9& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; +}; + +template +class ValueArray10 { + public: + ValueArray10(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray10& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; +}; + +template +class ValueArray11 { + public: + ValueArray11(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray11& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; +}; + +template +class ValueArray12 { + public: + ValueArray12(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray12& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; +}; + +template +class ValueArray13 { + public: + ValueArray13(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray13& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; +}; + +template +class ValueArray14 { + public: + ValueArray14(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray14& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; +}; + +template +class ValueArray15 { + public: + ValueArray15(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray15& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; +}; + +template +class ValueArray16 { + public: + ValueArray16(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray16& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; +}; + +template +class ValueArray17 { + public: + ValueArray17(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, + T17 v17) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray17& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; +}; + +template +class ValueArray18 { + public: + ValueArray18(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray18& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; +}; + +template +class ValueArray19 { + public: + ValueArray19(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray19& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; +}; + +template +class ValueArray20 { + public: + ValueArray20(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray20& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; +}; + +template +class ValueArray21 { + public: + ValueArray21(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray21& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; +}; + +template +class ValueArray22 { + public: + ValueArray22(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray22& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; +}; + +template +class ValueArray23 { + public: + ValueArray23(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray23& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; +}; + +template +class ValueArray24 { + public: + ValueArray24(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray24& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; +}; + +template +class ValueArray25 { + public: + ValueArray25(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, + T25 v25) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray25& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; +}; + +template +class ValueArray26 { + public: + ValueArray26(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray26& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; +}; + +template +class ValueArray27 { + public: + ValueArray27(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), + v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), + v26_(v26), v27_(v27) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray27& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; +}; + +template +class ValueArray28 { + public: + ValueArray28(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), + v25_(v25), v26_(v26), v27_(v27), v28_(v28) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray28& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; +}; + +template +class ValueArray29 { + public: + ValueArray29(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), + v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray29& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; +}; + +template +class ValueArray30 { + public: + ValueArray30(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray30& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; +}; + +template +class ValueArray31 { + public: + ValueArray31(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray31& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; +}; + +template +class ValueArray32 { + public: + ValueArray32(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), + v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray32& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; +}; + +template +class ValueArray33 { + public: + ValueArray33(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, + T33 v33) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray33& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; +}; + +template +class ValueArray34 { + public: + ValueArray34(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray34& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; +}; + +template +class ValueArray35 { + public: + ValueArray35(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), + v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), + v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), + v32_(v32), v33_(v33), v34_(v34), v35_(v35) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray35& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; +}; + +template +class ValueArray36 { + public: + ValueArray36(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), + v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), + v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray36& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; +}; + +template +class ValueArray37 { + public: + ValueArray37(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), + v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), + v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), + v36_(v36), v37_(v37) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray37& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; +}; + +template +class ValueArray38 { + public: + ValueArray38(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray38& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; +}; + +template +class ValueArray39 { + public: + ValueArray39(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray39& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; +}; + +template +class ValueArray40 { + public: + ValueArray40(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), + v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), + v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), + v40_(v40) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray40& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; +}; + +template +class ValueArray41 { + public: + ValueArray41(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, + T41 v41) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray41& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; +}; + +template +class ValueArray42 { + public: + ValueArray42(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41), v42_(v42) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray42& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; +}; + +template +class ValueArray43 { + public: + ValueArray43(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), + v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), + v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), + v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), + v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), + v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), + v38_(v38), v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray43& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; +}; + +template +class ValueArray44 { + public: + ValueArray44(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), + v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), + v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), v18_(v18), + v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), v24_(v24), + v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), v30_(v30), + v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), v36_(v36), + v37_(v37), v38_(v38), v39_(v39), v40_(v40), v41_(v41), v42_(v42), + v43_(v43), v44_(v44) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray44& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; +}; + +template +class ValueArray45 { + public: + ValueArray45(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), + v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), + v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), v17_(v17), + v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), v23_(v23), + v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), v29_(v29), + v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), v35_(v35), + v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), v41_(v41), + v42_(v42), v43_(v43), v44_(v44), v45_(v45) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray45& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; +}; + +template +class ValueArray46 { + public: + ValueArray46(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46) : v1_(v1), v2_(v2), v3_(v3), + v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), + v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), v46_(v46) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray46& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; +}; + +template +class ValueArray47 { + public: + ValueArray47(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47) : v1_(v1), v2_(v2), + v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), + v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), v16_(v16), + v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), v22_(v22), + v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), v28_(v28), + v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), v34_(v34), + v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), v40_(v40), + v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), v46_(v46), + v47_(v47) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray47& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; +}; + +template +class ValueArray48 { + public: + ValueArray48(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48) : v1_(v1), + v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), v8_(v8), v9_(v9), + v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), v15_(v15), + v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), v21_(v21), + v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), v27_(v27), + v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), v33_(v33), + v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), v39_(v39), + v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), v45_(v45), + v46_(v46), v47_(v47), v48_(v48) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_), + static_cast(v48_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray48& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; + const T48 v48_; +}; + +template +class ValueArray49 { + public: + ValueArray49(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48, + T49 v49) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), + v45_(v45), v46_(v46), v47_(v47), v48_(v48), v49_(v49) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_), + static_cast(v48_), static_cast(v49_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray49& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; + const T48 v48_; + const T49 v49_; +}; + +template +class ValueArray50 { + public: + ValueArray50(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, + T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15, T16 v16, T17 v17, + T18 v18, T19 v19, T20 v20, T21 v21, T22 v22, T23 v23, T24 v24, T25 v25, + T26 v26, T27 v27, T28 v28, T29 v29, T30 v30, T31 v31, T32 v32, T33 v33, + T34 v34, T35 v35, T36 v36, T37 v37, T38 v38, T39 v39, T40 v40, T41 v41, + T42 v42, T43 v43, T44 v44, T45 v45, T46 v46, T47 v47, T48 v48, T49 v49, + T50 v50) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), + v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12), v13_(v13), v14_(v14), + v15_(v15), v16_(v16), v17_(v17), v18_(v18), v19_(v19), v20_(v20), + v21_(v21), v22_(v22), v23_(v23), v24_(v24), v25_(v25), v26_(v26), + v27_(v27), v28_(v28), v29_(v29), v30_(v30), v31_(v31), v32_(v32), + v33_(v33), v34_(v34), v35_(v35), v36_(v36), v37_(v37), v38_(v38), + v39_(v39), v40_(v40), v41_(v41), v42_(v42), v43_(v43), v44_(v44), + v45_(v45), v46_(v46), v47_(v47), v48_(v48), v49_(v49), v50_(v50) {} + + template + operator ParamGenerator() const { + const T array[] = {static_cast(v1_), static_cast(v2_), + static_cast(v3_), static_cast(v4_), static_cast(v5_), + static_cast(v6_), static_cast(v7_), static_cast(v8_), + static_cast(v9_), static_cast(v10_), static_cast(v11_), + static_cast(v12_), static_cast(v13_), static_cast(v14_), + static_cast(v15_), static_cast(v16_), static_cast(v17_), + static_cast(v18_), static_cast(v19_), static_cast(v20_), + static_cast(v21_), static_cast(v22_), static_cast(v23_), + static_cast(v24_), static_cast(v25_), static_cast(v26_), + static_cast(v27_), static_cast(v28_), static_cast(v29_), + static_cast(v30_), static_cast(v31_), static_cast(v32_), + static_cast(v33_), static_cast(v34_), static_cast(v35_), + static_cast(v36_), static_cast(v37_), static_cast(v38_), + static_cast(v39_), static_cast(v40_), static_cast(v41_), + static_cast(v42_), static_cast(v43_), static_cast(v44_), + static_cast(v45_), static_cast(v46_), static_cast(v47_), + static_cast(v48_), static_cast(v49_), static_cast(v50_)}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray50& other); + + const T1 v1_; + const T2 v2_; + const T3 v3_; + const T4 v4_; + const T5 v5_; + const T6 v6_; + const T7 v7_; + const T8 v8_; + const T9 v9_; + const T10 v10_; + const T11 v11_; + const T12 v12_; + const T13 v13_; + const T14 v14_; + const T15 v15_; + const T16 v16_; + const T17 v17_; + const T18 v18_; + const T19 v19_; + const T20 v20_; + const T21 v21_; + const T22 v22_; + const T23 v23_; + const T24 v24_; + const T25 v25_; + const T26 v26_; + const T27 v27_; + const T28 v28_; + const T29 v29_; + const T30 v30_; + const T31 v31_; + const T32 v32_; + const T33 v33_; + const T34 v34_; + const T35 v35_; + const T36 v36_; + const T37 v37_; + const T38 v38_; + const T39 v39_; + const T40 v40_; + const T41 v41_; + const T42 v42_; + const T43 v43_; + const T44 v44_; + const T45 v45_; + const T46 v46_; + const T47 v47_; + const T48 v48_; + const T49 v49_; + const T50 v50_; +}; + +# if GTEST_HAS_COMBINE +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Generates values from the Cartesian product of values produced +// by the argument generators. +// +template +class CartesianProductGenerator2 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator2(const ParamGenerator& g1, + const ParamGenerator& g2) + : g1_(g1), g2_(g2) {} + virtual ~CartesianProductGenerator2() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current2_; + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + ParamType current_value_; + }; // class CartesianProductGenerator2::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator2& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; +}; // class CartesianProductGenerator2 + + +template +class CartesianProductGenerator3 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator3(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3) + : g1_(g1), g2_(g2), g3_(g3) {} + virtual ~CartesianProductGenerator3() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current3_; + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + ParamType current_value_; + }; // class CartesianProductGenerator3::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator3& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; +}; // class CartesianProductGenerator3 + + +template +class CartesianProductGenerator4 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator4(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} + virtual ~CartesianProductGenerator4() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current4_; + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + ParamType current_value_; + }; // class CartesianProductGenerator4::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator4& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; +}; // class CartesianProductGenerator4 + + +template +class CartesianProductGenerator5 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator5(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} + virtual ~CartesianProductGenerator5() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current5_; + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + ParamType current_value_; + }; // class CartesianProductGenerator5::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator5& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; +}; // class CartesianProductGenerator5 + + +template +class CartesianProductGenerator6 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator6(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} + virtual ~CartesianProductGenerator6() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current6_; + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + ParamType current_value_; + }; // class CartesianProductGenerator6::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator6& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; +}; // class CartesianProductGenerator6 + + +template +class CartesianProductGenerator7 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator7(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} + virtual ~CartesianProductGenerator7() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current7_; + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + ParamType current_value_; + }; // class CartesianProductGenerator7::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator7& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; +}; // class CartesianProductGenerator7 + + +template +class CartesianProductGenerator8 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator8(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7, + const ParamGenerator& g8) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), + g8_(g8) {} + virtual ~CartesianProductGenerator8() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin(), g8_, g8_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, + g8_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7, + const ParamGenerator& g8, + const typename ParamGenerator::iterator& current8) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7), + begin8_(g8.begin()), end8_(g8.end()), current8_(current8) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current8_; + if (current8_ == end8_) { + current8_ = begin8_; + ++current7_; + } + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_ && + current8_ == typed_other->current8_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_), + begin8_(other.begin8_), + end8_(other.end8_), + current8_(other.current8_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_, *current8_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_ || + current8_ == end8_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + const typename ParamGenerator::iterator begin8_; + const typename ParamGenerator::iterator end8_; + typename ParamGenerator::iterator current8_; + ParamType current_value_; + }; // class CartesianProductGenerator8::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator8& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; + const ParamGenerator g8_; +}; // class CartesianProductGenerator8 + + +template +class CartesianProductGenerator9 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator9(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7, + const ParamGenerator& g8, const ParamGenerator& g9) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9) {} + virtual ~CartesianProductGenerator9() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, + g8_.end(), g9_, g9_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7, + const ParamGenerator& g8, + const typename ParamGenerator::iterator& current8, + const ParamGenerator& g9, + const typename ParamGenerator::iterator& current9) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7), + begin8_(g8.begin()), end8_(g8.end()), current8_(current8), + begin9_(g9.begin()), end9_(g9.end()), current9_(current9) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current9_; + if (current9_ == end9_) { + current9_ = begin9_; + ++current8_; + } + if (current8_ == end8_) { + current8_ = begin8_; + ++current7_; + } + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_ && + current8_ == typed_other->current8_ && + current9_ == typed_other->current9_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_), + begin8_(other.begin8_), + end8_(other.end8_), + current8_(other.current8_), + begin9_(other.begin9_), + end9_(other.end9_), + current9_(other.current9_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_, *current8_, + *current9_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_ || + current8_ == end8_ || + current9_ == end9_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + const typename ParamGenerator::iterator begin8_; + const typename ParamGenerator::iterator end8_; + typename ParamGenerator::iterator current8_; + const typename ParamGenerator::iterator begin9_; + const typename ParamGenerator::iterator end9_; + typename ParamGenerator::iterator current9_; + ParamType current_value_; + }; // class CartesianProductGenerator9::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator9& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; + const ParamGenerator g8_; + const ParamGenerator g9_; +}; // class CartesianProductGenerator9 + + +template +class CartesianProductGenerator10 + : public ParamGeneratorInterface< ::std::tr1::tuple > { + public: + typedef ::std::tr1::tuple ParamType; + + CartesianProductGenerator10(const ParamGenerator& g1, + const ParamGenerator& g2, const ParamGenerator& g3, + const ParamGenerator& g4, const ParamGenerator& g5, + const ParamGenerator& g6, const ParamGenerator& g7, + const ParamGenerator& g8, const ParamGenerator& g9, + const ParamGenerator& g10) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9), g10_(g10) {} + virtual ~CartesianProductGenerator10() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, g1_, g1_.begin(), g2_, g2_.begin(), g3_, + g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin(), g7_, + g7_.begin(), g8_, g8_.begin(), g9_, g9_.begin(), g10_, g10_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), + g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end(), g7_, g7_.end(), g8_, + g8_.end(), g9_, g9_.end(), g10_, g10_.end()); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + const ParamGenerator& g1, + const typename ParamGenerator::iterator& current1, + const ParamGenerator& g2, + const typename ParamGenerator::iterator& current2, + const ParamGenerator& g3, + const typename ParamGenerator::iterator& current3, + const ParamGenerator& g4, + const typename ParamGenerator::iterator& current4, + const ParamGenerator& g5, + const typename ParamGenerator::iterator& current5, + const ParamGenerator& g6, + const typename ParamGenerator::iterator& current6, + const ParamGenerator& g7, + const typename ParamGenerator::iterator& current7, + const ParamGenerator& g8, + const typename ParamGenerator::iterator& current8, + const ParamGenerator& g9, + const typename ParamGenerator::iterator& current9, + const ParamGenerator& g10, + const typename ParamGenerator::iterator& current10) + : base_(base), + begin1_(g1.begin()), end1_(g1.end()), current1_(current1), + begin2_(g2.begin()), end2_(g2.end()), current2_(current2), + begin3_(g3.begin()), end3_(g3.end()), current3_(current3), + begin4_(g4.begin()), end4_(g4.end()), current4_(current4), + begin5_(g5.begin()), end5_(g5.end()), current5_(current5), + begin6_(g6.begin()), end6_(g6.end()), current6_(current6), + begin7_(g7.begin()), end7_(g7.end()), current7_(current7), + begin8_(g8.begin()), end8_(g8.end()), current8_(current8), + begin9_(g9.begin()), end9_(g9.end()), current9_(current9), + begin10_(g10.begin()), end10_(g10.end()), current10_(current10) { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current10_; + if (current10_ == end10_) { + current10_ = begin10_; + ++current9_; + } + if (current9_ == end9_) { + current9_ = begin9_; + ++current8_; + } + if (current8_ == end8_) { + current8_ = begin8_; + ++current7_; + } + if (current7_ == end7_) { + current7_ = begin7_; + ++current6_; + } + if (current6_ == end6_) { + current6_ = begin6_; + ++current5_; + } + if (current5_ == end5_) { + current5_ = begin5_; + ++current4_; + } + if (current4_ == end4_) { + current4_ = begin4_; + ++current3_; + } + if (current3_ == end3_) { + current3_ = begin3_; + ++current2_; + } + if (current2_ == end2_) { + current2_ = begin2_; + ++current1_; + } + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ( + current1_ == typed_other->current1_ && + current2_ == typed_other->current2_ && + current3_ == typed_other->current3_ && + current4_ == typed_other->current4_ && + current5_ == typed_other->current5_ && + current6_ == typed_other->current6_ && + current7_ == typed_other->current7_ && + current8_ == typed_other->current8_ && + current9_ == typed_other->current9_ && + current10_ == typed_other->current10_); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), + begin1_(other.begin1_), + end1_(other.end1_), + current1_(other.current1_), + begin2_(other.begin2_), + end2_(other.end2_), + current2_(other.current2_), + begin3_(other.begin3_), + end3_(other.end3_), + current3_(other.current3_), + begin4_(other.begin4_), + end4_(other.end4_), + current4_(other.current4_), + begin5_(other.begin5_), + end5_(other.end5_), + current5_(other.current5_), + begin6_(other.begin6_), + end6_(other.end6_), + current6_(other.current6_), + begin7_(other.begin7_), + end7_(other.end7_), + current7_(other.current7_), + begin8_(other.begin8_), + end8_(other.end8_), + current8_(other.current8_), + begin9_(other.begin9_), + end9_(other.end9_), + current9_(other.current9_), + begin10_(other.begin10_), + end10_(other.end10_), + current10_(other.current10_) { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType(*current1_, *current2_, *current3_, + *current4_, *current5_, *current6_, *current7_, *current8_, + *current9_, *current10_); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return + current1_ == end1_ || + current2_ == end2_ || + current3_ == end3_ || + current4_ == end4_ || + current5_ == end5_ || + current6_ == end6_ || + current7_ == end7_ || + current8_ == end8_ || + current9_ == end9_ || + current10_ == end10_; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. + const typename ParamGenerator::iterator begin1_; + const typename ParamGenerator::iterator end1_; + typename ParamGenerator::iterator current1_; + const typename ParamGenerator::iterator begin2_; + const typename ParamGenerator::iterator end2_; + typename ParamGenerator::iterator current2_; + const typename ParamGenerator::iterator begin3_; + const typename ParamGenerator::iterator end3_; + typename ParamGenerator::iterator current3_; + const typename ParamGenerator::iterator begin4_; + const typename ParamGenerator::iterator end4_; + typename ParamGenerator::iterator current4_; + const typename ParamGenerator::iterator begin5_; + const typename ParamGenerator::iterator end5_; + typename ParamGenerator::iterator current5_; + const typename ParamGenerator::iterator begin6_; + const typename ParamGenerator::iterator end6_; + typename ParamGenerator::iterator current6_; + const typename ParamGenerator::iterator begin7_; + const typename ParamGenerator::iterator end7_; + typename ParamGenerator::iterator current7_; + const typename ParamGenerator::iterator begin8_; + const typename ParamGenerator::iterator end8_; + typename ParamGenerator::iterator current8_; + const typename ParamGenerator::iterator begin9_; + const typename ParamGenerator::iterator end9_; + typename ParamGenerator::iterator current9_; + const typename ParamGenerator::iterator begin10_; + const typename ParamGenerator::iterator end10_; + typename ParamGenerator::iterator current10_; + ParamType current_value_; + }; // class CartesianProductGenerator10::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator10& other); + + const ParamGenerator g1_; + const ParamGenerator g2_; + const ParamGenerator g3_; + const ParamGenerator g4_; + const ParamGenerator g5_; + const ParamGenerator g6_; + const ParamGenerator g7_; + const ParamGenerator g8_; + const ParamGenerator g9_; + const ParamGenerator g10_; +}; // class CartesianProductGenerator10 + + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Helper classes providing Combine() with polymorphic features. They allow +// casting CartesianProductGeneratorN to ParamGenerator if T is +// convertible to U. +// +template +class CartesianProductHolder2 { + public: +CartesianProductHolder2(const Generator1& g1, const Generator2& g2) + : g1_(g1), g2_(g2) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator2( + static_cast >(g1_), + static_cast >(g2_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder2& other); + + const Generator1 g1_; + const Generator2 g2_; +}; // class CartesianProductHolder2 + +template +class CartesianProductHolder3 { + public: +CartesianProductHolder3(const Generator1& g1, const Generator2& g2, + const Generator3& g3) + : g1_(g1), g2_(g2), g3_(g3) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator3( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder3& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; +}; // class CartesianProductHolder3 + +template +class CartesianProductHolder4 { + public: +CartesianProductHolder4(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator4( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder4& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; +}; // class CartesianProductHolder4 + +template +class CartesianProductHolder5 { + public: +CartesianProductHolder5(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator5( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder5& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; +}; // class CartesianProductHolder5 + +template +class CartesianProductHolder6 { + public: +CartesianProductHolder6(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator6( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder6& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; +}; // class CartesianProductHolder6 + +template +class CartesianProductHolder7 { + public: +CartesianProductHolder7(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator7( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder7& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; +}; // class CartesianProductHolder7 + +template +class CartesianProductHolder8 { + public: +CartesianProductHolder8(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7, const Generator8& g8) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), + g8_(g8) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator8( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_), + static_cast >(g8_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder8& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; + const Generator8 g8_; +}; // class CartesianProductHolder8 + +template +class CartesianProductHolder9 { + public: +CartesianProductHolder9(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7, const Generator8& g8, + const Generator9& g9) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator9( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_), + static_cast >(g8_), + static_cast >(g9_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder9& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; + const Generator8 g8_; + const Generator9 g9_; +}; // class CartesianProductHolder9 + +template +class CartesianProductHolder10 { + public: +CartesianProductHolder10(const Generator1& g1, const Generator2& g2, + const Generator3& g3, const Generator4& g4, const Generator5& g5, + const Generator6& g6, const Generator7& g7, const Generator8& g8, + const Generator9& g9, const Generator10& g10) + : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), + g9_(g9), g10_(g10) {} + template + operator ParamGenerator< ::std::tr1::tuple >() const { + return ParamGenerator< ::std::tr1::tuple >( + new CartesianProductGenerator10( + static_cast >(g1_), + static_cast >(g2_), + static_cast >(g3_), + static_cast >(g4_), + static_cast >(g5_), + static_cast >(g6_), + static_cast >(g7_), + static_cast >(g8_), + static_cast >(g9_), + static_cast >(g10_))); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder10& other); + + const Generator1 g1_; + const Generator2 g2_; + const Generator3 g3_; + const Generator4 g4_; + const Generator5 g5_; + const Generator6 g6_; + const Generator7 g7_; + const Generator8 g8_; + const Generator9 g9_; + const Generator10 g10_; +}; // class CartesianProductHolder10 + +# endif // GTEST_HAS_COMBINE + +} // namespace internal +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump b/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump new file mode 100644 index 000000000..009206fd3 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-param-util-generated.h.pump @@ -0,0 +1,301 @@ +$$ -*- mode: c++; -*- +$var n = 50 $$ Maximum length of Values arguments we want to support. +$var maxtuple = 10 $$ Maximum number of Combine arguments we want to support. +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// Type and function utilities for implementing parameterized tests. +// This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +// Currently Google Test supports at most $n arguments in Values, +// and at most $maxtuple arguments in Combine. Please contact +// googletestframework@googlegroups.com if you need more. +// Please note that the number of arguments to Combine is limited +// by the maximum arity of the implementation of tr1::tuple which is +// currently set at $maxtuple. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +#include "gtest/internal/gtest-param-util.h" +#include "gtest/internal/gtest-port.h" + +#if GTEST_HAS_PARAM_TEST + +namespace testing { + +// Forward declarations of ValuesIn(), which is implemented in +// include/gtest/gtest-param-test.h. +template +internal::ParamGenerator< + typename ::testing::internal::IteratorTraits::value_type> +ValuesIn(ForwardIterator begin, ForwardIterator end); + +template +internal::ParamGenerator ValuesIn(const T (&array)[N]); + +template +internal::ParamGenerator ValuesIn( + const Container& container); + +namespace internal { + +// Used in the Values() function to provide polymorphic capabilities. +template +class ValueArray1 { + public: + explicit ValueArray1(T1 v1) : v1_(v1) {} + + template + operator ParamGenerator() const { return ValuesIn(&v1_, &v1_ + 1); } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray1& other); + + const T1 v1_; +}; + +$range i 2..n +$for i [[ +$range j 1..i + +template <$for j, [[typename T$j]]> +class ValueArray$i { + public: + ValueArray$i($for j, [[T$j v$j]]) : $for j, [[v$(j)_(v$j)]] {} + + template + operator ParamGenerator() const { + const T array[] = {$for j, [[static_cast(v$(j)_)]]}; + return ValuesIn(array); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const ValueArray$i& other); + +$for j [[ + + const T$j v$(j)_; +]] + +}; + +]] + +# if GTEST_HAS_COMBINE +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Generates values from the Cartesian product of values produced +// by the argument generators. +// +$range i 2..maxtuple +$for i [[ +$range j 1..i +$range k 2..i + +template <$for j, [[typename T$j]]> +class CartesianProductGenerator$i + : public ParamGeneratorInterface< ::std::tr1::tuple<$for j, [[T$j]]> > { + public: + typedef ::std::tr1::tuple<$for j, [[T$j]]> ParamType; + + CartesianProductGenerator$i($for j, [[const ParamGenerator& g$j]]) + : $for j, [[g$(j)_(g$j)]] {} + virtual ~CartesianProductGenerator$i() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, $for j, [[g$(j)_, g$(j)_.begin()]]); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, $for j, [[g$(j)_, g$(j)_.end()]]); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, $for j, [[ + + const ParamGenerator& g$j, + const typename ParamGenerator::iterator& current$(j)]]) + : base_(base), +$for j, [[ + + begin$(j)_(g$j.begin()), end$(j)_(g$j.end()), current$(j)_(current$j) +]] { + ComputeCurrentValue(); + } + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + // Advance should not be called on beyond-of-range iterators + // so no component iterators must be beyond end of range, either. + virtual void Advance() { + assert(!AtEnd()); + ++current$(i)_; + +$for k [[ + if (current$(i+2-k)_ == end$(i+2-k)_) { + current$(i+2-k)_ = begin$(i+2-k)_; + ++current$(i+2-k-1)_; + } + +]] + ComputeCurrentValue(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const ParamType* Current() const { return ¤t_value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const Iterator* typed_other = + CheckedDowncastToActualType(&other); + // We must report iterators equal if they both point beyond their + // respective ranges. That can happen in a variety of fashions, + // so we have to consult AtEnd(). + return (AtEnd() && typed_other->AtEnd()) || + ($for j && [[ + + current$(j)_ == typed_other->current$(j)_ +]]); + } + + private: + Iterator(const Iterator& other) + : base_(other.base_), $for j, [[ + + begin$(j)_(other.begin$(j)_), + end$(j)_(other.end$(j)_), + current$(j)_(other.current$(j)_) +]] { + ComputeCurrentValue(); + } + + void ComputeCurrentValue() { + if (!AtEnd()) + current_value_ = ParamType($for j, [[*current$(j)_]]); + } + bool AtEnd() const { + // We must report iterator past the end of the range when either of the + // component iterators has reached the end of its range. + return +$for j || [[ + + current$(j)_ == end$(j)_ +]]; + } + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + // begin[i]_ and end[i]_ define the i-th range that Iterator traverses. + // current[i]_ is the actual traversing iterator. +$for j [[ + + const typename ParamGenerator::iterator begin$(j)_; + const typename ParamGenerator::iterator end$(j)_; + typename ParamGenerator::iterator current$(j)_; +]] + + ParamType current_value_; + }; // class CartesianProductGenerator$i::Iterator + + // No implementation - assignment is unsupported. + void operator=(const CartesianProductGenerator$i& other); + + +$for j [[ + const ParamGenerator g$(j)_; + +]] +}; // class CartesianProductGenerator$i + + +]] + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Helper classes providing Combine() with polymorphic features. They allow +// casting CartesianProductGeneratorN to ParamGenerator if T is +// convertible to U. +// +$range i 2..maxtuple +$for i [[ +$range j 1..i + +template <$for j, [[class Generator$j]]> +class CartesianProductHolder$i { + public: +CartesianProductHolder$i($for j, [[const Generator$j& g$j]]) + : $for j, [[g$(j)_(g$j)]] {} + template <$for j, [[typename T$j]]> + operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const { + return ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >( + new CartesianProductGenerator$i<$for j, [[T$j]]>( +$for j,[[ + + static_cast >(g$(j)_) +]])); + } + + private: + // No implementation - assignment is unsupported. + void operator=(const CartesianProductHolder$i& other); + + +$for j [[ + const Generator$j g$(j)_; + +]] +}; // class CartesianProductHolder$i + +]] + +# endif // GTEST_HAS_COMBINE + +} // namespace internal +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_GENERATED_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-param-util.h b/gtest-1.7.0/include/gtest/internal/gtest-param-util.h new file mode 100644 index 000000000..d5e1028b0 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-param-util.h @@ -0,0 +1,619 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// Type and function utilities for implementing parameterized tests. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ + +#include +#include +#include + +// scripts/fuse_gtest.py depends on gtest's own header being #included +// *unconditionally*. Therefore these #includes cannot be moved +// inside #if GTEST_HAS_PARAM_TEST. +#include "gtest/internal/gtest-internal.h" +#include "gtest/internal/gtest-linked_ptr.h" +#include "gtest/internal/gtest-port.h" +#include "gtest/gtest-printers.h" + +#if GTEST_HAS_PARAM_TEST + +namespace testing { +namespace internal { + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Outputs a message explaining invalid registration of different +// fixture class for the same test case. This may happen when +// TEST_P macro is used to define two tests with the same name +// but in different namespaces. +GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name, + const char* file, int line); + +template class ParamGeneratorInterface; +template class ParamGenerator; + +// Interface for iterating over elements provided by an implementation +// of ParamGeneratorInterface. +template +class ParamIteratorInterface { + public: + virtual ~ParamIteratorInterface() {} + // A pointer to the base generator instance. + // Used only for the purposes of iterator comparison + // to make sure that two iterators belong to the same generator. + virtual const ParamGeneratorInterface* BaseGenerator() const = 0; + // Advances iterator to point to the next element + // provided by the generator. The caller is responsible + // for not calling Advance() on an iterator equal to + // BaseGenerator()->End(). + virtual void Advance() = 0; + // Clones the iterator object. Used for implementing copy semantics + // of ParamIterator. + virtual ParamIteratorInterface* Clone() const = 0; + // Dereferences the current iterator and provides (read-only) access + // to the pointed value. It is the caller's responsibility not to call + // Current() on an iterator equal to BaseGenerator()->End(). + // Used for implementing ParamGenerator::operator*(). + virtual const T* Current() const = 0; + // Determines whether the given iterator and other point to the same + // element in the sequence generated by the generator. + // Used for implementing ParamGenerator::operator==(). + virtual bool Equals(const ParamIteratorInterface& other) const = 0; +}; + +// Class iterating over elements provided by an implementation of +// ParamGeneratorInterface. It wraps ParamIteratorInterface +// and implements the const forward iterator concept. +template +class ParamIterator { + public: + typedef T value_type; + typedef const T& reference; + typedef ptrdiff_t difference_type; + + // ParamIterator assumes ownership of the impl_ pointer. + ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} + ParamIterator& operator=(const ParamIterator& other) { + if (this != &other) + impl_.reset(other.impl_->Clone()); + return *this; + } + + const T& operator*() const { return *impl_->Current(); } + const T* operator->() const { return impl_->Current(); } + // Prefix version of operator++. + ParamIterator& operator++() { + impl_->Advance(); + return *this; + } + // Postfix version of operator++. + ParamIterator operator++(int /*unused*/) { + ParamIteratorInterface* clone = impl_->Clone(); + impl_->Advance(); + return ParamIterator(clone); + } + bool operator==(const ParamIterator& other) const { + return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_); + } + bool operator!=(const ParamIterator& other) const { + return !(*this == other); + } + + private: + friend class ParamGenerator; + explicit ParamIterator(ParamIteratorInterface* impl) : impl_(impl) {} + scoped_ptr > impl_; +}; + +// ParamGeneratorInterface is the binary interface to access generators +// defined in other translation units. +template +class ParamGeneratorInterface { + public: + typedef T ParamType; + + virtual ~ParamGeneratorInterface() {} + + // Generator interface definition + virtual ParamIteratorInterface* Begin() const = 0; + virtual ParamIteratorInterface* End() const = 0; +}; + +// Wraps ParamGeneratorInterface and provides general generator syntax +// compatible with the STL Container concept. +// This class implements copy initialization semantics and the contained +// ParamGeneratorInterface instance is shared among all copies +// of the original object. This is possible because that instance is immutable. +template +class ParamGenerator { + public: + typedef ParamIterator iterator; + + explicit ParamGenerator(ParamGeneratorInterface* impl) : impl_(impl) {} + ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} + + ParamGenerator& operator=(const ParamGenerator& other) { + impl_ = other.impl_; + return *this; + } + + iterator begin() const { return iterator(impl_->Begin()); } + iterator end() const { return iterator(impl_->End()); } + + private: + linked_ptr > impl_; +}; + +// Generates values from a range of two comparable values. Can be used to +// generate sequences of user-defined types that implement operator+() and +// operator<(). +// This class is used in the Range() function. +template +class RangeGenerator : public ParamGeneratorInterface { + public: + RangeGenerator(T begin, T end, IncrementT step) + : begin_(begin), end_(end), + step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} + virtual ~RangeGenerator() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, begin_, 0, step_); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, end_, end_index_, step_); + } + + private: + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, T value, int index, + IncrementT step) + : base_(base), value_(value), index_(index), step_(step) {} + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + virtual void Advance() { + value_ = value_ + step_; + index_++; + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + virtual const T* Current() const { return &value_; } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + const int other_index = + CheckedDowncastToActualType(&other)->index_; + return index_ == other_index; + } + + private: + Iterator(const Iterator& other) + : ParamIteratorInterface(), + base_(other.base_), value_(other.value_), index_(other.index_), + step_(other.step_) {} + + // No implementation - assignment is unsupported. + void operator=(const Iterator& other); + + const ParamGeneratorInterface* const base_; + T value_; + int index_; + const IncrementT step_; + }; // class RangeGenerator::Iterator + + static int CalculateEndIndex(const T& begin, + const T& end, + const IncrementT& step) { + int end_index = 0; + for (T i = begin; i < end; i = i + step) + end_index++; + return end_index; + } + + // No implementation - assignment is unsupported. + void operator=(const RangeGenerator& other); + + const T begin_; + const T end_; + const IncrementT step_; + // The index for the end() iterator. All the elements in the generated + // sequence are indexed (0-based) to aid iterator comparison. + const int end_index_; +}; // class RangeGenerator + + +// Generates values from a pair of STL-style iterators. Used in the +// ValuesIn() function. The elements are copied from the source range +// since the source can be located on the stack, and the generator +// is likely to persist beyond that stack frame. +template +class ValuesInIteratorRangeGenerator : public ParamGeneratorInterface { + public: + template + ValuesInIteratorRangeGenerator(ForwardIterator begin, ForwardIterator end) + : container_(begin, end) {} + virtual ~ValuesInIteratorRangeGenerator() {} + + virtual ParamIteratorInterface* Begin() const { + return new Iterator(this, container_.begin()); + } + virtual ParamIteratorInterface* End() const { + return new Iterator(this, container_.end()); + } + + private: + typedef typename ::std::vector ContainerType; + + class Iterator : public ParamIteratorInterface { + public: + Iterator(const ParamGeneratorInterface* base, + typename ContainerType::const_iterator iterator) + : base_(base), iterator_(iterator) {} + virtual ~Iterator() {} + + virtual const ParamGeneratorInterface* BaseGenerator() const { + return base_; + } + virtual void Advance() { + ++iterator_; + value_.reset(); + } + virtual ParamIteratorInterface* Clone() const { + return new Iterator(*this); + } + // We need to use cached value referenced by iterator_ because *iterator_ + // can return a temporary object (and of type other then T), so just + // having "return &*iterator_;" doesn't work. + // value_ is updated here and not in Advance() because Advance() + // can advance iterator_ beyond the end of the range, and we cannot + // detect that fact. The client code, on the other hand, is + // responsible for not calling Current() on an out-of-range iterator. + virtual const T* Current() const { + if (value_.get() == NULL) + value_.reset(new T(*iterator_)); + return value_.get(); + } + virtual bool Equals(const ParamIteratorInterface& other) const { + // Having the same base generator guarantees that the other + // iterator is of the same type and we can downcast. + GTEST_CHECK_(BaseGenerator() == other.BaseGenerator()) + << "The program attempted to compare iterators " + << "from different generators." << std::endl; + return iterator_ == + CheckedDowncastToActualType(&other)->iterator_; + } + + private: + Iterator(const Iterator& other) + // The explicit constructor call suppresses a false warning + // emitted by gcc when supplied with the -Wextra option. + : ParamIteratorInterface(), + base_(other.base_), + iterator_(other.iterator_) {} + + const ParamGeneratorInterface* const base_; + typename ContainerType::const_iterator iterator_; + // A cached value of *iterator_. We keep it here to allow access by + // pointer in the wrapping iterator's operator->(). + // value_ needs to be mutable to be accessed in Current(). + // Use of scoped_ptr helps manage cached value's lifetime, + // which is bound by the lifespan of the iterator itself. + mutable scoped_ptr value_; + }; // class ValuesInIteratorRangeGenerator::Iterator + + // No implementation - assignment is unsupported. + void operator=(const ValuesInIteratorRangeGenerator& other); + + const ContainerType container_; +}; // class ValuesInIteratorRangeGenerator + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Stores a parameter value and later creates tests parameterized with that +// value. +template +class ParameterizedTestFactory : public TestFactoryBase { + public: + typedef typename TestClass::ParamType ParamType; + explicit ParameterizedTestFactory(ParamType parameter) : + parameter_(parameter) {} + virtual Test* CreateTest() { + TestClass::SetParam(¶meter_); + return new TestClass(); + } + + private: + const ParamType parameter_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestFactory); +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// TestMetaFactoryBase is a base class for meta-factories that create +// test factories for passing into MakeAndRegisterTestInfo function. +template +class TestMetaFactoryBase { + public: + virtual ~TestMetaFactoryBase() {} + + virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0; +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// TestMetaFactory creates test factories for passing into +// MakeAndRegisterTestInfo function. Since MakeAndRegisterTestInfo receives +// ownership of test factory pointer, same factory object cannot be passed +// into that method twice. But ParameterizedTestCaseInfo is going to call +// it for each Test/Parameter value combination. Thus it needs meta factory +// creator class. +template +class TestMetaFactory + : public TestMetaFactoryBase { + public: + typedef typename TestCase::ParamType ParamType; + + TestMetaFactory() {} + + virtual TestFactoryBase* CreateTestFactory(ParamType parameter) { + return new ParameterizedTestFactory(parameter); + } + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestMetaFactory); +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// ParameterizedTestCaseInfoBase is a generic interface +// to ParameterizedTestCaseInfo classes. ParameterizedTestCaseInfoBase +// accumulates test information provided by TEST_P macro invocations +// and generators provided by INSTANTIATE_TEST_CASE_P macro invocations +// and uses that information to register all resulting test instances +// in RegisterTests method. The ParameterizeTestCaseRegistry class holds +// a collection of pointers to the ParameterizedTestCaseInfo objects +// and calls RegisterTests() on each of them when asked. +class ParameterizedTestCaseInfoBase { + public: + virtual ~ParameterizedTestCaseInfoBase() {} + + // Base part of test case name for display purposes. + virtual const string& GetTestCaseName() const = 0; + // Test case id to verify identity. + virtual TypeId GetTestCaseTypeId() const = 0; + // UnitTest class invokes this method to register tests in this + // test case right before running them in RUN_ALL_TESTS macro. + // This method should not be called more then once on any single + // instance of a ParameterizedTestCaseInfoBase derived class. + virtual void RegisterTests() = 0; + + protected: + ParameterizedTestCaseInfoBase() {} + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfoBase); +}; + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// ParameterizedTestCaseInfo accumulates tests obtained from TEST_P +// macro invocations for a particular test case and generators +// obtained from INSTANTIATE_TEST_CASE_P macro invocations for that +// test case. It registers tests with all values generated by all +// generators when asked. +template +class ParameterizedTestCaseInfo : public ParameterizedTestCaseInfoBase { + public: + // ParamType and GeneratorCreationFunc are private types but are required + // for declarations of public methods AddTestPattern() and + // AddTestCaseInstantiation(). + typedef typename TestCase::ParamType ParamType; + // A function that returns an instance of appropriate generator type. + typedef ParamGenerator(GeneratorCreationFunc)(); + + explicit ParameterizedTestCaseInfo(const char* name) + : test_case_name_(name) {} + + // Test case base name for display purposes. + virtual const string& GetTestCaseName() const { return test_case_name_; } + // Test case id to verify identity. + virtual TypeId GetTestCaseTypeId() const { return GetTypeId(); } + // TEST_P macro uses AddTestPattern() to record information + // about a single test in a LocalTestInfo structure. + // test_case_name is the base name of the test case (without invocation + // prefix). test_base_name is the name of an individual test without + // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is + // test case base name and DoBar is test base name. + void AddTestPattern(const char* test_case_name, + const char* test_base_name, + TestMetaFactoryBase* meta_factory) { + tests_.push_back(linked_ptr(new TestInfo(test_case_name, + test_base_name, + meta_factory))); + } + // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information + // about a generator. + int AddTestCaseInstantiation(const string& instantiation_name, + GeneratorCreationFunc* func, + const char* /* file */, + int /* line */) { + instantiations_.push_back(::std::make_pair(instantiation_name, func)); + return 0; // Return value used only to run this method in namespace scope. + } + // UnitTest class invokes this method to register tests in this test case + // test cases right before running tests in RUN_ALL_TESTS macro. + // This method should not be called more then once on any single + // instance of a ParameterizedTestCaseInfoBase derived class. + // UnitTest has a guard to prevent from calling this method more then once. + virtual void RegisterTests() { + for (typename TestInfoContainer::iterator test_it = tests_.begin(); + test_it != tests_.end(); ++test_it) { + linked_ptr test_info = *test_it; + for (typename InstantiationContainer::iterator gen_it = + instantiations_.begin(); gen_it != instantiations_.end(); + ++gen_it) { + const string& instantiation_name = gen_it->first; + ParamGenerator generator((*gen_it->second)()); + + string test_case_name; + if ( !instantiation_name.empty() ) + test_case_name = instantiation_name + "/"; + test_case_name += test_info->test_case_base_name; + + int i = 0; + for (typename ParamGenerator::iterator param_it = + generator.begin(); + param_it != generator.end(); ++param_it, ++i) { + Message test_name_stream; + test_name_stream << test_info->test_base_name << "/" << i; + MakeAndRegisterTestInfo( + test_case_name.c_str(), + test_name_stream.GetString().c_str(), + NULL, // No type parameter. + PrintToString(*param_it).c_str(), + GetTestCaseTypeId(), + TestCase::SetUpTestCase, + TestCase::TearDownTestCase, + test_info->test_meta_factory->CreateTestFactory(*param_it)); + } // for param_it + } // for gen_it + } // for test_it + } // RegisterTests + + private: + // LocalTestInfo structure keeps information about a single test registered + // with TEST_P macro. + struct TestInfo { + TestInfo(const char* a_test_case_base_name, + const char* a_test_base_name, + TestMetaFactoryBase* a_test_meta_factory) : + test_case_base_name(a_test_case_base_name), + test_base_name(a_test_base_name), + test_meta_factory(a_test_meta_factory) {} + + const string test_case_base_name; + const string test_base_name; + const scoped_ptr > test_meta_factory; + }; + typedef ::std::vector > TestInfoContainer; + // Keeps pairs of + // received from INSTANTIATE_TEST_CASE_P macros. + typedef ::std::vector > + InstantiationContainer; + + const string test_case_name_; + TestInfoContainer tests_; + InstantiationContainer instantiations_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseInfo); +}; // class ParameterizedTestCaseInfo + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// ParameterizedTestCaseRegistry contains a map of ParameterizedTestCaseInfoBase +// classes accessed by test case names. TEST_P and INSTANTIATE_TEST_CASE_P +// macros use it to locate their corresponding ParameterizedTestCaseInfo +// descriptors. +class ParameterizedTestCaseRegistry { + public: + ParameterizedTestCaseRegistry() {} + ~ParameterizedTestCaseRegistry() { + for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); + it != test_case_infos_.end(); ++it) { + delete *it; + } + } + + // Looks up or creates and returns a structure containing information about + // tests and instantiations of a particular test case. + template + ParameterizedTestCaseInfo* GetTestCasePatternHolder( + const char* test_case_name, + const char* file, + int line) { + ParameterizedTestCaseInfo* typed_test_info = NULL; + for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); + it != test_case_infos_.end(); ++it) { + if ((*it)->GetTestCaseName() == test_case_name) { + if ((*it)->GetTestCaseTypeId() != GetTypeId()) { + // Complain about incorrect usage of Google Test facilities + // and terminate the program since we cannot guaranty correct + // test case setup and tear-down in this case. + ReportInvalidTestCaseType(test_case_name, file, line); + posix::Abort(); + } else { + // At this point we are sure that the object we found is of the same + // type we are looking for, so we downcast it to that type + // without further checks. + typed_test_info = CheckedDowncastToActualType< + ParameterizedTestCaseInfo >(*it); + } + break; + } + } + if (typed_test_info == NULL) { + typed_test_info = new ParameterizedTestCaseInfo(test_case_name); + test_case_infos_.push_back(typed_test_info); + } + return typed_test_info; + } + void RegisterTests() { + for (TestCaseInfoContainer::iterator it = test_case_infos_.begin(); + it != test_case_infos_.end(); ++it) { + (*it)->RegisterTests(); + } + } + + private: + typedef ::std::vector TestCaseInfoContainer; + + TestCaseInfoContainer test_case_infos_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestCaseRegistry); +}; + +} // namespace internal +} // namespace testing + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PARAM_UTIL_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-port.h b/gtest-1.7.0/include/gtest/internal/gtest-port.h new file mode 100644 index 000000000..dc4fe0cb6 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-port.h @@ -0,0 +1,1947 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan) +// +// Low-level types and utilities for porting Google Test to various +// platforms. They are subject to change without notice. DO NOT USE +// THEM IN USER CODE. +// +// This file is fundamental to Google Test. All other Google Test source +// files are expected to #include this. Therefore, it cannot #include +// any other Google Test header. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ + +// The user can define the following macros in the build script to +// control Google Test's behavior. If the user doesn't define a macro +// in this list, Google Test will define it. +// +// GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2) +// is/isn't available. +// GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions +// are enabled. +// GTEST_HAS_GLOBAL_STRING - Define it to 1/0 to indicate that ::string +// is/isn't available (some systems define +// ::string, which is different to std::string). +// GTEST_HAS_GLOBAL_WSTRING - Define it to 1/0 to indicate that ::string +// is/isn't available (some systems define +// ::wstring, which is different to std::wstring). +// GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular +// expressions are/aren't available. +// GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that +// is/isn't available. +// GTEST_HAS_RTTI - Define it to 1/0 to indicate that RTTI is/isn't +// enabled. +// GTEST_HAS_STD_WSTRING - Define it to 1/0 to indicate that +// std::wstring does/doesn't work (Google Test can +// be used where std::wstring is unavailable). +// GTEST_HAS_TR1_TUPLE - Define it to 1/0 to indicate tr1::tuple +// is/isn't available. +// GTEST_HAS_SEH - Define it to 1/0 to indicate whether the +// compiler supports Microsoft's "Structured +// Exception Handling". +// GTEST_HAS_STREAM_REDIRECTION +// - Define it to 1/0 to indicate whether the +// platform supports I/O stream redirection using +// dup() and dup2(). +// GTEST_USE_OWN_TR1_TUPLE - Define it to 1/0 to indicate whether Google +// Test's own tr1 tuple implementation should be +// used. Unused when the user sets +// GTEST_HAS_TR1_TUPLE to 0. +// GTEST_LANG_CXX11 - Define it to 1/0 to indicate that Google Test +// is building in C++11/C++98 mode. +// GTEST_LINKED_AS_SHARED_LIBRARY +// - Define to 1 when compiling tests that use +// Google Test as a shared library (known as +// DLL on Windows). +// GTEST_CREATE_SHARED_LIBRARY +// - Define to 1 when compiling Google Test itself +// as a shared library. + +// This header defines the following utilities: +// +// Macros indicating the current platform (defined to 1 if compiled on +// the given platform; otherwise undefined): +// GTEST_OS_AIX - IBM AIX +// GTEST_OS_CYGWIN - Cygwin +// GTEST_OS_HPUX - HP-UX +// GTEST_OS_LINUX - Linux +// GTEST_OS_LINUX_ANDROID - Google Android +// GTEST_OS_MAC - Mac OS X +// GTEST_OS_IOS - iOS +// GTEST_OS_IOS_SIMULATOR - iOS simulator +// GTEST_OS_NACL - Google Native Client (NaCl) +// GTEST_OS_OPENBSD - OpenBSD +// GTEST_OS_QNX - QNX +// GTEST_OS_SOLARIS - Sun Solaris +// GTEST_OS_SYMBIAN - Symbian +// GTEST_OS_WINDOWS - Windows (Desktop, MinGW, or Mobile) +// GTEST_OS_WINDOWS_DESKTOP - Windows Desktop +// GTEST_OS_WINDOWS_MINGW - MinGW +// GTEST_OS_WINDOWS_MOBILE - Windows Mobile +// GTEST_OS_ZOS - z/OS +// +// Among the platforms, Cygwin, Linux, Max OS X, and Windows have the +// most stable support. Since core members of the Google Test project +// don't have access to other platforms, support for them may be less +// stable. If you notice any problems on your platform, please notify +// googletestframework@googlegroups.com (patches for fixing them are +// even more welcome!). +// +// Note that it is possible that none of the GTEST_OS_* macros are defined. +// +// Macros indicating available Google Test features (defined to 1 if +// the corresponding feature is supported; otherwise undefined): +// GTEST_HAS_COMBINE - the Combine() function (for value-parameterized +// tests) +// GTEST_HAS_DEATH_TEST - death tests +// GTEST_HAS_PARAM_TEST - value-parameterized tests +// GTEST_HAS_TYPED_TEST - typed tests +// GTEST_HAS_TYPED_TEST_P - type-parameterized tests +// GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with +// GTEST_HAS_POSIX_RE (see above) which users can +// define themselves. +// GTEST_USES_SIMPLE_RE - our own simple regex is used; +// the above two are mutually exclusive. +// GTEST_CAN_COMPARE_NULL - accepts untyped NULL in EXPECT_EQ(). +// +// Macros for basic C++ coding: +// GTEST_AMBIGUOUS_ELSE_BLOCKER_ - for disabling a gcc warning. +// GTEST_ATTRIBUTE_UNUSED_ - declares that a class' instances or a +// variable don't have to be used. +// GTEST_DISALLOW_ASSIGN_ - disables operator=. +// GTEST_DISALLOW_COPY_AND_ASSIGN_ - disables copy ctor and operator=. +// GTEST_MUST_USE_RESULT_ - declares that a function's result must be used. +// +// Synchronization: +// Mutex, MutexLock, ThreadLocal, GetThreadCount() +// - synchronization primitives. +// GTEST_IS_THREADSAFE - defined to 1 to indicate that the above +// synchronization primitives have real implementations +// and Google Test is thread-safe; or 0 otherwise. +// +// Template meta programming: +// is_pointer - as in TR1; needed on Symbian and IBM XL C/C++ only. +// IteratorTraits - partial implementation of std::iterator_traits, which +// is not available in libCstd when compiled with Sun C++. +// +// Smart pointers: +// scoped_ptr - as in TR2. +// +// Regular expressions: +// RE - a simple regular expression class using the POSIX +// Extended Regular Expression syntax on UNIX-like +// platforms, or a reduced regular exception syntax on +// other platforms, including Windows. +// +// Logging: +// GTEST_LOG_() - logs messages at the specified severity level. +// LogToStderr() - directs all log messages to stderr. +// FlushInfoLog() - flushes informational log messages. +// +// Stdout and stderr capturing: +// CaptureStdout() - starts capturing stdout. +// GetCapturedStdout() - stops capturing stdout and returns the captured +// string. +// CaptureStderr() - starts capturing stderr. +// GetCapturedStderr() - stops capturing stderr and returns the captured +// string. +// +// Integer types: +// TypeWithSize - maps an integer to a int type. +// Int32, UInt32, Int64, UInt64, TimeInMillis +// - integers of known sizes. +// BiggestInt - the biggest signed integer type. +// +// Command-line utilities: +// GTEST_FLAG() - references a flag. +// GTEST_DECLARE_*() - declares a flag. +// GTEST_DEFINE_*() - defines a flag. +// GetInjectableArgvs() - returns the command line as a vector of strings. +// +// Environment variable utilities: +// GetEnv() - gets the value of an environment variable. +// BoolFromGTestEnv() - parses a bool environment variable. +// Int32FromGTestEnv() - parses an Int32 environment variable. +// StringFromGTestEnv() - parses a string environment variable. + +#include // for isspace, etc +#include // for ptrdiff_t +#include +#include +#include +#ifndef _WIN32_WCE +# include +# include +#endif // !_WIN32_WCE + +#if defined __APPLE__ +# include +# include +#endif + +#include // NOLINT +#include // NOLINT +#include // NOLINT + +#define GTEST_DEV_EMAIL_ "googletestframework@@googlegroups.com" +#define GTEST_FLAG_PREFIX_ "gtest_" +#define GTEST_FLAG_PREFIX_DASH_ "gtest-" +#define GTEST_FLAG_PREFIX_UPPER_ "GTEST_" +#define GTEST_NAME_ "Google Test" +#define GTEST_PROJECT_URL_ "http://code.google.com/p/googletest/" + +// Determines the version of gcc that is used to compile this. +#ifdef __GNUC__ +// 40302 means version 4.3.2. +# define GTEST_GCC_VER_ \ + (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) +#endif // __GNUC__ + +// Determines the platform on which Google Test is compiled. +#ifdef __CYGWIN__ +# define GTEST_OS_CYGWIN 1 +#elif defined __SYMBIAN32__ +# define GTEST_OS_SYMBIAN 1 +#elif defined _WIN32 +# define GTEST_OS_WINDOWS 1 +# ifdef _WIN32_WCE +# define GTEST_OS_WINDOWS_MOBILE 1 +# elif defined(__MINGW__) || defined(__MINGW32__) +# define GTEST_OS_WINDOWS_MINGW 1 +# else +# define GTEST_OS_WINDOWS_DESKTOP 1 +# endif // _WIN32_WCE +#elif defined __APPLE__ +# define GTEST_OS_MAC 1 +# if TARGET_OS_IPHONE +# define GTEST_OS_IOS 1 +# if TARGET_IPHONE_SIMULATOR +# define GTEST_OS_IOS_SIMULATOR 1 +# endif +# endif +#elif defined __linux__ +# define GTEST_OS_LINUX 1 +# if defined __ANDROID__ +# define GTEST_OS_LINUX_ANDROID 1 +# endif +#elif defined __MVS__ +# define GTEST_OS_ZOS 1 +#elif defined(__sun) && defined(__SVR4) +# define GTEST_OS_SOLARIS 1 +#elif defined(_AIX) +# define GTEST_OS_AIX 1 +#elif defined(__hpux) +# define GTEST_OS_HPUX 1 +#elif defined __native_client__ +# define GTEST_OS_NACL 1 +#elif defined __OpenBSD__ +# define GTEST_OS_OPENBSD 1 +#elif defined __QNX__ +# define GTEST_OS_QNX 1 +#endif // __CYGWIN__ + +#ifndef GTEST_LANG_CXX11 +// gcc and clang define __GXX_EXPERIMENTAL_CXX0X__ when +// -std={c,gnu}++{0x,11} is passed. The C++11 standard specifies a +// value for __cplusplus, and recent versions of clang, gcc, and +// probably other compilers set that too in C++11 mode. +# if __GXX_EXPERIMENTAL_CXX0X__ || __cplusplus >= 201103L +// Compiling in at least C++11 mode. +# define GTEST_LANG_CXX11 1 +# else +# define GTEST_LANG_CXX11 0 +# endif +#endif + +// Brings in definitions for functions used in the testing::internal::posix +// namespace (read, write, close, chdir, isatty, stat). We do not currently +// use them on Windows Mobile. +#if !GTEST_OS_WINDOWS +// This assumes that non-Windows OSes provide unistd.h. For OSes where this +// is not the case, we need to include headers that provide the functions +// mentioned above. +# include +# include +#elif !GTEST_OS_WINDOWS_MOBILE +# include +# include +#endif + +#if GTEST_OS_LINUX_ANDROID +// Used to define __ANDROID_API__ matching the target NDK API level. +# include // NOLINT +#endif + +// Defines this to true iff Google Test can use POSIX regular expressions. +#ifndef GTEST_HAS_POSIX_RE +# if GTEST_OS_LINUX_ANDROID +// On Android, is only available starting with Gingerbread. +# define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) +# else +# define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) +# endif +#endif + +#if GTEST_HAS_POSIX_RE + +// On some platforms, needs someone to define size_t, and +// won't compile otherwise. We can #include it here as we already +// included , which is guaranteed to define size_t through +// . +# include // NOLINT + +# define GTEST_USES_POSIX_RE 1 + +#elif GTEST_OS_WINDOWS + +// is not available on Windows. Use our own simple regex +// implementation instead. +# define GTEST_USES_SIMPLE_RE 1 + +#else + +// may not be available on this platform. Use our own +// simple regex implementation instead. +# define GTEST_USES_SIMPLE_RE 1 + +#endif // GTEST_HAS_POSIX_RE + +#ifndef GTEST_HAS_EXCEPTIONS +// The user didn't tell us whether exceptions are enabled, so we need +// to figure it out. +# if defined(_MSC_VER) || defined(__BORLANDC__) +// MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS +// macro to enable exceptions, so we'll do the same. +// Assumes that exceptions are enabled by default. +# ifndef _HAS_EXCEPTIONS +# define _HAS_EXCEPTIONS 1 +# endif // _HAS_EXCEPTIONS +# define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS +# elif defined(__GNUC__) && __EXCEPTIONS +// gcc defines __EXCEPTIONS to 1 iff exceptions are enabled. +# define GTEST_HAS_EXCEPTIONS 1 +# elif defined(__SUNPRO_CC) +// Sun Pro CC supports exceptions. However, there is no compile-time way of +// detecting whether they are enabled or not. Therefore, we assume that +// they are enabled unless the user tells us otherwise. +# define GTEST_HAS_EXCEPTIONS 1 +# elif defined(__IBMCPP__) && __EXCEPTIONS +// xlC defines __EXCEPTIONS to 1 iff exceptions are enabled. +# define GTEST_HAS_EXCEPTIONS 1 +# elif defined(__HP_aCC) +// Exception handling is in effect by default in HP aCC compiler. It has to +// be turned of by +noeh compiler option if desired. +# define GTEST_HAS_EXCEPTIONS 1 +# else +// For other compilers, we assume exceptions are disabled to be +// conservative. +# define GTEST_HAS_EXCEPTIONS 0 +# endif // defined(_MSC_VER) || defined(__BORLANDC__) +#endif // GTEST_HAS_EXCEPTIONS + +#if !defined(GTEST_HAS_STD_STRING) +// Even though we don't use this macro any longer, we keep it in case +// some clients still depend on it. +# define GTEST_HAS_STD_STRING 1 +#elif !GTEST_HAS_STD_STRING +// The user told us that ::std::string isn't available. +# error "Google Test cannot be used where ::std::string isn't available." +#endif // !defined(GTEST_HAS_STD_STRING) + +#ifndef GTEST_HAS_GLOBAL_STRING +// The user didn't tell us whether ::string is available, so we need +// to figure it out. + +# define GTEST_HAS_GLOBAL_STRING 0 + +#endif // GTEST_HAS_GLOBAL_STRING + +#ifndef GTEST_HAS_STD_WSTRING +// The user didn't tell us whether ::std::wstring is available, so we need +// to figure it out. +// TODO(wan@google.com): uses autoconf to detect whether ::std::wstring +// is available. + +// Cygwin 1.7 and below doesn't support ::std::wstring. +// Solaris' libc++ doesn't support it either. Android has +// no support for it at least as recent as Froyo (2.2). +# define GTEST_HAS_STD_WSTRING \ + (!(GTEST_OS_LINUX_ANDROID || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS)) + +#endif // GTEST_HAS_STD_WSTRING + +#ifndef GTEST_HAS_GLOBAL_WSTRING +// The user didn't tell us whether ::wstring is available, so we need +// to figure it out. +# define GTEST_HAS_GLOBAL_WSTRING \ + (GTEST_HAS_STD_WSTRING && GTEST_HAS_GLOBAL_STRING) +#endif // GTEST_HAS_GLOBAL_WSTRING + +// Determines whether RTTI is available. +#ifndef GTEST_HAS_RTTI +// The user didn't tell us whether RTTI is enabled, so we need to +// figure it out. + +# ifdef _MSC_VER + +# ifdef _CPPRTTI // MSVC defines this macro iff RTTI is enabled. +# define GTEST_HAS_RTTI 1 +# else +# define GTEST_HAS_RTTI 0 +# endif + +// Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled. +# elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40302) + +# ifdef __GXX_RTTI +// When building against STLport with the Android NDK and with +// -frtti -fno-exceptions, the build fails at link time with undefined +// references to __cxa_bad_typeid. Note sure if STL or toolchain bug, +// so disable RTTI when detected. +# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) && \ + !defined(__EXCEPTIONS) +# define GTEST_HAS_RTTI 0 +# else +# define GTEST_HAS_RTTI 1 +# endif // GTEST_OS_LINUX_ANDROID && __STLPORT_MAJOR && !__EXCEPTIONS +# else +# define GTEST_HAS_RTTI 0 +# endif // __GXX_RTTI + +// Clang defines __GXX_RTTI starting with version 3.0, but its manual recommends +// using has_feature instead. has_feature(cxx_rtti) is supported since 2.7, the +// first version with C++ support. +# elif defined(__clang__) + +# define GTEST_HAS_RTTI __has_feature(cxx_rtti) + +// Starting with version 9.0 IBM Visual Age defines __RTTI_ALL__ to 1 if +// both the typeid and dynamic_cast features are present. +# elif defined(__IBMCPP__) && (__IBMCPP__ >= 900) + +# ifdef __RTTI_ALL__ +# define GTEST_HAS_RTTI 1 +# else +# define GTEST_HAS_RTTI 0 +# endif + +# else + +// For all other compilers, we assume RTTI is enabled. +# define GTEST_HAS_RTTI 1 + +# endif // _MSC_VER + +#endif // GTEST_HAS_RTTI + +// It's this header's responsibility to #include when RTTI +// is enabled. +#if GTEST_HAS_RTTI +# include +#endif + +// Determines whether Google Test can use the pthreads library. +#ifndef GTEST_HAS_PTHREAD +// The user didn't tell us explicitly, so we assume pthreads support is +// available on Linux and Mac. +// +// To disable threading support in Google Test, add -DGTEST_HAS_PTHREAD=0 +// to your compiler flags. +# define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ + || GTEST_OS_QNX) +#endif // GTEST_HAS_PTHREAD + +#if GTEST_HAS_PTHREAD +// gtest-port.h guarantees to #include when GTEST_HAS_PTHREAD is +// true. +# include // NOLINT + +// For timespec and nanosleep, used below. +# include // NOLINT +#endif + +// Determines whether Google Test can use tr1/tuple. You can define +// this macro to 0 to prevent Google Test from using tuple (any +// feature depending on tuple with be disabled in this mode). +#ifndef GTEST_HAS_TR1_TUPLE +# if GTEST_OS_LINUX_ANDROID && defined(_STLPORT_MAJOR) +// STLport, provided with the Android NDK, has neither or . +# define GTEST_HAS_TR1_TUPLE 0 +# else +// The user didn't tell us not to do it, so we assume it's OK. +# define GTEST_HAS_TR1_TUPLE 1 +# endif +#endif // GTEST_HAS_TR1_TUPLE + +// Determines whether Google Test's own tr1 tuple implementation +// should be used. +#ifndef GTEST_USE_OWN_TR1_TUPLE +// The user didn't tell us, so we need to figure it out. + +// We use our own TR1 tuple if we aren't sure the user has an +// implementation of it already. At this time, libstdc++ 4.0.0+ and +// MSVC 2010 are the only mainstream standard libraries that come +// with a TR1 tuple implementation. NVIDIA's CUDA NVCC compiler +// pretends to be GCC by defining __GNUC__ and friends, but cannot +// compile GCC's tuple implementation. MSVC 2008 (9.0) provides TR1 +// tuple in a 323 MB Feature Pack download, which we cannot assume the +// user has. QNX's QCC compiler is a modified GCC but it doesn't +// support TR1 tuple. libc++ only provides std::tuple, in C++11 mode, +// and it can be used with some compilers that define __GNUC__. +# if (defined(__GNUC__) && !defined(__CUDACC__) && (GTEST_GCC_VER_ >= 40000) \ + && !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600 +# define GTEST_ENV_HAS_TR1_TUPLE_ 1 +# endif + +// C++11 specifies that provides std::tuple. Use that if gtest is used +// in C++11 mode and libstdc++ isn't very old (binaries targeting OS X 10.6 +// can build with clang but need to use gcc4.2's libstdc++). +# if GTEST_LANG_CXX11 && (!defined(__GLIBCXX__) || __GLIBCXX__ > 20110325) +# define GTEST_ENV_HAS_STD_TUPLE_ 1 +# endif + +# if GTEST_ENV_HAS_TR1_TUPLE_ || GTEST_ENV_HAS_STD_TUPLE_ +# define GTEST_USE_OWN_TR1_TUPLE 0 +# else +# define GTEST_USE_OWN_TR1_TUPLE 1 +# endif + +#endif // GTEST_USE_OWN_TR1_TUPLE + +// To avoid conditional compilation everywhere, we make it +// gtest-port.h's responsibility to #include the header implementing +// tr1/tuple. +#if GTEST_HAS_TR1_TUPLE + +# if GTEST_USE_OWN_TR1_TUPLE +# include "gtest/internal/gtest-tuple.h" +# elif GTEST_ENV_HAS_STD_TUPLE_ +# include +// C++11 puts its tuple into the ::std namespace rather than +// ::std::tr1. gtest expects tuple to live in ::std::tr1, so put it there. +// This causes undefined behavior, but supported compilers react in +// the way we intend. +namespace std { +namespace tr1 { +using ::std::get; +using ::std::make_tuple; +using ::std::tuple; +using ::std::tuple_element; +using ::std::tuple_size; +} +} + +# elif GTEST_OS_SYMBIAN + +// On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to +// use STLport's tuple implementation, which unfortunately doesn't +// work as the copy of STLport distributed with Symbian is incomplete. +// By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to +// use its own tuple implementation. +# ifdef BOOST_HAS_TR1_TUPLE +# undef BOOST_HAS_TR1_TUPLE +# endif // BOOST_HAS_TR1_TUPLE + +// This prevents , which defines +// BOOST_HAS_TR1_TUPLE, from being #included by Boost's . +# define BOOST_TR1_DETAIL_CONFIG_HPP_INCLUDED +# include + +# elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000) +// GCC 4.0+ implements tr1/tuple in the header. This does +// not conform to the TR1 spec, which requires the header to be . + +# if !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 +// Until version 4.3.2, gcc has a bug that causes , +// which is #included by , to not compile when RTTI is +// disabled. _TR1_FUNCTIONAL is the header guard for +// . Hence the following #define is a hack to prevent +// from being included. +# define _TR1_FUNCTIONAL 1 +# include +# undef _TR1_FUNCTIONAL // Allows the user to #include + // if he chooses to. +# else +# include // NOLINT +# endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 + +# else +// If the compiler is not GCC 4.0+, we assume the user is using a +// spec-conforming TR1 implementation. +# include // NOLINT +# endif // GTEST_USE_OWN_TR1_TUPLE + +#endif // GTEST_HAS_TR1_TUPLE + +// Determines whether clone(2) is supported. +// Usually it will only be available on Linux, excluding +// Linux on the Itanium architecture. +// Also see http://linux.die.net/man/2/clone. +#ifndef GTEST_HAS_CLONE +// The user didn't tell us, so we need to figure it out. + +# if GTEST_OS_LINUX && !defined(__ia64__) +# if GTEST_OS_LINUX_ANDROID +// On Android, clone() is only available on ARM starting with Gingerbread. +# if defined(__arm__) && __ANDROID_API__ >= 9 +# define GTEST_HAS_CLONE 1 +# else +# define GTEST_HAS_CLONE 0 +# endif +# else +# define GTEST_HAS_CLONE 1 +# endif +# else +# define GTEST_HAS_CLONE 0 +# endif // GTEST_OS_LINUX && !defined(__ia64__) + +#endif // GTEST_HAS_CLONE + +// Determines whether to support stream redirection. This is used to test +// output correctness and to implement death tests. +#ifndef GTEST_HAS_STREAM_REDIRECTION +// By default, we assume that stream redirection is supported on all +// platforms except known mobile ones. +# if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN +# define GTEST_HAS_STREAM_REDIRECTION 0 +# else +# define GTEST_HAS_STREAM_REDIRECTION 1 +# endif // !GTEST_OS_WINDOWS_MOBILE && !GTEST_OS_SYMBIAN +#endif // GTEST_HAS_STREAM_REDIRECTION + +// Determines whether to support death tests. +// Google Test does not support death tests for VC 7.1 and earlier as +// abort() in a VC 7.1 application compiled as GUI in debug config +// pops up a dialog window that cannot be suppressed programmatically. +#if (GTEST_OS_LINUX || GTEST_OS_CYGWIN || GTEST_OS_SOLARIS || \ + (GTEST_OS_MAC && !GTEST_OS_IOS) || GTEST_OS_IOS_SIMULATOR || \ + (GTEST_OS_WINDOWS_DESKTOP && _MSC_VER >= 1400) || \ + GTEST_OS_WINDOWS_MINGW || GTEST_OS_AIX || GTEST_OS_HPUX || \ + GTEST_OS_OPENBSD || GTEST_OS_QNX) +# define GTEST_HAS_DEATH_TEST 1 +# include // NOLINT +#endif + +// We don't support MSVC 7.1 with exceptions disabled now. Therefore +// all the compilers we care about are adequate for supporting +// value-parameterized tests. +#define GTEST_HAS_PARAM_TEST 1 + +// Determines whether to support type-driven tests. + +// Typed tests need and variadic macros, which GCC, VC++ 8.0, +// Sun Pro CC, IBM Visual Age, and HP aCC support. +#if defined(__GNUC__) || (_MSC_VER >= 1400) || defined(__SUNPRO_CC) || \ + defined(__IBMCPP__) || defined(__HP_aCC) +# define GTEST_HAS_TYPED_TEST 1 +# define GTEST_HAS_TYPED_TEST_P 1 +#endif + +// Determines whether to support Combine(). This only makes sense when +// value-parameterized tests are enabled. The implementation doesn't +// work on Sun Studio since it doesn't understand templated conversion +// operators. +#if GTEST_HAS_PARAM_TEST && GTEST_HAS_TR1_TUPLE && !defined(__SUNPRO_CC) +# define GTEST_HAS_COMBINE 1 +#endif + +// Determines whether the system compiler uses UTF-16 for encoding wide strings. +#define GTEST_WIDE_STRING_USES_UTF16_ \ + (GTEST_OS_WINDOWS || GTEST_OS_CYGWIN || GTEST_OS_SYMBIAN || GTEST_OS_AIX) + +// Determines whether test results can be streamed to a socket. +#if GTEST_OS_LINUX +# define GTEST_CAN_STREAM_RESULTS_ 1 +#endif + +// Defines some utility macros. + +// The GNU compiler emits a warning if nested "if" statements are followed by +// an "else" statement and braces are not used to explicitly disambiguate the +// "else" binding. This leads to problems with code like: +// +// if (gate) +// ASSERT_*(condition) << "Some message"; +// +// The "switch (0) case 0:" idiom is used to suppress this. +#ifdef __INTEL_COMPILER +# define GTEST_AMBIGUOUS_ELSE_BLOCKER_ +#else +# define GTEST_AMBIGUOUS_ELSE_BLOCKER_ switch (0) case 0: default: // NOLINT +#endif + +// Use this annotation at the end of a struct/class definition to +// prevent the compiler from optimizing away instances that are never +// used. This is useful when all interesting logic happens inside the +// c'tor and / or d'tor. Example: +// +// struct Foo { +// Foo() { ... } +// } GTEST_ATTRIBUTE_UNUSED_; +// +// Also use it after a variable or parameter declaration to tell the +// compiler the variable/parameter does not have to be used. +#if defined(__GNUC__) && !defined(COMPILER_ICC) +# define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused)) +#else +# define GTEST_ATTRIBUTE_UNUSED_ +#endif + +// A macro to disallow operator= +// This should be used in the private: declarations for a class. +#define GTEST_DISALLOW_ASSIGN_(type)\ + void operator=(type const &) + +// A macro to disallow copy constructor and operator= +// This should be used in the private: declarations for a class. +#define GTEST_DISALLOW_COPY_AND_ASSIGN_(type)\ + type(type const &);\ + GTEST_DISALLOW_ASSIGN_(type) + +// Tell the compiler to warn about unused return values for functions declared +// with this macro. The macro should be used on function declarations +// following the argument list: +// +// Sprocket* AllocateSprocket() GTEST_MUST_USE_RESULT_; +#if defined(__GNUC__) && (GTEST_GCC_VER_ >= 30400) && !defined(COMPILER_ICC) +# define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result)) +#else +# define GTEST_MUST_USE_RESULT_ +#endif // __GNUC__ && (GTEST_GCC_VER_ >= 30400) && !COMPILER_ICC + +// Determine whether the compiler supports Microsoft's Structured Exception +// Handling. This is supported by several Windows compilers but generally +// does not exist on any other system. +#ifndef GTEST_HAS_SEH +// The user didn't tell us, so we need to figure it out. + +# if defined(_MSC_VER) || defined(__BORLANDC__) +// These two compilers are known to support SEH. +# define GTEST_HAS_SEH 1 +# else +// Assume no SEH. +# define GTEST_HAS_SEH 0 +# endif + +#endif // GTEST_HAS_SEH + +#ifdef _MSC_VER + +# if GTEST_LINKED_AS_SHARED_LIBRARY +# define GTEST_API_ __declspec(dllimport) +# elif GTEST_CREATE_SHARED_LIBRARY +# define GTEST_API_ __declspec(dllexport) +# endif + +#endif // _MSC_VER + +#ifndef GTEST_API_ +# define GTEST_API_ +#endif + +#ifdef __GNUC__ +// Ask the compiler to never inline a given function. +# define GTEST_NO_INLINE_ __attribute__((noinline)) +#else +# define GTEST_NO_INLINE_ +#endif + +// _LIBCPP_VERSION is defined by the libc++ library from the LLVM project. +#if defined(__GLIBCXX__) || defined(_LIBCPP_VERSION) +# define GTEST_HAS_CXXABI_H_ 1 +#else +# define GTEST_HAS_CXXABI_H_ 0 +#endif + +namespace testing { + +class Message; + +namespace internal { + +// A secret type that Google Test users don't know about. It has no +// definition on purpose. Therefore it's impossible to create a +// Secret object, which is what we want. +class Secret; + +// The GTEST_COMPILE_ASSERT_ macro can be used to verify that a compile time +// expression is true. For example, you could use it to verify the +// size of a static array: +// +// GTEST_COMPILE_ASSERT_(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES, +// content_type_names_incorrect_size); +// +// or to make sure a struct is smaller than a certain size: +// +// GTEST_COMPILE_ASSERT_(sizeof(foo) < 128, foo_too_large); +// +// The second argument to the macro is the name of the variable. If +// the expression is false, most compilers will issue a warning/error +// containing the name of the variable. + +template +struct CompileAssert { +}; + +#define GTEST_COMPILE_ASSERT_(expr, msg) \ + typedef ::testing::internal::CompileAssert<(static_cast(expr))> \ + msg[static_cast(expr) ? 1 : -1] GTEST_ATTRIBUTE_UNUSED_ + +// Implementation details of GTEST_COMPILE_ASSERT_: +// +// - GTEST_COMPILE_ASSERT_ works by defining an array type that has -1 +// elements (and thus is invalid) when the expression is false. +// +// - The simpler definition +// +// #define GTEST_COMPILE_ASSERT_(expr, msg) typedef char msg[(expr) ? 1 : -1] +// +// does not work, as gcc supports variable-length arrays whose sizes +// are determined at run-time (this is gcc's extension and not part +// of the C++ standard). As a result, gcc fails to reject the +// following code with the simple definition: +// +// int foo; +// GTEST_COMPILE_ASSERT_(foo, msg); // not supposed to compile as foo is +// // not a compile-time constant. +// +// - By using the type CompileAssert<(bool(expr))>, we ensures that +// expr is a compile-time constant. (Template arguments must be +// determined at compile-time.) +// +// - The outter parentheses in CompileAssert<(bool(expr))> are necessary +// to work around a bug in gcc 3.4.4 and 4.0.1. If we had written +// +// CompileAssert +// +// instead, these compilers will refuse to compile +// +// GTEST_COMPILE_ASSERT_(5 > 0, some_message); +// +// (They seem to think the ">" in "5 > 0" marks the end of the +// template argument list.) +// +// - The array size is (bool(expr) ? 1 : -1), instead of simply +// +// ((expr) ? 1 : -1). +// +// This is to avoid running into a bug in MS VC 7.1, which +// causes ((0.0) ? 1 : -1) to incorrectly evaluate to 1. + +// StaticAssertTypeEqHelper is used by StaticAssertTypeEq defined in gtest.h. +// +// This template is declared, but intentionally undefined. +template +struct StaticAssertTypeEqHelper; + +template +struct StaticAssertTypeEqHelper {}; + +#if GTEST_HAS_GLOBAL_STRING +typedef ::string string; +#else +typedef ::std::string string; +#endif // GTEST_HAS_GLOBAL_STRING + +#if GTEST_HAS_GLOBAL_WSTRING +typedef ::wstring wstring; +#elif GTEST_HAS_STD_WSTRING +typedef ::std::wstring wstring; +#endif // GTEST_HAS_GLOBAL_WSTRING + +// A helper for suppressing warnings on constant condition. It just +// returns 'condition'. +GTEST_API_ bool IsTrue(bool condition); + +// Defines scoped_ptr. + +// This implementation of scoped_ptr is PARTIAL - it only contains +// enough stuff to satisfy Google Test's need. +template +class scoped_ptr { + public: + typedef T element_type; + + explicit scoped_ptr(T* p = NULL) : ptr_(p) {} + ~scoped_ptr() { reset(); } + + T& operator*() const { return *ptr_; } + T* operator->() const { return ptr_; } + T* get() const { return ptr_; } + + T* release() { + T* const ptr = ptr_; + ptr_ = NULL; + return ptr; + } + + void reset(T* p = NULL) { + if (p != ptr_) { + if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type. + delete ptr_; + } + ptr_ = p; + } + } + + private: + T* ptr_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(scoped_ptr); +}; + +// Defines RE. + +// A simple C++ wrapper for . It uses the POSIX Extended +// Regular Expression syntax. +class GTEST_API_ RE { + public: + // A copy constructor is required by the Standard to initialize object + // references from r-values. + RE(const RE& other) { Init(other.pattern()); } + + // Constructs an RE from a string. + RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT + +#if GTEST_HAS_GLOBAL_STRING + + RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT + +#endif // GTEST_HAS_GLOBAL_STRING + + RE(const char* regex) { Init(regex); } // NOLINT + ~RE(); + + // Returns the string representation of the regex. + const char* pattern() const { return pattern_; } + + // FullMatch(str, re) returns true iff regular expression re matches + // the entire str. + // PartialMatch(str, re) returns true iff regular expression re + // matches a substring of str (including str itself). + // + // TODO(wan@google.com): make FullMatch() and PartialMatch() work + // when str contains NUL characters. + static bool FullMatch(const ::std::string& str, const RE& re) { + return FullMatch(str.c_str(), re); + } + static bool PartialMatch(const ::std::string& str, const RE& re) { + return PartialMatch(str.c_str(), re); + } + +#if GTEST_HAS_GLOBAL_STRING + + static bool FullMatch(const ::string& str, const RE& re) { + return FullMatch(str.c_str(), re); + } + static bool PartialMatch(const ::string& str, const RE& re) { + return PartialMatch(str.c_str(), re); + } + +#endif // GTEST_HAS_GLOBAL_STRING + + static bool FullMatch(const char* str, const RE& re); + static bool PartialMatch(const char* str, const RE& re); + + private: + void Init(const char* regex); + + // We use a const char* instead of an std::string, as Google Test used to be + // used where std::string is not available. TODO(wan@google.com): change to + // std::string. + const char* pattern_; + bool is_valid_; + +#if GTEST_USES_POSIX_RE + + regex_t full_regex_; // For FullMatch(). + regex_t partial_regex_; // For PartialMatch(). + +#else // GTEST_USES_SIMPLE_RE + + const char* full_pattern_; // For FullMatch(); + +#endif + + GTEST_DISALLOW_ASSIGN_(RE); +}; + +// Formats a source file path and a line number as they would appear +// in an error message from the compiler used to compile this code. +GTEST_API_ ::std::string FormatFileLocation(const char* file, int line); + +// Formats a file location for compiler-independent XML output. +// Although this function is not platform dependent, we put it next to +// FormatFileLocation in order to contrast the two functions. +GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file, + int line); + +// Defines logging utilities: +// GTEST_LOG_(severity) - logs messages at the specified severity level. The +// message itself is streamed into the macro. +// LogToStderr() - directs all log messages to stderr. +// FlushInfoLog() - flushes informational log messages. + +enum GTestLogSeverity { + GTEST_INFO, + GTEST_WARNING, + GTEST_ERROR, + GTEST_FATAL +}; + +// Formats log entry severity, provides a stream object for streaming the +// log message, and terminates the message with a newline when going out of +// scope. +class GTEST_API_ GTestLog { + public: + GTestLog(GTestLogSeverity severity, const char* file, int line); + + // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. + ~GTestLog(); + + ::std::ostream& GetStream() { return ::std::cerr; } + + private: + const GTestLogSeverity severity_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestLog); +}; + +#define GTEST_LOG_(severity) \ + ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \ + __FILE__, __LINE__).GetStream() + +inline void LogToStderr() {} +inline void FlushInfoLog() { fflush(NULL); } + +// INTERNAL IMPLEMENTATION - DO NOT USE. +// +// GTEST_CHECK_ is an all-mode assert. It aborts the program if the condition +// is not satisfied. +// Synopsys: +// GTEST_CHECK_(boolean_condition); +// or +// GTEST_CHECK_(boolean_condition) << "Additional message"; +// +// This checks the condition and if the condition is not satisfied +// it prints message about the condition violation, including the +// condition itself, plus additional message streamed into it, if any, +// and then it aborts the program. It aborts the program irrespective of +// whether it is built in the debug mode or not. +#define GTEST_CHECK_(condition) \ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \ + if (::testing::internal::IsTrue(condition)) \ + ; \ + else \ + GTEST_LOG_(FATAL) << "Condition " #condition " failed. " + +// An all-mode assert to verify that the given POSIX-style function +// call returns 0 (indicating success). Known limitation: this +// doesn't expand to a balanced 'if' statement, so enclose the macro +// in {} if you need to use it as the only statement in an 'if' +// branch. +#define GTEST_CHECK_POSIX_SUCCESS_(posix_call) \ + if (const int gtest_error = (posix_call)) \ + GTEST_LOG_(FATAL) << #posix_call << "failed with error " \ + << gtest_error + +// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. +// +// Use ImplicitCast_ as a safe version of static_cast for upcasting in +// the type hierarchy (e.g. casting a Foo* to a SuperclassOfFoo* or a +// const Foo*). When you use ImplicitCast_, the compiler checks that +// the cast is safe. Such explicit ImplicitCast_s are necessary in +// surprisingly many situations where C++ demands an exact type match +// instead of an argument type convertable to a target type. +// +// The syntax for using ImplicitCast_ is the same as for static_cast: +// +// ImplicitCast_(expr) +// +// ImplicitCast_ would have been part of the C++ standard library, +// but the proposal was submitted too late. It will probably make +// its way into the language in the future. +// +// This relatively ugly name is intentional. It prevents clashes with +// similar functions users may have (e.g., implicit_cast). The internal +// namespace alone is not enough because the function can be found by ADL. +template +inline To ImplicitCast_(To x) { return x; } + +// When you upcast (that is, cast a pointer from type Foo to type +// SuperclassOfFoo), it's fine to use ImplicitCast_<>, since upcasts +// always succeed. When you downcast (that is, cast a pointer from +// type Foo to type SubclassOfFoo), static_cast<> isn't safe, because +// how do you know the pointer is really of type SubclassOfFoo? It +// could be a bare Foo, or of type DifferentSubclassOfFoo. Thus, +// when you downcast, you should use this macro. In debug mode, we +// use dynamic_cast<> to double-check the downcast is legal (we die +// if it's not). In normal mode, we do the efficient static_cast<> +// instead. Thus, it's important to test in debug mode to make sure +// the cast is legal! +// This is the only place in the code we should use dynamic_cast<>. +// In particular, you SHOULDN'T be using dynamic_cast<> in order to +// do RTTI (eg code like this: +// if (dynamic_cast(foo)) HandleASubclass1Object(foo); +// if (dynamic_cast(foo)) HandleASubclass2Object(foo); +// You should design the code some other way not to need this. +// +// This relatively ugly name is intentional. It prevents clashes with +// similar functions users may have (e.g., down_cast). The internal +// namespace alone is not enough because the function can be found by ADL. +template // use like this: DownCast_(foo); +inline To DownCast_(From* f) { // so we only accept pointers + // Ensures that To is a sub-type of From *. This test is here only + // for compile-time type checking, and has no overhead in an + // optimized build at run-time, as it will be optimized away + // completely. + if (false) { + const To to = NULL; + ::testing::internal::ImplicitCast_(to); + } + +#if GTEST_HAS_RTTI + // RTTI: debug mode only! + GTEST_CHECK_(f == NULL || dynamic_cast(f) != NULL); +#endif + return static_cast(f); +} + +// Downcasts the pointer of type Base to Derived. +// Derived must be a subclass of Base. The parameter MUST +// point to a class of type Derived, not any subclass of it. +// When RTTI is available, the function performs a runtime +// check to enforce this. +template +Derived* CheckedDowncastToActualType(Base* base) { +#if GTEST_HAS_RTTI + GTEST_CHECK_(typeid(*base) == typeid(Derived)); + return dynamic_cast(base); // NOLINT +#else + return static_cast(base); // Poor man's downcast. +#endif +} + +#if GTEST_HAS_STREAM_REDIRECTION + +// Defines the stderr capturer: +// CaptureStdout - starts capturing stdout. +// GetCapturedStdout - stops capturing stdout and returns the captured string. +// CaptureStderr - starts capturing stderr. +// GetCapturedStderr - stops capturing stderr and returns the captured string. +// +GTEST_API_ void CaptureStdout(); +GTEST_API_ std::string GetCapturedStdout(); +GTEST_API_ void CaptureStderr(); +GTEST_API_ std::string GetCapturedStderr(); + +#endif // GTEST_HAS_STREAM_REDIRECTION + + +#if GTEST_HAS_DEATH_TEST + +const ::std::vector& GetInjectableArgvs(); +void SetInjectableArgvs(const ::std::vector* + new_argvs); + +// A copy of all command line arguments. Set by InitGoogleTest(). +extern ::std::vector g_argvs; + +#endif // GTEST_HAS_DEATH_TEST + +// Defines synchronization primitives. + +#if GTEST_HAS_PTHREAD + +// Sleeps for (roughly) n milli-seconds. This function is only for +// testing Google Test's own constructs. Don't use it in user tests, +// either directly or indirectly. +inline void SleepMilliseconds(int n) { + const timespec time = { + 0, // 0 seconds. + n * 1000L * 1000L, // And n ms. + }; + nanosleep(&time, NULL); +} + +// Allows a controller thread to pause execution of newly created +// threads until notified. Instances of this class must be created +// and destroyed in the controller thread. +// +// This class is only for testing Google Test's own constructs. Do not +// use it in user tests, either directly or indirectly. +class Notification { + public: + Notification() : notified_(false) { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL)); + } + ~Notification() { + pthread_mutex_destroy(&mutex_); + } + + // Notifies all threads created with this notification to start. Must + // be called from the controller thread. + void Notify() { + pthread_mutex_lock(&mutex_); + notified_ = true; + pthread_mutex_unlock(&mutex_); + } + + // Blocks until the controller thread notifies. Must be called from a test + // thread. + void WaitForNotification() { + for (;;) { + pthread_mutex_lock(&mutex_); + const bool notified = notified_; + pthread_mutex_unlock(&mutex_); + if (notified) + break; + SleepMilliseconds(10); + } + } + + private: + pthread_mutex_t mutex_; + bool notified_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(Notification); +}; + +// As a C-function, ThreadFuncWithCLinkage cannot be templated itself. +// Consequently, it cannot select a correct instantiation of ThreadWithParam +// in order to call its Run(). Introducing ThreadWithParamBase as a +// non-templated base class for ThreadWithParam allows us to bypass this +// problem. +class ThreadWithParamBase { + public: + virtual ~ThreadWithParamBase() {} + virtual void Run() = 0; +}; + +// pthread_create() accepts a pointer to a function type with the C linkage. +// According to the Standard (7.5/1), function types with different linkages +// are different even if they are otherwise identical. Some compilers (for +// example, SunStudio) treat them as different types. Since class methods +// cannot be defined with C-linkage we need to define a free C-function to +// pass into pthread_create(). +extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { + static_cast(thread)->Run(); + return NULL; +} + +// Helper class for testing Google Test's multi-threading constructs. +// To use it, write: +// +// void ThreadFunc(int param) { /* Do things with param */ } +// Notification thread_can_start; +// ... +// // The thread_can_start parameter is optional; you can supply NULL. +// ThreadWithParam thread(&ThreadFunc, 5, &thread_can_start); +// thread_can_start.Notify(); +// +// These classes are only for testing Google Test's own constructs. Do +// not use them in user tests, either directly or indirectly. +template +class ThreadWithParam : public ThreadWithParamBase { + public: + typedef void (*UserThreadFunc)(T); + + ThreadWithParam( + UserThreadFunc func, T param, Notification* thread_can_start) + : func_(func), + param_(param), + thread_can_start_(thread_can_start), + finished_(false) { + ThreadWithParamBase* const base = this; + // The thread can be created only after all fields except thread_ + // have been initialized. + GTEST_CHECK_POSIX_SUCCESS_( + pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base)); + } + ~ThreadWithParam() { Join(); } + + void Join() { + if (!finished_) { + GTEST_CHECK_POSIX_SUCCESS_(pthread_join(thread_, 0)); + finished_ = true; + } + } + + virtual void Run() { + if (thread_can_start_ != NULL) + thread_can_start_->WaitForNotification(); + func_(param_); + } + + private: + const UserThreadFunc func_; // User-supplied thread function. + const T param_; // User-supplied parameter to the thread function. + // When non-NULL, used to block execution until the controller thread + // notifies. + Notification* const thread_can_start_; + bool finished_; // true iff we know that the thread function has finished. + pthread_t thread_; // The native thread object. + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam); +}; + +// MutexBase and Mutex implement mutex on pthreads-based platforms. They +// are used in conjunction with class MutexLock: +// +// Mutex mutex; +// ... +// MutexLock lock(&mutex); // Acquires the mutex and releases it at the end +// // of the current scope. +// +// MutexBase implements behavior for both statically and dynamically +// allocated mutexes. Do not use MutexBase directly. Instead, write +// the following to define a static mutex: +// +// GTEST_DEFINE_STATIC_MUTEX_(g_some_mutex); +// +// You can forward declare a static mutex like this: +// +// GTEST_DECLARE_STATIC_MUTEX_(g_some_mutex); +// +// To create a dynamic mutex, just define an object of type Mutex. +class MutexBase { + public: + // Acquires this mutex. + void Lock() { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_lock(&mutex_)); + owner_ = pthread_self(); + has_owner_ = true; + } + + // Releases this mutex. + void Unlock() { + // Since the lock is being released the owner_ field should no longer be + // considered valid. We don't protect writing to has_owner_ here, as it's + // the caller's responsibility to ensure that the current thread holds the + // mutex when this is called. + has_owner_ = false; + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&mutex_)); + } + + // Does nothing if the current thread holds the mutex. Otherwise, crashes + // with high probability. + void AssertHeld() const { + GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self())) + << "The current thread is not holding the mutex @" << this; + } + + // A static mutex may be used before main() is entered. It may even + // be used before the dynamic initialization stage. Therefore we + // must be able to initialize a static mutex object at link time. + // This means MutexBase has to be a POD and its member variables + // have to be public. + public: + pthread_mutex_t mutex_; // The underlying pthread mutex. + // has_owner_ indicates whether the owner_ field below contains a valid thread + // ID and is therefore safe to inspect (e.g., to use in pthread_equal()). All + // accesses to the owner_ field should be protected by a check of this field. + // An alternative might be to memset() owner_ to all zeros, but there's no + // guarantee that a zero'd pthread_t is necessarily invalid or even different + // from pthread_self(). + bool has_owner_; + pthread_t owner_; // The thread holding the mutex. +}; + +// Forward-declares a static mutex. +# define GTEST_DECLARE_STATIC_MUTEX_(mutex) \ + extern ::testing::internal::MutexBase mutex + +// Defines and statically (i.e. at link time) initializes a static mutex. +// The initialization list here does not explicitly initialize each field, +// instead relying on default initialization for the unspecified fields. In +// particular, the owner_ field (a pthread_t) is not explicitly initialized. +// This allows initialization to work whether pthread_t is a scalar or struct. +// The flag -Wmissing-field-initializers must not be specified for this to work. +# define GTEST_DEFINE_STATIC_MUTEX_(mutex) \ + ::testing::internal::MutexBase mutex = { PTHREAD_MUTEX_INITIALIZER, false } + +// The Mutex class can only be used for mutexes created at runtime. It +// shares its API with MutexBase otherwise. +class Mutex : public MutexBase { + public: + Mutex() { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, NULL)); + has_owner_ = false; + } + ~Mutex() { + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_destroy(&mutex_)); + } + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(Mutex); +}; + +// We cannot name this class MutexLock as the ctor declaration would +// conflict with a macro named MutexLock, which is defined on some +// platforms. Hence the typedef trick below. +class GTestMutexLock { + public: + explicit GTestMutexLock(MutexBase* mutex) + : mutex_(mutex) { mutex_->Lock(); } + + ~GTestMutexLock() { mutex_->Unlock(); } + + private: + MutexBase* const mutex_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(GTestMutexLock); +}; + +typedef GTestMutexLock MutexLock; + +// Helpers for ThreadLocal. + +// pthread_key_create() requires DeleteThreadLocalValue() to have +// C-linkage. Therefore it cannot be templatized to access +// ThreadLocal. Hence the need for class +// ThreadLocalValueHolderBase. +class ThreadLocalValueHolderBase { + public: + virtual ~ThreadLocalValueHolderBase() {} +}; + +// Called by pthread to delete thread-local data stored by +// pthread_setspecific(). +extern "C" inline void DeleteThreadLocalValue(void* value_holder) { + delete static_cast(value_holder); +} + +// Implements thread-local storage on pthreads-based systems. +// +// // Thread 1 +// ThreadLocal tl(100); // 100 is the default value for each thread. +// +// // Thread 2 +// tl.set(150); // Changes the value for thread 2 only. +// EXPECT_EQ(150, tl.get()); +// +// // Thread 1 +// EXPECT_EQ(100, tl.get()); // In thread 1, tl has the original value. +// tl.set(200); +// EXPECT_EQ(200, tl.get()); +// +// The template type argument T must have a public copy constructor. +// In addition, the default ThreadLocal constructor requires T to have +// a public default constructor. +// +// An object managed for a thread by a ThreadLocal instance is deleted +// when the thread exits. Or, if the ThreadLocal instance dies in +// that thread, when the ThreadLocal dies. It's the user's +// responsibility to ensure that all other threads using a ThreadLocal +// have exited when it dies, or the per-thread objects for those +// threads will not be deleted. +// +// Google Test only uses global ThreadLocal objects. That means they +// will die after main() has returned. Therefore, no per-thread +// object managed by Google Test will be leaked as long as all threads +// using Google Test have exited when main() returns. +template +class ThreadLocal { + public: + ThreadLocal() : key_(CreateKey()), + default_() {} + explicit ThreadLocal(const T& value) : key_(CreateKey()), + default_(value) {} + + ~ThreadLocal() { + // Destroys the managed object for the current thread, if any. + DeleteThreadLocalValue(pthread_getspecific(key_)); + + // Releases resources associated with the key. This will *not* + // delete managed objects for other threads. + GTEST_CHECK_POSIX_SUCCESS_(pthread_key_delete(key_)); + } + + T* pointer() { return GetOrCreateValue(); } + const T* pointer() const { return GetOrCreateValue(); } + const T& get() const { return *pointer(); } + void set(const T& value) { *pointer() = value; } + + private: + // Holds a value of type T. + class ValueHolder : public ThreadLocalValueHolderBase { + public: + explicit ValueHolder(const T& value) : value_(value) {} + + T* pointer() { return &value_; } + + private: + T value_; + GTEST_DISALLOW_COPY_AND_ASSIGN_(ValueHolder); + }; + + static pthread_key_t CreateKey() { + pthread_key_t key; + // When a thread exits, DeleteThreadLocalValue() will be called on + // the object managed for that thread. + GTEST_CHECK_POSIX_SUCCESS_( + pthread_key_create(&key, &DeleteThreadLocalValue)); + return key; + } + + T* GetOrCreateValue() const { + ThreadLocalValueHolderBase* const holder = + static_cast(pthread_getspecific(key_)); + if (holder != NULL) { + return CheckedDowncastToActualType(holder)->pointer(); + } + + ValueHolder* const new_holder = new ValueHolder(default_); + ThreadLocalValueHolderBase* const holder_base = new_holder; + GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base)); + return new_holder->pointer(); + } + + // A key pthreads uses for looking up per-thread values. + const pthread_key_t key_; + const T default_; // The default value for each thread. + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadLocal); +}; + +# define GTEST_IS_THREADSAFE 1 + +#else // GTEST_HAS_PTHREAD + +// A dummy implementation of synchronization primitives (mutex, lock, +// and thread-local variable). Necessary for compiling Google Test where +// mutex is not supported - using Google Test in multiple threads is not +// supported on such platforms. + +class Mutex { + public: + Mutex() {} + void Lock() {} + void Unlock() {} + void AssertHeld() const {} +}; + +# define GTEST_DECLARE_STATIC_MUTEX_(mutex) \ + extern ::testing::internal::Mutex mutex + +# define GTEST_DEFINE_STATIC_MUTEX_(mutex) ::testing::internal::Mutex mutex + +class GTestMutexLock { + public: + explicit GTestMutexLock(Mutex*) {} // NOLINT +}; + +typedef GTestMutexLock MutexLock; + +template +class ThreadLocal { + public: + ThreadLocal() : value_() {} + explicit ThreadLocal(const T& value) : value_(value) {} + T* pointer() { return &value_; } + const T* pointer() const { return &value_; } + const T& get() const { return value_; } + void set(const T& value) { value_ = value; } + private: + T value_; +}; + +// The above synchronization primitives have dummy implementations. +// Therefore Google Test is not thread-safe. +# define GTEST_IS_THREADSAFE 0 + +#endif // GTEST_HAS_PTHREAD + +// Returns the number of threads running in the process, or 0 to indicate that +// we cannot detect it. +GTEST_API_ size_t GetThreadCount(); + +// Passing non-POD classes through ellipsis (...) crashes the ARM +// compiler and generates a warning in Sun Studio. The Nokia Symbian +// and the IBM XL C/C++ compiler try to instantiate a copy constructor +// for objects passed through ellipsis (...), failing for uncopyable +// objects. We define this to ensure that only POD is passed through +// ellipsis on these systems. +#if defined(__SYMBIAN32__) || defined(__IBMCPP__) || defined(__SUNPRO_CC) +// We lose support for NULL detection where the compiler doesn't like +// passing non-POD classes through ellipsis (...). +# define GTEST_ELLIPSIS_NEEDS_POD_ 1 +#else +# define GTEST_CAN_COMPARE_NULL 1 +#endif + +// The Nokia Symbian and IBM XL C/C++ compilers cannot decide between +// const T& and const T* in a function template. These compilers +// _can_ decide between class template specializations for T and T*, +// so a tr1::type_traits-like is_pointer works. +#if defined(__SYMBIAN32__) || defined(__IBMCPP__) +# define GTEST_NEEDS_IS_POINTER_ 1 +#endif + +template +struct bool_constant { + typedef bool_constant type; + static const bool value = bool_value; +}; +template const bool bool_constant::value; + +typedef bool_constant false_type; +typedef bool_constant true_type; + +template +struct is_pointer : public false_type {}; + +template +struct is_pointer : public true_type {}; + +template +struct IteratorTraits { + typedef typename Iterator::value_type value_type; +}; + +template +struct IteratorTraits { + typedef T value_type; +}; + +template +struct IteratorTraits { + typedef T value_type; +}; + +#if GTEST_OS_WINDOWS +# define GTEST_PATH_SEP_ "\\" +# define GTEST_HAS_ALT_PATH_SEP_ 1 +// The biggest signed integer type the compiler supports. +typedef __int64 BiggestInt; +#else +# define GTEST_PATH_SEP_ "/" +# define GTEST_HAS_ALT_PATH_SEP_ 0 +typedef long long BiggestInt; // NOLINT +#endif // GTEST_OS_WINDOWS + +// Utilities for char. + +// isspace(int ch) and friends accept an unsigned char or EOF. char +// may be signed, depending on the compiler (or compiler flags). +// Therefore we need to cast a char to unsigned char before calling +// isspace(), etc. + +inline bool IsAlpha(char ch) { + return isalpha(static_cast(ch)) != 0; +} +inline bool IsAlNum(char ch) { + return isalnum(static_cast(ch)) != 0; +} +inline bool IsDigit(char ch) { + return isdigit(static_cast(ch)) != 0; +} +inline bool IsLower(char ch) { + return islower(static_cast(ch)) != 0; +} +inline bool IsSpace(char ch) { + return isspace(static_cast(ch)) != 0; +} +inline bool IsUpper(char ch) { + return isupper(static_cast(ch)) != 0; +} +inline bool IsXDigit(char ch) { + return isxdigit(static_cast(ch)) != 0; +} +inline bool IsXDigit(wchar_t ch) { + const unsigned char low_byte = static_cast(ch); + return ch == low_byte && isxdigit(low_byte) != 0; +} + +inline char ToLower(char ch) { + return static_cast(tolower(static_cast(ch))); +} +inline char ToUpper(char ch) { + return static_cast(toupper(static_cast(ch))); +} + +// The testing::internal::posix namespace holds wrappers for common +// POSIX functions. These wrappers hide the differences between +// Windows/MSVC and POSIX systems. Since some compilers define these +// standard functions as macros, the wrapper cannot have the same name +// as the wrapped function. + +namespace posix { + +// Functions with a different name on Windows. + +#if GTEST_OS_WINDOWS + +typedef struct _stat StatStruct; + +# ifdef __BORLANDC__ +inline int IsATTY(int fd) { return isatty(fd); } +inline int StrCaseCmp(const char* s1, const char* s2) { + return stricmp(s1, s2); +} +inline char* StrDup(const char* src) { return strdup(src); } +# else // !__BORLANDC__ +# if GTEST_OS_WINDOWS_MOBILE +inline int IsATTY(int /* fd */) { return 0; } +# else +inline int IsATTY(int fd) { return _isatty(fd); } +# endif // GTEST_OS_WINDOWS_MOBILE +inline int StrCaseCmp(const char* s1, const char* s2) { + return _stricmp(s1, s2); +} +inline char* StrDup(const char* src) { return _strdup(src); } +# endif // __BORLANDC__ + +# if GTEST_OS_WINDOWS_MOBILE +inline int FileNo(FILE* file) { return reinterpret_cast(_fileno(file)); } +// Stat(), RmDir(), and IsDir() are not needed on Windows CE at this +// time and thus not defined there. +# else +inline int FileNo(FILE* file) { return _fileno(file); } +inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); } +inline int RmDir(const char* dir) { return _rmdir(dir); } +inline bool IsDir(const StatStruct& st) { + return (_S_IFDIR & st.st_mode) != 0; +} +# endif // GTEST_OS_WINDOWS_MOBILE + +#else + +typedef struct stat StatStruct; + +inline int FileNo(FILE* file) { return fileno(file); } +inline int IsATTY(int fd) { return isatty(fd); } +inline int Stat(const char* path, StatStruct* buf) { return stat(path, buf); } +inline int StrCaseCmp(const char* s1, const char* s2) { + return strcasecmp(s1, s2); +} +inline char* StrDup(const char* src) { return strdup(src); } +inline int RmDir(const char* dir) { return rmdir(dir); } +inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); } + +#endif // GTEST_OS_WINDOWS + +// Functions deprecated by MSVC 8.0. + +#ifdef _MSC_VER +// Temporarily disable warning 4996 (deprecated function). +# pragma warning(push) +# pragma warning(disable:4996) +#endif + +inline const char* StrNCpy(char* dest, const char* src, size_t n) { + return strncpy(dest, src, n); +} + +// ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and +// StrError() aren't needed on Windows CE at this time and thus not +// defined there. + +#if !GTEST_OS_WINDOWS_MOBILE +inline int ChDir(const char* dir) { return chdir(dir); } +#endif +inline FILE* FOpen(const char* path, const char* mode) { + return fopen(path, mode); +} +#if !GTEST_OS_WINDOWS_MOBILE +inline FILE *FReopen(const char* path, const char* mode, FILE* stream) { + return freopen(path, mode, stream); +} +inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); } +#endif +inline int FClose(FILE* fp) { return fclose(fp); } +#if !GTEST_OS_WINDOWS_MOBILE +inline int Read(int fd, void* buf, unsigned int count) { + return static_cast(read(fd, buf, count)); +} +inline int Write(int fd, const void* buf, unsigned int count) { + return static_cast(write(fd, buf, count)); +} +inline int Close(int fd) { return close(fd); } +inline const char* StrError(int errnum) { return strerror(errnum); } +#endif +inline const char* GetEnv(const char* name) { +#if GTEST_OS_WINDOWS_MOBILE + // We are on Windows CE, which has no environment variables. + return NULL; +#elif defined(__BORLANDC__) || defined(__SunOS_5_8) || defined(__SunOS_5_9) + // Environment variables which we programmatically clear will be set to the + // empty string rather than unset (NULL). Handle that case. + const char* const env = getenv(name); + return (env != NULL && env[0] != '\0') ? env : NULL; +#else + return getenv(name); +#endif +} + +#ifdef _MSC_VER +# pragma warning(pop) // Restores the warning state. +#endif + +#if GTEST_OS_WINDOWS_MOBILE +// Windows CE has no C library. The abort() function is used in +// several places in Google Test. This implementation provides a reasonable +// imitation of standard behaviour. +void Abort(); +#else +inline void Abort() { abort(); } +#endif // GTEST_OS_WINDOWS_MOBILE + +} // namespace posix + +// MSVC "deprecates" snprintf and issues warnings wherever it is used. In +// order to avoid these warnings, we need to use _snprintf or _snprintf_s on +// MSVC-based platforms. We map the GTEST_SNPRINTF_ macro to the appropriate +// function in order to achieve that. We use macro definition here because +// snprintf is a variadic function. +#if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE +// MSVC 2005 and above support variadic macros. +# define GTEST_SNPRINTF_(buffer, size, format, ...) \ + _snprintf_s(buffer, size, size, format, __VA_ARGS__) +#elif defined(_MSC_VER) +// Windows CE does not define _snprintf_s and MSVC prior to 2005 doesn't +// complain about _snprintf. +# define GTEST_SNPRINTF_ _snprintf +#else +# define GTEST_SNPRINTF_ snprintf +#endif + +// The maximum number a BiggestInt can represent. This definition +// works no matter BiggestInt is represented in one's complement or +// two's complement. +// +// We cannot rely on numeric_limits in STL, as __int64 and long long +// are not part of standard C++ and numeric_limits doesn't need to be +// defined for them. +const BiggestInt kMaxBiggestInt = + ~(static_cast(1) << (8*sizeof(BiggestInt) - 1)); + +// This template class serves as a compile-time function from size to +// type. It maps a size in bytes to a primitive type with that +// size. e.g. +// +// TypeWithSize<4>::UInt +// +// is typedef-ed to be unsigned int (unsigned integer made up of 4 +// bytes). +// +// Such functionality should belong to STL, but I cannot find it +// there. +// +// Google Test uses this class in the implementation of floating-point +// comparison. +// +// For now it only handles UInt (unsigned int) as that's all Google Test +// needs. Other types can be easily added in the future if need +// arises. +template +class TypeWithSize { + public: + // This prevents the user from using TypeWithSize with incorrect + // values of N. + typedef void UInt; +}; + +// The specialization for size 4. +template <> +class TypeWithSize<4> { + public: + // unsigned int has size 4 in both gcc and MSVC. + // + // As base/basictypes.h doesn't compile on Windows, we cannot use + // uint32, uint64, and etc here. + typedef int Int; + typedef unsigned int UInt; +}; + +// The specialization for size 8. +template <> +class TypeWithSize<8> { + public: +#if GTEST_OS_WINDOWS + typedef __int64 Int; + typedef unsigned __int64 UInt; +#else + typedef long long Int; // NOLINT + typedef unsigned long long UInt; // NOLINT +#endif // GTEST_OS_WINDOWS +}; + +// Integer types of known sizes. +typedef TypeWithSize<4>::Int Int32; +typedef TypeWithSize<4>::UInt UInt32; +typedef TypeWithSize<8>::Int Int64; +typedef TypeWithSize<8>::UInt UInt64; +typedef TypeWithSize<8>::Int TimeInMillis; // Represents time in milliseconds. + +// Utilities for command line flags and environment variables. + +// Macro for referencing flags. +#define GTEST_FLAG(name) FLAGS_gtest_##name + +// Macros for declaring flags. +#define GTEST_DECLARE_bool_(name) GTEST_API_ extern bool GTEST_FLAG(name) +#define GTEST_DECLARE_int32_(name) \ + GTEST_API_ extern ::testing::internal::Int32 GTEST_FLAG(name) +#define GTEST_DECLARE_string_(name) \ + GTEST_API_ extern ::std::string GTEST_FLAG(name) + +// Macros for defining flags. +#define GTEST_DEFINE_bool_(name, default_val, doc) \ + GTEST_API_ bool GTEST_FLAG(name) = (default_val) +#define GTEST_DEFINE_int32_(name, default_val, doc) \ + GTEST_API_ ::testing::internal::Int32 GTEST_FLAG(name) = (default_val) +#define GTEST_DEFINE_string_(name, default_val, doc) \ + GTEST_API_ ::std::string GTEST_FLAG(name) = (default_val) + +// Thread annotations +#define GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks) +#define GTEST_LOCK_EXCLUDED_(locks) + +// Parses 'str' for a 32-bit signed integer. If successful, writes the result +// to *value and returns true; otherwise leaves *value unchanged and returns +// false. +// TODO(chandlerc): Find a better way to refactor flag and environment parsing +// out of both gtest-port.cc and gtest.cc to avoid exporting this utility +// function. +bool ParseInt32(const Message& src_text, const char* str, Int32* value); + +// Parses a bool/Int32/string from the environment variable +// corresponding to the given Google Test flag. +bool BoolFromGTestEnv(const char* flag, bool default_val); +GTEST_API_ Int32 Int32FromGTestEnv(const char* flag, Int32 default_val); +const char* StringFromGTestEnv(const char* flag, const char* default_val); + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_PORT_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-string.h b/gtest-1.7.0/include/gtest/internal/gtest-string.h new file mode 100644 index 000000000..97f1a7fdd --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-string.h @@ -0,0 +1,167 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file declares the String class and functions used internally by +// Google Test. They are subject to change without notice. They should not used +// by code external to Google Test. +// +// This header file is #included by . +// It should not be #included by other files. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ + +#ifdef __BORLANDC__ +// string.h is not guaranteed to provide strcpy on C++ Builder. +# include +#endif + +#include +#include + +#include "gtest/internal/gtest-port.h" + +namespace testing { +namespace internal { + +// String - an abstract class holding static string utilities. +class GTEST_API_ String { + public: + // Static utility methods + + // Clones a 0-terminated C string, allocating memory using new. The + // caller is responsible for deleting the return value using + // delete[]. Returns the cloned string, or NULL if the input is + // NULL. + // + // This is different from strdup() in string.h, which allocates + // memory using malloc(). + static const char* CloneCString(const char* c_str); + +#if GTEST_OS_WINDOWS_MOBILE + // Windows CE does not have the 'ANSI' versions of Win32 APIs. To be + // able to pass strings to Win32 APIs on CE we need to convert them + // to 'Unicode', UTF-16. + + // Creates a UTF-16 wide string from the given ANSI string, allocating + // memory using new. The caller is responsible for deleting the return + // value using delete[]. Returns the wide string, or NULL if the + // input is NULL. + // + // The wide string is created using the ANSI codepage (CP_ACP) to + // match the behaviour of the ANSI versions of Win32 calls and the + // C runtime. + static LPCWSTR AnsiToUtf16(const char* c_str); + + // Creates an ANSI string from the given wide string, allocating + // memory using new. The caller is responsible for deleting the return + // value using delete[]. Returns the ANSI string, or NULL if the + // input is NULL. + // + // The returned string is created using the ANSI codepage (CP_ACP) to + // match the behaviour of the ANSI versions of Win32 calls and the + // C runtime. + static const char* Utf16ToAnsi(LPCWSTR utf16_str); +#endif + + // Compares two C strings. Returns true iff they have the same content. + // + // Unlike strcmp(), this function can handle NULL argument(s). A + // NULL C string is considered different to any non-NULL C string, + // including the empty string. + static bool CStringEquals(const char* lhs, const char* rhs); + + // Converts a wide C string to a String using the UTF-8 encoding. + // NULL will be converted to "(null)". If an error occurred during + // the conversion, "(failed to convert from wide string)" is + // returned. + static std::string ShowWideCString(const wchar_t* wide_c_str); + + // Compares two wide C strings. Returns true iff they have the same + // content. + // + // Unlike wcscmp(), this function can handle NULL argument(s). A + // NULL C string is considered different to any non-NULL C string, + // including the empty string. + static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs); + + // Compares two C strings, ignoring case. Returns true iff they + // have the same content. + // + // Unlike strcasecmp(), this function can handle NULL argument(s). + // A NULL C string is considered different to any non-NULL C string, + // including the empty string. + static bool CaseInsensitiveCStringEquals(const char* lhs, + const char* rhs); + + // Compares two wide C strings, ignoring case. Returns true iff they + // have the same content. + // + // Unlike wcscasecmp(), this function can handle NULL argument(s). + // A NULL C string is considered different to any non-NULL wide C string, + // including the empty string. + // NB: The implementations on different platforms slightly differ. + // On windows, this method uses _wcsicmp which compares according to LC_CTYPE + // environment variable. On GNU platform this method uses wcscasecmp + // which compares according to LC_CTYPE category of the current locale. + // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the + // current locale. + static bool CaseInsensitiveWideCStringEquals(const wchar_t* lhs, + const wchar_t* rhs); + + // Returns true iff the given string ends with the given suffix, ignoring + // case. Any string is considered to end with an empty suffix. + static bool EndsWithCaseInsensitive( + const std::string& str, const std::string& suffix); + + // Formats an int value as "%02d". + static std::string FormatIntWidth2(int value); // "%02d" for width == 2 + + // Formats an int value as "%X". + static std::string FormatHexInt(int value); + + // Formats a byte as "%02X". + static std::string FormatByte(unsigned char value); + + private: + String(); // Not meant to be instantiated. +}; // class String + +// Gets the content of the stringstream's buffer as an std::string. Each '\0' +// character in the buffer is replaced with "\\0". +GTEST_API_ std::string StringStreamToString(::std::stringstream* stream); + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-tuple.h b/gtest-1.7.0/include/gtest/internal/gtest-tuple.h new file mode 100644 index 000000000..7b3dfc312 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-tuple.h @@ -0,0 +1,1012 @@ +// This file was GENERATED by command: +// pump.py gtest-tuple.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2009 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Implements a subset of TR1 tuple needed by Google Test and Google Mock. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ + +#include // For ::std::pair. + +// The compiler used in Symbian has a bug that prevents us from declaring the +// tuple template as a friend (it complains that tuple is redefined). This +// hack bypasses the bug by declaring the members that should otherwise be +// private as public. +// Sun Studio versions < 12 also have the above bug. +#if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590) +# define GTEST_DECLARE_TUPLE_AS_FRIEND_ public: +#else +# define GTEST_DECLARE_TUPLE_AS_FRIEND_ \ + template friend class tuple; \ + private: +#endif + +// GTEST_n_TUPLE_(T) is the type of an n-tuple. +#define GTEST_0_TUPLE_(T) tuple<> +#define GTEST_1_TUPLE_(T) tuple +#define GTEST_2_TUPLE_(T) tuple +#define GTEST_3_TUPLE_(T) tuple +#define GTEST_4_TUPLE_(T) tuple +#define GTEST_5_TUPLE_(T) tuple +#define GTEST_6_TUPLE_(T) tuple +#define GTEST_7_TUPLE_(T) tuple +#define GTEST_8_TUPLE_(T) tuple +#define GTEST_9_TUPLE_(T) tuple +#define GTEST_10_TUPLE_(T) tuple + +// GTEST_n_TYPENAMES_(T) declares a list of n typenames. +#define GTEST_0_TYPENAMES_(T) +#define GTEST_1_TYPENAMES_(T) typename T##0 +#define GTEST_2_TYPENAMES_(T) typename T##0, typename T##1 +#define GTEST_3_TYPENAMES_(T) typename T##0, typename T##1, typename T##2 +#define GTEST_4_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3 +#define GTEST_5_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4 +#define GTEST_6_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5 +#define GTEST_7_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6 +#define GTEST_8_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6, typename T##7 +#define GTEST_9_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6, \ + typename T##7, typename T##8 +#define GTEST_10_TYPENAMES_(T) typename T##0, typename T##1, typename T##2, \ + typename T##3, typename T##4, typename T##5, typename T##6, \ + typename T##7, typename T##8, typename T##9 + +// In theory, defining stuff in the ::std namespace is undefined +// behavior. We can do this as we are playing the role of a standard +// library vendor. +namespace std { +namespace tr1 { + +template +class tuple; + +// Anything in namespace gtest_internal is Google Test's INTERNAL +// IMPLEMENTATION DETAIL and MUST NOT BE USED DIRECTLY in user code. +namespace gtest_internal { + +// ByRef::type is T if T is a reference; otherwise it's const T&. +template +struct ByRef { typedef const T& type; }; // NOLINT +template +struct ByRef { typedef T& type; }; // NOLINT + +// A handy wrapper for ByRef. +#define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef::type + +// AddRef::type is T if T is a reference; otherwise it's T&. This +// is the same as tr1::add_reference::type. +template +struct AddRef { typedef T& type; }; // NOLINT +template +struct AddRef { typedef T& type; }; // NOLINT + +// A handy wrapper for AddRef. +#define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef::type + +// A helper for implementing get(). +template class Get; + +// A helper for implementing tuple_element. kIndexValid is true +// iff k < the number of fields in tuple type T. +template +struct TupleElement; + +template +struct TupleElement { + typedef T0 type; +}; + +template +struct TupleElement { + typedef T1 type; +}; + +template +struct TupleElement { + typedef T2 type; +}; + +template +struct TupleElement { + typedef T3 type; +}; + +template +struct TupleElement { + typedef T4 type; +}; + +template +struct TupleElement { + typedef T5 type; +}; + +template +struct TupleElement { + typedef T6 type; +}; + +template +struct TupleElement { + typedef T7 type; +}; + +template +struct TupleElement { + typedef T8 type; +}; + +template +struct TupleElement { + typedef T9 type; +}; + +} // namespace gtest_internal + +template <> +class tuple<> { + public: + tuple() {} + tuple(const tuple& /* t */) {} + tuple& operator=(const tuple& /* t */) { return *this; } +}; + +template +class GTEST_1_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {} + + tuple(const tuple& t) : f0_(t.f0_) {} + + template + tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_1_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { + f0_ = t.f0_; + return *this; + } + + T0 f0_; +}; + +template +class GTEST_2_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0), + f1_(f1) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} + + template + tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} + template + tuple(const ::std::pair& p) : f0_(p.first), f1_(p.second) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_2_TUPLE_(U)& t) { + return CopyFrom(t); + } + template + tuple& operator=(const ::std::pair& p) { + f0_ = p.first; + f1_ = p.second; + return *this; + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_2_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + return *this; + } + + T0 f0_; + T1 f1_; +}; + +template +class GTEST_3_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} + + template + tuple(const GTEST_3_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_3_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_3_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; +}; + +template +class GTEST_4_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2), + f3_(f3) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_) {} + + template + tuple(const GTEST_4_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_4_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_4_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; +}; + +template +class GTEST_5_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, + GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_) {} + + template + tuple(const GTEST_5_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_5_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_5_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; +}; + +template +class GTEST_6_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), + f5_(f5) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_) {} + + template + tuple(const GTEST_6_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_6_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_6_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; +}; + +template +class GTEST_7_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2), + f3_(f3), f4_(f4), f5_(f5), f6_(f6) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_) {} + + template + tuple(const GTEST_7_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_7_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_7_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; +}; + +template +class GTEST_8_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, + GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), + f5_(f5), f6_(f6), f7_(f7) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_) {} + + template + tuple(const GTEST_8_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_8_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_8_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + f7_ = t.f7_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; + T7 f7_; +}; + +template +class GTEST_9_TUPLE_(T) { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, + GTEST_BY_REF_(T8) f8) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4), + f5_(f5), f6_(f6), f7_(f7), f8_(f8) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_) {} + + template + tuple(const GTEST_9_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_9_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_9_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + f7_ = t.f7_; + f8_ = t.f8_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; + T7 f7_; + T8 f8_; +}; + +template +class tuple { + public: + template friend class gtest_internal::Get; + + tuple() : f0_(), f1_(), f2_(), f3_(), f4_(), f5_(), f6_(), f7_(), f8_(), + f9_() {} + + explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, + GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, + GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, + GTEST_BY_REF_(T8) f8, GTEST_BY_REF_(T9) f9) : f0_(f0), f1_(f1), f2_(f2), + f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {} + + tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), f3_(t.f3_), + f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_), f9_(t.f9_) {} + + template + tuple(const GTEST_10_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_), f2_(t.f2_), + f3_(t.f3_), f4_(t.f4_), f5_(t.f5_), f6_(t.f6_), f7_(t.f7_), f8_(t.f8_), + f9_(t.f9_) {} + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_10_TUPLE_(U)& t) { + return CopyFrom(t); + } + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_10_TUPLE_(U)& t) { + f0_ = t.f0_; + f1_ = t.f1_; + f2_ = t.f2_; + f3_ = t.f3_; + f4_ = t.f4_; + f5_ = t.f5_; + f6_ = t.f6_; + f7_ = t.f7_; + f8_ = t.f8_; + f9_ = t.f9_; + return *this; + } + + T0 f0_; + T1 f1_; + T2 f2_; + T3 f3_; + T4 f4_; + T5 f5_; + T6 f6_; + T7 f7_; + T8 f8_; + T9 f9_; +}; + +// 6.1.3.2 Tuple creation functions. + +// Known limitations: we don't support passing an +// std::tr1::reference_wrapper to make_tuple(). And we don't +// implement tie(). + +inline tuple<> make_tuple() { return tuple<>(); } + +template +inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) { + return GTEST_1_TUPLE_(T)(f0); +} + +template +inline GTEST_2_TUPLE_(T) make_tuple(const T0& f0, const T1& f1) { + return GTEST_2_TUPLE_(T)(f0, f1); +} + +template +inline GTEST_3_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2) { + return GTEST_3_TUPLE_(T)(f0, f1, f2); +} + +template +inline GTEST_4_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3) { + return GTEST_4_TUPLE_(T)(f0, f1, f2, f3); +} + +template +inline GTEST_5_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4) { + return GTEST_5_TUPLE_(T)(f0, f1, f2, f3, f4); +} + +template +inline GTEST_6_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5) { + return GTEST_6_TUPLE_(T)(f0, f1, f2, f3, f4, f5); +} + +template +inline GTEST_7_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6) { + return GTEST_7_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6); +} + +template +inline GTEST_8_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) { + return GTEST_8_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7); +} + +template +inline GTEST_9_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, + const T8& f8) { + return GTEST_9_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8); +} + +template +inline GTEST_10_TUPLE_(T) make_tuple(const T0& f0, const T1& f1, const T2& f2, + const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, + const T8& f8, const T9& f9) { + return GTEST_10_TUPLE_(T)(f0, f1, f2, f3, f4, f5, f6, f7, f8, f9); +} + +// 6.1.3.3 Tuple helper classes. + +template struct tuple_size; + +template +struct tuple_size { + static const int value = 0; +}; + +template +struct tuple_size { + static const int value = 1; +}; + +template +struct tuple_size { + static const int value = 2; +}; + +template +struct tuple_size { + static const int value = 3; +}; + +template +struct tuple_size { + static const int value = 4; +}; + +template +struct tuple_size { + static const int value = 5; +}; + +template +struct tuple_size { + static const int value = 6; +}; + +template +struct tuple_size { + static const int value = 7; +}; + +template +struct tuple_size { + static const int value = 8; +}; + +template +struct tuple_size { + static const int value = 9; +}; + +template +struct tuple_size { + static const int value = 10; +}; + +template +struct tuple_element { + typedef typename gtest_internal::TupleElement< + k < (tuple_size::value), k, Tuple>::type type; +}; + +#define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element::type + +// 6.1.3.4 Element access. + +namespace gtest_internal { + +template <> +class Get<0> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple)) + Field(Tuple& t) { return t.f0_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(0, Tuple)) + ConstField(const Tuple& t) { return t.f0_; } +}; + +template <> +class Get<1> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple)) + Field(Tuple& t) { return t.f1_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(1, Tuple)) + ConstField(const Tuple& t) { return t.f1_; } +}; + +template <> +class Get<2> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(2, Tuple)) + Field(Tuple& t) { return t.f2_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(2, Tuple)) + ConstField(const Tuple& t) { return t.f2_; } +}; + +template <> +class Get<3> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple)) + Field(Tuple& t) { return t.f3_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(3, Tuple)) + ConstField(const Tuple& t) { return t.f3_; } +}; + +template <> +class Get<4> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(4, Tuple)) + Field(Tuple& t) { return t.f4_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(4, Tuple)) + ConstField(const Tuple& t) { return t.f4_; } +}; + +template <> +class Get<5> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(5, Tuple)) + Field(Tuple& t) { return t.f5_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(5, Tuple)) + ConstField(const Tuple& t) { return t.f5_; } +}; + +template <> +class Get<6> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(6, Tuple)) + Field(Tuple& t) { return t.f6_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(6, Tuple)) + ConstField(const Tuple& t) { return t.f6_; } +}; + +template <> +class Get<7> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(7, Tuple)) + Field(Tuple& t) { return t.f7_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(7, Tuple)) + ConstField(const Tuple& t) { return t.f7_; } +}; + +template <> +class Get<8> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(8, Tuple)) + Field(Tuple& t) { return t.f8_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(8, Tuple)) + ConstField(const Tuple& t) { return t.f8_; } +}; + +template <> +class Get<9> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(9, Tuple)) + Field(Tuple& t) { return t.f9_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(9, Tuple)) + ConstField(const Tuple& t) { return t.f9_; } +}; + +} // namespace gtest_internal + +template +GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_10_TUPLE_(T))) +get(GTEST_10_TUPLE_(T)& t) { + return gtest_internal::Get::Field(t); +} + +template +GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_10_TUPLE_(T))) +get(const GTEST_10_TUPLE_(T)& t) { + return gtest_internal::Get::ConstField(t); +} + +// 6.1.3.5 Relational operators + +// We only implement == and !=, as we don't have a need for the rest yet. + +namespace gtest_internal { + +// SameSizeTuplePrefixComparator::Eq(t1, t2) returns true if the +// first k fields of t1 equals the first k fields of t2. +// SameSizeTuplePrefixComparator(k1, k2) would be a compiler error if +// k1 != k2. +template +struct SameSizeTuplePrefixComparator; + +template <> +struct SameSizeTuplePrefixComparator<0, 0> { + template + static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { + return true; + } +}; + +template +struct SameSizeTuplePrefixComparator { + template + static bool Eq(const Tuple1& t1, const Tuple2& t2) { + return SameSizeTuplePrefixComparator::Eq(t1, t2) && + ::std::tr1::get(t1) == ::std::tr1::get(t2); + } +}; + +} // namespace gtest_internal + +template +inline bool operator==(const GTEST_10_TUPLE_(T)& t, + const GTEST_10_TUPLE_(U)& u) { + return gtest_internal::SameSizeTuplePrefixComparator< + tuple_size::value, + tuple_size::value>::Eq(t, u); +} + +template +inline bool operator!=(const GTEST_10_TUPLE_(T)& t, + const GTEST_10_TUPLE_(U)& u) { return !(t == u); } + +// 6.1.4 Pairs. +// Unimplemented. + +} // namespace tr1 +} // namespace std + +#undef GTEST_0_TUPLE_ +#undef GTEST_1_TUPLE_ +#undef GTEST_2_TUPLE_ +#undef GTEST_3_TUPLE_ +#undef GTEST_4_TUPLE_ +#undef GTEST_5_TUPLE_ +#undef GTEST_6_TUPLE_ +#undef GTEST_7_TUPLE_ +#undef GTEST_8_TUPLE_ +#undef GTEST_9_TUPLE_ +#undef GTEST_10_TUPLE_ + +#undef GTEST_0_TYPENAMES_ +#undef GTEST_1_TYPENAMES_ +#undef GTEST_2_TYPENAMES_ +#undef GTEST_3_TYPENAMES_ +#undef GTEST_4_TYPENAMES_ +#undef GTEST_5_TYPENAMES_ +#undef GTEST_6_TYPENAMES_ +#undef GTEST_7_TYPENAMES_ +#undef GTEST_8_TYPENAMES_ +#undef GTEST_9_TYPENAMES_ +#undef GTEST_10_TYPENAMES_ + +#undef GTEST_DECLARE_TUPLE_AS_FRIEND_ +#undef GTEST_BY_REF_ +#undef GTEST_ADD_REF_ +#undef GTEST_TUPLE_ELEMENT_ + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-tuple.h.pump b/gtest-1.7.0/include/gtest/internal/gtest-tuple.h.pump new file mode 100644 index 000000000..c7d9e039b --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-tuple.h.pump @@ -0,0 +1,339 @@ +$$ -*- mode: c++; -*- +$var n = 10 $$ Maximum number of tuple fields we want to support. +$$ This meta comment fixes auto-indentation in Emacs. }} +// Copyright 2009 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Implements a subset of TR1 tuple needed by Google Test and Google Mock. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ + +#include // For ::std::pair. + +// The compiler used in Symbian has a bug that prevents us from declaring the +// tuple template as a friend (it complains that tuple is redefined). This +// hack bypasses the bug by declaring the members that should otherwise be +// private as public. +// Sun Studio versions < 12 also have the above bug. +#if defined(__SYMBIAN32__) || (defined(__SUNPRO_CC) && __SUNPRO_CC < 0x590) +# define GTEST_DECLARE_TUPLE_AS_FRIEND_ public: +#else +# define GTEST_DECLARE_TUPLE_AS_FRIEND_ \ + template friend class tuple; \ + private: +#endif + + +$range i 0..n-1 +$range j 0..n +$range k 1..n +// GTEST_n_TUPLE_(T) is the type of an n-tuple. +#define GTEST_0_TUPLE_(T) tuple<> + +$for k [[ +$range m 0..k-1 +$range m2 k..n-1 +#define GTEST_$(k)_TUPLE_(T) tuple<$for m, [[T##$m]]$for m2 [[, void]]> + +]] + +// GTEST_n_TYPENAMES_(T) declares a list of n typenames. + +$for j [[ +$range m 0..j-1 +#define GTEST_$(j)_TYPENAMES_(T) $for m, [[typename T##$m]] + + +]] + +// In theory, defining stuff in the ::std namespace is undefined +// behavior. We can do this as we are playing the role of a standard +// library vendor. +namespace std { +namespace tr1 { + +template <$for i, [[typename T$i = void]]> +class tuple; + +// Anything in namespace gtest_internal is Google Test's INTERNAL +// IMPLEMENTATION DETAIL and MUST NOT BE USED DIRECTLY in user code. +namespace gtest_internal { + +// ByRef::type is T if T is a reference; otherwise it's const T&. +template +struct ByRef { typedef const T& type; }; // NOLINT +template +struct ByRef { typedef T& type; }; // NOLINT + +// A handy wrapper for ByRef. +#define GTEST_BY_REF_(T) typename ::std::tr1::gtest_internal::ByRef::type + +// AddRef::type is T if T is a reference; otherwise it's T&. This +// is the same as tr1::add_reference::type. +template +struct AddRef { typedef T& type; }; // NOLINT +template +struct AddRef { typedef T& type; }; // NOLINT + +// A handy wrapper for AddRef. +#define GTEST_ADD_REF_(T) typename ::std::tr1::gtest_internal::AddRef::type + +// A helper for implementing get(). +template class Get; + +// A helper for implementing tuple_element. kIndexValid is true +// iff k < the number of fields in tuple type T. +template +struct TupleElement; + + +$for i [[ +template +struct TupleElement { + typedef T$i type; +}; + + +]] +} // namespace gtest_internal + +template <> +class tuple<> { + public: + tuple() {} + tuple(const tuple& /* t */) {} + tuple& operator=(const tuple& /* t */) { return *this; } +}; + + +$for k [[ +$range m 0..k-1 +template +class $if k < n [[GTEST_$(k)_TUPLE_(T)]] $else [[tuple]] { + public: + template friend class gtest_internal::Get; + + tuple() : $for m, [[f$(m)_()]] {} + + explicit tuple($for m, [[GTEST_BY_REF_(T$m) f$m]]) : [[]] +$for m, [[f$(m)_(f$m)]] {} + + tuple(const tuple& t) : $for m, [[f$(m)_(t.f$(m)_)]] {} + + template + tuple(const GTEST_$(k)_TUPLE_(U)& t) : $for m, [[f$(m)_(t.f$(m)_)]] {} + +$if k == 2 [[ + template + tuple(const ::std::pair& p) : f0_(p.first), f1_(p.second) {} + +]] + + tuple& operator=(const tuple& t) { return CopyFrom(t); } + + template + tuple& operator=(const GTEST_$(k)_TUPLE_(U)& t) { + return CopyFrom(t); + } + +$if k == 2 [[ + template + tuple& operator=(const ::std::pair& p) { + f0_ = p.first; + f1_ = p.second; + return *this; + } + +]] + + GTEST_DECLARE_TUPLE_AS_FRIEND_ + + template + tuple& CopyFrom(const GTEST_$(k)_TUPLE_(U)& t) { + +$for m [[ + f$(m)_ = t.f$(m)_; + +]] + return *this; + } + + +$for m [[ + T$m f$(m)_; + +]] +}; + + +]] +// 6.1.3.2 Tuple creation functions. + +// Known limitations: we don't support passing an +// std::tr1::reference_wrapper to make_tuple(). And we don't +// implement tie(). + +inline tuple<> make_tuple() { return tuple<>(); } + +$for k [[ +$range m 0..k-1 + +template +inline GTEST_$(k)_TUPLE_(T) make_tuple($for m, [[const T$m& f$m]]) { + return GTEST_$(k)_TUPLE_(T)($for m, [[f$m]]); +} + +]] + +// 6.1.3.3 Tuple helper classes. + +template struct tuple_size; + + +$for j [[ +template +struct tuple_size { + static const int value = $j; +}; + + +]] +template +struct tuple_element { + typedef typename gtest_internal::TupleElement< + k < (tuple_size::value), k, Tuple>::type type; +}; + +#define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element::type + +// 6.1.3.4 Element access. + +namespace gtest_internal { + + +$for i [[ +template <> +class Get<$i> { + public: + template + static GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_($i, Tuple)) + Field(Tuple& t) { return t.f$(i)_; } // NOLINT + + template + static GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_($i, Tuple)) + ConstField(const Tuple& t) { return t.f$(i)_; } +}; + + +]] +} // namespace gtest_internal + +template +GTEST_ADD_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_$(n)_TUPLE_(T))) +get(GTEST_$(n)_TUPLE_(T)& t) { + return gtest_internal::Get::Field(t); +} + +template +GTEST_BY_REF_(GTEST_TUPLE_ELEMENT_(k, GTEST_$(n)_TUPLE_(T))) +get(const GTEST_$(n)_TUPLE_(T)& t) { + return gtest_internal::Get::ConstField(t); +} + +// 6.1.3.5 Relational operators + +// We only implement == and !=, as we don't have a need for the rest yet. + +namespace gtest_internal { + +// SameSizeTuplePrefixComparator::Eq(t1, t2) returns true if the +// first k fields of t1 equals the first k fields of t2. +// SameSizeTuplePrefixComparator(k1, k2) would be a compiler error if +// k1 != k2. +template +struct SameSizeTuplePrefixComparator; + +template <> +struct SameSizeTuplePrefixComparator<0, 0> { + template + static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) { + return true; + } +}; + +template +struct SameSizeTuplePrefixComparator { + template + static bool Eq(const Tuple1& t1, const Tuple2& t2) { + return SameSizeTuplePrefixComparator::Eq(t1, t2) && + ::std::tr1::get(t1) == ::std::tr1::get(t2); + } +}; + +} // namespace gtest_internal + +template +inline bool operator==(const GTEST_$(n)_TUPLE_(T)& t, + const GTEST_$(n)_TUPLE_(U)& u) { + return gtest_internal::SameSizeTuplePrefixComparator< + tuple_size::value, + tuple_size::value>::Eq(t, u); +} + +template +inline bool operator!=(const GTEST_$(n)_TUPLE_(T)& t, + const GTEST_$(n)_TUPLE_(U)& u) { return !(t == u); } + +// 6.1.4 Pairs. +// Unimplemented. + +} // namespace tr1 +} // namespace std + + +$for j [[ +#undef GTEST_$(j)_TUPLE_ + +]] + + +$for j [[ +#undef GTEST_$(j)_TYPENAMES_ + +]] + +#undef GTEST_DECLARE_TUPLE_AS_FRIEND_ +#undef GTEST_BY_REF_ +#undef GTEST_ADD_REF_ +#undef GTEST_TUPLE_ELEMENT_ + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-type-util.h b/gtest-1.7.0/include/gtest/internal/gtest-type-util.h new file mode 100644 index 000000000..e46f7cfcb --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-type-util.h @@ -0,0 +1,3331 @@ +// This file was GENERATED by command: +// pump.py gtest-type-util.h.pump +// DO NOT EDIT BY HAND!!! + +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Type utilities needed for implementing typed and type-parameterized +// tests. This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +// Currently we support at most 50 types in a list, and at most 50 +// type-parameterized tests in one type-parameterized test case. +// Please contact googletestframework@googlegroups.com if you need +// more. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ + +#include "gtest/internal/gtest-port.h" + +// #ifdef __GNUC__ is too general here. It is possible to use gcc without using +// libstdc++ (which is where cxxabi.h comes from). +# if GTEST_HAS_CXXABI_H_ +# include +# elif defined(__HP_aCC) +# include +# endif // GTEST_HASH_CXXABI_H_ + +namespace testing { +namespace internal { + +// GetTypeName() returns a human-readable name of type T. +// NB: This function is also used in Google Mock, so don't move it inside of +// the typed-test-only section below. +template +std::string GetTypeName() { +# if GTEST_HAS_RTTI + + const char* const name = typeid(T).name(); +# if GTEST_HAS_CXXABI_H_ || defined(__HP_aCC) + int status = 0; + // gcc's implementation of typeid(T).name() mangles the type name, + // so we have to demangle it. +# if GTEST_HAS_CXXABI_H_ + using abi::__cxa_demangle; +# endif // GTEST_HAS_CXXABI_H_ + char* const readable_name = __cxa_demangle(name, 0, 0, &status); + const std::string name_str(status == 0 ? readable_name : name); + free(readable_name); + return name_str; +# else + return name; +# endif // GTEST_HAS_CXXABI_H_ || __HP_aCC + +# else + + return ""; + +# endif // GTEST_HAS_RTTI +} + +#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// AssertyTypeEq::type is defined iff T1 and T2 are the same +// type. This can be used as a compile-time assertion to ensure that +// two types are equal. + +template +struct AssertTypeEq; + +template +struct AssertTypeEq { + typedef bool type; +}; + +// A unique type used as the default value for the arguments of class +// template Types. This allows us to simulate variadic templates +// (e.g. Types, Type, and etc), which C++ doesn't +// support directly. +struct None {}; + +// The following family of struct and struct templates are used to +// represent type lists. In particular, TypesN +// represents a type list with N types (T1, T2, ..., and TN) in it. +// Except for Types0, every struct in the family has two member types: +// Head for the first type in the list, and Tail for the rest of the +// list. + +// The empty type list. +struct Types0 {}; + +// Type lists of length 1, 2, 3, and so on. + +template +struct Types1 { + typedef T1 Head; + typedef Types0 Tail; +}; +template +struct Types2 { + typedef T1 Head; + typedef Types1 Tail; +}; + +template +struct Types3 { + typedef T1 Head; + typedef Types2 Tail; +}; + +template +struct Types4 { + typedef T1 Head; + typedef Types3 Tail; +}; + +template +struct Types5 { + typedef T1 Head; + typedef Types4 Tail; +}; + +template +struct Types6 { + typedef T1 Head; + typedef Types5 Tail; +}; + +template +struct Types7 { + typedef T1 Head; + typedef Types6 Tail; +}; + +template +struct Types8 { + typedef T1 Head; + typedef Types7 Tail; +}; + +template +struct Types9 { + typedef T1 Head; + typedef Types8 Tail; +}; + +template +struct Types10 { + typedef T1 Head; + typedef Types9 Tail; +}; + +template +struct Types11 { + typedef T1 Head; + typedef Types10 Tail; +}; + +template +struct Types12 { + typedef T1 Head; + typedef Types11 Tail; +}; + +template +struct Types13 { + typedef T1 Head; + typedef Types12 Tail; +}; + +template +struct Types14 { + typedef T1 Head; + typedef Types13 Tail; +}; + +template +struct Types15 { + typedef T1 Head; + typedef Types14 Tail; +}; + +template +struct Types16 { + typedef T1 Head; + typedef Types15 Tail; +}; + +template +struct Types17 { + typedef T1 Head; + typedef Types16 Tail; +}; + +template +struct Types18 { + typedef T1 Head; + typedef Types17 Tail; +}; + +template +struct Types19 { + typedef T1 Head; + typedef Types18 Tail; +}; + +template +struct Types20 { + typedef T1 Head; + typedef Types19 Tail; +}; + +template +struct Types21 { + typedef T1 Head; + typedef Types20 Tail; +}; + +template +struct Types22 { + typedef T1 Head; + typedef Types21 Tail; +}; + +template +struct Types23 { + typedef T1 Head; + typedef Types22 Tail; +}; + +template +struct Types24 { + typedef T1 Head; + typedef Types23 Tail; +}; + +template +struct Types25 { + typedef T1 Head; + typedef Types24 Tail; +}; + +template +struct Types26 { + typedef T1 Head; + typedef Types25 Tail; +}; + +template +struct Types27 { + typedef T1 Head; + typedef Types26 Tail; +}; + +template +struct Types28 { + typedef T1 Head; + typedef Types27 Tail; +}; + +template +struct Types29 { + typedef T1 Head; + typedef Types28 Tail; +}; + +template +struct Types30 { + typedef T1 Head; + typedef Types29 Tail; +}; + +template +struct Types31 { + typedef T1 Head; + typedef Types30 Tail; +}; + +template +struct Types32 { + typedef T1 Head; + typedef Types31 Tail; +}; + +template +struct Types33 { + typedef T1 Head; + typedef Types32 Tail; +}; + +template +struct Types34 { + typedef T1 Head; + typedef Types33 Tail; +}; + +template +struct Types35 { + typedef T1 Head; + typedef Types34 Tail; +}; + +template +struct Types36 { + typedef T1 Head; + typedef Types35 Tail; +}; + +template +struct Types37 { + typedef T1 Head; + typedef Types36 Tail; +}; + +template +struct Types38 { + typedef T1 Head; + typedef Types37 Tail; +}; + +template +struct Types39 { + typedef T1 Head; + typedef Types38 Tail; +}; + +template +struct Types40 { + typedef T1 Head; + typedef Types39 Tail; +}; + +template +struct Types41 { + typedef T1 Head; + typedef Types40 Tail; +}; + +template +struct Types42 { + typedef T1 Head; + typedef Types41 Tail; +}; + +template +struct Types43 { + typedef T1 Head; + typedef Types42 Tail; +}; + +template +struct Types44 { + typedef T1 Head; + typedef Types43 Tail; +}; + +template +struct Types45 { + typedef T1 Head; + typedef Types44 Tail; +}; + +template +struct Types46 { + typedef T1 Head; + typedef Types45 Tail; +}; + +template +struct Types47 { + typedef T1 Head; + typedef Types46 Tail; +}; + +template +struct Types48 { + typedef T1 Head; + typedef Types47 Tail; +}; + +template +struct Types49 { + typedef T1 Head; + typedef Types48 Tail; +}; + +template +struct Types50 { + typedef T1 Head; + typedef Types49 Tail; +}; + + +} // namespace internal + +// We don't want to require the users to write TypesN<...> directly, +// as that would require them to count the length. Types<...> is much +// easier to write, but generates horrible messages when there is a +// compiler error, as gcc insists on printing out each template +// argument, even if it has the default value (this means Types +// will appear as Types in the compiler +// errors). +// +// Our solution is to combine the best part of the two approaches: a +// user would write Types, and Google Test will translate +// that to TypesN internally to make error messages +// readable. The translation is done by the 'type' member of the +// Types template. +template +struct Types { + typedef internal::Types50 type; +}; + +template <> +struct Types { + typedef internal::Types0 type; +}; +template +struct Types { + typedef internal::Types1 type; +}; +template +struct Types { + typedef internal::Types2 type; +}; +template +struct Types { + typedef internal::Types3 type; +}; +template +struct Types { + typedef internal::Types4 type; +}; +template +struct Types { + typedef internal::Types5 type; +}; +template +struct Types { + typedef internal::Types6 type; +}; +template +struct Types { + typedef internal::Types7 type; +}; +template +struct Types { + typedef internal::Types8 type; +}; +template +struct Types { + typedef internal::Types9 type; +}; +template +struct Types { + typedef internal::Types10 type; +}; +template +struct Types { + typedef internal::Types11 type; +}; +template +struct Types { + typedef internal::Types12 type; +}; +template +struct Types { + typedef internal::Types13 type; +}; +template +struct Types { + typedef internal::Types14 type; +}; +template +struct Types { + typedef internal::Types15 type; +}; +template +struct Types { + typedef internal::Types16 type; +}; +template +struct Types { + typedef internal::Types17 type; +}; +template +struct Types { + typedef internal::Types18 type; +}; +template +struct Types { + typedef internal::Types19 type; +}; +template +struct Types { + typedef internal::Types20 type; +}; +template +struct Types { + typedef internal::Types21 type; +}; +template +struct Types { + typedef internal::Types22 type; +}; +template +struct Types { + typedef internal::Types23 type; +}; +template +struct Types { + typedef internal::Types24 type; +}; +template +struct Types { + typedef internal::Types25 type; +}; +template +struct Types { + typedef internal::Types26 type; +}; +template +struct Types { + typedef internal::Types27 type; +}; +template +struct Types { + typedef internal::Types28 type; +}; +template +struct Types { + typedef internal::Types29 type; +}; +template +struct Types { + typedef internal::Types30 type; +}; +template +struct Types { + typedef internal::Types31 type; +}; +template +struct Types { + typedef internal::Types32 type; +}; +template +struct Types { + typedef internal::Types33 type; +}; +template +struct Types { + typedef internal::Types34 type; +}; +template +struct Types { + typedef internal::Types35 type; +}; +template +struct Types { + typedef internal::Types36 type; +}; +template +struct Types { + typedef internal::Types37 type; +}; +template +struct Types { + typedef internal::Types38 type; +}; +template +struct Types { + typedef internal::Types39 type; +}; +template +struct Types { + typedef internal::Types40 type; +}; +template +struct Types { + typedef internal::Types41 type; +}; +template +struct Types { + typedef internal::Types42 type; +}; +template +struct Types { + typedef internal::Types43 type; +}; +template +struct Types { + typedef internal::Types44 type; +}; +template +struct Types { + typedef internal::Types45 type; +}; +template +struct Types { + typedef internal::Types46 type; +}; +template +struct Types { + typedef internal::Types47 type; +}; +template +struct Types { + typedef internal::Types48 type; +}; +template +struct Types { + typedef internal::Types49 type; +}; + +namespace internal { + +# define GTEST_TEMPLATE_ template class + +// The template "selector" struct TemplateSel is used to +// represent Tmpl, which must be a class template with one type +// parameter, as a type. TemplateSel::Bind::type is defined +// as the type Tmpl. This allows us to actually instantiate the +// template "selected" by TemplateSel. +// +// This trick is necessary for simulating typedef for class templates, +// which C++ doesn't support directly. +template +struct TemplateSel { + template + struct Bind { + typedef Tmpl type; + }; +}; + +# define GTEST_BIND_(TmplSel, T) \ + TmplSel::template Bind::type + +// A unique struct template used as the default value for the +// arguments of class template Templates. This allows us to simulate +// variadic templates (e.g. Templates, Templates, +// and etc), which C++ doesn't support directly. +template +struct NoneT {}; + +// The following family of struct and struct templates are used to +// represent template lists. In particular, TemplatesN represents a list of N templates (T1, T2, ..., and TN). Except +// for Templates0, every struct in the family has two member types: +// Head for the selector of the first template in the list, and Tail +// for the rest of the list. + +// The empty template list. +struct Templates0 {}; + +// Template lists of length 1, 2, 3, and so on. + +template +struct Templates1 { + typedef TemplateSel Head; + typedef Templates0 Tail; +}; +template +struct Templates2 { + typedef TemplateSel Head; + typedef Templates1 Tail; +}; + +template +struct Templates3 { + typedef TemplateSel Head; + typedef Templates2 Tail; +}; + +template +struct Templates4 { + typedef TemplateSel Head; + typedef Templates3 Tail; +}; + +template +struct Templates5 { + typedef TemplateSel Head; + typedef Templates4 Tail; +}; + +template +struct Templates6 { + typedef TemplateSel Head; + typedef Templates5 Tail; +}; + +template +struct Templates7 { + typedef TemplateSel Head; + typedef Templates6 Tail; +}; + +template +struct Templates8 { + typedef TemplateSel Head; + typedef Templates7 Tail; +}; + +template +struct Templates9 { + typedef TemplateSel Head; + typedef Templates8 Tail; +}; + +template +struct Templates10 { + typedef TemplateSel Head; + typedef Templates9 Tail; +}; + +template +struct Templates11 { + typedef TemplateSel Head; + typedef Templates10 Tail; +}; + +template +struct Templates12 { + typedef TemplateSel Head; + typedef Templates11 Tail; +}; + +template +struct Templates13 { + typedef TemplateSel Head; + typedef Templates12 Tail; +}; + +template +struct Templates14 { + typedef TemplateSel Head; + typedef Templates13 Tail; +}; + +template +struct Templates15 { + typedef TemplateSel Head; + typedef Templates14 Tail; +}; + +template +struct Templates16 { + typedef TemplateSel Head; + typedef Templates15 Tail; +}; + +template +struct Templates17 { + typedef TemplateSel Head; + typedef Templates16 Tail; +}; + +template +struct Templates18 { + typedef TemplateSel Head; + typedef Templates17 Tail; +}; + +template +struct Templates19 { + typedef TemplateSel Head; + typedef Templates18 Tail; +}; + +template +struct Templates20 { + typedef TemplateSel Head; + typedef Templates19 Tail; +}; + +template +struct Templates21 { + typedef TemplateSel Head; + typedef Templates20 Tail; +}; + +template +struct Templates22 { + typedef TemplateSel Head; + typedef Templates21 Tail; +}; + +template +struct Templates23 { + typedef TemplateSel Head; + typedef Templates22 Tail; +}; + +template +struct Templates24 { + typedef TemplateSel Head; + typedef Templates23 Tail; +}; + +template +struct Templates25 { + typedef TemplateSel Head; + typedef Templates24 Tail; +}; + +template +struct Templates26 { + typedef TemplateSel Head; + typedef Templates25 Tail; +}; + +template +struct Templates27 { + typedef TemplateSel Head; + typedef Templates26 Tail; +}; + +template +struct Templates28 { + typedef TemplateSel Head; + typedef Templates27 Tail; +}; + +template +struct Templates29 { + typedef TemplateSel Head; + typedef Templates28 Tail; +}; + +template +struct Templates30 { + typedef TemplateSel Head; + typedef Templates29 Tail; +}; + +template +struct Templates31 { + typedef TemplateSel Head; + typedef Templates30 Tail; +}; + +template +struct Templates32 { + typedef TemplateSel Head; + typedef Templates31 Tail; +}; + +template +struct Templates33 { + typedef TemplateSel Head; + typedef Templates32 Tail; +}; + +template +struct Templates34 { + typedef TemplateSel Head; + typedef Templates33 Tail; +}; + +template +struct Templates35 { + typedef TemplateSel Head; + typedef Templates34 Tail; +}; + +template +struct Templates36 { + typedef TemplateSel Head; + typedef Templates35 Tail; +}; + +template +struct Templates37 { + typedef TemplateSel Head; + typedef Templates36 Tail; +}; + +template +struct Templates38 { + typedef TemplateSel Head; + typedef Templates37 Tail; +}; + +template +struct Templates39 { + typedef TemplateSel Head; + typedef Templates38 Tail; +}; + +template +struct Templates40 { + typedef TemplateSel Head; + typedef Templates39 Tail; +}; + +template +struct Templates41 { + typedef TemplateSel Head; + typedef Templates40 Tail; +}; + +template +struct Templates42 { + typedef TemplateSel Head; + typedef Templates41 Tail; +}; + +template +struct Templates43 { + typedef TemplateSel Head; + typedef Templates42 Tail; +}; + +template +struct Templates44 { + typedef TemplateSel Head; + typedef Templates43 Tail; +}; + +template +struct Templates45 { + typedef TemplateSel Head; + typedef Templates44 Tail; +}; + +template +struct Templates46 { + typedef TemplateSel Head; + typedef Templates45 Tail; +}; + +template +struct Templates47 { + typedef TemplateSel Head; + typedef Templates46 Tail; +}; + +template +struct Templates48 { + typedef TemplateSel Head; + typedef Templates47 Tail; +}; + +template +struct Templates49 { + typedef TemplateSel Head; + typedef Templates48 Tail; +}; + +template +struct Templates50 { + typedef TemplateSel Head; + typedef Templates49 Tail; +}; + + +// We don't want to require the users to write TemplatesN<...> directly, +// as that would require them to count the length. Templates<...> is much +// easier to write, but generates horrible messages when there is a +// compiler error, as gcc insists on printing out each template +// argument, even if it has the default value (this means Templates +// will appear as Templates in the compiler +// errors). +// +// Our solution is to combine the best part of the two approaches: a +// user would write Templates, and Google Test will translate +// that to TemplatesN internally to make error messages +// readable. The translation is done by the 'type' member of the +// Templates template. +template +struct Templates { + typedef Templates50 type; +}; + +template <> +struct Templates { + typedef Templates0 type; +}; +template +struct Templates { + typedef Templates1 type; +}; +template +struct Templates { + typedef Templates2 type; +}; +template +struct Templates { + typedef Templates3 type; +}; +template +struct Templates { + typedef Templates4 type; +}; +template +struct Templates { + typedef Templates5 type; +}; +template +struct Templates { + typedef Templates6 type; +}; +template +struct Templates { + typedef Templates7 type; +}; +template +struct Templates { + typedef Templates8 type; +}; +template +struct Templates { + typedef Templates9 type; +}; +template +struct Templates { + typedef Templates10 type; +}; +template +struct Templates { + typedef Templates11 type; +}; +template +struct Templates { + typedef Templates12 type; +}; +template +struct Templates { + typedef Templates13 type; +}; +template +struct Templates { + typedef Templates14 type; +}; +template +struct Templates { + typedef Templates15 type; +}; +template +struct Templates { + typedef Templates16 type; +}; +template +struct Templates { + typedef Templates17 type; +}; +template +struct Templates { + typedef Templates18 type; +}; +template +struct Templates { + typedef Templates19 type; +}; +template +struct Templates { + typedef Templates20 type; +}; +template +struct Templates { + typedef Templates21 type; +}; +template +struct Templates { + typedef Templates22 type; +}; +template +struct Templates { + typedef Templates23 type; +}; +template +struct Templates { + typedef Templates24 type; +}; +template +struct Templates { + typedef Templates25 type; +}; +template +struct Templates { + typedef Templates26 type; +}; +template +struct Templates { + typedef Templates27 type; +}; +template +struct Templates { + typedef Templates28 type; +}; +template +struct Templates { + typedef Templates29 type; +}; +template +struct Templates { + typedef Templates30 type; +}; +template +struct Templates { + typedef Templates31 type; +}; +template +struct Templates { + typedef Templates32 type; +}; +template +struct Templates { + typedef Templates33 type; +}; +template +struct Templates { + typedef Templates34 type; +}; +template +struct Templates { + typedef Templates35 type; +}; +template +struct Templates { + typedef Templates36 type; +}; +template +struct Templates { + typedef Templates37 type; +}; +template +struct Templates { + typedef Templates38 type; +}; +template +struct Templates { + typedef Templates39 type; +}; +template +struct Templates { + typedef Templates40 type; +}; +template +struct Templates { + typedef Templates41 type; +}; +template +struct Templates { + typedef Templates42 type; +}; +template +struct Templates { + typedef Templates43 type; +}; +template +struct Templates { + typedef Templates44 type; +}; +template +struct Templates { + typedef Templates45 type; +}; +template +struct Templates { + typedef Templates46 type; +}; +template +struct Templates { + typedef Templates47 type; +}; +template +struct Templates { + typedef Templates48 type; +}; +template +struct Templates { + typedef Templates49 type; +}; + +// The TypeList template makes it possible to use either a single type +// or a Types<...> list in TYPED_TEST_CASE() and +// INSTANTIATE_TYPED_TEST_CASE_P(). + +template +struct TypeList { + typedef Types1 type; +}; + +template +struct TypeList > { + typedef typename Types::type type; +}; + +#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ diff --git a/gtest-1.7.0/include/gtest/internal/gtest-type-util.h.pump b/gtest-1.7.0/include/gtest/internal/gtest-type-util.h.pump new file mode 100644 index 000000000..251fdf025 --- /dev/null +++ b/gtest-1.7.0/include/gtest/internal/gtest-type-util.h.pump @@ -0,0 +1,297 @@ +$$ -*- mode: c++; -*- +$var n = 50 $$ Maximum length of type lists we want to support. +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Type utilities needed for implementing typed and type-parameterized +// tests. This file is generated by a SCRIPT. DO NOT EDIT BY HAND! +// +// Currently we support at most $n types in a list, and at most $n +// type-parameterized tests in one type-parameterized test case. +// Please contact googletestframework@googlegroups.com if you need +// more. + +#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ +#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ + +#include "gtest/internal/gtest-port.h" + +// #ifdef __GNUC__ is too general here. It is possible to use gcc without using +// libstdc++ (which is where cxxabi.h comes from). +# if GTEST_HAS_CXXABI_H_ +# include +# elif defined(__HP_aCC) +# include +# endif // GTEST_HASH_CXXABI_H_ + +namespace testing { +namespace internal { + +// GetTypeName() returns a human-readable name of type T. +// NB: This function is also used in Google Mock, so don't move it inside of +// the typed-test-only section below. +template +std::string GetTypeName() { +# if GTEST_HAS_RTTI + + const char* const name = typeid(T).name(); +# if GTEST_HAS_CXXABI_H_ || defined(__HP_aCC) + int status = 0; + // gcc's implementation of typeid(T).name() mangles the type name, + // so we have to demangle it. +# if GTEST_HAS_CXXABI_H_ + using abi::__cxa_demangle; +# endif // GTEST_HAS_CXXABI_H_ + char* const readable_name = __cxa_demangle(name, 0, 0, &status); + const std::string name_str(status == 0 ? readable_name : name); + free(readable_name); + return name_str; +# else + return name; +# endif // GTEST_HAS_CXXABI_H_ || __HP_aCC + +# else + + return ""; + +# endif // GTEST_HAS_RTTI +} + +#if GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +// AssertyTypeEq::type is defined iff T1 and T2 are the same +// type. This can be used as a compile-time assertion to ensure that +// two types are equal. + +template +struct AssertTypeEq; + +template +struct AssertTypeEq { + typedef bool type; +}; + +// A unique type used as the default value for the arguments of class +// template Types. This allows us to simulate variadic templates +// (e.g. Types, Type, and etc), which C++ doesn't +// support directly. +struct None {}; + +// The following family of struct and struct templates are used to +// represent type lists. In particular, TypesN +// represents a type list with N types (T1, T2, ..., and TN) in it. +// Except for Types0, every struct in the family has two member types: +// Head for the first type in the list, and Tail for the rest of the +// list. + +// The empty type list. +struct Types0 {}; + +// Type lists of length 1, 2, 3, and so on. + +template +struct Types1 { + typedef T1 Head; + typedef Types0 Tail; +}; + +$range i 2..n + +$for i [[ +$range j 1..i +$range k 2..i +template <$for j, [[typename T$j]]> +struct Types$i { + typedef T1 Head; + typedef Types$(i-1)<$for k, [[T$k]]> Tail; +}; + + +]] + +} // namespace internal + +// We don't want to require the users to write TypesN<...> directly, +// as that would require them to count the length. Types<...> is much +// easier to write, but generates horrible messages when there is a +// compiler error, as gcc insists on printing out each template +// argument, even if it has the default value (this means Types +// will appear as Types in the compiler +// errors). +// +// Our solution is to combine the best part of the two approaches: a +// user would write Types, and Google Test will translate +// that to TypesN internally to make error messages +// readable. The translation is done by the 'type' member of the +// Types template. + +$range i 1..n +template <$for i, [[typename T$i = internal::None]]> +struct Types { + typedef internal::Types$n<$for i, [[T$i]]> type; +}; + +template <> +struct Types<$for i, [[internal::None]]> { + typedef internal::Types0 type; +}; + +$range i 1..n-1 +$for i [[ +$range j 1..i +$range k i+1..n +template <$for j, [[typename T$j]]> +struct Types<$for j, [[T$j]]$for k[[, internal::None]]> { + typedef internal::Types$i<$for j, [[T$j]]> type; +}; + +]] + +namespace internal { + +# define GTEST_TEMPLATE_ template class + +// The template "selector" struct TemplateSel is used to +// represent Tmpl, which must be a class template with one type +// parameter, as a type. TemplateSel::Bind::type is defined +// as the type Tmpl. This allows us to actually instantiate the +// template "selected" by TemplateSel. +// +// This trick is necessary for simulating typedef for class templates, +// which C++ doesn't support directly. +template +struct TemplateSel { + template + struct Bind { + typedef Tmpl type; + }; +}; + +# define GTEST_BIND_(TmplSel, T) \ + TmplSel::template Bind::type + +// A unique struct template used as the default value for the +// arguments of class template Templates. This allows us to simulate +// variadic templates (e.g. Templates, Templates, +// and etc), which C++ doesn't support directly. +template +struct NoneT {}; + +// The following family of struct and struct templates are used to +// represent template lists. In particular, TemplatesN represents a list of N templates (T1, T2, ..., and TN). Except +// for Templates0, every struct in the family has two member types: +// Head for the selector of the first template in the list, and Tail +// for the rest of the list. + +// The empty template list. +struct Templates0 {}; + +// Template lists of length 1, 2, 3, and so on. + +template +struct Templates1 { + typedef TemplateSel Head; + typedef Templates0 Tail; +}; + +$range i 2..n + +$for i [[ +$range j 1..i +$range k 2..i +template <$for j, [[GTEST_TEMPLATE_ T$j]]> +struct Templates$i { + typedef TemplateSel Head; + typedef Templates$(i-1)<$for k, [[T$k]]> Tail; +}; + + +]] + +// We don't want to require the users to write TemplatesN<...> directly, +// as that would require them to count the length. Templates<...> is much +// easier to write, but generates horrible messages when there is a +// compiler error, as gcc insists on printing out each template +// argument, even if it has the default value (this means Templates +// will appear as Templates in the compiler +// errors). +// +// Our solution is to combine the best part of the two approaches: a +// user would write Templates, and Google Test will translate +// that to TemplatesN internally to make error messages +// readable. The translation is done by the 'type' member of the +// Templates template. + +$range i 1..n +template <$for i, [[GTEST_TEMPLATE_ T$i = NoneT]]> +struct Templates { + typedef Templates$n<$for i, [[T$i]]> type; +}; + +template <> +struct Templates<$for i, [[NoneT]]> { + typedef Templates0 type; +}; + +$range i 1..n-1 +$for i [[ +$range j 1..i +$range k i+1..n +template <$for j, [[GTEST_TEMPLATE_ T$j]]> +struct Templates<$for j, [[T$j]]$for k[[, NoneT]]> { + typedef Templates$i<$for j, [[T$j]]> type; +}; + +]] + +// The TypeList template makes it possible to use either a single type +// or a Types<...> list in TYPED_TEST_CASE() and +// INSTANTIATE_TYPED_TEST_CASE_P(). + +template +struct TypeList { + typedef Types1 type; +}; + + +$range i 1..n +template <$for i, [[typename T$i]]> +struct TypeList > { + typedef typename Types<$for i, [[T$i]]>::type type; +}; + +#endif // GTEST_HAS_TYPED_TEST || GTEST_HAS_TYPED_TEST_P + +} // namespace internal +} // namespace testing + +#endif // GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TYPE_UTIL_H_ diff --git a/gtest-1.7.0/lib/.dirstamp b/gtest-1.7.0/lib/.dirstamp new file mode 100644 index 000000000..e69de29bb diff --git a/gtest-1.7.0/lib/.libs/libgtest.a b/gtest-1.7.0/lib/.libs/libgtest.a new file mode 100644 index 0000000000000000000000000000000000000000..850ee666750ce12c1c7de64d2534cac483ed3b09 GIT binary patch literal 2681310 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

Ai%Rd2CFqv@ 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
    FY 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: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 literal 0 HcmV?d00001 diff --git a/gtest-1.7.0/lib/.libs/libgtest.la b/gtest-1.7.0/lib/.libs/libgtest.la new file mode 120000 index 000000000..123b87d93 --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest.la @@ -0,0 +1 @@ +../libgtest.la \ No newline at end of file diff --git a/gtest-1.7.0/lib/.libs/libgtest.lai b/gtest-1.7.0/lib/.libs/libgtest.lai new file mode 100644 index 000000000..b6a0b829b --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest.lai @@ -0,0 +1,41 @@ +# libgtest.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libgtest.so.0' + +# Names of this library. +library_names='libgtest.so.0.0.0 libgtest.so.0 libgtest.so' + +# The name of the static archive. +old_library='libgtest.a' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags=' -pthread' + +# Libraries that this one depends upon. +dependency_libs='' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libgtest. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' diff --git a/gtest-1.7.0/lib/.libs/libgtest.so b/gtest-1.7.0/lib/.libs/libgtest.so new file mode 120000 index 000000000..52abfb72b --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest.so @@ -0,0 +1 @@ +libgtest.so.0.0.0 \ No newline at end of file diff --git a/gtest-1.7.0/lib/.libs/libgtest.so.0 b/gtest-1.7.0/lib/.libs/libgtest.so.0 new file mode 120000 index 000000000..52abfb72b --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest.so.0 @@ -0,0 +1 @@ +libgtest.so.0.0.0 \ No newline at end of file diff --git a/gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 b/gtest-1.7.0/lib/.libs/libgtest.so.0.0.0 new file mode 100755 index 0000000000000000000000000000000000000000..2db69b500e6dcb188772db60c04a03aa59dd8694 GIT binary patch literal 1774022 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⪚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%0Dya^V|zHsB%o+b5 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

    wkkuJJ+Y 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%0D3t8;-gsC3Wy~*a#`9hJzneh13BO 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

    9MMc4;Hq`?pXBfQORgaqRYG`uTre5#PbbiB_n;^ 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%0AWUMr*&Tgsi}-(=Jf>OvhG-YRG1|pf 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

    ~8e`$In!v)ER8RK2KLl$Bp8cz4DKb}teT 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 YS|id9jX3r+F2t3cb_k;E0qzp~U$S{Se*gdg literal 0 HcmV?d00001 diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.la b/gtest-1.7.0/lib/.libs/libgtest_main.la new file mode 120000 index 000000000..d3ded5793 --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest_main.la @@ -0,0 +1 @@ +../libgtest_main.la \ No newline at end of file diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.lai b/gtest-1.7.0/lib/.libs/libgtest_main.lai new file mode 100644 index 000000000..79ad50f6a --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest_main.lai @@ -0,0 +1,41 @@ +# libgtest_main.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libgtest_main.so.0' + +# Names of this library. +library_names='libgtest_main.so.0.0.0 libgtest_main.so.0 libgtest_main.so' + +# The name of the static archive. +old_library='libgtest_main.a' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags=' -pthread' + +# Libraries that this one depends upon. +dependency_libs=' /usr/local/lib/libgtest.la' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libgtest_main. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.so b/gtest-1.7.0/lib/.libs/libgtest_main.so new file mode 120000 index 000000000..fb96c46e4 --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest_main.so @@ -0,0 +1 @@ +libgtest_main.so.0.0.0 \ No newline at end of file diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.so.0 b/gtest-1.7.0/lib/.libs/libgtest_main.so.0 new file mode 120000 index 000000000..fb96c46e4 --- /dev/null +++ b/gtest-1.7.0/lib/.libs/libgtest_main.so.0 @@ -0,0 +1 @@ +libgtest_main.so.0.0.0 \ No newline at end of file diff --git a/gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 b/gtest-1.7.0/lib/.libs/libgtest_main.so.0.0.0 new file mode 100755 index 0000000000000000000000000000000000000000..6541d71afc8b0a49d742ce09434e8fed87d18f05 GIT binary patch literal 21769 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 literal 0 HcmV?d00001 diff --git a/gtest-1.7.0/lib/libgtest.la b/gtest-1.7.0/lib/libgtest.la new file mode 100644 index 000000000..74a579910 --- /dev/null +++ b/gtest-1.7.0/lib/libgtest.la @@ -0,0 +1,41 @@ +# libgtest.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libgtest.so.0' + +# Names of this library. +library_names='libgtest.so.0.0.0 libgtest.so.0 libgtest.so' + +# The name of the static archive. +old_library='libgtest.a' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags=' -pthread' + +# Libraries that this one depends upon. +dependency_libs='' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libgtest. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=no + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' diff --git a/gtest-1.7.0/lib/libgtest_main.la b/gtest-1.7.0/lib/libgtest_main.la new file mode 100644 index 000000000..150850de5 --- /dev/null +++ b/gtest-1.7.0/lib/libgtest_main.la @@ -0,0 +1,42 @@ +# libgtest_main.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libgtest_main.so.0' + +# Names of this library. +library_names='libgtest_main.so.0.0.0 libgtest_main.so.0 libgtest_main.so' + +# The name of the static archive. +old_library='libgtest_main.a' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags=' -pthread' + +# Libraries that this one depends upon. +dependency_libs=' /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/lib/libgtest.la' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libgtest_main. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=no + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' +relink_command="(cd /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0; /bin/sh /home/user/projects/ascgit/ascgit003.dlt-daemon/build/gtest-1.7.0/libtool --tag CXX --mode=relink g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -O2 -o lib/libgtest_main.la -rpath /usr/local/lib src/gtest_main.lo lib/libgtest.la @inst_prefix_dir@)" diff --git a/gtest-1.7.0/libtool b/gtest-1.7.0/libtool new file mode 100755 index 000000000..09150d982 --- /dev/null +++ b/gtest-1.7.0/libtool @@ -0,0 +1,10246 @@ +#! /bin/sh + +# libtool - Provide generalized library-building support services. +# Generated automatically by config.status (gtest) 1.7.0 +# Libtool was configured on host localhost.localdomain: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +# The names of the tagged configurations supported by this script. +available_tags="CXX " + +# ### BEGIN LIBTOOL CONFIG + +# Which release of libtool.m4 was used? +macro_version=2.4.2 +macro_revision=1.3337 + +# Whether or not to build shared libraries. +build_libtool_libs=yes + +# Whether or not to build static libraries. +build_old_libs=yes + +# What type of objects to build. +pic_mode=default + +# Whether or not to optimize for fast installation. +fast_install=yes + +# Shell to use when invoking shell scripts. +SHELL="/bin/sh" + +# An echo program that protects backslashes. +ECHO="printf %s\\n" + +# The PATH separator for the build system. +PATH_SEPARATOR=":" + +# The host system. +host_alias= +host=i686-pc-linux-gnu +host_os=linux-gnu + +# The build system. +build_alias= +build=i686-pc-linux-gnu +build_os=linux-gnu + +# A sed program that does not truncate output. +SED="/usr/bin/sed" + +# Sed that helps us avoid accidentally triggering echo(1) options like -n. +Xsed="$SED -e 1s/^X//" + +# A grep program that handles long lines. +GREP="/usr/bin/grep" + +# An ERE matcher. +EGREP="/usr/bin/grep -E" + +# A literal string matcher. +FGREP="/usr/bin/grep -F" + +# A BSD- or MS-compatible name lister. +NM="/usr/bin/nm -B" + +# Whether we need soft or hard links. +LN_S="ln -s" + +# What is the maximum length of a command? +max_cmd_len=1572864 + +# Object file suffix (normally "o"). +objext=o + +# Executable file suffix (normally ""). +exeext= + +# whether the shell understands "unset". +lt_unset=unset + +# turn spaces into newlines. +SP2NL="tr \\040 \\012" + +# turn newlines into spaces. +NL2SP="tr \\015\\012 \\040\\040" + +# convert $build file names to $host format. +to_host_file_cmd=func_convert_file_noop + +# convert $build files to toolchain format. +to_tool_file_cmd=func_convert_file_noop + +# An object symbol dumper. +OBJDUMP="objdump" + +# Method to check whether dependent libraries are shared objects. +deplibs_check_method="pass_all" + +# Command to use when deplibs_check_method = "file_magic". +file_magic_cmd="\$MAGIC_CMD" + +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob="" + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob="no" + +# DLL creation program. +DLLTOOL="false" + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd="printf %s\\n" + +# The archiver. +AR="ar" + +# Flags to create an archive. +AR_FLAGS="cru" + +# How to feed a file listing to the archiver. +archiver_list_spec="@" + +# A symbol stripping program. +STRIP="strip" + +# Commands used to install an old-style archive. +RANLIB="ranlib" +old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib" +old_postuninstall_cmds="" + +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=no + +# A C compiler. +LTCC="gcc" + +# LTCC compiler flags. +LTCFLAGS="-g -O2" + +# Take the output of nm and produce a listing of raw symbols and C names. +global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" + +# Transform the output of nm in a proper C declaration. +global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" + +# Transform the output of nm in a C name address pair. +global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p'" + +# Transform the output of nm in a C name address pair when lib prefix is needed. +global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"lib\\2\", (void *) \\&\\2},/p'" + +# Specify filename containing input files for $NM. +nm_file_list_spec="@" + +# The root where to search for dependent libraries,and in which our libraries should be installed. +lt_sysroot= + +# The name of the directory that contains temporary libtool files. +objdir=.libs + +# Used to examine libraries when file_magic_cmd begins with "file". +MAGIC_CMD=file + +# Must we lock files when doing compilation? +need_locks="no" + +# Manifest tool. +MANIFEST_TOOL=":" + +# Tool to manipulate archived DWARF debug symbol files on Mac OS X. +DSYMUTIL="" + +# Tool to change global to local symbols on Mac OS X. +NMEDIT="" + +# Tool to manipulate fat objects and archives on Mac OS X. +LIPO="" + +# ldd/readelf like tool for Mach-O binaries on Mac OS X. +OTOOL="" + +# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. +OTOOL64="" + +# Old archive suffix (normally "a"). +libext=a + +# Shared library suffix (normally ".so"). +shrext_cmds=".so" + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds="" + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at link time. +variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" + +# Do we need the "lib" prefix for modules? +need_lib_prefix=no + +# Do we need a version for libraries? +need_version=no + +# Library versioning type. +version_type=linux + +# Shared library runtime path variable. +runpath_var=LD_RUN_PATH + +# Shared library path variable. +shlibpath_var=LD_LIBRARY_PATH + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=no + +# Format of library name prefix. +libname_spec="lib\$name" + +# List of archive names. First name is the real one, the rest are links. +# The last name is the one that the linker finds with -lNAME +library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}" + +# The coded name of the library, if different from the real name. +soname_spec="\${libname}\${release}\${shared_ext}\$major" + +# Permission mode override for installation of shared libraries. +install_override_mode="" + +# Command to use after installation of a shared archive. +postinstall_cmds="" + +# Command to use after uninstallation of a shared archive. +postuninstall_cmds="" + +# Commands used to finish a libtool library installation in a directory. +finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir" + +# As "finish_cmds", except a single script fragment to be evaled but +# not shown. +finish_eval="" + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=yes + +# Compile-time system search path for libraries. +sys_lib_search_path_spec="/usr/lib/gcc/i686-redhat-linux/4.9.2 /usr/lib /lib " + +# Run-time system search path for libraries. +sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/dyninst /usr/lib/iscsi /usr/lib/llvm /usr/lib/vmware-tools/lib32/libvmGuestLib.so /usr/lib/vmware-tools/lib64/libvmGuestLib.so /usr/lib/vmware-tools/lib32/libvmGuestLibJava.so /usr/lib/vmware-tools/lib64/libvmGuestLibJava.so /usr/lib/vmware-tools/lib32/libDeployPkg.so /usr/lib/vmware-tools/lib64/libDeployPkg.so " + +# Whether dlopen is supported. +dlopen_support=unknown + +# Whether dlopen of programs is supported. +dlopen_self=unknown + +# Whether dlopen of statically linked programs is supported. +dlopen_self_static=unknown + +# Commands to strip libraries. +old_striplib="strip --strip-debug" +striplib="strip --strip-unneeded" + + +# The linker used to build libraries. +LD="/usr/bin/ld" + +# How to create reloadable object files. +reload_flag=" -r" +reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" + +# Commands used to build an old-style archive. +old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" + +# A language specific compiler. +CC="gcc" + +# Is the compiler the GNU compiler? +with_gcc=yes + +# Compiler flag to turn off builtin functions. +no_builtin_flag=" -fno-builtin" + +# Additional compiler flags for building library objects. +pic_flag=" -fPIC -DPIC" + +# How to pass a linker flag through the compiler. +wl="-Wl," + +# Compiler flag to prevent dynamic linking. +link_static_flag="" + +# Does compiler simultaneously support -c and -o options? +compiler_c_o="yes" + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=no + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=no + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec="\${wl}--export-dynamic" + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive" + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object="no" + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds="" + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds="" + +# Commands used to build a shared archive. +archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib" +archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ + cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ + echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ + \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib" + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds="" +module_expsym_cmds="" + +# Whether we are building with GNU ld or not. +with_gnu_ld="yes" + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag="" + +# Flag that enforces no undefined symbols. +no_undefined_flag="" + +# Flag to hardcode $libdir into a binary during linking. +# This must work even if $libdir does not exist +hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir" + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator="" + +# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=no + +# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting ${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=no + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=no + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=unsupported + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=no + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=no + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=no + +# Set to "yes" if exported symbols are required. +always_export_symbols=no + +# The commands to list exported symbols. +export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*" + +# Symbols that must always be exported. +include_expsyms="" + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds="" + +# Commands necessary for finishing linking programs. +postlink_cmds="" + +# Specify filename containing input files. +file_list_spec="" + +# How to hardcode a shared library path into an executable. +hardcode_action=immediate + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs="" + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects="" +postdep_objects="" +predeps="" +postdeps="" + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path="" + +# ### END LIBTOOL CONFIG + + +# libtool (GNU libtool) 2.4.2 +# Written by Gordon Matzigkeit , 1996 + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, +# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, +# or obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Usage: $progname [OPTION]... [MODE-ARG]... +# +# Provide generalized library-building support services. +# +# --config show all configuration variables +# --debug enable verbose shell tracing +# -n, --dry-run display commands without modifying any files +# --features display basic configuration information and exit +# --mode=MODE use operation mode MODE +# --preserve-dup-deps don't remove duplicate dependency libraries +# --quiet, --silent don't print informational messages +# --no-quiet, --no-silent +# print informational messages (default) +# --no-warn don't display warning messages +# --tag=TAG use configuration variables from tag TAG +# -v, --verbose print more informational messages than default +# --no-verbose don't print the extra informational messages +# --version print version information +# -h, --help, --help-all print short, long, or detailed help message +# +# MODE must be one of the following: +# +# clean remove files from the build directory +# compile compile a source file into a libtool object +# execute automatically set library path, then run a program +# finish complete the installation of libtool libraries +# install install libraries or executables +# link create a library or an executable +# uninstall remove libraries from an installed directory +# +# MODE-ARGS vary depending on the MODE. When passed as first option, +# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. +# Try `$progname --help --mode=MODE' for a more detailed description of MODE. +# +# When reporting a bug, please describe a test case to reproduce it and +# include the following information: +# +# host-triplet: $host +# shell: $SHELL +# compiler: $LTCC +# compiler flags: $LTCFLAGS +# linker: $LD (gnu? $with_gnu_ld) +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# automake: $automake_version +# autoconf: $autoconf_version +# +# Report bugs to . +# GNU libtool home page: . +# General help using GNU software: . + +PROGRAM=libtool +PACKAGE=libtool +VERSION="2.4.2 Debian-2.4.2-1ubuntu1" +TIMESTAMP="" +package_revision=1.3337 + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# NLS nuisances: We save the old values to restore during execute mode. +lt_user_locale= +lt_safe_locale= +for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +do + eval "if test \"\${$lt_var+set}\" = set; then + save_$lt_var=\$$lt_var + $lt_var=C + export $lt_var + lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" + lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + fi" +done +LC_ALL=C +LANGUAGE=C +export LANGUAGE LC_ALL + +$lt_unset CDPATH + + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + + + +: ${CP="cp -f"} +test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${MAKE="make"} +: ${MKDIR="mkdir"} +: ${MV="mv -f"} +: ${RM="rm -f"} +: ${SHELL="${CONFIG_SHELL-/bin/sh}"} +: ${Xsed="$SED -e 1s/^X//"} + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. + +exit_status=$EXIT_SUCCESS + +# Make sure IFS has a sensible default +lt_nl=' +' +IFS=" $lt_nl" + +dirname="s,/[^/]*$,," +basename="s,^.*/,," + +# func_dirname file append nondir_replacement +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +func_dirname () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac +} # Extended-shell func_dirname implementation + + +# func_basename file +func_basename () +{ + func_basename_result="${1##*/}" +} # Extended-shell func_basename implementation + + +# func_dirname_and_basename file append nondir_replacement +# perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# Implementation must be kept synchronized with func_dirname +# and func_basename. For efficiency, we do not delegate to +# those functions but instead duplicate the functionality here. +func_dirname_and_basename () +{ + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}" +} # Extended-shell func_dirname_and_basename implementation + + +# func_stripname prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# func_strip_suffix prefix name +func_stripname () +{ + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"} +} # Extended-shell func_stripname implementation + + +# These SED scripts presuppose an absolute path with a trailing slash. +pathcar='s,^/\([^/]*\).*$,\1,' +pathcdr='s,^/[^/]*,,' +removedotparts=':dotsl + s@/\./@/@g + t dotsl + s,/\.$,/,' +collapseslashes='s@/\{1,\}@/@g' +finalslash='s,/*$,/,' + +# func_normal_abspath PATH +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +# value returned in "$func_normal_abspath_result" +func_normal_abspath () +{ + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. + ;; + *) + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; + esac + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` + while :; do + # Processed it all yet? + if test "$func_normal_abspath_tpath" = / ; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result" ; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + +# func_relative_path SRCDIR DSTDIR +# generates a relative path from SRCDIR to DSTDIR, with a trailing +# slash if non-empty, suitable for immediately appending a filename +# without needing to append a separator. +# value returned in "$func_relative_path_result" +func_relative_path () +{ + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=${func_dirname_result} + if test "x$func_relative_path_tlibdir" = x ; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test "x$func_stripname_result" != x ; then + func_relative_path_result=${func_relative_path_result}/${func_stripname_result} + fi + + # Normalisation. If bindir is libdir, return empty string, + # else relative path ending with a slash; either way, target + # file name can be directly appended. + if test ! -z "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result/" + func_relative_path_result=$func_stripname_result + fi +} + +# The name of this program: +func_dirname_and_basename "$progpath" +progname=$func_basename_result + +# Make sure we have an absolute path for reexecution: +case $progpath in + [\\/]*|[A-Za-z]:\\*) ;; + *[\\/]*) + progdir=$func_dirname_result + progdir=`cd "$progdir" && pwd` + progpath="$progdir/$progname" + ;; + *) + save_IFS="$IFS" + IFS=${PATH_SEPARATOR-:} + for progdir in $PATH; do + IFS="$save_IFS" + test -x "$progdir/$progname" && break + done + IFS="$save_IFS" + test -n "$progdir" || progdir=`pwd` + progpath="$progdir/$progname" + ;; +esac + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed="${SED}"' -e 1s/^X//' +sed_quote_subst='s/\([`"$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' + +# Sed substitution that converts a w32 file name or path +# which contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-`\' parameter expansions in output of double_quote_subst that were +# `\'-ed in input to the same. If an odd number of `\' preceded a '$' +# in input to double_quote_subst, that '$' was protected from expansion. +# Since each input `\' is now two `\'s, look for any number of runs of +# four `\'s followed by two `\'s and then a '$'. `\' that '$'. +bs='\\' +bs2='\\\\' +bs4='\\\\\\\\' +dollar='\$' +sed_double_backslash="\ + s/$bs4/&\\ +/g + s/^$bs2$dollar/$bs&/ + s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g + s/\n//g" + +# Standard options: +opt_dry_run=false +opt_help=false +opt_quiet=false +opt_verbose=false +opt_warning=: + +# func_echo arg... +# Echo program name prefixed message, along with the current mode +# name if it has been set yet. +func_echo () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }$*" +} + +# func_verbose arg... +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $opt_verbose && func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +# func_error arg... +# Echo program name prefixed message to standard error. +func_error () +{ + $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 +} + +# func_warning arg... +# Echo program name prefixed warning message to standard error. +func_warning () +{ + $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 + + # bash bug again: + : +} + +# func_fatal_error arg... +# Echo program name prefixed message to standard error, and exit. +func_fatal_error () +{ + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + +# func_fatal_help arg... +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + func_error ${1+"$@"} + func_fatal_error "$help" +} +help="Try \`$progname --help' for more information." ## default + + +# func_grep expression filename +# Check whether EXPRESSION matches any line of FILENAME, without output. +func_grep () +{ + $GREP "$1" "$2" >/dev/null 2>&1 +} + + +# func_mkdir_p directory-path +# Make sure the entire path to DIRECTORY-PATH is available. +func_mkdir_p () +{ + my_directory_path="$1" + my_dir_list= + + if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + + # Protect directory names starting with `-' + case $my_directory_path in + -*) my_directory_path="./$my_directory_path" ;; + esac + + # While some portion of DIR does not yet exist... + while test ! -d "$my_directory_path"; do + # ...make a list in topmost first order. Use a colon delimited + # list incase some portion of path contains whitespace. + my_dir_list="$my_directory_path:$my_dir_list" + + # If the last portion added has no slash in it, the list is done + case $my_directory_path in */*) ;; *) break ;; esac + + # ...otherwise throw away the child directory and loop + my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + done + my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + + save_mkdir_p_IFS="$IFS"; IFS=':' + for my_dir in $my_dir_list; do + IFS="$save_mkdir_p_IFS" + # mkdir can fail with a `File exist' error if two processes + # try to create one of the directories concurrently. Don't + # stop in that case! + $MKDIR "$my_dir" 2>/dev/null || : + done + IFS="$save_mkdir_p_IFS" + + # Bail out if we (or some other process) failed to create a directory. + test -d "$my_directory_path" || \ + func_fatal_error "Failed to create \`$1'" + fi +} + + +# func_mktempdir [string] +# Make a temporary directory that won't clash with other running +# libtool processes, and avoids race conditions if possible. If +# given, STRING is the basename for that directory. +func_mktempdir () +{ + my_template="${TMPDIR-/tmp}/${1-$progname}" + + if test "$opt_dry_run" = ":"; then + # Return a directory name, but don't create it in dry-run mode + my_tmpdir="${my_template}-$$" + else + + # If mktemp works, use that first and foremost + my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + + if test ! -d "$my_tmpdir"; then + # Failing that, at least try and use $RANDOM to avoid a race + my_tmpdir="${my_template}-${RANDOM-0}$$" + + save_mktempdir_umask=`umask` + umask 0077 + $MKDIR "$my_tmpdir" + umask $save_mktempdir_umask + fi + + # If we're not in dry-run mode, bomb out on failure + test -d "$my_tmpdir" || \ + func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + fi + + $ECHO "$my_tmpdir" +} + + +# func_quote_for_eval arg +# Aesthetically quote ARG to be evaled later. +# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT +# is double-quoted, suitable for a subsequent eval, whereas +# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters +# which are still active within double quotes backslashified. +func_quote_for_eval () +{ + case $1 in + *[\\\`\"\$]*) + func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; + *) + func_quote_for_eval_unquoted_result="$1" ;; + esac + + case $func_quote_for_eval_unquoted_result in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and and variable + # expansion for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + ;; + *) + func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + esac +} + + +# func_quote_for_expand arg +# Aesthetically quote ARG to be evaled later; same as above, +# but do not quote variable references. +func_quote_for_expand () +{ + case $1 in + *[\\\`\"]*) + my_arg=`$ECHO "$1" | $SED \ + -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + *) + my_arg="$1" ;; + esac + + case $my_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting and command substitution for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + my_arg="\"$my_arg\"" + ;; + esac + + func_quote_for_expand_result="$my_arg" +} + + +# func_show_eval cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$my_cmd" + my_status=$? + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + + +# func_show_eval_locale cmd [fail_exp] +# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + my_cmd="$1" + my_fail_exp="${2-:}" + + ${opt_silent-false} || { + func_quote_for_expand "$my_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + if ${opt_dry_run-false}; then :; else + eval "$lt_user_locale + $my_cmd" + my_status=$? + eval "$lt_safe_locale" + if test "$my_status" -eq 0; then :; else + eval "(exit $my_status); $my_fail_exp" + fi + fi +} + +# func_tr_sh +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_version +# Echo version message to standard output and exit. +func_version () +{ + $opt_debug + + $SED -n '/(C)/!b go + :more + /\./!{ + N + s/\n# / / + b more + } + :go + /^# '$PROGRAM' (GNU /,/# warranty; / { + s/^# // + s/^# *$// + s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ + p + }' < "$progpath" + exit $? +} + +# func_usage +# Echo short help message to standard output and exit. +func_usage () +{ + $opt_debug + + $SED -n '/^# Usage:/,/^# *.*--help/ { + s/^# // + s/^# *$// + s/\$progname/'$progname'/ + p + }' < "$progpath" + echo + $ECHO "run \`$progname --help | more' for full usage" + exit $? +} + +# func_help [NOEXIT] +# Echo long help message to standard output and exit, +# unless 'noexit' is passed as argument. +func_help () +{ + $opt_debug + + $SED -n '/^# Usage:/,/# Report bugs to/ { + :print + s/^# // + s/^# *$// + s*\$progname*'$progname'* + s*\$host*'"$host"'* + s*\$SHELL*'"$SHELL"'* + s*\$LTCC*'"$LTCC"'* + s*\$LTCFLAGS*'"$LTCFLAGS"'* + s*\$LD*'"$LD"'* + s/\$with_gnu_ld/'"$with_gnu_ld"'/ + s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ + s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ + p + d + } + /^# .* home page:/b print + /^# General help using/b print + ' < "$progpath" + ret=$? + if test -z "$1"; then + exit $ret + fi +} + +# func_missing_arg argname +# Echo program name prefixed message to standard error and set global +# exit_cmd. +func_missing_arg () +{ + $opt_debug + + func_error "missing argument for $1." + exit_cmd=exit +} + + +# func_split_short_opt shortopt +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +func_split_short_opt () +{ + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"} +} # Extended-shell func_split_short_opt implementation + + +# func_split_long_opt longopt +# Set func_split_long_opt_name and func_split_long_opt_arg shell +# variables after splitting LONGOPT at the `=' sign. +func_split_long_opt () +{ + func_split_long_opt_name=${1%%=*} + func_split_long_opt_arg=${1#*=} +} # Extended-shell func_split_long_opt implementation + +exit_cmd=: + + + + + +magic="%%%MAGIC variable%%%" +magic_exe="%%%MAGIC EXE variable%%%" + +# Global variables. +nonopt= +preserve_args= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + +# func_append var value +# Append VALUE to the end of shell variable VAR. +func_append () +{ + eval "${1}+=\${2}" +} # Extended-shell func_append implementation + +# func_append_quoted var value +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +func_append_quoted () +{ + func_quote_for_eval "${2}" + eval "${1}+=\\ \$func_quote_for_eval_result" +} # Extended-shell func_append_quoted implementation + + +# func_arith arithmetic-term... +func_arith () +{ + func_arith_result=$(( $* )) +} # Extended-shell func_arith implementation + + +# func_len string +# STRING may not start with a hyphen. +func_len () +{ + func_len_result=${#1} +} # Extended-shell func_len implementation + + +# func_lo2o object +func_lo2o () +{ + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac +} # Extended-shell func_lo2o implementation + + +# func_xform libobj-or-source +func_xform () +{ + func_xform_result=${1%.*}.lo +} # Extended-shell func_xform implementation + + +# func_fatal_configuration arg... +# Echo program name prefixed message to standard error, followed by +# a configuration failure hint, and exit. +func_fatal_configuration () +{ + func_error ${1+"$@"} + func_error "See the $PACKAGE documentation for more information." + func_fatal_error "Fatal configuration error." +} + + +# func_config +# Display the configuration for all the tags in this script. +func_config () +{ + re_begincf='^# ### BEGIN LIBTOOL' + re_endcf='^# ### END LIBTOOL' + + # Default configuration. + $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" + + # Now print the configurations for the tags. + for tagname in $taglist; do + $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" + done + + exit $? +} + +# func_features +# Display the features supported by this script. +func_features () +{ + echo "host: $host" + if test "$build_libtool_libs" = yes; then + echo "enable shared libraries" + else + echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + echo "enable static libraries" + else + echo "disable static libraries" + fi + + exit $? +} + +# func_enable_tag tagname +# Verify that TAGNAME is valid, and either flag an error and exit, or +# enable the TAGNAME tag. We also add TAGNAME to the global $taglist +# variable here. +func_enable_tag () +{ + # Global variable: + tagname="$1" + + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf="/$re_begincf/,/$re_endcf/p" + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac + + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; + *) + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac +} + +# func_check_version_match +# Ensure that we are using m4 macros, and libtool script from the same +# release of libtool. +func_check_version_match () +{ + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from an older release. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, but the +$progname: definition of this LT_INIT comes from $PACKAGE $macro_version. +$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION +$progname: and run autoconf again. +_LT_EOF + fi + else + cat >&2 <<_LT_EOF +$progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, +$progname: but the definition of this LT_INIT comes from revision $macro_revision. +$progname: You should recreate aclocal.m4 with macros from revision $package_revision +$progname: of $PACKAGE $VERSION and run autoconf again. +_LT_EOF + fi + + exit $EXIT_MISMATCH + fi +} + + +# Shorthand for --mode=foo, only valid as the first argument +case $1 in +clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; +compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; +execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; +finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; +install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; +link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; +uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; +esac + + + +# Option defaults: +opt_debug=: +opt_dry_run=false +opt_config=false +opt_preserve_dup_deps=false +opt_features=false +opt_finish=false +opt_help=false +opt_help_all=false +opt_silent=: +opt_warning=: +opt_verbose=: +opt_silent=false +opt_verbose=false + + +# Parse options once, thoroughly. This comes as soon as possible in the +# script to make things like `--version' happen as quickly as we can. +{ + # this just eases exit handling + while test $# -gt 0; do + opt="$1" + shift + case $opt in + --debug|-x) opt_debug='set -x' + func_echo "enabling shell trace mode" + $opt_debug + ;; + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + --config) + opt_config=: +func_config + ;; + --dlopen|-dlopen) + optarg="$1" + opt_dlopen="${opt_dlopen+$opt_dlopen +}$optarg" + shift + ;; + --preserve-dup-deps) + opt_preserve_dup_deps=: + ;; + --features) + opt_features=: +func_features + ;; + --finish) + opt_finish=: +set dummy --mode finish ${1+"$@"}; shift + ;; + --help) + opt_help=: + ;; + --help-all) + opt_help_all=: +opt_help=': help-all' + ;; + --mode) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_mode="$optarg" +case $optarg in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $opt" + exit_cmd=exit + break + ;; +esac + shift + ;; + --no-silent|--no-quiet) + opt_silent=false +preserve_args+=" $opt" + ;; + --no-warning|--no-warn) + opt_warning=false +preserve_args+=" $opt" + ;; + --no-verbose) + opt_verbose=false +preserve_args+=" $opt" + ;; + --silent|--quiet) + opt_silent=: +preserve_args+=" $opt" + opt_verbose=false + ;; + --verbose|-v) + opt_verbose=: +preserve_args+=" $opt" +opt_silent=false + ;; + --tag) + test $# = 0 && func_missing_arg $opt && break + optarg="$1" + opt_tag="$optarg" +preserve_args+=" $opt $optarg" +func_enable_tag "$optarg" + shift + ;; + + -\?|-h) func_usage ;; + --help) func_help ;; + --version) func_version ;; + + # Separate optargs to long options: + --*=*) + func_split_long_opt "$opt" + set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-n*|-v*) + func_split_short_opt "$opt" + set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) break ;; + -*) func_fatal_help "unrecognized option \`$opt'" ;; + *) set dummy "$opt" ${1+"$@"}; shift; break ;; + esac + done + + # Validate options: + + # save first non-option argument + if test "$#" -gt 0; then + nonopt="$opt" + shift + fi + + # preserve --debug + test "$opt_debug" = : || preserve_args+=" --debug" + + case $host in + *cygwin* | *mingw* | *pw32* | *cegcc*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then + func_fatal_configuration "not configured to build any kind of library" + fi + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test "$opt_mode" != execute; then + func_error "unrecognized option \`-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$progname --help --mode=$opt_mode' for more information." + } + + + # Bail if the options were screwed + $exit_cmd $EXIT_FAILURE +} + + + + +## ----------- ## +## Main. ## +## ----------- ## + +# func_lalib_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_lalib_p () +{ + test -f "$1" && + $SED -e 4q "$1" 2>/dev/null \ + | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + +# func_lalib_unsafe_p file +# True iff FILE is a libtool `.la' library or `.lo' object file. +# This function implements the same check as func_lalib_p without +# resorting to external programs. To this end, it redirects stdin and +# closes it afterwards, without saving the original file descriptor. +# As a safety measure, use it only where a negative result would be +# fatal anyway. Works if `file' does not exist. +func_lalib_unsafe_p () +{ + lalib_p=no + if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then + for lalib_p_l in 1 2 3 4 + do + read lalib_p_line + case "$lalib_p_line" in + \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; + esac + done + exec 0<&5 5<&- + fi + test "$lalib_p" = yes +} + +# func_ltwrapper_script_p file +# True iff FILE is a libtool wrapper script +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_script_p () +{ + func_lalib_p "$1" +} + +# func_ltwrapper_executable_p file +# True iff FILE is a libtool wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_executable_p () +{ + func_ltwrapper_exec_suffix= + case $1 in + *.exe) ;; + *) func_ltwrapper_exec_suffix=.exe ;; + esac + $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 +} + +# func_ltwrapper_scriptname file +# Assumes file is an ltwrapper_executable +# uses $file to determine the appropriate filename for a +# temporary ltwrapper_script. +func_ltwrapper_scriptname () +{ + func_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" +} + +# func_ltwrapper_p file +# True iff FILE is a libtool wrapper script or wrapper executable +# This function is only a basic sanity check; it will hardly flush out +# determined imposters. +func_ltwrapper_p () +{ + func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" +} + + +# func_execute_cmds commands fail_cmd +# Execute tilde-delimited COMMANDS. +# If FAIL_CMD is given, eval that upon failure. +# FAIL_CMD may read-access the current command in variable CMD! +func_execute_cmds () +{ + $opt_debug + save_ifs=$IFS; IFS='~' + for cmd in $1; do + IFS=$save_ifs + eval cmd=\"$cmd\" + func_show_eval "$cmd" "${2-:}" + done + IFS=$save_ifs +} + + +# func_source file +# Source FILE, adding directory component if necessary. +# Note that it is not necessary on cygwin/mingw to append a dot to +# FILE even if both FILE and FILE.exe exist: automatic-append-.exe +# behavior happens only for exec(3), not for open(2)! Also, sourcing +# `FILE.' does not work on cygwin managed mounts. +func_source () +{ + $opt_debug + case $1 in + */* | *\\*) . "$1" ;; + *) . "./$1" ;; + esac +} + + +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case "$lt_sysroot:$1" in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result="=$func_stripname_result" + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$1 + ;; + esac +} + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () +{ + $opt_debug + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + func_append_quoted CC_quoted "$arg" + done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` + case "$@ " in + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + func_echo "unable to infer tagged configuration" + func_fatal_error "specify a tag with \`--tag'" +# else +# func_verbose "using $tagname tagged configuration" + fi + ;; + esac + fi +} + + + +# func_write_libtool_object output_name pic_name nonpic_name +# Create a libtool object file (analogous to a ".la" file), +# but don't create it if we're doing a dry run. +func_write_libtool_object () +{ + write_libobj=${1} + if test "$build_libtool_libs" = yes; then + write_lobj=\'${2}\' + else + write_lobj=none + fi + + if test "$build_old_libs" = yes; then + write_oldobj=\'${3}\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$lt_sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $opt_debug + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result="" + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $opt_debug + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $opt_debug + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $opt_debug + if test -z "$2" && test -n "$1" ; then + func_error "Could not determine host file name corresponding to" + func_error " \`$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result="$1" + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $opt_debug + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " \`$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result="$3" + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $opt_debug + case $4 in + $1 ) func_to_host_path_result="$3$func_to_host_path_result" + ;; + esac + case $4 in + $2 ) func_to_host_path_result+="$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via `$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $opt_debug + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $opt_debug + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result="$1" +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result="$func_convert_core_msys_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $opt_debug + func_to_host_file_result="$1" + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result="$func_cygpath_result" + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via `$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# Path separators are also converted from $build format to $host format. If +# ARG begins or ends with a path separator character, it is preserved (but +# converted to $host format) on output. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $opt_debug + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd="func_convert_path_${func_stripname_result}" + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $opt_debug + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result="$1" +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from ARG. MSYS + # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; + # and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + + +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 + + +# func_convert_path_msys_to_cygwin ARG +# Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_path_msys_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_msys_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_msys_to_cygwin + + +# func_convert_path_nix_to_cygwin ARG +# Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a +# a wine environment, working winepath, and LT_CYGPATH set. Returns result in +# func_to_host_file_result. +func_convert_path_nix_to_cygwin () +{ + $opt_debug + func_to_host_path_result="$1" + if test -n "$1"; then + # Remove leading and trailing path separator characters from + # ARG. msys behavior is inconsistent here, cygpath turns them + # into '.;' and ';.', and winepath ignores them completely. + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result="$func_cygpath_result" + func_convert_path_check : : \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" : "$1" + fi +} +# end func_convert_path_nix_to_cygwin + + +# func_mode_compile arg... +func_mode_compile () +{ + $opt_debug + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + pie_flag= + + for arg + do + case $arg_mode in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + test -n "$libobj" && \ + func_fatal_error "you cannot specify \`-o' more than once" + arg_mode=target + continue + ;; + + -pie | -fpie | -fPIE) + pie_flag+=" $arg" + continue + ;; + + -shared | -static | -prefer-pic | -prefer-non-pic) + later+=" $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + func_append_quoted lastarg "$arg" + done + IFS="$save_ifs" + func_stripname ' ' '' "$lastarg" + lastarg=$func_stripname_result + + # Add the arguments to base_compile. + base_compile+=" $lastarg" + continue + ;; + + *) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + func_append_quoted base_compile "$lastarg" + done # for arg + + case $arg_mode in + arg) + func_fatal_error "you must specify an argument for -Xcompile" + ;; + target) + func_fatal_error "you must specify a target with \`-o'" + ;; + *) + # Get the name of the library object. + test -z "$libobj" && { + func_basename "$srcfile" + libobj="$func_basename_result" + } + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + case $libobj in + *.[cCFSifmso] | \ + *.ada | *.adb | *.ads | *.asm | \ + *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ + *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) + func_xform "$libobj" + libobj=$func_xform_result + ;; + esac + + case $libobj in + *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; + *) + func_fatal_error "cannot determine name of library object from \`$libobj'" + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + continue + ;; + + -static) + build_libtool_libs=no + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + func_quote_for_eval "$libobj" + test "X$libobj" != "X$func_quote_for_eval_result" \ + && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ + && func_warning "libobj name \`$libobj' may not contain shell special characters." + func_dirname_and_basename "$obj" "/" "" + objname="$func_basename_result" + xdir="$func_dirname_result" + lobj=${xdir}$objdir/$objname + + test -z "$base_compile" && \ + func_fatal_help "you must specify a compilation command" + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2* | cegcc*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $ECHO "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + removelist+=" $output_obj" + $ECHO "$srcfile" > "$lockfile" + fi + + $opt_dry_run || $RM $removelist + removelist+=" $lockfile" + trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 + + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_for_eval "$srcfile" + qsrcfile=$func_quote_for_eval_result + + # Only build a PIC object if we are building libtool libraries. + if test "$build_libtool_libs" = yes; then + # Without this assignment, base_compile gets emptied. + fbsd_hideous_sh_bug=$base_compile + + if test "$pic_mode" != no; then + command="$base_compile $qsrcfile $pic_flag" + else + # Don't build PIC code + command="$base_compile $qsrcfile" + fi + + func_mkdir_p "$xdir$objdir" + + if test -z "$output_obj"; then + # Place PIC objects in $objdir + command+=" -o $lobj" + fi + + func_show_eval_locale "$command" \ + 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + func_show_eval '$MV "$output_obj" "$lobj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + + # Allow error messages only from the first compilation. + if test "$suppress_opt" = yes; then + suppress_output=' >/dev/null 2>&1' + fi + fi + + # Only build a position-dependent object if we build old libraries. + if test "$build_old_libs" = yes; then + if test "$pic_mode" != yes; then + # Don't build PIC code + command="$base_compile $qsrcfile$pie_flag" + else + command="$base_compile $qsrcfile $pic_flag" + fi + if test "$compiler_c_o" = yes; then + command+=" -o $obj" + fi + + # Suppress compiler output if we already did a PIC compilation. + command+="$suppress_output" + func_show_eval_locale "$command" \ + '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' + + if test "$need_locks" = warn && + test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then + $ECHO "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $opt_dry_run || $RM $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + func_show_eval '$MV "$output_obj" "$obj"' \ + 'error=$?; $opt_dry_run || $RM $removelist; exit $error' + fi + fi + + $opt_dry_run || { + func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" + + # Unlock the critical section if it was locked + if test "$need_locks" != no; then + removelist=$lockfile + $RM "$lockfile" + fi + } + + exit $EXIT_SUCCESS +} + +$opt_help || { + test "$opt_mode" = compile && func_mode_compile ${1+"$@"} +} + +func_mode_help () +{ + # We need to display help for each of the modes. + case $opt_mode in + "") + # Generic help is extracted from the usage comments + # at the start of this file. + func_help + ;; + + clean) + $ECHO \ +"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + + compile) + $ECHO \ +"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -no-suppress do not suppress compiler output for multiple passes + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build non-PIC objects only + -shared do not build a \`.o' file suitable for static linking + -static only build a \`.o' file suitable for static linking + -Wc,FLAG pass FLAG directly to the compiler + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + + execute) + $ECHO \ +"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + + finish) + $ECHO \ +"Usage: $progname [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + + install) + $ECHO \ +"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The following components of INSTALL-COMMAND are treated specially: + + -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + + link) + $ECHO \ +"Usage: $progname [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -shared only do dynamic linking of libtool libraries + -shrext SUFFIX override the standard shared library file extension + -static do not do any dynamic linking of uninstalled libtool libraries + -static-libtool-libs + do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + + uninstall) + $ECHO \ +"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + + *) + func_fatal_help "invalid operation mode \`$opt_mode'" + ;; + esac + + echo + $ECHO "Try \`$progname --help' for more information about other modes." +} + +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test "$opt_help" = :; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | sed -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + sed '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi + + +# func_mode_execute arg... +func_mode_execute () +{ + $opt_debug + # The first argument is the command name. + cmd="$nonopt" + test -z "$cmd" && \ + func_fatal_help "you must specify a COMMAND" + + # Handle -dlopen flags immediately. + for file in $opt_dlopen; do + test -f "$file" \ + || func_fatal_help "\`$file' is not a file" + + dir= + case $file in + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$lib' is not a valid libtool archive" + + # Read the libtool library. + dlname= + library_names= + func_source "$file" + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && \ + func_warning "\`$file' was not linked with \`-export-dynamic'" + continue + fi + + func_dirname "$file" "" "." + dir="$func_dirname_result" + + if test -f "$dir/$objdir/$dlname"; then + dir+="/$objdir" + else + if test ! -f "$dir/$dlname"; then + func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + fi + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + func_dirname "$file" "" "." + dir="$func_dirname_result" + ;; + + *) + func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -* | *.la | *.lo ) ;; + *) + # Do a test to see if this is really a libtool program. + if func_ltwrapper_script_p "$file"; then + func_source "$file" + # Transform arg to wrapped name. + file="$progdir/$program" + elif func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + func_source "$func_ltwrapper_scriptname_result" + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + func_append_quoted args "$file" + done + + if test "X$opt_dry_run" = Xfalse; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES + do + eval "if test \"\${save_$lt_var+set}\" = set; then + $lt_var=\$save_$lt_var; export $lt_var + else + $lt_unset $lt_var + fi" + done + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = execute && func_mode_execute ${1+"$@"} + + +# func_mode_finish arg... +func_mode_finish () +{ + $opt_debug + libs= + libdirs= + admincmds= + + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + libdirs+=" $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + libs+=" $opt" + else + func_warning "\`$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument \`$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + func_execute_cmds "$finish_cmds" 'admincmds="$admincmds +'"$cmd"'"' + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $opt_dry_run || eval "$cmds" || admincmds+=" + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + $opt_silent && exit $EXIT_SUCCESS + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + echo "Libraries have been installed in:" + for libdir in $libdirs; do + $ECHO " $libdir" + done + echo + echo "If you ever happen to want to link against installed libraries" + echo "in a given directory, LIBDIR, you must either use libtool, and" + echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "flag during linking and do at least one of the following:" + if test -n "$shlibpath_var"; then + echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " during execution" + fi + if test -n "$runpath_var"; then + echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " during linking" + fi + if test -n "$hardcode_libdir_flag_spec"; then + libdir=LIBDIR + eval flag=\"$hardcode_libdir_flag_spec\" + + $ECHO " - use the \`$flag' linker flag" + fi + if test -n "$admincmds"; then + $ECHO " - have your system administrator run these commands:$admincmds" + fi + if test -f /etc/ld.so.conf; then + echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + fi + echo + + echo "See any operating system documentation about shared libraries for" + case $host in + solaris2.[6789]|solaris2.1[0-9]) + echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" + echo "pages." + ;; + *) + echo "more information, such as the ld(1) and ld.so(8) manual pages." + ;; + esac + echo "----------------------------------------------------------------------" + fi + exit $EXIT_SUCCESS +} + +test "$opt_mode" = finish && func_mode_finish ${1+"$@"} + + +# func_mode_install arg... +func_mode_install () +{ + $opt_debug + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + case $nonopt in *shtool*) :;; *) false;; esac; then + # Aesthetically quote it. + func_quote_for_eval "$nonopt" + install_prog="$func_quote_for_eval_result " + arg=$1 + shift + else + install_prog= + arg=$nonopt + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + func_quote_for_eval "$arg" + install_prog+="$func_quote_for_eval_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + no_mode=: + for arg + do + arg2= + if test -n "$dest"; then + files+=" $dest" + dest=$arg + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) + if $install_cp; then :; else + prev=$arg + fi + ;; + -g | -m | -o) + prev=$arg + ;; + -s) + stripme=" -s" + continue + ;; + -*) + ;; + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + if test "x$prev" = x-m && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi + prev= + else + dest=$arg + continue + fi + ;; + esac + + # Aesthetically quote the argument. + func_quote_for_eval "$arg" + install_prog+=" $func_quote_for_eval_result" + if test -n "$arg2"; then + func_quote_for_eval "$arg2" + fi + install_shared_prog+=" $func_quote_for_eval_result" + done + + test -z "$install_prog" && \ + func_fatal_help "you must specify an install program" + + test -n "$prev" && \ + func_fatal_help "the \`$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_for_eval "$install_override_mode" + install_shared_prog+=" -m $func_quote_for_eval_result" + fi + fi + + if test -z "$files"; then + if test -z "$dest"; then + func_fatal_help "no file or destination specified" + else + func_fatal_help "you must specify a destination" + fi + fi + + # Strip any trailing slash from the destination. + func_stripname '' '/' "$dest" + dest=$func_stripname_result + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + func_dirname_and_basename "$dest" "" "." + destdir="$func_dirname_result" + destname="$func_basename_result" + + # Not a directory, so check to see that there is only one file specified. + set dummy $files; shift + test "$#" -gt 1 && \ + func_fatal_help "\`$dest' is not a directory" + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + func_fatal_help "\`$destdir' must be an absolute directory name" + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + staticlibs+=" $file" + ;; + + *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$file" \ + || func_fatal_help "\`$file' is not a valid libtool archive" + + library_names= + old_library= + relink_command= + func_source "$file" + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) current_libdirs+=" $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) future_libdirs+=" $libdir" ;; + esac + fi + + func_dirname "$file" "/" "" + dir="$func_dirname_result" + dir+="$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + test "$inst_prefix_dir" = "$destdir" && \ + func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + func_warning "relinking \`$file'" + func_show_eval "$relink_command" \ + 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + fi + + # See the names of the shared library. + set dummy $library_names; shift + if test -n "$1"; then + realname="$1" + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ + 'exit $?' + tstripme="$stripme" + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + case $realname in + *.dll.a) + tstripme="" + ;; + esac + ;; + esac + if test -n "$tstripme" && test -n "$striplib"; then + func_show_eval "$striplib $destdir/$realname" 'exit $?' + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + # Try `ln -sf' first, because the `ln' binary might depend on + # the symlink we replace! Solaris /bin/ln does not understand -f, + # so we also need to try rm && ln -s. + for linkname + do + test "$linkname" != "$realname" \ + && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' + fi + + # Install the pseudo-library for information purposes. + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs+=" $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + func_lo2o "$destfile" + staticdest=$func_lo2o_result + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + func_fatal_help "cannot copy a libtool object to \`$destfile'" + ;; + esac + + # Install the libtool object if requested. + test -n "$destfile" && \ + func_show_eval "$install_prog $file $destfile" 'exit $?' + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + func_lo2o "$file" + staticobj=$func_lo2o_result + func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + func_basename "$file" + destfile="$func_basename_result" + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + func_stripname '' '.exe' "$file" + file=$func_stripname_result + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin* | *mingw*) + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + wrapper=$func_ltwrapper_scriptname_result + else + func_stripname '' '.exe' "$file" + wrapper=$func_stripname_result + fi + ;; + *) + wrapper=$file + ;; + esac + if func_ltwrapper_script_p "$wrapper"; then + notinst_deplibs= + relink_command= + + func_source "$wrapper" + + # Check the variables that should have been set. + test -z "$generated_by_libtool_version" && \ + func_fatal_error "invalid libtool wrapper script \`$wrapper'" + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + func_source "$lib" + fi + libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + func_warning "\`$lib' has not been installed in \`$libdir'" + finalize=no + fi + done + + relink_command= + func_source "$wrapper" + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + $opt_dry_run || { + if test "$finalize" = yes; then + tmpdir=`func_mktempdir` + func_basename "$file$stripped_ext" + file="$func_basename_result" + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` + + $opt_silent || { + func_quote_for_expand "$relink_command" + eval "func_echo $func_quote_for_expand_result" + } + if eval "$relink_command"; then : + else + func_error "error: relink \`$file' with the above command before installing it" + $opt_dry_run || ${RM}r "$tmpdir" + continue + fi + file="$outputname" + else + func_warning "cannot relink \`$file'" + fi + } + else + # Install the binary that we compiled earlier. + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyway + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + func_stripname '' '.exe' "$destfile" + destfile=$func_stripname_result + ;; + esac + ;; + esac + func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' + $opt_dry_run || if test -n "$outputname"; then + ${RM}r "$tmpdir" + fi + ;; + esac + done + + for file in $staticlibs; do + func_basename "$file" + name="$func_basename_result" + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + + func_show_eval "$install_prog \$file \$oldlib" 'exit $?' + + if test -n "$stripme" && test -n "$old_striplib"; then + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' + fi + + # Do each command in the postinstall commands. + func_execute_cmds "$old_postinstall_cmds" 'exit $?' + done + + test -n "$future_libdirs" && \ + func_warning "remember to run \`$progname --finish$future_libdirs'" + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + $opt_dry_run && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi +} + +test "$opt_mode" = install && func_mode_install ${1+"$@"} + + +# func_generate_dlsyms outputname originator pic_p +# Extract symbols from dlprefiles and create ${outputname}S.o with +# a dlpreopen symbol table. +func_generate_dlsyms () +{ + $opt_debug + my_outputname="$1" + my_originator="$2" + my_pic_p="${3-no}" + my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + my_dlsyms= + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + my_dlsyms="${my_outputname}S.c" + else + func_error "not configured to extract global symbols from dlpreopened files" + fi + fi + + if test -n "$my_dlsyms"; then + case $my_dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${my_outputname}.nm" + + func_show_eval "$RM $nlist ${nlist}S ${nlist}T" + + # Parse the name list into a source file. + func_verbose "creating $output_objdir/$my_dlsyms" + + $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ +/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + func_verbose "generating symbol list for \`$output'" + + $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` + for progfile in $progfiles; do + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $opt_dry_run || { + eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + if test -n "$export_symbols_regex"; then + $opt_dry_run || { + eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + } + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$outputname.exp" + $opt_dry_run || { + $RM $export_symbols + eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' + ;; + esac + } + else + $opt_dry_run || { + eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' + eval '$MV "$nlist"T "$nlist"' + case $host in + *cygwin* | *mingw* | *cegcc* ) + eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' + eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' + ;; + esac + } + fi + fi + + for dlprefile in $dlprefiles; do + func_verbose "extracting global C symbols from \`$dlprefile'" + func_basename "$dlprefile" + name="$func_basename_result" + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename="" + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname" ; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename="$func_basename_result" + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename" ; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac + done + + $opt_dry_run || { + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $MV "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if $GREP -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + $GREP -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' + else + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" + fi + + echo >> "$output_objdir/$my_dlsyms" "\ + +/* The mapping between symbol names and symbols. */ +typedef struct { + const char *name; + void *address; +} lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[]; +LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[] = +{\ + { \"$my_originator\", (void *) 0 }," + + case $need_lib_prefix in + no) + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + *) + eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" + ;; + esac + echo >> "$output_objdir/$my_dlsyms" "\ + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_${my_prefix}_LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + } # !$opt_dry_run + + pic_flag_for_symtable= + case "$compile_command " in + *" -static "*) ;; + *) + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; + *-*-hpux*) + pic_flag_for_symtable=" $pic_flag" ;; + *) + if test "X$my_pic_p" != Xno; then + pic_flag_for_symtable=" $pic_flag" + fi + ;; + esac + ;; + esac + symtab_cflags= + for arg in $LTCFLAGS; do + case $arg in + -pie | -fpie | -fPIE) ;; + *) symtab_cflags+=" $arg" ;; + esac + done + + # Now compile the dynamic symbol file. + func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' + + # Clean up the generated files. + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + + # Transform the symbol file into the correct name. + symfileobj="$output_objdir/${my_outputname}S.$objext" + case $host in + *cygwin* | *mingw* | *cegcc* ) + if test -f "$output_objdir/$my_outputname.def"; then + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + else + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + fi + ;; + *) + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` + ;; + esac + ;; + *) + func_fatal_error "unknown suffix for \`$my_dlsyms'" + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` + fi +} + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +# Despite the name, also deal with 64 bit binaries. +func_win32_libid () +{ + $opt_debug + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' + 1,100{ + / I /{ + s,.*,import, + p + q + } + }'` + case $win32_nmres in + import*) win32_libid_type="x86 archive import";; + *) win32_libid_type="x86 archive static";; + esac + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $ECHO "$win32_libid_type" +} + +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $opt_debug + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $opt_debug + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive which possess that section. Heuristic: eliminate + # all those which have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $opt_debug + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $opt_debug + if func_cygming_gnu_implib_p "$1" ; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1" ; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result="" + fi +} + + +# func_extract_an_archive dir oldlib +func_extract_an_archive () +{ + $opt_debug + f_ex_an_ar_dir="$1"; shift + f_ex_an_ar_oldlib="$1" + if test "$lock_old_archive_extraction" = yes; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test "$lock_old_archive_extraction" = yes; then + $opt_dry_run || rm -f "$lockfile" + fi + if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then + : + else + func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" + fi +} + + +# func_extract_archives gentop oldlib ... +func_extract_archives () +{ + $opt_debug + my_gentop="$1"; shift + my_oldlibs=${1+"$@"} + my_oldobjs="" + my_xlib="" + my_xabs="" + my_xdir="" + + for my_xlib in $my_oldlibs; do + # Extract the objects. + case $my_xlib in + [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + *) my_xabs=`pwd`"/$my_xlib" ;; + esac + func_basename "$my_xlib" + my_xlib="$func_basename_result" + my_xlib_u=$my_xlib + while :; do + case " $extracted_archives " in + *" $my_xlib_u "*) + func_arith $extracted_serial + 1 + extracted_serial=$func_arith_result + my_xlib_u=lt$extracted_serial-$my_xlib ;; + *) break ;; + esac + done + extracted_archives="$extracted_archives $my_xlib_u" + my_xdir="$my_gentop/$my_xlib_u" + + func_mkdir_p "$my_xdir" + + case $host in + *-darwin*) + func_verbose "Extracting $my_xabs" + # Do not bother doing anything if just a dry run + $opt_dry_run || { + darwin_orig_dir=`pwd` + cd $my_xdir || exit $? + darwin_archive=$my_xabs + darwin_curdir=`pwd` + darwin_base_archive=`basename "$darwin_archive"` + darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` + if test -n "$darwin_arches"; then + darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` + darwin_arch= + func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" + for darwin_arch in $darwin_arches ; do + func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" + $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" + cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" + func_extract_an_archive "`pwd`" "${darwin_base_archive}" + cd "$darwin_curdir" + $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + done # $darwin_arches + ## Okay now we've a bunch of thin objects, gotta fatten them up :) + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_file= + darwin_files= + for darwin_file in $darwin_filelist; do + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` + $LIPO -create -output "$darwin_file" $darwin_files + done # $darwin_filelist + $RM -rf unfat-$$ + cd "$darwin_orig_dir" + else + cd $darwin_orig_dir + func_extract_an_archive "$my_xdir" "$my_xabs" + fi # $darwin_arches + } # !$opt_dry_run + ;; + *) + func_extract_an_archive "$my_xdir" "$my_xabs" + ;; + esac + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` + done + + func_extract_archives_result="$my_oldobjs" +} + + +# func_emit_wrapper [arg=no] +# +# Emit a libtool wrapper script on stdout. +# Don't directly open a file because we may want to +# incorporate the script contents within a cygwin/mingw +# wrapper executable. Must ONLY be called from within +# func_mode_link because it depends on a number of variables +# set therein. +# +# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR +# variable will take. If 'yes', then the emitted script +# will assume that the directory in which it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () +{ + func_emit_wrapper_arg1=${1-no} + + $ECHO "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='$sed_quote_subst' + +# Be Bourne compatible +if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac +fi +BIN_SH=xpg4; export BIN_SH # for Tru64 +DUALCASE=1; export DUALCASE # for MKS sh + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variables: + generated_by_libtool_version='$macro_version' + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$ECHO are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + file=\"\$0\"" + + qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=\"$qECHO\" + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ which is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options which match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ +" + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} + + # Find the directory that this script lives in. + thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` + done + + # Usually 'no', except on cygwin/mingw when embedded into + # the cwrapper. + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 + if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then + # special case for '.' + if test \"\$thisdir\" = \".\"; then + thisdir=\`pwd\` + fi + # remove .libs from thisdir + case \"\$thisdir\" in + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; + $objdir ) thisdir=. ;; + esac + fi + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $ECHO "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $MKDIR \"\$progdir\" + else + $RM \"\$progdir/\$file\" + fi" + + $ECHO "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $ECHO \"\$relink_command_output\" >&2 + $RM \"\$progdir/\$file\" + exit 1 + fi + fi + + $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $RM \"\$progdir/\$program\"; + $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $RM \"\$progdir/\$file\" + fi" + else + $ECHO "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $ECHO "\ + + if test -f \"\$progdir/\$program\"; then" + + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $ECHO "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` + + export $shlibpath_var +" + fi + + $ECHO "\ + if test \"\$libtool_execute_magic\" != \"$magic\"; then + # Run the actual program with our arguments. + func_exec_program \${1+\"\$@\"} + fi + else + # The program doesn't exist. + \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 + \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 + exit 1 + fi +fi\ +" +} + + +# func_emit_cwrapperexe_src +# emit the source code for a wrapper executable on stdout +# Must ONLY be called from within func_mode_link because +# it depends on a number of variable set therein. +func_emit_cwrapperexe_src () +{ + cat < +#include +#ifdef _MSC_VER +# include +# include +# include +#else +# include +# include +# ifdef __CYGWIN__ +# include +# endif +#endif +#include +#include +#include +#include +#include +#include +#include +#include + +/* declarations of non-ANSI functions */ +#if defined(__MINGW32__) +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined(__CYGWIN__) +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined (other platforms) ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined(_MSC_VER) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +# ifndef _INTPTR_T_DEFINED +# define _INTPTR_T_DEFINED +# define intptr_t int +# endif +#elif defined(__MINGW32__) +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined(__CYGWIN__) +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined (other platforms) ... */ +#endif + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef S_IXOTH +# define S_IXOTH 0 +#endif +#ifndef S_IXGRP +# define S_IXGRP 0 +#endif + +/* path handling portability macros */ +#ifndef DIR_SEPARATOR +# define DIR_SEPARATOR '/' +# define PATH_SEPARATOR ':' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +# define HAVE_DOS_BASED_FILE_SYSTEM +# define FOPEN_WB "wb" +# ifndef DIR_SEPARATOR_2 +# define DIR_SEPARATOR_2 '\\' +# endif +# ifndef PATH_SEPARATOR_2 +# define PATH_SEPARATOR_2 ';' +# endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#ifndef PATH_SEPARATOR_2 +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) +#else /* PATH_SEPARATOR_2 */ +# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) +#endif /* PATH_SEPARATOR_2 */ + +#ifndef FOPEN_WB +# define FOPEN_WB "w" +#endif +#ifndef _O_BINARY +# define _O_BINARY 0 +#endif + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +#if defined(LT_DEBUGWRAPPER) +static int lt_debug = 1; +#else +static int lt_debug = 0; +#endif + +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ + +void *xmalloc (size_t num); +char *xstrdup (const char *string); +const char *base_name (const char *name); +char *find_executable (const char *wrapper); +char *chase_symlinks (const char *pathspec); +int make_executable (const char *path); +int check_executable (const char *path); +char *strendzap (char *str, const char *pat); +void lt_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); +void lt_setenv (const char *name, const char *value); +char *lt_extend_str (const char *orig_value, const char *add, int to_end); +void lt_update_exe_path (const char *name, const char *value); +void lt_update_lib_path (const char *name, const char *value); +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); +EOF + + cat <= 0) + && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) + return 1; + else + return 0; +} + +int +make_executable (const char *path) +{ + int rval = 0; + struct stat st; + + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); + if ((!path) || (!*path)) + return 0; + + if (stat (path, &st) >= 0) + { + rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); + } + return rval; +} + +/* Searches for the full path of the wrapper. Returns + newly allocated full path name if found, NULL otherwise + Does not chase symlinks, even on platforms that support them. +*/ +char * +find_executable (const char *wrapper) +{ + int has_slash = 0; + const char *p; + const char *p_next; + /* static buffer for getcwd */ + char tmp[LT_PATHMAX + 1]; + int tmp_len; + char *concat_name; + + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); + + if ((wrapper == NULL) || (*wrapper == '\0')) + return NULL; + + /* Absolute path? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + else + { +#endif + if (IS_DIR_SEPARATOR (wrapper[0])) + { + concat_name = xstrdup (wrapper); + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + } +#endif + + for (p = wrapper; *p; p++) + if (*p == '/') + { + has_slash = 1; + break; + } + if (!has_slash) + { + /* no slashes; search PATH */ + const char *path = getenv ("PATH"); + if (path != NULL) + { + for (p = path; *p; p = p_next) + { + const char *q; + size_t p_len; + for (q = p; *q; q++) + if (IS_PATH_SEPARATOR (*q)) + break; + p_len = q - p; + p_next = (*q == '\0' ? q : q + 1); + if (p_len == 0) + { + /* empty path: current directory */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = + XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + } + else + { + concat_name = + XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, p, p_len); + concat_name[p_len] = '/'; + strcpy (concat_name + p_len + 1, wrapper); + } + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + } + } + /* not found in PATH; assume curdir */ + } + /* Relative path | not found in path: prepend cwd */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); + tmp_len = strlen (tmp); + concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); + memcpy (concat_name, tmp, tmp_len); + concat_name[tmp_len] = '/'; + strcpy (concat_name + tmp_len + 1, wrapper); + + if (check_executable (concat_name)) + return concat_name; + XFREE (concat_name); + return NULL; +} + +char * +chase_symlinks (const char *pathspec) +{ +#ifndef S_ISLNK + return xstrdup (pathspec); +#else + char buf[LT_PATHMAX]; + struct stat s; + char *tmp_pathspec = xstrdup (pathspec); + char *p; + int has_symlinks = 0; + while (strlen (tmp_pathspec) && !has_symlinks) + { + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); + if (lstat (tmp_pathspec, &s) == 0) + { + if (S_ISLNK (s.st_mode) != 0) + { + has_symlinks = 1; + break; + } + + /* search backwards for last DIR_SEPARATOR */ + p = tmp_pathspec + strlen (tmp_pathspec) - 1; + while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + p--; + if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) + { + /* no more DIR_SEPARATORS left */ + break; + } + *p = '\0'; + } + else + { + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); + } + } + XFREE (tmp_pathspec); + + if (!has_symlinks) + { + return xstrdup (pathspec); + } + + tmp_pathspec = realpath (pathspec, buf); + if (tmp_pathspec == 0) + { + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); + } + return xstrdup (tmp_pathspec); +#endif +} + +char * +strendzap (char *str, const char *pat) +{ + size_t len, patlen; + + assert (str != NULL); + assert (pat != NULL); + + len = strlen (str); + patlen = strlen (pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp (str, pat) == 0) + *str = '\0'; + } + return str; +} + +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + +static void +lt_error_core (int exit_status, const char *file, + int line, const char *mode, + const char *message, va_list ap) +{ + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *file, int line, const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); + va_end (ap); +} + +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + +void +lt_setenv (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (value)); + { +#ifdef HAVE_SETENV + /* always make a copy, for consistency with !HAVE_SETENV */ + char *str = xstrdup (value); + setenv (name, str, 1); +#else + int len = strlen (name) + 1 + strlen (value) + 1; + char *str = XMALLOC (char, len); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } +} + +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) +{ + char *new_value; + if (orig_value && *orig_value) + { + int orig_value_len = strlen (orig_value); + int add_len = strlen (add); + new_value = XMALLOC (char, add_len + orig_value_len + 1); + if (to_end) + { + strcpy (new_value, orig_value); + strcpy (new_value + orig_value_len, add); + } + else + { + strcpy (new_value, add); + strcpy (new_value + add_len, orig_value); + } + } + else + { + new_value = xstrdup (add); + } + return new_value; +} + +void +lt_update_exe_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + /* some systems can't cope with a ':'-terminated path #' */ + int len = strlen (new_value); + while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) + { + new_value[len-1] = '\0'; + } + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +void +lt_update_lib_path (const char *name, const char *value) +{ + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); + + if (name && *name && value && *value) + { + char *new_value = lt_extend_str (getenv (name), value, 0); + lt_setenv (name, new_value); + XFREE (new_value); + } +} + +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} +EOF +} +# end: func_emit_cwrapperexe_src + +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $opt_debug + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_mode_link arg... +func_mode_link () +{ + $opt_debug + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + # It is impossible to link a dll without this setting, and + # we shouldn't force the makefile maintainer to figure out + # which system we are compiling for in order to pass an extra + # flag for every libtool invocation. + # allow_undefined=no + + # FIXME: Unfortunately, there are problems with the above when trying + # to make a dll which has undefined symbols, in which case not + # even a static library is built. For now, we need to specify + # -no-undefined on the libtool link line when we can be certain + # that all symbols are satisfied, otherwise we get a static library. + allow_undefined=yes + ;; + *) + allow_undefined=yes + ;; + esac + libtool_args=$nonopt + base_compile="$nonopt $@" + compile_command=$nonopt + finalize_command=$nonopt + + compile_rpath= + finalize_rpath= + compile_shlibpath= + finalize_shlibpath= + convenience= + old_convenience= + deplibs= + old_deplibs= + compiler_flags= + linker_flags= + dllsearchpath= + lib_search_path=`pwd` + inst_prefix_dir= + new_inherited_linker_flags= + + avoid_version=no + bindir= + dlfiles= + dlprefiles= + dlself=no + export_dynamic=no + export_symbols= + export_symbols_regex= + generated= + libobjs= + ltlibs= + module=no + no_install=no + objs= + non_pic_objects= + precious_files_regex= + prefer_static_libs=no + preload=no + prev= + prevarg= + release= + rpath= + xrpath= + perm_rpath= + temp_rpath= + thread_safe=no + vinfo= + vinfo_number=no + weak_libs= + single_module="${wl}-single_module" + func_infer_tag $base_compile + + # We need to know -static, to get the right output filenames. + for arg + do + case $arg in + -shared) + test "$build_libtool_libs" != yes && \ + func_fatal_configuration "can not build a shared library" + build_old_libs=no + break + ;; + -all-static | -static | -static-libtool-libs) + case $arg in + -all-static) + if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + func_warning "complete static linking is impossible in this configuration" + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + -static) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=built + ;; + -static-libtool-libs) + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + prefer_static_libs=yes + ;; + esac + build_libtool_libs=no + build_old_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + func_quote_for_eval "$arg" + qarg=$func_quote_for_eval_unquoted_result + libtool_args+=" $func_quote_for_eval_result" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + compile_command+=" @OUTPUT@" + finalize_command+=" @OUTPUT@" + ;; + esac + + case $prev in + bindir) + bindir="$arg" + prev= + continue + ;; + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + compile_command+=" @SYMFILE@" + finalize_command+=" @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + dlfiles+=" $arg" + else + dlprefiles+=" $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + test -f "$arg" \ + || func_fatal_error "symbol file \`$arg' does not exist" + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + framework) + case $host in + *-*-darwin*) + case "$deplibs " in + *" $qarg.ltframework "*) ;; + *) deplibs+=" $qarg.ltframework" # this is fixed later + ;; + esac + ;; + esac + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat "$save_arg"` + do +# moreargs+=" $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles+=" $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles+=" $pic_object" + prev= + fi + + # A PIC object. + libobjs+=" $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects+=" $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + non_pic_objects+=" $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + libobjs+=" $pic_object" + non_pic_objects+=" $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + done + else + func_fatal_error "link input file \`$arg' does not exist" + fi + arg=$save_arg + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) rpath+=" $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) xrpath+=" $arg" ;; + esac + fi + prev= + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + weak) + weak_libs+=" $arg" + prev= + continue + ;; + xcclinker) + linker_flags+=" $qarg" + compiler_flags+=" $qarg" + prev= + compile_command+=" $qarg" + finalize_command+=" $qarg" + continue + ;; + xcompiler) + compiler_flags+=" $qarg" + prev= + compile_command+=" $qarg" + finalize_command+=" $qarg" + continue + ;; + xlinker) + linker_flags+=" $qarg" + compiler_flags+=" $wl$qarg" + prev= + compile_command+=" $wl$qarg" + finalize_command+=" $wl$qarg" + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + # See comment for -static flag below, for more details. + compile_command+=" $link_static_flag" + finalize_command+=" $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + func_fatal_error "\`-allow-undefined' must not be used because it is the default" + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -bindir) + prev=bindir + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + func_fatal_error "more than one -exported-symbols argument is not allowed" + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -framework) + prev=framework + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + compile_command+=" $arg" + finalize_command+=" $arg" + ;; + esac + continue + ;; + + -L*) + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then + if test "$#" -gt 0; then + func_fatal_error "require no space between \`-L' and \`$1'" + else + func_fatal_error "need path for \`-L' option" + fi + fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + test -z "$absdir" && \ + func_fatal_error "cannot determine absolute directory name of \`$dir'" + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; + *) + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) deplibs+=" $arg" ;; + *) deplibs+=" -L$dir" ;; + esac + lib_search_path+=" $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$dir:"*) ;; + ::) dllsearchpath=$dir;; + *) dllsearchpath+=":$dir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) dllsearchpath+=":$testbindir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + deplibs+=" System.ltframework" + continue + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + test "X$arg" = "X-lc" && continue + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + deplibs+=" $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # Tru64 UNIX uses -model [arg] to determine the layout of C++ + # classes, name mangling, and exception handling. + # Darwin uses the -arch flag to determine output architecture. + -model|-arch|-isysroot|--sysroot) + compiler_flags+=" $arg" + compile_command+=" $arg" + finalize_command+=" $arg" + prev=xcompiler + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + compiler_flags+=" $arg" + compile_command+=" $arg" + finalize_command+=" $arg" + case "$new_inherited_linker_flags " in + *" $arg "*) ;; + * ) new_inherited_linker_flags+=" $arg" ;; + esac + continue + ;; + + -multi_module) + single_module="${wl}-multi_module" + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) + # The PATH hackery in wrapper scripts is required on Windows + # and Darwin in order for the loader to find any dlls it needs. + func_warning "\`-no-install' is ignored for $host" + func_warning "assuming \`-no-fast-install' instead" + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + func_stripname '-R' '' "$arg" + dir=$func_stripname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; + *) + func_fatal_error "only absolute run-paths are allowed" + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) xrpath+=" $dir" ;; + esac + continue + ;; + + -shared) + # The effects of -shared are defined in a previous loop. + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -static | -static-libtool-libs) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -weak) + prev=weak + continue + ;; + + -Wc,*) + func_stripname '-Wc,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + arg+=" $func_quote_for_eval_result" + compiler_flags+=" $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Wl,*) + func_stripname '-Wl,' '' "$arg" + args=$func_stripname_result + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + func_quote_for_eval "$flag" + arg+=" $wl$func_quote_for_eval_result" + compiler_flags+=" $wl$func_quote_for_eval_result" + linker_flags+=" $func_quote_for_eval_result" + done + IFS="$save_ifs" + func_stripname ' ' '' "$arg" + arg=$func_stripname_result + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # -msg_* for osf cc + -msg_*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-flto*|-fwhopr*|-fuse-linker-plugin) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + compile_command+=" $arg" + finalize_command+=" $arg" + compiler_flags+=" $arg" + continue + ;; + + # Some other compiler flag. + -* | +*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + + *.$objext) + # A standard object. + objs+=" $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if func_lalib_unsafe_p "$arg"; then + pic_object= + non_pic_object= + + # Read the .lo file + func_source "$arg" + + if test -z "$pic_object" || + test -z "$non_pic_object" || + test "$pic_object" = none && + test "$non_pic_object" = none; then + func_fatal_error "cannot find name of object for \`$arg'" + fi + + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles+=" $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles+=" $pic_object" + prev= + fi + + # A PIC object. + libobjs+=" $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects+=" $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + else + # If the PIC object exists, use it instead. + # $xdir was prepended to $pic_object above. + non_pic_object="$pic_object" + non_pic_objects+=" $non_pic_object" + fi + else + # Only an error if not doing a dry-run. + if $opt_dry_run; then + # Extract subdirectory from the argument. + func_dirname "$arg" "/" "" + xdir="$func_dirname_result" + + func_lo2o "$arg" + pic_object=$xdir$objdir/$func_lo2o_result + non_pic_object=$xdir$func_lo2o_result + libobjs+=" $pic_object" + non_pic_objects+=" $non_pic_object" + else + func_fatal_error "\`$arg' is not a valid libtool object" + fi + fi + ;; + + *.$libext) + # An archive. + deplibs+=" $arg" + old_deplibs+=" $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + func_resolve_sysroot "$arg" + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + dlfiles+=" $func_resolve_sysroot_result" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + dlprefiles+=" $func_resolve_sysroot_result" + prev= + else + deplibs+=" $func_resolve_sysroot_result" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + compile_command+=" $arg" + finalize_command+=" $arg" + fi + done # argument parsing loop + + test -n "$prev" && \ + func_fatal_help "the \`$prevarg' option requires an argument" + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + compile_command+=" $arg" + finalize_command+=" $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + func_basename "$output" + outputname="$func_basename_result" + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + func_dirname "$output" "/" "" + output_objdir="$func_dirname_result$objdir" + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result + # Create the object directory. + func_mkdir_p "$output_objdir" + + # Determine the type of output + case $output in + "") + func_fatal_help "you must specify an output file" + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if $opt_preserve_dup_deps ; then + case "$libs " in + *" $deplib "*) specialdeplibs+=" $deplib" ;; + esac + fi + libs+=" $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if $opt_duplicate_compiler_generated_deps; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) specialdeplibs+=" $pre_post_deps" ;; + esac + pre_post_deps+=" $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + + case $linkmode in + lib) + passes="conv dlpreopen link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + + for pass in $passes; do + # The preopen pass in lib mode reverses $deplibs; put it back here + # so that -L comes before libs that need it for instance... + if test "$linkmode,$pass" = "lib,link"; then + ## FIXME: Find the place where the list is rebuilt in the wrong + ## order, and fix it there properly + tmp_deplibs= + for deplib in $deplibs; do + tmp_deplibs="$deplib $tmp_deplibs" + done + deplibs="$tmp_deplibs" + fi + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; + esac + fi + if test "$linkmode,$pass" = "lib,dlpreopen"; then + # Collect and forward deplibs of preopened libtool libs + for lib in $dlprefiles; do + # Ignore non-libtool-libs + dependency_libs= + func_resolve_sysroot "$lib" + case $lib in + *.la) func_source "$func_resolve_sysroot_result" ;; + esac + + # Collect preopened libtool deplibs, except any this library + # has declared as weak libs + for deplib in $dependency_libs; do + func_basename "$deplib" + deplib_base=$func_basename_result + case " $weak_libs " in + *" $deplib_base "*) ;; + *) deplibs+=" $deplib" ;; + esac + done + done + libs="$dlprefiles" + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + compiler_flags+=" $deplib" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) new_inherited_linker_flags+=" $deplib" ;; + esac + fi + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + func_warning "\`-l' is ignored for archives/objects" + continue + fi + func_stripname '-l' '' "$deplib" + name=$func_stripname_result + if test "$linkmode" = lib; then + searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" + else + searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" + fi + for searchdir in $searchdirs; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if func_lalib_p "$lib"; then + library_names= + old_library= + func_source "$lib" + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + *.ltframework) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + if test "$linkmode" = lib ; then + case "$new_inherited_linker_flags " in + *" $deplib "*) ;; + * ) new_inherited_linker_flags+=" $deplib" ;; + esac + fi + fi + continue + ;; + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + newlib_search_path+=" $func_resolve_sysroot_result" + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + newlib_search_path+=" $func_resolve_sysroot_result" + ;; + *) + func_warning "\`-L' is ignored for archives/objects" + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + func_stripname '-R' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) xrpath+=" $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + # Linking convenience modules into shared libraries is allowed, + # but linking other static libraries is non-portable. + case " $dlpreconveniencelibs " in + *" $deplib "*) ;; + *) + valid_a_lib=no + case $deplibs_check_method in + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + valid_a_lib=yes + fi + ;; + pass_all) + valid_a_lib=yes + ;; + esac + if test "$valid_a_lib" != yes; then + echo + $ECHO "*** Warning: Trying to link with static lib archive $deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because the file extensions .$libext of this argument makes me believe" + echo "*** that it is just a static archive that I should not use here." + else + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + ;; + esac + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + newdlprefiles+=" $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + newdlfiles+=" $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + + if test "$found" = yes || test -f "$lib"; then : + else + func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" + fi + + # Check to see that this really is a libtool archive. + func_lalib_unsafe_p "$lib" \ + || func_fatal_error "\`$lib' is not a valid libtool archive" + + func_dirname "$lib" "" "." + ladir="$func_dirname_result" + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + inherited_linker_flags= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + avoidtemprpath= + + + # Read the .la file + func_source "$lib" + + # Convert "-framework foo" to "foo.ltframework" + if test -n "$inherited_linker_flags"; then + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` + for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do + case " $new_inherited_linker_flags " in + *" $tmp_inherited_linker_flag "*) ;; + *) new_inherited_linker_flags+=" $tmp_inherited_linker_flag";; + esac + done + fi + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && dlfiles+=" $dlopen" + test -n "$dlpreopen" && dlprefiles+=" $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + # It is a libtool convenience library, so add in its objects. + convenience+=" $ladir/$objdir/$old_library" + old_convenience+=" $ladir/$objdir/$old_library" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs+=" $deplib" ;; + esac + fi + tmp_libs+=" $deplib" + done + elif test "$linkmode" != prog && test "$linkmode" != lib; then + func_fatal_error "\`$lib' is not a convenience library" + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + if test -n "$old_library" && + { test "$prefer_static_libs" = yes || + test "$prefer_static_libs,$installed" = "built,no"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib="$l" + done + fi + if test -z "$linklib"; then + func_fatal_error "cannot find name of link library for \`$lib'" + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + func_fatal_error "cannot -dlopen a convenience library: \`$lib'" + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + dlprefiles+=" $lib $dependency_libs" + else + newdlfiles+=" $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "passing it literally to the linker, although it might fail" + abs_ladir="$ladir" + fi + ;; + esac + func_basename "$lib" + laname="$func_basename_result" + + # Find the relevant object directory and library name. + if test "X$installed" = Xyes; then + if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then + func_warning "library \`$lib' was moved." + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$lt_sysroot$libdir" + absdir="$lt_sysroot$libdir" + fi + test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + else + if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then + dir="$ladir" + absdir="$abs_ladir" + # Remove this search path later + notinst_path+=" $abs_ladir" + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + notinst_path+=" $abs_ladir" + fi + fi # $installed = yes + func_stripname 'lib' '.la' "$laname" + name=$func_stripname_result + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir" && test "$linkmode" = prog; then + func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + fi + case "$host" in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + newdlprefiles+=" $dir/$linklib" + else + newdlprefiles+=" $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + dlpreconveniencelibs+=" $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + newdlprefiles+=" $dir/$old_library" + # Keep a list of preopened convenience libraries to check + # that they are being used correctly in the link pass. + test -z "$libdir" && \ + dlpreconveniencelibs+=" $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + newdlprefiles+=" $dir/$dlname" + else + newdlprefiles+=" $dir/$linklib" + fi + ;; + esac + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + newlib_search_path+=" $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result" + newlib_search_path+=" $func_resolve_sysroot_result" + ;; + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs+=" $deplib" ;; + esac + fi + tmp_libs+=" $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { { test "$prefer_static_libs" = no || + test "$prefer_static_libs,$installed" = "built,yes"; } || + test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath:" in + *"$absdir:"*) ;; + *) temp_rpath+="$absdir:" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath+=" $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath+=" $libdir" ;; + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + use_static_libs=$prefer_static_libs + if test "$use_static_libs" = built && test "$installed" = yes; then + use_static_libs=no + fi + if test -n "$library_names" && + { test "$use_static_libs" = no || test -z "$old_library"; }; then + case $host in + *cygwin* | *mingw* | *cegcc*) + # No point in relinking DLLs because paths are not encoded + notinst_deplibs+=" $lib" + need_relink=no + ;; + *) + if test "$installed" = no; then + notinst_deplibs+=" $lib" + need_relink=yes + fi + ;; + esac + # This is a shared library + + # Warn about portability, can't link against -module's on some + # systems (darwin). Don't bleat about dlopened modules though! + dlopenmodule="" + for dlpremoduletest in $dlprefiles; do + if test "X$dlpremoduletest" = "X$lib"; then + dlopenmodule="$dlpremoduletest" + break + fi + done + if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + echo + if test "$linkmode" = prog; then + $ECHO "*** Warning: Linking the executable $output against the loadable module" + else + $ECHO "*** Warning: Linking the shared library $output against the loadable module" + fi + $ECHO "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath+=" $absdir" ;; + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath+=" $libdir" ;; + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + shift + realname="$1" + shift + libname=`eval "\\$ECHO \"$libname_spec\""` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw* | *cegcc*) + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + func_basename "$soroot" + soname="$func_basename_result" + func_stripname 'lib' '.dll' "$soname" + newlib=libimp-$func_stripname_result.a + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + func_verbose "extracting exported symbol list from \`$soname'" + func_execute_cmds "$extract_expsyms_cmds" 'exit $?' + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + func_verbose "generating import library for \`$soname'" + func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$opt_mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; + *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ + *-*-unixware7*) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a (non-dlopened) module then we can not + # link against it, someone is ignoring the earlier warnings + if /usr/bin/file -L $add 2> /dev/null | + $GREP ": [^:]* bundle" >/dev/null ; then + if test "X$dlopenmodule" != "X$lib"; then + $ECHO "*** Warning: lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + echo + echo "*** And there doesn't seem to be a static archive available" + echo "*** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + elif test -n "$old_library"; then + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$absdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + add_dir+=" -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + func_fatal_configuration "unsupported hardcode properties" + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) compile_shlibpath+="$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && + test "$hardcode_minus_L" != yes && + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath+="$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$opt_mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes && + test "$hardcode_direct_absolute" = no; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath+="$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case $libdir in + [\\/]*) + add_dir+=" -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + echo + $ECHO "*** Warning: This system can not link to static lib archive $lib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + echo "*** But as you try to build a module library, libtool will still create " + echo "*** a static module, that should work as long as the dlopening application" + echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) func_stripname '-R' '' "$libdir" + temp_xrpath=$func_stripname_result + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) xrpath+=" $temp_xrpath";; + esac;; + *) temp_deplibs+=" $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + newlib_search_path+=" $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + case $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps ; then + case "$tmp_libs " in + *" $func_resolve_sysroot_result "*) + specialdeplibs+=" $func_resolve_sysroot_result" ;; + esac + fi + tmp_libs+=" $func_resolve_sysroot_result" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + path= + case $deplib in + -L*) path="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result + func_dirname "$deplib" "" "." + dir=$func_dirname_result + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + func_warning "cannot determine absolute directory name of \`$dir'" + absdir="$dir" + fi + ;; + esac + if $GREP "^installed=no" $deplib > /dev/null; then + case $host in + *-*-darwin*) + depdepl= + eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names" ; then + for tmp in $deplibrary_names ; do + depdepl=$tmp + done + if test -f "$absdir/$objdir/$depdepl" ; then + depdepl="$absdir/$objdir/$depdepl" + darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -z "$darwin_install_name"; then + darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + fi + compiler_flags+=" ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" + linker_flags+=" -dylib_file ${darwin_install_name}:${depdepl}" + path= + fi + fi + ;; + *) + path="-L$absdir/$objdir" + ;; + esac + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + test "$absdir" != "$libdir" && \ + func_warning "\`$deplib' seems to be moved" + + path="-L$absdir" + fi + ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$path $deplibs" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + if test "$pass" = link; then + if test "$linkmode" = "prog"; then + compile_deplibs="$new_inherited_linker_flags $compile_deplibs" + finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" + else + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + fi + fi + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) lib_search_path+=" $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) tmp_libs+=" $deplib" ;; + esac + ;; + *) tmp_libs+=" $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + tmp_libs+=" $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + fi + if test "$linkmode" = prog || test "$linkmode" = lib; then + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for archives" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for archives" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for archives" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for archives" + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for archives" + + test -n "$release" && \ + func_warning "\`-release' is ignored for archives" + + test -n "$export_symbols$export_symbols_regex" && \ + func_warning "\`-export-symbols' is ignored for archives" + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + objs+="$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + func_stripname 'lib' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + test "$module" = no && \ + func_fatal_help "libtool library \`$output' must begin with \`lib'" + + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + func_stripname '' '.la' "$outputname" + name=$func_stripname_result + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + func_stripname '' '.la' "$outputname" + libname=$func_stripname_result + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + else + echo + $ECHO "*** Warning: Linking the shared library $output against the non-libtool" + $ECHO "*** objects $objs is not portable!" + libobjs+=" $objs" + fi + fi + + test "$dlself" != no && \ + func_warning "\`-dlopen self' is ignored for libtool libraries" + + set dummy $rpath + shift + test "$#" -gt 1 && \ + func_warning "ignoring multiple \`-rpath's for a libtool library" + + install_libdir="$1" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + test -n "$vinfo" && \ + func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + + test -n "$release" && \ + func_warning "\`-release' is ignored for convenience libraries" + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + shift + IFS="$save_ifs" + + test -n "$7" && \ + func_fatal_help "too many parameters to \`-version-info'" + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$1" + number_minor="$2" + number_revision="$3" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + # correct linux to gnu/linux during the next big refactor + darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|qnx|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + func_arith $number_major + $number_minor + current=$func_arith_result + age="$number_minor" + revision="$number_minor" + lt_irix_increment=no + ;; + *) + func_fatal_configuration "$modename: unknown library version type \`$version_type'" + ;; + esac + ;; + no) + current="$1" + revision="$2" + age="$3" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "CURRENT \`$current' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $revision in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "REVISION \`$revision' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + case $age in + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + *) + func_error "AGE \`$age' must be a nonnegative integer" + func_fatal_error "\`$vinfo' is not valid version information" + ;; + esac + + if test "$age" -gt "$current"; then + func_error "AGE \`$age' is greater than the current interface number \`$current'" + func_fatal_error "\`$vinfo' is not valid version information" + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + func_arith $current + 1 + minor_current=$func_arith_result + xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current" + ;; + + irix | nonstopux) + if test "X$lt_irix_increment" = "Xno"; then + func_arith $current - $age + else + func_arith $current - $age + 1 + fi + major=$func_arith_result + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + func_arith $revision - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) # correct to gnu/linux during the next big refactor + func_arith $current - $age + major=.$func_arith_result + versuffix="$major.$age.$revision" + ;; + + osf) + func_arith $current - $age + major=.$func_arith_result + versuffix=".$current.$age.$revision" + verstring="$current.$age.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$age + while test "$loop" -ne 0; do + func_arith $current - $loop + iface=$func_arith_result + func_arith $loop - 1 + loop=$func_arith_result + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + verstring+=":${current}.0" + ;; + + qnx) + major=".$current" + versuffix=".$current" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + func_arith $current - $age + major=$func_arith_result + versuffix="-$major" + ;; + + *) + func_fatal_configuration "unknown library version type \`$version_type'" + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + func_warning "undefined symbols not allowed in $host shared libraries" + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + + fi + + func_generate_dlsyms "$libname" "$libname" "yes" + libobjs+=" $symfileobj" + test "X$libobjs" = "X " && libobjs= + + if test "$opt_mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$ECHO "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext | *.gcno) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + removelist+=" $p" + ;; + *) ;; + esac + done + test -n "$removelist" && \ + func_show_eval "${RM}r \$removelist" + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + oldlibs+=" $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + #for path in $notinst_path; do + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` + #done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + func_replace_sysroot "$libdir" + temp_xrpath+=" -R$func_replace_sysroot_result" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath+=" $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) dlfiles+=" $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) dlprefiles+=" $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + deplibs+=" System.ltframework" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + # Do not include libc due to us having libc/libc_r. + ;; + *-*-sco3.2v5* | *-*-sco5v6*) + # Causes problems with __ctype + ;; + *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) + # Compiler inserts libc in the correct place for threads to work + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + deplibs+=" -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $opt_dry_run || $RM conftest.c + cat > conftest.c </dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null | + $GREP " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | + $SED -e 10q | + $EGREP "$file_magic_regex" > /dev/null; then + newdeplibs+=" $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for file magic test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a file magic. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + newdeplibs+=" $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method; shift + match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` + for a_deplib in $deplibs; do + case $a_deplib in + -l*) + func_stripname -l '' "$a_deplib" + name=$func_stripname_result + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + newdeplibs+=" $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval "\\$ECHO \"$libname_spec\""` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ + $EGREP "$match_pattern_regex" > /dev/null; then + newdeplibs+=" $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + echo + $ECHO "*** Warning: linker path does not have real file for library $a_deplib." + echo "*** I have the capability to make that library automatically link in when" + echo "*** you link to this library. But I can only do this if you have a" + echo "*** shared version of the library, which you do not appear to have" + echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $ECHO "*** with $libname and none of the candidates passed a file format test" + $ECHO "*** using a regex pattern. Last file checked: $potlib" + fi + fi + ;; + *) + # Add a -L argument. + newdeplibs+=" $a_deplib" + ;; + esac + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` + done + fi + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test "X$deplibs_check_method" = "Xnone"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." + else + echo "*** Warning: inter-library dependencies are not known to be supported." + fi + echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + ;; + esac + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library with the System framework + newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + echo + echo "*** Warning: libtool could not satisfy all declared inter-library" + $ECHO "*** dependencies of module $libname. Therefore, libtool will create" + echo "*** a static module, that should work as long as the dlopening" + echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + echo + echo "*** However, this would only work if libtool was able to extract symbol" + echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** not find such a program. So, this module is probably useless." + echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + echo "*** The inter-library dependencies that have been dropped here will be" + echo "*** automatically added whenever a program is linked with this library" + echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + echo + echo "*** Since this library must not contain undefined symbols," + echo "*** because either the platform does not support them or" + echo "*** it was explicitly requested with -no-undefined," + echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + case $host in + *-*-darwin*) + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $deplibs " in + *" -L$path/$objdir "*) + new_libs+=" -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs+=" $deplib" ;; + esac + ;; + *) new_libs+=" $deplib" ;; + esac + done + deplibs="$new_libs" + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + # Remove ${wl} instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$opt_mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs+="$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + dep_rpath+=" $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath+=" $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath+="$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + shift + realname="$1" + shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + linknames= + for link + do + linknames+=" $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` + test "X$libobjs" = "X " && libobjs= + + delfiles= + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" + export_symbols="$output_objdir/$libname.uexp" + delfiles+=" $export_symbols" + fi + + orig_export_symbols= + case $host_os in + cygwin* | mingw* | cegcc*) + if test -n "$export_symbols" && test -z "$export_symbols_regex"; then + # exporting using user supplied symfile + if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + # and it's NOT already a .def file. Must figure out + # which of the given symbols are data symbols and tag + # them as such. So, trigger use of export_symbols_cmds. + # export_symbols gets reassigned inside the "prepare + # the list of exported symbols" if statement, so the + # include_expsyms logic still works. + orig_export_symbols="$export_symbols" + export_symbols= + always_export_symbols=yes + fi + fi + ;; + esac + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd1 in $cmds; do + IFS="$save_ifs" + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test "$try_normal_branch" = yes \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=${output_objdir}/${output_la}.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + delfiles+=" $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" + func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs + skipped_export=false + else + # The command line is too long to execute in one step. + func_verbose "using reloadable object file for export list..." + skipped_export=: + # Break out early, otherwise skipped_export may be + # set to false by a later but shorter cmd. + break + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + delfiles+=" $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + tmp_deplibs+=" $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec" && + test "$compiler_needs_object" = yes && + test -z "$libobjs"; then + # extract the archives, so we have objects to list. + # TODO: could optimize this to just extract one archive. + whole_archive_flag_spec= + fi + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + else + gentop="$output_objdir/${outputname}x" + generated+=" $gentop" + + func_extract_archives $gentop $convenience + libobjs+=" $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + linker_flags+=" $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && + func_len " $test_cmds" && + len=$func_len_result && + test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise + # or, if using GNU ld and skipped_export is not :, use a linker + # script. + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + func_basename "$output" + output_la=$func_basename_result + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + last_robj= + k=1 + + if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then + output=${output_objdir}/${output_la}.lnkscript + func_verbose "creating GNU ld script: $output" + echo 'INPUT (' > $output + for obj in $save_libobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + echo ')' >> $output + delfiles+=" $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then + output=${output_objdir}/${output_la}.lnk + func_verbose "creating linker input file list: $output" + : > $output + set x $save_libobjs + shift + firstobj= + if test "$compiler_needs_object" = yes; then + firstobj="$1 " + shift + fi + for obj + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output + done + delfiles+=" $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" + else + if test -n "$save_libobjs"; then + func_verbose "creating reloadable object files..." + output=$output_objdir/$output_la-${k}.$objext + eval test_cmds=\"$reload_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + if test "X$objlist" = X || + test "$len" -lt "$max_cmd_len"; then + objlist+=" $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" + else + # All subsequent reloadable object files will link in + # the last one created. + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" + fi + last_robj=$output_objdir/$output_la-${k}.$objext + func_arith $k + 1 + k=$func_arith_result + output=$output_objdir/$output_la-${k}.$objext + objlist=" $obj" + func_len " $last_robj" + func_arith $len0 + $func_len_result + len=$func_arith_result + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + fi + delfiles+=" $output" + + else + output= + fi + + if ${skipped_export-false}; then + func_verbose "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $opt_dry_run || $RM $export_symbols + libobjs=$output + # Append the command to create the export file. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" + if test -n "$last_robj"; then + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" + fi + fi + + test -n "$save_libobjs" && + func_verbose "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + if test -n "$export_symbols_regex" && ${skipped_export-false}; then + func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + func_show_eval '$MV "${export_symbols}T" "$export_symbols"' + fi + fi + + if ${skipped_export-false}; then + if test -n "$export_symbols" && test -n "$include_expsyms"; then + tmp_export_symbols="$export_symbols" + test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' + fi + + if test -n "$orig_export_symbols"; then + # The given exports_symbols file has to be filtered, so filter it. + func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + # FIXME: $output_objdir/$libname.filter potentially contains lots of + # 's' commands which not all seds can handle. GNU sed should be fine + # though. Also, the filter scales superlinearly with the number of + # global variables. join(1) would be nice here, but unfortunately + # isn't a blessed tool. + $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter + delfiles+=" $export_symbols $output_objdir/$libname.filter" + export_symbols=$output_objdir/$libname.def + $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols + fi + fi + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + test "X$libobjs" = "X " && libobjs= + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + fi + + if test -n "$delfiles"; then + # Append the command to remove temporary files to $cmds. + eval cmds=\"\$cmds~\$RM $delfiles\" + fi + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + generated+=" $gentop" + + func_extract_archives $gentop $dlprefiles + libobjs+=" $func_extract_archives_result" + test "X$libobjs" = "X " && libobjs= + fi + + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $opt_silent || { + func_quote_for_expand "$cmd" + eval "func_echo $func_quote_for_expand_result" + } + $opt_dry_run || eval "$cmd" || { + lt_exit=$? + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + ( cd "$output_objdir" && \ + $RM "${realname}T" && \ + $MV "${realname}U" "$realname" ) + fi + + exit $lt_exit + } + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$opt_mode" = relink; then + $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? + + if test -n "$convenience"; then + if test -z "$whole_archive_flag_spec"; then + func_show_eval '${RM}r "$gentop"' + fi + fi + + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + func_warning "\`-dlopen' is ignored for objects" + fi + + case " $deplibs" in + *\ -l* | *\ -L*) + func_warning "\`-l' and \`-L' are ignored for objects" ;; + esac + + test -n "$rpath" && \ + func_warning "\`-rpath' is ignored for objects" + + test -n "$xrpath" && \ + func_warning "\`-R' is ignored for objects" + + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for objects" + + test -n "$release" && \ + func_warning "\`-release' is ignored for objects" + + case $output in + *.lo) + test -n "$objs$old_deplibs" && \ + func_fatal_error "cannot build library object \`$output' from non-libtool objects" + + libobj=$output + func_lo2o "$libobj" + obj=$func_lo2o_result + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $opt_dry_run || $RM $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec and hope we can get by with + # turning comma into space.. + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" + reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + else + gentop="$output_objdir/${obj}x" + generated+=" $gentop" + + func_extract_archives $gentop $convenience + reload_conv_objs="$reload_objs $func_extract_archives_result" + fi + fi + + # If we're not building shared, we need to use non_pic_objs + test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + func_execute_cmds "$reload_cmds" 'exit $?' + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + func_execute_cmds "$reload_cmds" 'exit $?' + fi + + if test -n "$gentop"; then + func_show_eval '${RM}r "$gentop"' + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) func_stripname '' '.exe' "$output" + output=$func_stripname_result.exe;; + esac + test -n "$vinfo" && \ + func_warning "\`-version-info' is ignored for programs" + + test -n "$release" && \ + func_warning "\`-release' is ignored for programs" + + test "$preload" = yes \ + && test "$dlopen_support" = unknown \ + && test "$dlopen_self" = unknown \ + && test "$dlopen_self_static" = unknown && \ + func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` + ;; + esac + + case $host in + *-*-darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + # But is supposedly fixed on 10.4 or later (yay!). + if test "$tagname" = CXX ; then + case ${MACOSX_DEPLOYMENT_TARGET-10.0} in + 10.[0123]) + compile_command+=" ${wl}-bind_at_load" + finalize_command+=" ${wl}-bind_at_load" + ;; + esac + fi + # Time to change all our "foo.ltframework" stuff back to "-framework foo" + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + ;; + esac + + + # move library search paths that coincide with paths to not yet + # installed libraries to the beginning of the library search list + new_libs= + for path in $notinst_path; do + case " $new_libs " in + *" -L$path/$objdir "*) ;; + *) + case " $compile_deplibs " in + *" -L$path/$objdir "*) + new_libs+=" -L$path/$objdir" ;; + esac + ;; + esac + done + for deplib in $compile_deplibs; do + case $deplib in + -L*) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs+=" $deplib" ;; + esac + ;; + *) new_libs+=" $deplib" ;; + esac + done + compile_deplibs="$new_libs" + + + compile_command+=" $compile_deplibs" + finalize_command+=" $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath+=" $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs+="$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath+=" $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath+=" $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) + testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + case :$dllsearchpath: in + *":$libdir:"*) ;; + ::) dllsearchpath=$libdir;; + *) dllsearchpath+=":$libdir";; + esac + case :$dllsearchpath: in + *":$testbindir:"*) ;; + ::) dllsearchpath=$testbindir;; + *) dllsearchpath+=":$testbindir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs+="$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath+=" $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) finalize_perm_rpath+=" $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + fi + + func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + + # template prelinking step + if test -n "$prelink_cmds"; then + func_execute_cmds "$prelink_cmds" 'exit $?' + fi + + wrappers_required=yes + case $host in + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=no + ;; + *cygwin* | *mingw* ) + if test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + *) + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + wrappers_required=no + fi + ;; + esac + if test "$wrappers_required" = no; then + # Replace the output file specification. + compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + exit_status=0 + func_show_eval "$link_command" 'exit_status=$?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Delete the generated files. + if test -f "$output_objdir/${outputname}S.${objext}"; then + func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + fi + + exit $exit_status + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath+="$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + rpath+="$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $opt_dry_run || $RM $output + # Link the executable and exit + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + exit $EXIT_SUCCESS + fi + + if test "$hardcode_action" = relink; then + # Fast installation is not supported + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + + func_warning "this platform does not like uninstalled shared libraries" + func_warning "\`$output' will be relinked during installation" + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname + + func_show_eval "$link_command" 'exit $?' + + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + + # Now create the wrapper script. + func_verbose "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + fi + + # Only actually do things if not in dry run mode. + $opt_dry_run || { + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) func_stripname '' '.exe' "$output" + output=$func_stripname_result ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + func_stripname '' '.exe' "$outputname" + outputname=$func_stripname_result ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + func_dirname_and_basename "$output" "" "." + output_name=$func_basename_result + output_path=$func_dirname_result + cwrappersource="$output_path/$objdir/lt-$output_name.c" + cwrapper="$output_path/$output_name.exe" + $RM $cwrappersource $cwrapper + trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + func_emit_cwrapperexe_src > $cwrappersource + + # The wrapper executable is built using the $host compiler, + # because it contains $host paths and files. If cross- + # compiling, it, like the target executable, must be + # executed on the $host or under an emulation environment. + $opt_dry_run || { + $LTCC $LTCFLAGS -o $cwrapper $cwrappersource + $STRIP $cwrapper + } + + # Now, create the wrapper script for func_source use: + func_ltwrapper_scriptname $cwrapper + $RM $func_ltwrapper_scriptname_result + trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 + $opt_dry_run || { + # note: this script will not be executed, so do not chmod. + if test "x$build" = "x$host" ; then + $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result + else + func_emit_wrapper no > $func_ltwrapper_scriptname_result + fi + } + ;; + * ) + $RM $output + trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 + + func_emit_wrapper no > $output + chmod +x $output + ;; + esac + } + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save $symfileobj" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + if test "$preload" = yes && test -f "$symfileobj"; then + oldobjs+=" $symfileobj" + fi + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + generated+=" $gentop" + + func_extract_archives $gentop $addlibs + oldobjs+=" $func_extract_archives_result" + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + + # Add any objects from preloaded convenience libraries + if test -n "$dlprefiles"; then + gentop="$output_objdir/${outputname}x" + generated+=" $gentop" + + func_extract_archives $gentop $dlprefiles + oldobjs+=" $func_extract_archives_result" + fi + + # POSIX demands no paths to be encoded in archives. We have + # to avoid creating archives with duplicate basenames if we + # might have to extract them afterwards, e.g., when creating a + # static archive out of a convenience library, or when linking + # the entirety of a libtool archive into another (currently + # not supported by libtool). + if (for obj in $oldobjs + do + func_basename "$obj" + $ECHO "$func_basename_result" + done | sort | sort -uc >/dev/null 2>&1); then + : + else + echo "copying selected object files to avoid basename conflicts..." + gentop="$output_objdir/${outputname}x" + generated+=" $gentop" + func_mkdir_p "$gentop" + save_oldobjs=$oldobjs + oldobjs= + counter=1 + for obj in $save_oldobjs + do + func_basename "$obj" + objbase="$func_basename_result" + case " $oldobjs " in + " ") oldobjs=$obj ;; + *[\ /]"$objbase "*) + while :; do + # Make sure we don't pick an alternate name that also + # overlaps. + newobj=lt$counter-$objbase + func_arith $counter + 1 + counter=$func_arith_result + case " $oldobjs " in + *[\ /]"$newobj "*) ;; + *) if test ! -f "$gentop/$newobj"; then break; fi ;; + esac + done + func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" + oldobjs+=" $gentop/$newobj" + ;; + *) oldobjs+=" $obj" ;; + esac + done + fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result + eval cmds=\"$old_archive_cmds\" + + func_len " $cmds" + len=$func_len_result + if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + func_verbose "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + oldobjs= + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + eval test_cmds=\"$old_archive_cmds\" + func_len " $test_cmds" + len0=$func_len_result + len=$len0 + for obj in $save_oldobjs + do + func_len " $obj" + func_arith $len + $func_len_result + len=$func_arith_result + objlist+=" $obj" + if test "$len" -lt "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + len=$len0 + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + func_execute_cmds "$cmds" 'exit $?' + done + + test -n "$generated" && \ + func_show_eval "${RM}r$generated" + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + func_verbose "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + func_quote_for_eval "$var_value" + relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + # Only create the output if not a dry run. + $opt_dry_run || { + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + func_basename "$deplib" + name="$func_basename_result" + func_resolve_sysroot "$deplib" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + test -z "$libdir" && \ + func_fatal_error "\`$deplib' is not a valid libtool archive" + newdependency_libs+=" ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + newdependency_libs+=" -L$func_replace_sysroot_result" + ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + newdependency_libs+=" -R$func_replace_sysroot_result" + ;; + *) newdependency_libs+=" $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + + for lib in $dlfiles; do + case $lib in + *.la) + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + newdlfiles+=" ${lt_sysroot:+=}$libdir/$name" + ;; + *) newdlfiles+=" $lib" ;; + esac + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + *.la) + # Only pass preopened files to the pseudo-archive (for + # eventual linking with the app. that links it) if we + # didn't already link the preopened objects directly into + # the library: + func_basename "$lib" + name="$func_basename_result" + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + test -z "$libdir" && \ + func_fatal_error "\`$lib' is not a valid libtool archive" + newdlprefiles+=" ${lt_sysroot:+=}$libdir/$name" + ;; + esac + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlfiles+=" $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlprefiles+=" $abs" + done + dlprefiles="$newdlprefiles" + fi + $RM $output + # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test "x$bindir" != x ; + then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; + esac + $ECHO > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Linker flags that can not go in dependency_libs. +inherited_linker_flags='$new_inherited_linker_flags' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Names of additional weak libraries provided by this library +weak_library_names='$weak_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $ECHO >> $output "\ +relink_command=\"$relink_command\"" + fi + done + } + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' + ;; + esac + exit $EXIT_SUCCESS +} + +{ test "$opt_mode" = link || test "$opt_mode" = relink; } && + func_mode_link ${1+"$@"} + + +# func_mode_uninstall arg... +func_mode_uninstall () +{ + $opt_debug + RM="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) RM+=" $arg"; rmforce=yes ;; + -*) RM+=" $arg" ;; + *) files+=" $arg" ;; + esac + done + + test -z "$RM" && \ + func_fatal_help "you must specify an RM program" + + rmdirs= + + for file in $files; do + func_dirname "$file" "" "." + dir="$func_dirname_result" + if test "X$dir" = X.; then + odir="$objdir" + else + odir="$dir/$objdir" + fi + func_basename "$file" + name="$func_basename_result" + test "$opt_mode" = uninstall && odir="$dir" + + # Remember odir for removal later, being careful to avoid duplicates + if test "$opt_mode" = clean; then + case " $rmdirs " in + *" $odir "*) ;; + *) rmdirs+=" $odir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if { test -L "$file"; } >/dev/null 2>&1 || + { test -h "$file"; } >/dev/null 2>&1 || + test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if func_lalib_p "$file"; then + func_source $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + rmfiles+=" $odir/$n" + done + test -n "$old_library" && rmfiles+=" $odir/$old_library" + + case "$opt_mode" in + clean) + case " $library_names " in + *" $dlname "*) ;; + *) test -n "$dlname" && rmfiles+=" $odir/$dlname" ;; + esac + test -n "$libdir" && rmfiles+=" $odir/$name $odir/${name}i" + ;; + uninstall) + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + fi + # FIXME: should reinstall the best remaining shared library. + ;; + esac + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if func_lalib_p "$file"; then + + # Read the .lo file + func_source $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" && + test "$pic_object" != none; then + rmfiles+=" $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" && + test "$non_pic_object" != none; then + rmfiles+=" $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$opt_mode" = clean ; then + noexename=$name + case $file in + *.exe) + func_stripname '' '.exe' "$file" + file=$func_stripname_result + func_stripname '' '.exe' "$name" + noexename=$func_stripname_result + # $file with .exe has already been added to rmfiles, + # add $file without .exe + rmfiles+=" $file" + ;; + esac + # Do a test to see if this is a libtool program. + if func_ltwrapper_p "$file"; then + if func_ltwrapper_executable_p "$file"; then + func_ltwrapper_scriptname "$file" + relink_command= + func_source $func_ltwrapper_scriptname_result + rmfiles+=" $func_ltwrapper_scriptname_result" + else + relink_command= + func_source $dir/$noexename + fi + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + rmfiles+=" $odir/$name $odir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + rmfiles+=" $odir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + rmfiles+=" $odir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + func_show_eval "$RM $rmfiles" 'exit_status=1' + done + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + func_show_eval "rmdir $dir >/dev/null 2>&1" + fi + done + + exit $exit_status +} + +{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && + func_mode_uninstall ${1+"$@"} + +test -z "$opt_mode" && { + help="$generic_help" + func_fatal_help "you must specify a MODE" +} + +test -z "$exec_cmd" && \ + func_fatal_help "invalid operation mode \`$opt_mode'" + +if test -n "$exec_cmd"; then + eval exec "$exec_cmd" + exit $EXIT_FAILURE +fi + +exit $exit_status + + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: +# vi:sw=2 + + +# ### BEGIN LIBTOOL TAG CONFIG: CXX + +# The linker used to build libraries. +LD="/usr/bin/ld" + +# How to create reloadable object files. +reload_flag=" -r" +reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs" + +# Commands used to build an old-style archive. +old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib" + +# A language specific compiler. +CC="g++" + +# Is the compiler the GNU compiler? +with_gcc=yes + +# Compiler flag to turn off builtin functions. +no_builtin_flag=" -fno-builtin" + +# Additional compiler flags for building library objects. +pic_flag=" -fPIC -DPIC" + +# How to pass a linker flag through the compiler. +wl="-Wl," + +# Compiler flag to prevent dynamic linking. +link_static_flag="" + +# Does compiler simultaneously support -c and -o options? +compiler_c_o="yes" + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=no + +# Whether or not to disallow shared libs when runtime libs are static. +allow_libtool_libs_with_static_runtimes=no + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec="\${wl}--export-dynamic" + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive" + +# Whether the compiler copes with passing no objects directly. +compiler_needs_object="no" + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds="" + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds="" + +# Commands used to build a shared archive. +archive_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib" +archive_expsym_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-retain-symbols-file \$wl\$export_symbols -o \$lib" + +# Commands used to build a loadable module if different from building +# a shared archive. +module_cmds="" +module_expsym_cmds="" + +# Whether we are building with GNU ld or not. +with_gnu_ld="yes" + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag="" + +# Flag that enforces no undefined symbols. +no_undefined_flag="" + +# Flag to hardcode $libdir into a binary during linking. +# This must work even if $libdir does not exist +hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir" + +# Whether we need a single "-rpath" flag with a separated argument. +hardcode_libdir_separator="" + +# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes +# DIR into the resulting binary. +hardcode_direct=no + +# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes +# DIR into the resulting binary and the resulting library dependency is +# "absolute",i.e impossible to change by setting ${shlibpath_var} if the +# library is relocated. +hardcode_direct_absolute=no + +# Set to "yes" if using the -LDIR flag during linking hardcodes DIR +# into the resulting binary. +hardcode_minus_L=no + +# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR +# into the resulting binary. +hardcode_shlibpath_var=unsupported + +# Set to "yes" if building a shared library automatically hardcodes DIR +# into the library and all subsequent libraries and executables linked +# against it. +hardcode_automatic=no + +# Set to yes if linker adds runtime paths of dependent libraries +# to runtime path list. +inherit_rpath=no + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=no + +# Set to "yes" if exported symbols are required. +always_export_symbols=no + +# The commands to list exported symbols. +export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols" + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*" + +# Symbols that must always be exported. +include_expsyms="" + +# Commands necessary for linking programs (against libraries) with templates. +prelink_cmds="" + +# Commands necessary for finishing linking programs. +postlink_cmds="" + +# Specify filename containing input files. +file_list_spec="" + +# How to hardcode a shared library path into an executable. +hardcode_action=immediate + +# The directories searched by this compiler when creating a shared library. +compiler_lib_search_dirs="/usr/lib/gcc/i686-redhat-linux/4.9.2 /usr/lib/gcc/i686-redhat-linux/4.9.2/../../.." + +# Dependencies to place before and after the objects being linked to +# create a shared library. +predep_objects="/usr/lib/gcc/i686-redhat-linux/4.9.2/../../../crti.o /usr/lib/gcc/i686-redhat-linux/4.9.2/crtbeginS.o" +postdep_objects="/usr/lib/gcc/i686-redhat-linux/4.9.2/crtendS.o /usr/lib/gcc/i686-redhat-linux/4.9.2/../../../crtn.o" +predeps="" +postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s" + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path="-L/usr/lib/gcc/i686-redhat-linux/4.9.2 -L/usr/lib/gcc/i686-redhat-linux/4.9.2/../../.." + +# ### END LIBTOOL TAG CONFIG: CXX diff --git a/gtest-1.7.0/m4/acx_pthread.m4 b/gtest-1.7.0/m4/acx_pthread.m4 new file mode 100644 index 000000000..2cf20de14 --- /dev/null +++ b/gtest-1.7.0/m4/acx_pthread.m4 @@ -0,0 +1,363 @@ +# This was retrieved from +# http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?revision=1277&root=avahi +# See also (perhaps for new versions?) +# http://svn.0pointer.de/viewvc/trunk/common/acx_pthread.m4?root=avahi +# +# We've rewritten the inconsistency check code (from avahi), to work +# more broadly. In particular, it no longer assumes ld accepts -zdefs. +# This caused a restructing of the code, but the functionality has only +# changed a little. + +dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) +dnl +dnl @summary figure out how to build C programs using POSIX threads +dnl +dnl This macro figures out how to build C programs using POSIX threads. +dnl It sets the PTHREAD_LIBS output variable to the threads library and +dnl linker flags, and the PTHREAD_CFLAGS output variable to any special +dnl C compiler flags that are needed. (The user can also force certain +dnl compiler flags/libs to be tested by setting these environment +dnl variables.) +dnl +dnl Also sets PTHREAD_CC to any special C compiler that is needed for +dnl multi-threaded programs (defaults to the value of CC otherwise). +dnl (This is necessary on AIX to use the special cc_r compiler alias.) +dnl +dnl NOTE: You are assumed to not only compile your program with these +dnl flags, but also link it with them as well. e.g. you should link +dnl with $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS +dnl $LIBS +dnl +dnl If you are only building threads programs, you may wish to use +dnl these variables in your default LIBS, CFLAGS, and CC: +dnl +dnl LIBS="$PTHREAD_LIBS $LIBS" +dnl CFLAGS="$CFLAGS $PTHREAD_CFLAGS" +dnl CC="$PTHREAD_CC" +dnl +dnl In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute +dnl constant has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to +dnl that name (e.g. PTHREAD_CREATE_UNDETACHED on AIX). +dnl +dnl ACTION-IF-FOUND is a list of shell commands to run if a threads +dnl library is found, and ACTION-IF-NOT-FOUND is a list of commands to +dnl run it if it is not found. If ACTION-IF-FOUND is not specified, the +dnl default action will define HAVE_PTHREAD. +dnl +dnl Please let the authors know if this macro fails on any platform, or +dnl if you have any other suggestions or comments. This macro was based +dnl on work by SGJ on autoconf scripts for FFTW (www.fftw.org) (with +dnl help from M. Frigo), as well as ac_pthread and hb_pthread macros +dnl posted by Alejandro Forero Cuervo to the autoconf macro repository. +dnl We are also grateful for the helpful feedback of numerous users. +dnl +dnl @category InstalledPackages +dnl @author Steven G. Johnson +dnl @version 2006-05-29 +dnl @license GPLWithACException +dnl +dnl Checks for GCC shared/pthread inconsistency based on work by +dnl Marcin Owsiany + + +AC_DEFUN([ACX_PTHREAD], [ +AC_REQUIRE([AC_CANONICAL_HOST]) +AC_LANG_SAVE +AC_LANG_C +acx_pthread_ok=no + +# We used to check for pthread.h first, but this fails if pthread.h +# requires special compiler flags (e.g. on True64 or Sequent). +# It gets checked for in the link test anyway. + +# First of all, check if the user has set any of the PTHREAD_LIBS, +# etcetera environment variables, and if threads linking works using +# them: +if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + save_LIBS="$LIBS" + LIBS="$PTHREAD_LIBS $LIBS" + AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS]) + AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes) + AC_MSG_RESULT($acx_pthread_ok) + if test x"$acx_pthread_ok" = xno; then + PTHREAD_LIBS="" + PTHREAD_CFLAGS="" + fi + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" +fi + +# We must check for the threads library under a number of different +# names; the ordering is very important because some systems +# (e.g. DEC) have both -lpthread and -lpthreads, where one of the +# libraries is broken (non-POSIX). + +# Create a list of thread flags to try. Items starting with a "-" are +# C compiler flags, and other items are library names, except for "none" +# which indicates that we try without any flags at all, and "pthread-config" +# which is a program returning the flags for the Pth emulation library. + +acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" + +# The ordering *is* (sometimes) important. Some notes on the +# individual items follow: + +# pthreads: AIX (must check this before -lpthread) +# none: in case threads are in libc; should be tried before -Kthread and +# other compiler flags to prevent continual compiler warnings +# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h) +# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able) +# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread) +# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads) +# -pthreads: Solaris/gcc +# -mthreads: Mingw32/gcc, Lynx/gcc +# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it +# doesn't hurt to check since this sometimes defines pthreads too; +# also defines -D_REENTRANT) +# ... -mt is also the pthreads flag for HP/aCC +# pthread: Linux, etcetera +# --thread-safe: KAI C++ +# pthread-config: use pthread-config program (for GNU Pth library) + +case "${host_cpu}-${host_os}" in + *solaris*) + + # On Solaris (at least, for some versions), libc contains stubbed + # (non-functional) versions of the pthreads routines, so link-based + # tests will erroneously succeed. (We need to link with -pthreads/-mt/ + # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather + # a function called by this macro, so we could check for that, but + # who knows whether they'll stub that too in a future libc.) So, + # we'll just look for -pthreads and -lpthread first: + + acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags" + ;; +esac + +if test x"$acx_pthread_ok" = xno; then +for flag in $acx_pthread_flags; do + + case $flag in + none) + AC_MSG_CHECKING([whether pthreads work without any flags]) + ;; + + -*) + AC_MSG_CHECKING([whether pthreads work with $flag]) + PTHREAD_CFLAGS="$flag" + ;; + + pthread-config) + AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no) + if test x"$acx_pthread_config" = xno; then continue; fi + PTHREAD_CFLAGS="`pthread-config --cflags`" + PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`" + ;; + + *) + AC_MSG_CHECKING([for the pthreads library -l$flag]) + PTHREAD_LIBS="-l$flag" + ;; + esac + + save_LIBS="$LIBS" + save_CFLAGS="$CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + + # Check for various functions. We must include pthread.h, + # since some functions may be macros. (On the Sequent, we + # need a special flag -Kthread to make this header compile.) + # We check for pthread_join because it is in -lpthread on IRIX + # while pthread_create is in libc. We check for pthread_attr_init + # due to DEC craziness with -lpthreads. We check for + # pthread_cleanup_push because it is one of the few pthread + # functions on Solaris that doesn't have a non-functional libc stub. + # We try pthread_create on general principles. + AC_TRY_LINK([#include ], + [pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], + [acx_pthread_ok=yes]) + + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" + + AC_MSG_RESULT($acx_pthread_ok) + if test "x$acx_pthread_ok" = xyes; then + break; + fi + + PTHREAD_LIBS="" + PTHREAD_CFLAGS="" +done +fi + +# Various other checks: +if test "x$acx_pthread_ok" = xyes; then + save_LIBS="$LIBS" + LIBS="$PTHREAD_LIBS $LIBS" + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" + + # Detect AIX lossage: JOINABLE attribute is called UNDETACHED. + AC_MSG_CHECKING([for joinable pthread attribute]) + attr_name=unknown + for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do + AC_TRY_LINK([#include ], [int attr=$attr; return attr;], + [attr_name=$attr; break]) + done + AC_MSG_RESULT($attr_name) + if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then + AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name, + [Define to necessary symbol if this constant + uses a non-standard name on your system.]) + fi + + AC_MSG_CHECKING([if more special flags are required for pthreads]) + flag=no + case "${host_cpu}-${host_os}" in + *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";; + *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; + esac + AC_MSG_RESULT(${flag}) + if test "x$flag" != xno; then + PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS" + fi + + LIBS="$save_LIBS" + CFLAGS="$save_CFLAGS" + # More AIX lossage: must compile with xlc_r or cc_r + if test x"$GCC" != xyes; then + AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC}) + else + PTHREAD_CC=$CC + fi + + # The next part tries to detect GCC inconsistency with -shared on some + # architectures and systems. The problem is that in certain + # configurations, when -shared is specified, GCC "forgets" to + # internally use various flags which are still necessary. + + # + # Prepare the flags + # + save_CFLAGS="$CFLAGS" + save_LIBS="$LIBS" + save_CC="$CC" + + # Try with the flags determined by the earlier checks. + # + # -Wl,-z,defs forces link-time symbol resolution, so that the + # linking checks with -shared actually have any value + # + # FIXME: -fPIC is required for -shared on many architectures, + # so we specify it here, but the right way would probably be to + # properly detect whether it is actually required. + CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS" + LIBS="$PTHREAD_LIBS $LIBS" + CC="$PTHREAD_CC" + + # In order not to create several levels of indentation, we test + # the value of "$done" until we find the cure or run out of ideas. + done="no" + + # First, make sure the CFLAGS we added are actually accepted by our + # compiler. If not (and OS X's ld, for instance, does not accept -z), + # then we can't do this test. + if test x"$done" = xno; then + AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies]) + AC_TRY_LINK(,, , [done=yes]) + + if test "x$done" = xyes ; then + AC_MSG_RESULT([no]) + else + AC_MSG_RESULT([yes]) + fi + fi + + if test x"$done" = xno; then + AC_MSG_CHECKING([whether -pthread is sufficient with -shared]) + AC_TRY_LINK([#include ], + [pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], + [done=yes]) + + if test "x$done" = xyes; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + fi + + # + # Linux gcc on some architectures such as mips/mipsel forgets + # about -lpthread + # + if test x"$done" = xno; then + AC_MSG_CHECKING([whether -lpthread fixes that]) + LIBS="-lpthread $PTHREAD_LIBS $save_LIBS" + AC_TRY_LINK([#include ], + [pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], + [done=yes]) + + if test "x$done" = xyes; then + AC_MSG_RESULT([yes]) + PTHREAD_LIBS="-lpthread $PTHREAD_LIBS" + else + AC_MSG_RESULT([no]) + fi + fi + # + # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc + # + if test x"$done" = xno; then + AC_MSG_CHECKING([whether -lc_r fixes that]) + LIBS="-lc_r $PTHREAD_LIBS $save_LIBS" + AC_TRY_LINK([#include ], + [pthread_t th; pthread_join(th, 0); + pthread_attr_init(0); pthread_cleanup_push(0, 0); + pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], + [done=yes]) + + if test "x$done" = xyes; then + AC_MSG_RESULT([yes]) + PTHREAD_LIBS="-lc_r $PTHREAD_LIBS" + else + AC_MSG_RESULT([no]) + fi + fi + if test x"$done" = xno; then + # OK, we have run out of ideas + AC_MSG_WARN([Impossible to determine how to use pthreads with shared libraries]) + + # so it's not safe to assume that we may use pthreads + acx_pthread_ok=no + fi + + CFLAGS="$save_CFLAGS" + LIBS="$save_LIBS" + CC="$save_CC" +else + PTHREAD_CC="$CC" +fi + +AC_SUBST(PTHREAD_LIBS) +AC_SUBST(PTHREAD_CFLAGS) +AC_SUBST(PTHREAD_CC) + +# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: +if test x"$acx_pthread_ok" = xyes; then + ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1]) + : +else + acx_pthread_ok=no + $2 +fi +AC_LANG_RESTORE +])dnl ACX_PTHREAD diff --git a/gtest-1.7.0/m4/gtest.m4 b/gtest-1.7.0/m4/gtest.m4 new file mode 100644 index 000000000..6598ba75a --- /dev/null +++ b/gtest-1.7.0/m4/gtest.m4 @@ -0,0 +1,74 @@ +dnl GTEST_LIB_CHECK([minimum version [, +dnl action if found [,action if not found]]]) +dnl +dnl Check for the presence of the Google Test library, optionally at a minimum +dnl version, and indicate a viable version with the HAVE_GTEST flag. It defines +dnl standard variables for substitution including GTEST_CPPFLAGS, +dnl GTEST_CXXFLAGS, GTEST_LDFLAGS, and GTEST_LIBS. It also defines +dnl GTEST_VERSION as the version of Google Test found. Finally, it provides +dnl optional custom action slots in the event GTEST is found or not. +AC_DEFUN([GTEST_LIB_CHECK], +[ +dnl Provide a flag to enable or disable Google Test usage. +AC_ARG_ENABLE([gtest], + [AS_HELP_STRING([--enable-gtest], + [Enable tests using the Google C++ Testing Framework. + (Default is enabled.)])], + [], + [enable_gtest=]) +AC_ARG_VAR([GTEST_CONFIG], + [The exact path of Google Test's 'gtest-config' script.]) +AC_ARG_VAR([GTEST_CPPFLAGS], + [C-like preprocessor flags for Google Test.]) +AC_ARG_VAR([GTEST_CXXFLAGS], + [C++ compile flags for Google Test.]) +AC_ARG_VAR([GTEST_LDFLAGS], + [Linker path and option flags for Google Test.]) +AC_ARG_VAR([GTEST_LIBS], + [Library linking flags for Google Test.]) +AC_ARG_VAR([GTEST_VERSION], + [The version of Google Test available.]) +HAVE_GTEST="no" +AS_IF([test "x${enable_gtest}" != "xno"], + [AC_MSG_CHECKING([for 'gtest-config']) + AS_IF([test "x${enable_gtest}" != "xyes"], + [AS_IF([test -x "${enable_gtest}/scripts/gtest-config"], + [GTEST_CONFIG="${enable_gtest}/scripts/gtest-config"], + [GTEST_CONFIG="${enable_gtest}/bin/gtest-config"]) + AS_IF([test -x "${GTEST_CONFIG}"], [], + [AC_MSG_RESULT([no]) + AC_MSG_ERROR([dnl +Unable to locate either a built or installed Google Test. +The specific location '${enable_gtest}' was provided for a built or installed +Google Test, but no 'gtest-config' script could be found at this location.]) + ])], + [AC_PATH_PROG([GTEST_CONFIG], [gtest-config])]) + AS_IF([test -x "${GTEST_CONFIG}"], + [AC_MSG_RESULT([${GTEST_CONFIG}]) + m4_ifval([$1], + [_gtest_min_version="--min-version=$1" + AC_MSG_CHECKING([for Google Test at least version >= $1])], + [_gtest_min_version="--min-version=0" + AC_MSG_CHECKING([for Google Test])]) + AS_IF([${GTEST_CONFIG} ${_gtest_min_version}], + [AC_MSG_RESULT([yes]) + HAVE_GTEST='yes'], + [AC_MSG_RESULT([no])])], + [AC_MSG_RESULT([no])]) + AS_IF([test "x${HAVE_GTEST}" = "xyes"], + [GTEST_CPPFLAGS=`${GTEST_CONFIG} --cppflags` + GTEST_CXXFLAGS=`${GTEST_CONFIG} --cxxflags` + GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags` + GTEST_LIBS=`${GTEST_CONFIG} --libs` + GTEST_VERSION=`${GTEST_CONFIG} --version` + AC_DEFINE([HAVE_GTEST],[1],[Defined when Google Test is available.])], + [AS_IF([test "x${enable_gtest}" = "xyes"], + [AC_MSG_ERROR([dnl +Google Test was enabled, but no viable version could be found.]) + ])])]) +AC_SUBST([HAVE_GTEST]) +AM_CONDITIONAL([HAVE_GTEST],[test "x$HAVE_GTEST" = "xyes"]) +AS_IF([test "x$HAVE_GTEST" = "xyes"], + [m4_ifval([$2], [$2])], + [m4_ifval([$3], [$3])]) +]) diff --git a/gtest-1.7.0/m4/libtool.m4 b/gtest-1.7.0/m4/libtool.m4 new file mode 100644 index 000000000..828104cfd --- /dev/null +++ b/gtest-1.7.0/m4/libtool.m4 @@ -0,0 +1,8001 @@ +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +m4_define([_LT_COPYING], [dnl +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is part of GNU Libtool. +# +# GNU Libtool is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# As a special exception to the GNU General Public License, +# if you distribute this file as part of a program or library that +# is built using GNU Libtool, you may include this file under the +# same distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Libtool; see the file COPYING. If not, a copy +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or +# obtained by writing to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +]) + +# serial 57 LT_INIT + + +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) + + +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac +]) + + +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl + +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ltmain" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +_LT_SETUP + +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT + +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) + + +# _LT_CC_BASENAME(CC) +# ------------------- +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +m4_defun([_LT_CC_BASENAME], +[for cc_temp in $1""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac +done +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +]) + + +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS + + +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options which allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST +fi + +_LT_CHECK_OBJDIR + +m4_require([_LT_TAG_COMPILER])dnl + +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# Global variables: +ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a + +with_gnu_ld="$lt_cv_prog_gnu_ld" + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o + +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC + fi + ;; +esac + +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP + + +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) + +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from `configure', and `config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# `config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain="$ac_aux_dir/ltmain.sh" +])# _LT_PROG_LTMAIN + + +## ------------------------------------- ## +## Accumulate code for creating libtool. ## +## ------------------------------------- ## + +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the `libtool' +# label. + + +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + + +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) + + +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) + + +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) + + + +## ------------------------ ## +## FIXME: Eliminate VARNAME ## +## ------------------------ ## + + +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) +]) + + +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) + + +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) + + +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) + + +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) + + +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) + + +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) + + +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl +]) + + +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to `config.status' so that its +# declaration there will have the same value as in `configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: +# +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags="_LT_TAGS"dnl +]) + + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: +# +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) + + +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) + + +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) + + +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into `config.status', and then the shell code to quote escape them in +# for loops in `config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS + + +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +_LT_OUTPUT_LIBTOOL_INIT +]) + +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# `#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test $lt_write_fail = 0 && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT + +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD + +lt_cl_help="\ +\`$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. + +Usage: $[0] [[OPTIONS]] + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + +Report bugs to ." + +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. + +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." + +while test $[#] != 0 +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; + + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try \`$[0] --help' for more information.]) ;; + + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try \`$[0] --help' for more information.]) ;; + esac + shift +done + +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF + +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF + +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" + +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test "$silent" = yes && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +])# LT_OUTPUT + + +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, create an initial libtool script with a +# default configuration from the untagged config vars. Otherwise add code +# to config.status for appending the configuration named by TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # See if we are running on zsh, and set the options which allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}" ; then + setopt NO_GLOB_SUBST + fi + + cfgfile="${ofile}T" + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL + +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +_LT_COPYING +_LT_LIBTOOL_TAGS + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test "X${COLLECT_NAMES+set}" != Xset; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac + + _LT_PROG_LTMAIN + + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) + + _LT_PROG_REPLACE_SHELLFNS + + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +], +[cat <<_LT_EOF >> "$ofile" + +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + TIMESTAMP='$TIMESTAMP' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG + + +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) + + +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) + + +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG + + +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG + + +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) + +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) + +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG + +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) + + +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER + + +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE + + +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE + +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "${LT_MULTI_MODULE}"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test $_lt_result -eq 0; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) + + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS="$save_LDFLAGS" + ]) + + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + 10.[[012]]*) + _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test "$lt_cv_apple_cc_single_mod" = "yes"; then + _lt_dar_single_mod='$single_module' + fi + if test "$lt_cv_ld_exported_symbols_list" = "yes"; then + _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + if test "$lt_cv_ld_force_load" = "yes"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" + case $cc_basename in + ifort*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test "$_lt_dar_can_shared" = "yes"; then + output_verbose_link_cmd=func_echo_all + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + m4_if([$1], [CXX], +[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) + +# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) +# ---------------------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +if test "${lt_cv_aix_libpath+set}" = set; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + + + +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script which will find a shell with a builtin +# printf (which we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +case "$ECHO" in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac + +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) + +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[ --with-sysroot[=DIR] Search for dependent libraries within DIR + (or the compiler's sysroot if not specified).], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case ${with_sysroot} in #( + yes) + if test "$GCC" = yes; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([${with_sysroot}]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and in which our libraries should be installed.])]) + +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE="32" + ;; + *ELF-64*) + HPUX_IA64_MODE="64" + ;; + esac + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out which ABI we are using. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test "$lt_cv_prog_gnu_ld" = yes; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; + ppc64-*linux*|powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; + +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test x"$lt_cv_cc_needs_belf" != x"yes"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS="$SAVE_CFLAGS" + fi + ;; +*-*solaris*) + # Find out which ABI we are using. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD="${LD-ld}_sol2" + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac + +need_locks="$enable_libtool_lock" +])# _LT_ENABLE_LOCK + + +# _LT_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +: ${AR_FLAGS=cru} +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) + +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -eq 0; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test "$ac_status" -ne 0; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) + +if test "x$lt_cv_ar_at_file" = xno; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[_LT_PROG_AR + +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) + +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _LT_CMD_OLD_ARCHIVE + + +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) + +if test x"[$]$2" = xyes; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + + +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION + +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + + +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring="ABCD" + + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; + + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; + + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; + ;; + + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; + + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; + + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8 ; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n $lt_cv_sys_max_cmd_len ; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN + +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) + + +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN + + +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "$cross_compiling" = yes; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" + +#if HAVE_DLFCN_H +#include +#endif + +#include + +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif + +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif + +/* When -fvisbility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; + + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); + + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF + + +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test "x$enable_dlopen" != xyes; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= + + case $host_os in + beos*) + lt_cv_dlopen="load_add_on" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + + mingw* | pw32* | cegcc*) + lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen_libs= + ;; + + cygwin*) + lt_cv_dlopen="dlopen" + lt_cv_dlopen_libs= + ;; + + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ + lt_cv_dlopen="dyld" + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; + + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen="shl_load"], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen="dlopen"], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) + ]) + ]) + ]) + ]) + ]) + ;; + esac + + if test "x$lt_cv_dlopen" != xno; then + enable_dlopen=yes + else + enable_dlopen=no + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS="$CPPFLAGS" + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + + save_LDFLAGS="$LDFLAGS" + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) + + if test "x$lt_cv_dlopen_self" = xyes; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi + + CPPFLAGS="$save_CPPFLAGS" + LDFLAGS="$save_LDFLAGS" + LIBS="$save_LIBS" + ;; + esac + + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac + + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; + esac +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF + +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + + +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], +[m4_require([_LT_DECL_SED])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O + + +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) + +hard_links="nottested" +if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test "$hard_links" = no; then + AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + need_locks=warn + fi +else + need_locks=no +fi +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS + + +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", + [Define to the sub-directory in which libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR + + +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + + # We can hardcode non-existent directories. + if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || + test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then + # Fast installation is not supported + enable_fast_install=no +elif test "$shlibpath_overrides_runpath" = yes || + test "$enable_shared" = no; then + # Fast installation is not necessary + enable_fast_install=needless +fi +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH + + +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP" ; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test "$GCC" = yes; then + case $host_os in + darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; + *) lt_awk_arg="/^libraries:/" ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; + *) lt_sed_strip_eq="s,=/,/,g" ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary. + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path/$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" + else + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS=" "; FS="/|\n";} { + lt_foo=""; + lt_count=0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo="/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no + +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + shlibpath_var=LIBPATH + + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='${libname}${release}${shared_ext}$major' + ;; + +aix[[4-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test "$host_cpu" = ia64; then + # AIX 5 supports IA64 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line `#! .'. This would cause the generated library to + # depend on `.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + if test "$aix_use_runtimelinking" = yes; then + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + else + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='${libname}${release}.a $libname.a' + soname_spec='${libname}${release}${shared_ext}$major' + fi + shlibpath_var=LIBPATH + fi + ;; + +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + ;; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; + +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + ;; + esac + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + library_names_spec='${libname}.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec="$LIB" + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \${file}`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; + +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' + soname_spec='${libname}${release}${major}$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; + +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` + else + case $host_os in + freebsd[[23]].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH + case $host_os in + freebsd2.*) + shlibpath_overrides_runpath=yes + ;; + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + esac + ;; + +gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=yes + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; + +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + if test "X$HPUX_IA64_MODE" = X32; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + fi + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; + *) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + ;; + esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[[3-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test "$lt_cv_prog_gnu_ld" = yes; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac + ;; + esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + hardcode_into_libs=yes + ;; + +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + + # Some binutils ld are patched to set DT_RUNPATH + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + # Append ld.so.conf contents to the search path + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" + fi + + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; + +netbsdelf*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='NetBSD ld.elf_so' + ;; + +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; + +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; + +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; + +openbsd*) + version_type=sunos + sys_lib_dlsearch_path_spec="/usr/lib" + need_lib_prefix=no + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. + case $host_os in + openbsd3.3 | openbsd3.3.*) need_version=yes ;; + *) need_version=no ;; + esac + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + case $host_os in + openbsd2.[[89]] | openbsd2.[[89]].*) + shlibpath_overrides_runpath=no + ;; + *) + shlibpath_overrides_runpath=yes + ;; + esac + else + shlibpath_overrides_runpath=yes + fi + ;; + +os2*) + libname_spec='$name' + shrext_cmds=".dll" + need_lib_prefix=no + library_names_spec='$libname${shared_ext} $libname.a' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=LIBPATH + ;; + +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + ;; + +rdos*) + dynamic_linker=no + ;; + +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; + +sunos4*) + version_type=sunos + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test "$with_gnu_ld" = yes; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; + +sysv4*MP*) + if test -d /usr/nec ;then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' + soname_spec='$libname${shared_ext}.$major' + shlibpath_var=LD_LIBRARY_PATH + fi + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=freebsd-elf + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + if test "$with_gnu_ld" = yes; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' + else + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' + case $host_os in + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; + esac + fi + sys_lib_dlsearch_path_spec='/usr/lib' + ;; + +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; + +uts4*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + ;; + +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test "$dynamic_linker" = no && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test "$GCC" = yes; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then + sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +fi +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then + sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" +fi + +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[List of archive names. First name is the real one, the rest are links. + The last name is the one that the linker finds with -lNAME]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], + [Run-time system search path for libraries]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program which can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + ;; +*) + lt_save_MAGIC_CMD="$MAGIC_CMD" + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$1; then + lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break + fi + done + IFS="$lt_save_ifs" + MAGIC_CMD="$lt_save_MAGIC_CMD" + ;; +esac]) +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX + +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) + + +# _LT_PATH_MAGIC +# -------------- +# find a file program which can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test "$withval" = no || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test "$GCC" = yes; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + esac + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld + ;; + *) + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown + ;; + esac +elif test "$with_gnu_ld" = yes; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD="$ac_dir/$ac_prog" + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' + else + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' + fi + ;; + +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi + ;; + +gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +haiku*) + lt_cv_deplibs_check_method=pass_all + ;; + +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac + ;; + +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; + esac + lt_cv_deplibs_check_method=pass_all + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' + fi + ;; + +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +rdos*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; + +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac +fi + +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown + +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method = "file_magic"]) +_LT_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD + + +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_nm_to_check="${ac_tool_prefix}nm" + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/$lt_tmp_nm" + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in + */dev/null* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; + esac + fi + done + IFS="$lt_save_ifs" + done + : ${lt_cv_path_NM=no} +fi]) +if test "$lt_cv_path_NM" != "no"; then + NM="$lt_cv_path_NM" +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test "$DUMPBIN" != ":"; then + NM="$DUMPBIN" + fi +fi +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl + +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM + +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) + +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh + # decide which to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd="$ECHO" + ;; +esac +]) +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + +_LT_DECL([], [sharedlib_from_linklib_cmd], [1], + [Command to associate shared and link libraries]) +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB + + +# _LT_PATH_MANIFEST_TOOL +# ---------------------- +# locate the manifest tool +m4_defun([_LT_PATH_MANIFEST_TOOL], +[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], + [lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test "x$lt_cv_path_mainfest_tool" != xyes; then + MANIFEST_TOOL=: +fi +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) + # These system don't have libm, or don't need it + ;; +*-ncr-sysv4.3*) + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") + ;; +*) + AC_CHECK_LIB(m, cos, LIBM="-lm") + ;; +esac +AC_SUBST([LIBM]) +])# LT_LIB_M + +# Old name: +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_CHECK_LIBM], []) + + +# _LT_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------- +m4_defun([_LT_COMPILER_NO_RTTI], +[m4_require([_LT_TAG_COMPILER])dnl + +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac + + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI + + +# _LT_CMD_GLOBAL_SYMBOLS +# ---------------------- +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl + +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] + +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' + +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris*) + symcode='[[BDRT]]' + ;; +sco3.2v5*) + symcode='[[DT]]' + ;; +sysv4.2uw2*) + symcode='[[DT]]' + ;; +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" + +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp + ;; +esac + +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function + # and D for any global variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ +" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ +" s[1]~/^[@?]/{print s[1], s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" + else + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" + fi + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF + + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi + + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) +/* DATA imports from DLLs on WIN32 con't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined(__osf__) +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' + + cat <<_LT_EOF >> conftest.$ac_ext + +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS="conftstm.$ac_objext" + CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi + else + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 + fi + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test "$pipe_works" = yes; then + break + else + lt_cv_sys_global_symbol_pipe= + fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) +fi + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) +]) # _LT_CMD_GLOBAL_SYMBOLS + + +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], +[m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= + +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + if test "$host_cpu" != ia64; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64 which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd* | netbsdelf*-gnu) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; + + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + + hpux9* | hpux10* | hpux11*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + # old Intel for x86_64 which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + esac + ;; + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac + +AC_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + case $host_os in + aix[[4-9]]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global defined + # symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + ;; + esac + ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ` (' and `)$', so one must not match beginning or + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', + # as well as any symbol that contains `d'. + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test "$GCC" != yes; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd*) + with_gnu_ld=no + ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test "$with_gnu_ld" = yes; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test "$lt_use_gnu_ld_interface" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test "$host_os" = linux-dietlibc; then + case $cc_basename in + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) + esac + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test "$tmp_diet" = no + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; + esac + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + + case $cc_basename in + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; + esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + ;; + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + # Also, AIX nm treats weak defined symbols like other global + # defined symbols, whereas GNU nm marks them as "W". + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + aix_use_runtimelinking=yes + break + fi + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GCC" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + _LT_TAGVAR(link_all_deplibs, $1)=no + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' + ;; + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + esac + ;; + + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test "$GCC" = yes && test "$with_gnu_ld" = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + ;; + esac + fi + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS="$save_LDFLAGS"]) + if test "$lt_cv_irix_exported_symbol" = yes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + fi + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd* | netbsdelf*-gnu) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *nto* | *qnx*) + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + solaris*) + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test "$GCC" = yes; then + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='${wl}' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. GCC discards it without `$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test "$GCC" = yes; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + sunos4*) + if test "x$host_vendor" = xsequent; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + if test "$GCC" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + ;; + + uts4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test x$host_vendor = xsni; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) + ;; + esac + fi + ;; +esac + +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting ${shlibpath_var} if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS + + +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +lt_save_CC="$CC" +AC_LANG_PUSH(C) + +# Source file extension for C test sources. +ac_ext=c + +# Object file extension for compiled C test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' + +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB + + # Report which library types will actually be built + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC="$lt_save_CC" +])# _LT_LANG_C_CONFIG + + +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to `libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test "X$CXX" != "Xno" && + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || + (test "X$CXX" != "Xg++"))) ; then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi + +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for C++ test sources. +ac_ext=cpp + +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_caught_CXX_error" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" + + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test "$GXX" = yes; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi + + if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + LT_PATH_LD + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + GXX=no + with_gnu_ld=no + wlarc= + fi + + # PORTME: fill in a description of your system's C++ link characteristics + AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) + _LT_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + if test "$host_cpu" = ia64; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag="" + else + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # need to do runtime linking. + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + + if test "$GXX" = yes; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`${CC} -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + if test "$aix_use_runtimelinking" = yes; then + shared_flag="$shared_flag "'${wl}-G' + fi + else + # not using gcc + if test "$host_cpu" = ia64; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test "$aix_use_runtimelinking" = yes; then + shared_flag='${wl}-G' + else + shared_flag='${wl}-bM:SRE' + fi + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + if test "$with_gnu_ld" = yes; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds its shared + # libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=".dll" + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; + else + $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile="$lt_outputfile.exe" + lt_tool_outputfile="$lt_tool_outputfile.exe" + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + gnu*) + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; + esac + ;; + + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; + + openbsd2*) + # C++ shared libraries are fairly broken + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + openbsd*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + case $host in + osf3*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + ;; + esac + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands `-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes + + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi + + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; + + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + sysv5* | sco3.2v5* | sco5v6*) + # Note: We can NOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var='LD_RUN_PATH' + + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + + _LT_TAGVAR(GCC, $1)="$GXX" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test "$_lt_caught_CXX_error" != yes + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case ${2} in + .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; + *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF + +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) +# --------------------------------- +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= + +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF +]) + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + for p in `eval "$output_verbose_link_cmd"`; do + case ${prev}${p} in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" || + test $p = "-R"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test "$pre_test_object_deps_done" = no; then + case ${prev} in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)="${prev}${p}" + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" + fi + fi + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)="$p" + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)="$p" + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi + +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS + +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; + +linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; + +solaris*) + case $cc_basename in + CC* | sunCC*) + # The more standards-conforming stlport4 library is + # incompatible with the Cstd library. Avoid specifying + # it if it's in CXXFLAGS. Ignore libCrun as + # -library=stlport4 depends on it. + case " $CXX $CXXFLAGS " in + *" -library=stlport4 "*) + solaris_use_stlport4=yes + ;; + esac + + # Adding this requires a known-good setup of shared libraries for + # Sun compiler versions before 5.6, else PIC objects from an old + # archive will be linked into the output, leading to subtle bugs. + if test "$solaris_use_stlport4" != yes; then + _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' + fi + ;; + esac + ;; +esac +]) + +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS + + +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test "X$F77" = "Xno"; then + _lt_disable_F77=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_F77" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${F77-"f77"} + CFLAGS=$FFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$G77" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC="$lt_save_CC" + CFLAGS="$lt_save_CFLAGS" +fi # test "$_lt_disable_F77" != yes + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_LANG_PUSH(Fortran) + +if test -z "$FC" || test "X$FC" = "Xno"; then + _lt_disable_FC=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} + +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test "$_lt_disable_FC" != yes; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" + + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" + + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER + + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE + + # Allow CC to be a program name with arguments. + lt_save_CC="$CC" + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${FC-"f95"} + CFLAGS=$FCFLAGS + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu + + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) + + AC_MSG_CHECKING([whether to build shared libraries]) + test "$can_build_shared" = "no" && enable_shared=no + + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test "$enable_shared" = yes && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) + + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test "$enable_shared" = yes || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" + _LT_TAGVAR(LD, $1)="$LD" + + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) + fi # test -n "$compiler" + + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test "$_lt_disable_FC" != yes + +AC_LANG_POP +])# _LT_LANG_FC_CONFIG + + +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)="$LD" +_LT_CC_BASENAME([$compiler]) + +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no + +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + + _LT_CONFIG($1) +fi + +AC_LANG_RESTORE + +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG + + +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to `libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' + +# Code to be used in simple link tests +lt_simple_link_test_code="$lt_simple_compile_test_code" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +CFLAGS= +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi + +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_RC_CONFIG + + +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) + + +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) + +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) + + +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) + + +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) + +# _LT_DECL_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) + +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED + +m4_ifndef([AC_PROG_SED], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ + +m4_defun([AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f $lt_ac_sed && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test $lt_ac_count -gt 10 && break + lt_ac_count=`expr $lt_ac_count + 1` + if test $lt_ac_count -gt $lt_ac_max; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) +# Try some XSI features +xsi_shell=no +( _lt_dummy="a/b/c" + test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ + = c,a/b,b/c, \ + && eval 'test $(( 1 + 1 )) -eq 2 \ + && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ + && xsi_shell=yes +AC_MSG_RESULT([$xsi_shell]) +_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) + +AC_MSG_CHECKING([whether the shell understands "+="]) +lt_shell_append=no +( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ + >/dev/null 2>&1 \ + && lt_shell_append=yes +AC_MSG_RESULT([$lt_shell_append]) +_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) + +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl + +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES + + +# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) +# ------------------------------------------------------ +# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and +# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. +m4_defun([_LT_PROG_FUNCTION_REPLACE], +[dnl { +sed -e '/^$1 ()$/,/^} # $1 /c\ +$1 ()\ +{\ +m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) +} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") +test 0 -eq $? || _lt_function_replace_fail=: +]) + + +# _LT_PROG_REPLACE_SHELLFNS +# ------------------------- +# Replace existing portable implementations of several shell functions with +# equivalent extended shell implementations where those features are available.. +m4_defun([_LT_PROG_REPLACE_SHELLFNS], +[if test x"$xsi_shell" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac]) + + _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl + func_basename_result="${1##*/}"]) + + _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl + case ${1} in + */*) func_dirname_result="${1%/*}${2}" ;; + * ) func_dirname_result="${3}" ;; + esac + func_basename_result="${1##*/}"]) + + _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary parameter first. + func_stripname_result=${3} + func_stripname_result=${func_stripname_result#"${1}"} + func_stripname_result=${func_stripname_result%"${2}"}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl + func_split_long_opt_name=${1%%=*} + func_split_long_opt_arg=${1#*=}]) + + _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) + + _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl + case ${1} in + *.lo) func_lo2o_result=${1%.lo}.${objext} ;; + *) func_lo2o_result=${1} ;; + esac]) + + _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) + + _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) + + _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) +fi + +if test x"$lt_shell_append" = xyes; then + _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) + + _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl + func_quote_for_eval "${2}" +dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ + eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) + + # Save a `func_append' function call where possible by direct use of '+=' + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +else + # Save a `func_append' function call even when '+=' is not available + sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ + && mv -f "$cfgfile.tmp" "$cfgfile" \ + || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") + test 0 -eq $? || _lt_function_replace_fail=: +fi + +if test x"$_lt_function_replace_fail" = x":"; then + AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) +fi +]) + +# _LT_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine which file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl + +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac +]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS diff --git a/gtest-1.7.0/m4/ltoptions.m4 b/gtest-1.7.0/m4/ltoptions.m4 new file mode 100644 index 000000000..5d9acd8e2 --- /dev/null +++ b/gtest-1.7.0/m4/ltoptions.m4 @@ -0,0 +1,384 @@ +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 7 ltoptions.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) + + +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) + + +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option `$2'])])[]dnl +]) + + +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) + + +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) + + +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl `shared' nor `disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + ]) +])# _LT_SET_OPTIONS + + +## --------------------------------- ## +## Macros to handle LT_INIT options. ## +## --------------------------------- ## + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + + +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE + + +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) + +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `dlopen' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) + + +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes + +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac + +test -z "$AS" && AS=as +_LT_DECL([], [AS], [1], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl +])# win32-dll + +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `win32-dll' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) + + +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the `shared' and +# `disable-shared' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) + + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED + +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) + +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) + +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) + + + +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the `static' and +# `disable-static' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_static=]_LT_ENABLE_STATIC_DEFAULT) + + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC + +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) + +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) + +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) + +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) + + + +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the `fast-install' +# and `disable-fast-install' LT_INIT options. +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for pkg in $enableval; do + IFS="$lt_save_ifs" + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) + +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL + +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) + +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `fast-install' option into LT_INIT's first parameter.]) +]) + +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the `disable-fast-install' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + + +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the `pic-only' and `no-pic' +# LT_INIT options. +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for lt_pkg in $withval; do + IFS="$lt_save_ifs" + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS="$lt_save_ifs" + ;; + esac], + [pic_mode=default]) + +test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) + +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC + +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the `pic-only' option into LT_INIT's first parameter.]) +]) + +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + +## ----------------- ## +## LTDL_INIT Options ## +## ----------------- ## + +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) + +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) diff --git a/gtest-1.7.0/m4/ltsugar.m4 b/gtest-1.7.0/m4/ltsugar.m4 new file mode 100644 index 000000000..9000a057d --- /dev/null +++ b/gtest-1.7.0/m4/ltsugar.m4 @@ -0,0 +1,123 @@ +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + + +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) + + +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59 which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) + + +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) + + + +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + + +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) + + +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) + + +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) + + +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + + +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) + + +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) diff --git a/gtest-1.7.0/m4/ltversion.m4 b/gtest-1.7.0/m4/ltversion.m4 new file mode 100644 index 000000000..07a8602d4 --- /dev/null +++ b/gtest-1.7.0/m4/ltversion.m4 @@ -0,0 +1,23 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# @configure_input@ + +# serial 3337 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.2]) +m4_define([LT_PACKAGE_REVISION], [1.3337]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.2' +macro_revision='1.3337' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) diff --git a/gtest-1.7.0/m4/lt~obsolete.m4 b/gtest-1.7.0/m4/lt~obsolete.m4 new file mode 100644 index 000000000..c573da90c --- /dev/null +++ b/gtest-1.7.0/m4/lt~obsolete.m4 @@ -0,0 +1,98 @@ +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004. +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# serial 5 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) diff --git a/gtest-1.7.0/make/Makefile b/gtest-1.7.0/make/Makefile new file mode 100644 index 000000000..9ac74493b --- /dev/null +++ b/gtest-1.7.0/make/Makefile @@ -0,0 +1,82 @@ +# A sample Makefile for building Google Test and using it in user +# tests. Please tweak it to suit your environment and project. You +# may want to move it to your project's root directory. +# +# SYNOPSIS: +# +# make [all] - makes everything. +# make TARGET - makes the given target. +# make clean - removes all files generated by make. + +# Please tweak the following variable definitions as needed by your +# project, except GTEST_HEADERS, which you can use in your own targets +# but shouldn't modify. + +# Points to the root of Google Test, relative to where this file is. +# Remember to tweak this if you move this file. +GTEST_DIR = .. + +# Where to find user code. +USER_DIR = ../samples + +# Flags passed to the preprocessor. +# Set Google Test's header directory as a system directory, such that +# the compiler doesn't generate warnings in Google Test headers. +CPPFLAGS += -isystem $(GTEST_DIR)/include + +# Flags passed to the C++ compiler. +CXXFLAGS += -g -Wall -Wextra -pthread + +# All tests produced by this Makefile. Remember to add new tests you +# created to the list. +TESTS = sample1_unittest + +# All Google Test headers. Usually you shouldn't change this +# definition. +GTEST_HEADERS = $(GTEST_DIR)/include/gtest/*.h \ + $(GTEST_DIR)/include/gtest/internal/*.h + +# House-keeping build targets. + +all : $(TESTS) + +clean : + rm -f $(TESTS) gtest.a gtest_main.a *.o + +# Builds gtest.a and gtest_main.a. + +# Usually you shouldn't tweak such internal variables, indicated by a +# trailing _. +GTEST_SRCS_ = $(GTEST_DIR)/src/*.cc $(GTEST_DIR)/src/*.h $(GTEST_HEADERS) + +# For simplicity and to avoid depending on Google Test's +# implementation details, the dependencies specified below are +# conservative and not optimized. This is fine as Google Test +# compiles fast and for ordinary users its source rarely changes. +gtest-all.o : $(GTEST_SRCS_) + $(CXX) $(CPPFLAGS) -I$(GTEST_DIR) $(CXXFLAGS) -c \ + $(GTEST_DIR)/src/gtest-all.cc + +gtest_main.o : $(GTEST_SRCS_) + $(CXX) $(CPPFLAGS) -I$(GTEST_DIR) $(CXXFLAGS) -c \ + $(GTEST_DIR)/src/gtest_main.cc + +gtest.a : gtest-all.o + $(AR) $(ARFLAGS) $@ $^ + +gtest_main.a : gtest-all.o gtest_main.o + $(AR) $(ARFLAGS) $@ $^ + +# Builds a sample test. A test should link with either gtest.a or +# gtest_main.a, depending on whether it defines its own main() +# function. + +sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS) + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc + +sample1_unittest.o : $(USER_DIR)/sample1_unittest.cc \ + $(USER_DIR)/sample1.h $(GTEST_HEADERS) + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1_unittest.cc + +sample1_unittest : sample1.o sample1_unittest.o gtest_main.a + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@ diff --git a/gtest-1.7.0/msvc/gtest-md.sln b/gtest-1.7.0/msvc/gtest-md.sln new file mode 100755 index 000000000..f7908da11 --- /dev/null +++ b/gtest-1.7.0/msvc/gtest-md.sln @@ -0,0 +1,45 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest-md", "gtest-md.vcproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main-md", "gtest_main-md.vcproj", "{3AF54C8A-10BF-4332-9147-F68ED9862033}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test-md", "gtest_prod_test-md.vcproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest-md", "gtest_unittest-md.vcproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug.ActiveCfg = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Debug.Build.0 = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release.ActiveCfg = Release|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE8}.Release.Build.0 = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug.ActiveCfg = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Debug.Build.0 = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release.ActiveCfg = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862033}.Release.Build.0 = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug.ActiveCfg = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Debug.Build.0 = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release.ActiveCfg = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECB}.Release.Build.0 = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug.ActiveCfg = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Debug.Build.0 = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release.ActiveCfg = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A2}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/gtest-1.7.0/msvc/gtest-md.vcproj b/gtest-1.7.0/msvc/gtest-md.vcproj new file mode 100755 index 000000000..1c35c3a5e --- /dev/null +++ b/gtest-1.7.0/msvc/gtest-md.vcproj @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest.sln b/gtest-1.7.0/msvc/gtest.sln new file mode 100755 index 000000000..ef4b057ff --- /dev/null +++ b/gtest-1.7.0/msvc/gtest.sln @@ -0,0 +1,45 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest.vcproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_main", "gtest_main.vcproj", "{3AF54C8A-10BF-4332-9147-F68ED9862032}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unittest", "gtest_unittest.vcproj", "{4D9FDFB5-986A-4139-823C-F4EE0ED481A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_prod_test", "gtest_prod_test.vcproj", "{24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug.ActiveCfg = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Debug.Build.0 = Debug|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release.ActiveCfg = Release|Win32 + {C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}.Release.Build.0 = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug.ActiveCfg = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Debug.Build.0 = Debug|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release.ActiveCfg = Release|Win32 + {3AF54C8A-10BF-4332-9147-F68ED9862032}.Release.Build.0 = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug.ActiveCfg = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Debug.Build.0 = Debug|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release.ActiveCfg = Release|Win32 + {4D9FDFB5-986A-4139-823C-F4EE0ED481A1}.Release.Build.0 = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug.ActiveCfg = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Debug.Build.0 = Debug|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release.ActiveCfg = Release|Win32 + {24848551-EF4F-47E8-9A9D-EA4D49BC3ECA}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/gtest-1.7.0/msvc/gtest.vcproj b/gtest-1.7.0/msvc/gtest.vcproj new file mode 100755 index 000000000..a8373ce9a --- /dev/null +++ b/gtest-1.7.0/msvc/gtest.vcproj @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest_main-md.vcproj b/gtest-1.7.0/msvc/gtest_main-md.vcproj new file mode 100755 index 000000000..b5379fe61 --- /dev/null +++ b/gtest-1.7.0/msvc/gtest_main-md.vcproj @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest_main.vcproj b/gtest-1.7.0/msvc/gtest_main.vcproj new file mode 100755 index 000000000..e8b763c56 --- /dev/null +++ b/gtest-1.7.0/msvc/gtest_main.vcproj @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest_prod_test-md.vcproj b/gtest-1.7.0/msvc/gtest_prod_test-md.vcproj new file mode 100755 index 000000000..05b05d9ed --- /dev/null +++ b/gtest-1.7.0/msvc/gtest_prod_test-md.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest_prod_test.vcproj b/gtest-1.7.0/msvc/gtest_prod_test.vcproj new file mode 100755 index 000000000..6d7a2f021 --- /dev/null +++ b/gtest-1.7.0/msvc/gtest_prod_test.vcproj @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest_unittest-md.vcproj b/gtest-1.7.0/msvc/gtest_unittest-md.vcproj new file mode 100755 index 000000000..38a5e5663 --- /dev/null +++ b/gtest-1.7.0/msvc/gtest_unittest-md.vcproj @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/msvc/gtest_unittest.vcproj b/gtest-1.7.0/msvc/gtest_unittest.vcproj new file mode 100755 index 000000000..cb1f52b1f --- /dev/null +++ b/gtest-1.7.0/msvc/gtest_unittest.vcproj @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gtest-1.7.0/samples/.deps/.dirstamp b/gtest-1.7.0/samples/.deps/.dirstamp new file mode 100644 index 000000000..e69de29bb diff --git a/gtest-1.7.0/samples/.deps/sample1.Plo b/gtest-1.7.0/samples/.deps/sample1.Plo new file mode 100644 index 000000000..2b7859588 --- /dev/null +++ b/gtest-1.7.0/samples/.deps/sample1.Plo @@ -0,0 +1,6 @@ +samples/sample1.lo: samples/sample1.cc /usr/include/stdc-predef.h \ + samples/sample1.h + +/usr/include/stdc-predef.h: + +samples/sample1.h: diff --git a/gtest-1.7.0/samples/.deps/sample10_unittest.Po b/gtest-1.7.0/samples/.deps/sample10_unittest.Po new file mode 100644 index 000000000..9ce06a81e --- /dev/null +++ b/gtest-1.7.0/samples/.deps/sample10_unittest.Po @@ -0,0 +1 @@ +# dummy diff --git a/gtest-1.7.0/samples/.deps/sample1_unittest.Po b/gtest-1.7.0/samples/.deps/sample1_unittest.Po new file mode 100644 index 000000000..9ce06a81e --- /dev/null +++ b/gtest-1.7.0/samples/.deps/sample1_unittest.Po @@ -0,0 +1 @@ +# dummy diff --git a/gtest-1.7.0/samples/.deps/sample2.Plo b/gtest-1.7.0/samples/.deps/sample2.Plo new file mode 100644 index 000000000..5d5272621 --- /dev/null +++ b/gtest-1.7.0/samples/.deps/sample2.Plo @@ -0,0 +1,26 @@ +samples/sample2.lo: samples/sample2.cc /usr/include/stdc-predef.h \ + samples/sample2.h /usr/include/string.h /usr/include/features.h \ + /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h \ + /usr/include/xlocale.h + +/usr/include/stdc-predef.h: + +samples/sample2.h: + +/usr/include/string.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-32.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h: + +/usr/include/xlocale.h: diff --git a/gtest-1.7.0/samples/.deps/sample4.Plo b/gtest-1.7.0/samples/.deps/sample4.Plo new file mode 100644 index 000000000..6fd00a0b1 --- /dev/null +++ b/gtest-1.7.0/samples/.deps/sample4.Plo @@ -0,0 +1,46 @@ +samples/sample4.lo: samples/sample4.cc /usr/include/stdc-predef.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-32.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h samples/sample4.h + +/usr/include/stdc-predef.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-32.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +samples/sample4.h: diff --git a/gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1.Po b/gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1.Po new file mode 100644 index 000000000..9ce06a81e --- /dev/null +++ b/gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1.Po @@ -0,0 +1 @@ +# dummy diff --git a/gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1_unittest.Po b/gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1_unittest.Po new file mode 100644 index 000000000..9ce06a81e --- /dev/null +++ b/gtest-1.7.0/samples/.deps/test_fused_gtest_test-sample1_unittest.Po @@ -0,0 +1 @@ +# dummy diff --git a/gtest-1.7.0/samples/.dirstamp b/gtest-1.7.0/samples/.dirstamp new file mode 100644 index 000000000..e69de29bb diff --git a/gtest-1.7.0/samples/.libs/libsamples.a b/gtest-1.7.0/samples/.libs/libsamples.a new file mode 100644 index 0000000000000000000000000000000000000000..e9b8a2581a40588f02cffdfbc3ea7e56b42379ab GIT binary patch literal 12992 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 jBH|zE_$S())AmxcL^|K&#* literal 0 HcmV?d00001 diff --git a/gtest-1.7.0/samples/.libs/sample2.o b/gtest-1.7.0/samples/.libs/sample2.o new file mode 100644 index 0000000000000000000000000000000000000000..6594e9216171170dbd48afca368d8e044e4dae8e GIT binary patch literal 4800 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

    CkzW# z!fFemnr(ZAjzYWOz@@E2h{>1ZJZzv{C`V5eE zd>;KqzV+>w%L!wC3a|hF^+Nxs_uxn0{^rd5v4fNI=CSGNyAPiO)Dt{8`>%98cP>8&1C5n`Llo+^YB7f2n@%b$zif%IzN5Z{RzEj~Ig_8zohU%g;y0mrtrGL?R)A%C@VJ^xb3yPteQVN#)?aF@bK zg`ZaVd4 + +// The prime table interface. +class PrimeTable { + public: + virtual ~PrimeTable() {} + + // Returns true iff n is a prime number. + virtual bool IsPrime(int n) const = 0; + + // Returns the smallest prime number greater than p; or returns -1 + // if the next prime is beyond the capacity of the table. + virtual int GetNextPrime(int p) const = 0; +}; + +// Implementation #1 calculates the primes on-the-fly. +class OnTheFlyPrimeTable : public PrimeTable { + public: + virtual bool IsPrime(int n) const { + if (n <= 1) return false; + + for (int i = 2; i*i <= n; i++) { + // n is divisible by an integer other than 1 and itself. + if ((n % i) == 0) return false; + } + + return true; + } + + virtual int GetNextPrime(int p) const { + for (int n = p + 1; n > 0; n++) { + if (IsPrime(n)) return n; + } + + return -1; + } +}; + +// Implementation #2 pre-calculates the primes and stores the result +// in an array. +class PreCalculatedPrimeTable : public PrimeTable { + public: + // 'max' specifies the maximum number the prime table holds. + explicit PreCalculatedPrimeTable(int max) + : is_prime_size_(max + 1), is_prime_(new bool[max + 1]) { + CalculatePrimesUpTo(max); + } + virtual ~PreCalculatedPrimeTable() { delete[] is_prime_; } + + virtual bool IsPrime(int n) const { + return 0 <= n && n < is_prime_size_ && is_prime_[n]; + } + + virtual int GetNextPrime(int p) const { + for (int n = p + 1; n < is_prime_size_; n++) { + if (is_prime_[n]) return n; + } + + return -1; + } + + private: + void CalculatePrimesUpTo(int max) { + ::std::fill(is_prime_, is_prime_ + is_prime_size_, true); + is_prime_[0] = is_prime_[1] = false; + + for (int i = 2; i <= max; i++) { + if (!is_prime_[i]) continue; + + // Marks all multiples of i (except i itself) as non-prime. + for (int j = 2*i; j <= max; j += i) { + is_prime_[j] = false; + } + } + } + + const int is_prime_size_; + bool* const is_prime_; + + // Disables compiler warning "assignment operator could not be generated." + void operator=(const PreCalculatedPrimeTable& rhs); +}; + +#endif // GTEST_SAMPLES_PRIME_TABLES_H_ diff --git a/gtest-1.7.0/samples/sample1.cc b/gtest-1.7.0/samples/sample1.cc new file mode 100644 index 000000000..f171e2609 --- /dev/null +++ b/gtest-1.7.0/samples/sample1.cc @@ -0,0 +1,68 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "sample1.h" + +// Returns n! (the factorial of n). For negative n, n! is defined to be 1. +int Factorial(int n) { + int result = 1; + for (int i = 1; i <= n; i++) { + result *= i; + } + + return result; +} + +// Returns true iff n is a prime number. +bool IsPrime(int n) { + // Trivial case 1: small numbers + if (n <= 1) return false; + + // Trivial case 2: even numbers + if (n % 2 == 0) return n == 2; + + // Now, we have that n is odd and n >= 3. + + // Try to divide n by every odd number i, starting from 3 + for (int i = 3; ; i += 2) { + // We only have to try i up to the squre root of n + if (i > n/i) break; + + // Now, we have i <= n/i < n. + // If n is divisible by i, n is not prime. + if (n % i == 0) return false; + } + + // n has no integer factor in the range (1, n), and thus is prime. + return true; +} diff --git a/gtest-1.7.0/samples/sample1.h b/gtest-1.7.0/samples/sample1.h new file mode 100644 index 000000000..3dfeb98c4 --- /dev/null +++ b/gtest-1.7.0/samples/sample1.h @@ -0,0 +1,43 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_SAMPLES_SAMPLE1_H_ +#define GTEST_SAMPLES_SAMPLE1_H_ + +// Returns n! (the factorial of n). For negative n, n! is defined to be 1. +int Factorial(int n); + +// Returns true iff n is a prime number. +bool IsPrime(int n); + +#endif // GTEST_SAMPLES_SAMPLE1_H_ diff --git a/gtest-1.7.0/samples/sample1.lo b/gtest-1.7.0/samples/sample1.lo new file mode 100644 index 000000000..7dccc2544 --- /dev/null +++ b/gtest-1.7.0/samples/sample1.lo @@ -0,0 +1,12 @@ +# samples/sample1.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/sample1.o' + +# Name of the non-PIC object +non_pic_object='sample1.o' + diff --git a/gtest-1.7.0/samples/sample1.o b/gtest-1.7.0/samples/sample1.o new file mode 100644 index 0000000000000000000000000000000000000000..54b32a3a5995aa11dea5db70931ead56fedfb730 GIT binary patch literal 2836 zcmb7G>u(fQ6u)<7T2>a8(n1s=VMz+Kz|M9{DK2kl1S?gsq(mOEncW@Qm3@%iSssd| z$%Y7$`Xm}75x*xIp=p?_uPBW z+_^KSA0FB%r4*W^Fh$c6;DaF(=G4INa z`VE=>vUcmYhVN@keZm2I&mZcH)Mw1zU)wh_GIINebJN#84Dd=AV zEgHh|w_+WD`iAci;(|hB5{g`2grr7V1(p{lA1Eso8X?X7M13t`xD>moC@A-XYIiVb$qz3qWFcPx?}sNEvW2qS|X22!mk z#<#a({e2=B5%^nShSFwrifD98)Qn(WrN%fps1t06SAF!GB%bvBN-XrlsY^trO0kE) zOhcqD0q)R0Q-}X8mA%SQ_3M> zSY~81<;ItvJ{})BIC{wFimlmlYCn9^Ji5t;w!>!e9katW4AkHC_(*(U_3C(^owj@9 zy*;UQJ-w;kc-OF-i$CIcfj`mT9ZwX!TFKo!=9b(_J`2;SWXCt>`yc9$C&uE5Cwj$T zbx$Q=^uT&mAup2S<)WLcRozPR zXr=s&oAs(mr+jzda1_n07yRg0P zd+v>0TtESm&khTDDk2xpv8=P`ZyS7kY9t;wQWuyfh@1n9?XgJRFdm!Th*>+Ly9k5P z0Z7K|>dB(#WPn~Jz;Ug4?g>xWImdH^ovBuZO^01874k>i!bxFQ+=88RGqthNeCco* znZE91G8OljwhHBJIMJy%r7@h6(AYx0N(jX!5DXZ z^l-(&Q~V#a7`Z%(xB`6I1{prp>>+6xn0dT+N#6%>M>0lQ3C1mP&%8Cr3D5gq_4rci z+ED#@zonu`$2P*gPdkB|W()Bl5LceyXNu30>+swa!os4T@7yq+>j5;r0E5^|7~HAN_iLywmj_hDi2x-UfLabNSn`s_jVAL>cS zpZ}8pKS|dMtfmb6E%EDL%?Rs-qqOzzgDmr|85!4I&~f!crHYzjR=7O!*@-5ZcXf{S z_~e^pin&b#n(23-=`#IJgzcD^qs&#ncI@XtAkRcj+2K#v-JgW;Hz2rAB$m&563gQA zBl06pTtq~BmJwC&>G$siV4sTbCSu!rl)zZ#K+cO5Akm; +#include + +#include "gtest/gtest.h" + +using ::testing::EmptyTestEventListener; +using ::testing::InitGoogleTest; +using ::testing::Test; +using ::testing::TestCase; +using ::testing::TestEventListeners; +using ::testing::TestInfo; +using ::testing::TestPartResult; +using ::testing::UnitTest; + +namespace { + +// We will track memory used by this class. +class Water { + public: + // Normal Water declarations go here. + + // operator new and operator delete help us control water allocation. + void* operator new(size_t allocation_size) { + allocated_++; + return malloc(allocation_size); + } + + void operator delete(void* block, size_t /* allocation_size */) { + allocated_--; + free(block); + } + + static int allocated() { return allocated_; } + + private: + static int allocated_; +}; + +int Water::allocated_ = 0; + +// This event listener monitors how many Water objects are created and +// destroyed by each test, and reports a failure if a test leaks some Water +// objects. It does this by comparing the number of live Water objects at +// the beginning of a test and at the end of a test. +class LeakChecker : public EmptyTestEventListener { + private: + // Called before a test starts. + virtual void OnTestStart(const TestInfo& /* test_info */) { + initially_allocated_ = Water::allocated(); + } + + // Called after a test ends. + virtual void OnTestEnd(const TestInfo& /* test_info */) { + int difference = Water::allocated() - initially_allocated_; + + // You can generate a failure in any event handler except + // OnTestPartResult. Just use an appropriate Google Test assertion to do + // it. + EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!"; + } + + int initially_allocated_; +}; + +TEST(ListenersTest, DoesNotLeak) { + Water* water = new Water; + delete water; +} + +// This should fail when the --check_for_leaks command line flag is +// specified. +TEST(ListenersTest, LeaksWater) { + Water* water = new Water; + EXPECT_TRUE(water != NULL); +} + +} // namespace + +int main(int argc, char **argv) { + InitGoogleTest(&argc, argv); + + bool check_for_leaks = false; + if (argc > 1 && strcmp(argv[1], "--check_for_leaks") == 0 ) + check_for_leaks = true; + else + printf("%s\n", "Run this program with --check_for_leaks to enable " + "custom leak checking in the tests."); + + // If we are given the --check_for_leaks command line flag, installs the + // leak checker. + if (check_for_leaks) { + TestEventListeners& listeners = UnitTest::GetInstance()->listeners(); + + // Adds the leak checker to the end of the test event listener list, + // after the default text output printer and the default XML report + // generator. + // + // The order is important - it ensures that failures generated in the + // leak checker's OnTestEnd() method are processed by the text and XML + // printers *before* their OnTestEnd() methods are called, such that + // they are attributed to the right test. Remember that a listener + // receives an OnXyzStart event *after* listeners preceding it in the + // list received that event, and receives an OnXyzEnd event *before* + // listeners preceding it. + // + // We don't need to worry about deleting the new listener later, as + // Google Test will do it. + listeners.Append(new LeakChecker); + } + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/samples/sample1_unittest.cc b/gtest-1.7.0/samples/sample1_unittest.cc new file mode 100644 index 000000000..aefc4f1d8 --- /dev/null +++ b/gtest-1.7.0/samples/sample1_unittest.cc @@ -0,0 +1,153 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + + +// This sample shows how to write a simple unit test for a function, +// using Google C++ testing framework. +// +// Writing a unit test using Google C++ testing framework is easy as 1-2-3: + + +// Step 1. Include necessary header files such that the stuff your +// test logic needs is declared. +// +// Don't forget gtest.h, which declares the testing framework. + +#include +#include "sample1.h" +#include "gtest/gtest.h" + + +// Step 2. Use the TEST macro to define your tests. +// +// TEST has two parameters: the test case name and the test name. +// After using the macro, you should define your test logic between a +// pair of braces. You can use a bunch of macros to indicate the +// success or failure of a test. EXPECT_TRUE and EXPECT_EQ are +// examples of such macros. For a complete list, see gtest.h. +// +// +// +// In Google Test, tests are grouped into test cases. This is how we +// keep test code organized. You should put logically related tests +// into the same test case. +// +// The test case name and the test name should both be valid C++ +// identifiers. And you should not use underscore (_) in the names. +// +// Google Test guarantees that each test you define is run exactly +// once, but it makes no guarantee on the order the tests are +// executed. Therefore, you should write your tests in such a way +// that their results don't depend on their order. +// +// + + +// Tests Factorial(). + +// Tests factorial of negative numbers. +TEST(FactorialTest, Negative) { + // This test is named "Negative", and belongs to the "FactorialTest" + // test case. + EXPECT_EQ(1, Factorial(-5)); + EXPECT_EQ(1, Factorial(-1)); + EXPECT_GT(Factorial(-10), 0); + + // + // + // EXPECT_EQ(expected, actual) is the same as + // + // EXPECT_TRUE((expected) == (actual)) + // + // except that it will print both the expected value and the actual + // value when the assertion fails. This is very helpful for + // debugging. Therefore in this case EXPECT_EQ is preferred. + // + // On the other hand, EXPECT_TRUE accepts any Boolean expression, + // and is thus more general. + // + // +} + +// Tests factorial of 0. +TEST(FactorialTest, Zero) { + EXPECT_EQ(1, Factorial(0)); +} + +// Tests factorial of positive numbers. +TEST(FactorialTest, Positive) { + EXPECT_EQ(1, Factorial(1)); + EXPECT_EQ(2, Factorial(2)); + EXPECT_EQ(6, Factorial(3)); + EXPECT_EQ(40320, Factorial(8)); +} + + +// Tests IsPrime() + +// Tests negative input. +TEST(IsPrimeTest, Negative) { + // This test belongs to the IsPrimeTest test case. + + EXPECT_FALSE(IsPrime(-1)); + EXPECT_FALSE(IsPrime(-2)); + EXPECT_FALSE(IsPrime(INT_MIN)); +} + +// Tests some trivial cases. +TEST(IsPrimeTest, Trivial) { + EXPECT_FALSE(IsPrime(0)); + EXPECT_FALSE(IsPrime(1)); + EXPECT_TRUE(IsPrime(2)); + EXPECT_TRUE(IsPrime(3)); +} + +// Tests positive input. +TEST(IsPrimeTest, Positive) { + EXPECT_FALSE(IsPrime(4)); + EXPECT_TRUE(IsPrime(5)); + EXPECT_FALSE(IsPrime(6)); + EXPECT_TRUE(IsPrime(23)); +} + +// Step 3. Call RUN_ALL_TESTS() in main(). +// +// We do this by linking in src/gtest_main.cc file, which consists of +// a main() function which calls RUN_ALL_TESTS() for us. +// +// This runs all the tests you've defined, prints the result, and +// returns 0 if successful, or 1 otherwise. +// +// Did you notice that we didn't register the tests? The +// RUN_ALL_TESTS() macro magically knows about all the tests we +// defined. Isn't this convenient? diff --git a/gtest-1.7.0/samples/sample2.cc b/gtest-1.7.0/samples/sample2.cc new file mode 100644 index 000000000..5f763b9bd --- /dev/null +++ b/gtest-1.7.0/samples/sample2.cc @@ -0,0 +1,56 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "sample2.h" + +#include + +// Clones a 0-terminated C string, allocating memory using new. +const char* MyString::CloneCString(const char* a_c_string) { + if (a_c_string == NULL) return NULL; + + const size_t len = strlen(a_c_string); + char* const clone = new char[ len + 1 ]; + memcpy(clone, a_c_string, len + 1); + + return clone; +} + +// Sets the 0-terminated C string this MyString object +// represents. +void MyString::Set(const char* a_c_string) { + // Makes sure this works when c_string == c_string_ + const char* const temp = MyString::CloneCString(a_c_string); + delete[] c_string_; + c_string_ = temp; +} diff --git a/gtest-1.7.0/samples/sample2.h b/gtest-1.7.0/samples/sample2.h new file mode 100644 index 000000000..cb485c70f --- /dev/null +++ b/gtest-1.7.0/samples/sample2.h @@ -0,0 +1,85 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_SAMPLES_SAMPLE2_H_ +#define GTEST_SAMPLES_SAMPLE2_H_ + +#include + + +// A simple string class. +class MyString { + private: + const char* c_string_; + const MyString& operator=(const MyString& rhs); + + public: + // Clones a 0-terminated C string, allocating memory using new. + static const char* CloneCString(const char* a_c_string); + + //////////////////////////////////////////////////////////// + // + // C'tors + + // The default c'tor constructs a NULL string. + MyString() : c_string_(NULL) {} + + // Constructs a MyString by cloning a 0-terminated C string. + explicit MyString(const char* a_c_string) : c_string_(NULL) { + Set(a_c_string); + } + + // Copy c'tor + MyString(const MyString& string) : c_string_(NULL) { + Set(string.c_string_); + } + + //////////////////////////////////////////////////////////// + // + // D'tor. MyString is intended to be a final class, so the d'tor + // doesn't need to be virtual. + ~MyString() { delete[] c_string_; } + + // Gets the 0-terminated C string this MyString object represents. + const char* c_string() const { return c_string_; } + + size_t Length() const { + return c_string_ == NULL ? 0 : strlen(c_string_); + } + + // Sets the 0-terminated C string this MyString object represents. + void Set(const char* c_string); +}; + + +#endif // GTEST_SAMPLES_SAMPLE2_H_ diff --git a/gtest-1.7.0/samples/sample2.lo b/gtest-1.7.0/samples/sample2.lo new file mode 100644 index 000000000..af009aa24 --- /dev/null +++ b/gtest-1.7.0/samples/sample2.lo @@ -0,0 +1,12 @@ +# samples/sample2.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/sample2.o' + +# Name of the non-PIC object +non_pic_object='sample2.o' + diff --git a/gtest-1.7.0/samples/sample2.o b/gtest-1.7.0/samples/sample2.o new file mode 100644 index 0000000000000000000000000000000000000000..3313a02b59cd32367e9d186d7290d2476e43e6ab GIT binary patch literal 4496 zcma)9U2Igx6`uR!#bNEs+6Ef~flK5NDA`^A0SP|zFWwEicg^lK zU_zQGZqm4jG*pS&N>O>~Ltl`Z_MyM2l7eWe^r5OMl|DA@L)6lTsA;9BQQhyGJF|OT zMM{q}^PRsrb7tn;x%WOdGX4d_FoY&USfVZoadKs7>6frobcog3RpR9Fi7S`85-%!QClI+5*rp24bCyyv0v3Tdisi~V+&x@Y7|Mt(T!4`3RV&QJ$ z%E_(`OF@?_y{@z^+)6Coe(`rf6Cxh1jqF>vWuG{8Q`|Czu;tvgF$c6aA>Z$*oX@G` z%xz$--*>aOS3CRsI|pdwaC7@OdT~#V z{DTFkX}SvOTWBjULx@u&nwIF%J%XMij31zj%dyRjY3?$93C+7`a*%MOcDHc{nm=o8 zbih92A5j0NW|Ffs{{gbO-*6DJ6HUfi$w|ekL!9OyS(!i efG0i9Uoqcg|fMt?t= zaTv;DHEUwR3xxUD*Pt*wYUR3Q_M*kU08Q)^Mm5-BPem)&Z#;lb>>>BYT`1co(HRef z14URXYl@yPjL*@$36AZ%>An3!i2J~Gu%0}eX$OtZka-ZyYhW-bQ;q!#t_?O1X)QB0 z`Ub)Fpc!whf!hhR&W|9HF|UbrGKW6qU|zG=j{@&QYac{s>^Kdlr@(da z3@v8js$(3u;qU0|R}9Y2oWgUtw-e&WXy1T}EzSxN8|_Wg7)ZsNR7#8FcG28m{|H)l za}#|21X5%*hU0f1uf07 zErPJZG%P0`=O6=OV{? zq-g~hMjt?9j+%Z7#uP83H;jKf&FJL|1LbT~Go{(0R~6~GY9(DPOs8kE*>qv&z|LgF z%jGjcvRLrvE~fia52bq31wUJy%Xy)*7DO1LH#n&ZP3px*Ajp{tS4F zX*I}oSX+!eW8>FuJe>Z@6V`lS#b5Z+__fKjFl{4tF!r;w8AGm9PaYZ@_~QJ896ykq z3ImOt7v)*6k_pNc*Y_^CC!P}3!XS)?#hL`z1=-Kx_f(i-K|HxoO>V>g!<&pZEms@%=zBl8PE4B zg)GEOC7a*N9dwg3Zt`$1r>^I}GmMYyzpR%8hg{~!d6CU$D%>UBwn4s7h2GCREuy*B z@^o`v(F;7e>hJ{9kz=Ul%ay>L^Q(m!ANle{S({Anj>t^a*pgSu&dx8}qs+v}(Xojs zu`Eb*6Z`POkz2=I59Vi475Q?>LmhdQ^lYX4w3iL4=}a{{QwS7vclV`o#UPo>c%`zR zo}McdbLpADs|LxQ)UFh+;{C(JyWOqW`)!}O@hl=fcqHS}QDIzeG}brSHs1(?(D7Lz z$>(6mY5b}=g>S1T?kmL_IiQ$zuou;ANPUFz89Q)CDKgOO$ z8${zXB@p8!##pe1oec*Z_n?y))ni96@+L;!c5IQV&X1tI-MQYA37S4Lbd6A+|&YPZ_nJV~a%J7tYW_r5fo!3&aoQ*nWDj9zU&#>~< zQauu$VNY9;i%4b5rILrLNcrW!OJTp0)gY5S8wU0AQ)eof5-+3wllbDtw%0DILGaOg zDFKJ3qO~PB5lhwd5rSvH{P;Vd^Lqxo9s^c1A$hz?You-bSk^p^UGV!w z&8u!(gf2SoMa;|d;k?agdfsn?XFQ$@>3zie-+iI|yJ%6r-ym3$0~FE5c0-|3i;p>J zgy=(h2aUWw(of*`8V!n=AL%W$=sKQ{>|ZNvdL2;LY7eY<6@%U*qe#yios*`Iuo7c8c-T52uP@iKa+2+F1#8vIG_xAxm&q>tqS;c%3Zll#a-|y%i_Qdq5NSu~!Q~ z%KRSEM48X;AX*O^$3G6#M0@QcCYxRMQv8$;2lc)VU)7)T9<9A5)k|LHV`7QC3r#F- zD-qwQhlrSbnurI6_lSWHIqV#b!`+G|MEfM4XsPKJ-7If6N6EXjN3cHp5AtetJG0y>|e@x*SWxuTOd4;bl{E5Q1 V6w32J$NJ#BuPbzcCghyL{{oLrSD^p^ literal 0 HcmV?d00001 diff --git a/gtest-1.7.0/samples/sample2_unittest.cc b/gtest-1.7.0/samples/sample2_unittest.cc new file mode 100644 index 000000000..4fa19b71c --- /dev/null +++ b/gtest-1.7.0/samples/sample2_unittest.cc @@ -0,0 +1,109 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + + +// This sample shows how to write a more complex unit test for a class +// that has multiple member functions. +// +// Usually, it's a good idea to have one test for each method in your +// class. You don't have to do that exactly, but it helps to keep +// your tests organized. You may also throw in additional tests as +// needed. + +#include "sample2.h" +#include "gtest/gtest.h" + +// In this example, we test the MyString class (a simple string). + +// Tests the default c'tor. +TEST(MyString, DefaultConstructor) { + const MyString s; + + // Asserts that s.c_string() returns NULL. + // + // + // + // If we write NULL instead of + // + // static_cast(NULL) + // + // in this assertion, it will generate a warning on gcc 3.4. The + // reason is that EXPECT_EQ needs to know the types of its + // arguments in order to print them when it fails. Since NULL is + // #defined as 0, the compiler will use the formatter function for + // int to print it. However, gcc thinks that NULL should be used as + // a pointer, not an int, and therefore complains. + // + // The root of the problem is C++'s lack of distinction between the + // integer number 0 and the null pointer constant. Unfortunately, + // we have to live with this fact. + // + // + EXPECT_STREQ(NULL, s.c_string()); + + EXPECT_EQ(0u, s.Length()); +} + +const char kHelloString[] = "Hello, world!"; + +// Tests the c'tor that accepts a C string. +TEST(MyString, ConstructorFromCString) { + const MyString s(kHelloString); + EXPECT_EQ(0, strcmp(s.c_string(), kHelloString)); + EXPECT_EQ(sizeof(kHelloString)/sizeof(kHelloString[0]) - 1, + s.Length()); +} + +// Tests the copy c'tor. +TEST(MyString, CopyConstructor) { + const MyString s1(kHelloString); + const MyString s2 = s1; + EXPECT_EQ(0, strcmp(s2.c_string(), kHelloString)); +} + +// Tests the Set method. +TEST(MyString, Set) { + MyString s; + + s.Set(kHelloString); + EXPECT_EQ(0, strcmp(s.c_string(), kHelloString)); + + // Set should work when the input pointer is the same as the one + // already in the MyString object. + s.Set(s.c_string()); + EXPECT_EQ(0, strcmp(s.c_string(), kHelloString)); + + // Can we set the MyString to NULL? + s.Set(NULL); + EXPECT_STREQ(NULL, s.c_string()); +} diff --git a/gtest-1.7.0/samples/sample3-inl.h b/gtest-1.7.0/samples/sample3-inl.h new file mode 100644 index 000000000..7e3084d63 --- /dev/null +++ b/gtest-1.7.0/samples/sample3-inl.h @@ -0,0 +1,172 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_SAMPLES_SAMPLE3_INL_H_ +#define GTEST_SAMPLES_SAMPLE3_INL_H_ + +#include + + +// Queue is a simple queue implemented as a singled-linked list. +// +// The element type must support copy constructor. +template // E is the element type +class Queue; + +// QueueNode is a node in a Queue, which consists of an element of +// type E and a pointer to the next node. +template // E is the element type +class QueueNode { + friend class Queue; + + public: + // Gets the element in this node. + const E& element() const { return element_; } + + // Gets the next node in the queue. + QueueNode* next() { return next_; } + const QueueNode* next() const { return next_; } + + private: + // Creates a node with a given element value. The next pointer is + // set to NULL. + explicit QueueNode(const E& an_element) : element_(an_element), next_(NULL) {} + + // We disable the default assignment operator and copy c'tor. + const QueueNode& operator = (const QueueNode&); + QueueNode(const QueueNode&); + + E element_; + QueueNode* next_; +}; + +template // E is the element type. +class Queue { + public: + // Creates an empty queue. + Queue() : head_(NULL), last_(NULL), size_(0) {} + + // D'tor. Clears the queue. + ~Queue() { Clear(); } + + // Clears the queue. + void Clear() { + if (size_ > 0) { + // 1. Deletes every node. + QueueNode* node = head_; + QueueNode* next = node->next(); + for (; ;) { + delete node; + node = next; + if (node == NULL) break; + next = node->next(); + } + + // 2. Resets the member variables. + head_ = last_ = NULL; + size_ = 0; + } + } + + // Gets the number of elements. + size_t Size() const { return size_; } + + // Gets the first element of the queue, or NULL if the queue is empty. + QueueNode* Head() { return head_; } + const QueueNode* Head() const { return head_; } + + // Gets the last element of the queue, or NULL if the queue is empty. + QueueNode* Last() { return last_; } + const QueueNode* Last() const { return last_; } + + // Adds an element to the end of the queue. A copy of the element is + // created using the copy constructor, and then stored in the queue. + // Changes made to the element in the queue doesn't affect the source + // object, and vice versa. + void Enqueue(const E& element) { + QueueNode* new_node = new QueueNode(element); + + if (size_ == 0) { + head_ = last_ = new_node; + size_ = 1; + } else { + last_->next_ = new_node; + last_ = new_node; + size_++; + } + } + + // Removes the head of the queue and returns it. Returns NULL if + // the queue is empty. + E* Dequeue() { + if (size_ == 0) { + return NULL; + } + + const QueueNode* const old_head = head_; + head_ = head_->next_; + size_--; + if (size_ == 0) { + last_ = NULL; + } + + E* element = new E(old_head->element()); + delete old_head; + + return element; + } + + // Applies a function/functor on each element of the queue, and + // returns the result in a new queue. The original queue is not + // affected. + template + Queue* Map(F function) const { + Queue* new_queue = new Queue(); + for (const QueueNode* node = head_; node != NULL; node = node->next_) { + new_queue->Enqueue(function(node->element())); + } + + return new_queue; + } + + private: + QueueNode* head_; // The first node of the queue. + QueueNode* last_; // The last node of the queue. + size_t size_; // The number of elements in the queue. + + // We disallow copying a queue. + Queue(const Queue&); + const Queue& operator = (const Queue&); +}; + +#endif // GTEST_SAMPLES_SAMPLE3_INL_H_ diff --git a/gtest-1.7.0/samples/sample3_unittest.cc b/gtest-1.7.0/samples/sample3_unittest.cc new file mode 100644 index 000000000..bf3877d01 --- /dev/null +++ b/gtest-1.7.0/samples/sample3_unittest.cc @@ -0,0 +1,151 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + + +// In this example, we use a more advanced feature of Google Test called +// test fixture. +// +// A test fixture is a place to hold objects and functions shared by +// all tests in a test case. Using a test fixture avoids duplicating +// the test code necessary to initialize and cleanup those common +// objects for each test. It is also useful for defining sub-routines +// that your tests need to invoke a lot. +// +// +// +// The tests share the test fixture in the sense of code sharing, not +// data sharing. Each test is given its own fresh copy of the +// fixture. You cannot expect the data modified by one test to be +// passed on to another test, which is a bad idea. +// +// The reason for this design is that tests should be independent and +// repeatable. In particular, a test should not fail as the result of +// another test's failure. If one test depends on info produced by +// another test, then the two tests should really be one big test. +// +// The macros for indicating the success/failure of a test +// (EXPECT_TRUE, FAIL, etc) need to know what the current test is +// (when Google Test prints the test result, it tells you which test +// each failure belongs to). Technically, these macros invoke a +// member function of the Test class. Therefore, you cannot use them +// in a global function. That's why you should put test sub-routines +// in a test fixture. +// +// + +#include "sample3-inl.h" +#include "gtest/gtest.h" + +// To use a test fixture, derive a class from testing::Test. +class QueueTest : public testing::Test { + protected: // You should make the members protected s.t. they can be + // accessed from sub-classes. + + // virtual void SetUp() will be called before each test is run. You + // should define it if you need to initialize the varaibles. + // Otherwise, this can be skipped. + virtual void SetUp() { + q1_.Enqueue(1); + q2_.Enqueue(2); + q2_.Enqueue(3); + } + + // virtual void TearDown() will be called after each test is run. + // You should define it if there is cleanup work to do. Otherwise, + // you don't have to provide it. + // + // virtual void TearDown() { + // } + + // A helper function that some test uses. + static int Double(int n) { + return 2*n; + } + + // A helper function for testing Queue::Map(). + void MapTester(const Queue * q) { + // Creates a new queue, where each element is twice as big as the + // corresponding one in q. + const Queue * const new_q = q->Map(Double); + + // Verifies that the new queue has the same size as q. + ASSERT_EQ(q->Size(), new_q->Size()); + + // Verifies the relationship between the elements of the two queues. + for ( const QueueNode * n1 = q->Head(), * n2 = new_q->Head(); + n1 != NULL; n1 = n1->next(), n2 = n2->next() ) { + EXPECT_EQ(2 * n1->element(), n2->element()); + } + + delete new_q; + } + + // Declares the variables your tests want to use. + Queue q0_; + Queue q1_; + Queue q2_; +}; + +// When you have a test fixture, you define a test using TEST_F +// instead of TEST. + +// Tests the default c'tor. +TEST_F(QueueTest, DefaultConstructor) { + // You can access data in the test fixture here. + EXPECT_EQ(0u, q0_.Size()); +} + +// Tests Dequeue(). +TEST_F(QueueTest, Dequeue) { + int * n = q0_.Dequeue(); + EXPECT_TRUE(n == NULL); + + n = q1_.Dequeue(); + ASSERT_TRUE(n != NULL); + EXPECT_EQ(1, *n); + EXPECT_EQ(0u, q1_.Size()); + delete n; + + n = q2_.Dequeue(); + ASSERT_TRUE(n != NULL); + EXPECT_EQ(2, *n); + EXPECT_EQ(1u, q2_.Size()); + delete n; +} + +// Tests the Queue::Map() function. +TEST_F(QueueTest, Map) { + MapTester(&q0_); + MapTester(&q1_); + MapTester(&q2_); +} diff --git a/gtest-1.7.0/samples/sample4.cc b/gtest-1.7.0/samples/sample4.cc new file mode 100644 index 000000000..ae44bda6f --- /dev/null +++ b/gtest-1.7.0/samples/sample4.cc @@ -0,0 +1,46 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#include + +#include "sample4.h" + +// Returns the current counter value, and increments it. +int Counter::Increment() { + return counter_++; +} + +// Prints the current counter value to STDOUT. +void Counter::Print() const { + printf("%d", counter_); +} diff --git a/gtest-1.7.0/samples/sample4.h b/gtest-1.7.0/samples/sample4.h new file mode 100644 index 000000000..cd60f0dd2 --- /dev/null +++ b/gtest-1.7.0/samples/sample4.h @@ -0,0 +1,53 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A sample program demonstrating using Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_SAMPLES_SAMPLE4_H_ +#define GTEST_SAMPLES_SAMPLE4_H_ + +// A simple monotonic counter. +class Counter { + private: + int counter_; + + public: + // Creates a counter that starts at 0. + Counter() : counter_(0) {} + + // Returns the current counter value, and increments it. + int Increment(); + + // Prints the current counter value to STDOUT. + void Print() const; +}; + +#endif // GTEST_SAMPLES_SAMPLE4_H_ diff --git a/gtest-1.7.0/samples/sample4.lo b/gtest-1.7.0/samples/sample4.lo new file mode 100644 index 000000000..6910f013b --- /dev/null +++ b/gtest-1.7.0/samples/sample4.lo @@ -0,0 +1,12 @@ +# samples/sample4.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/sample4.o' + +# Name of the non-PIC object +non_pic_object='sample4.o' + diff --git a/gtest-1.7.0/samples/sample4.o b/gtest-1.7.0/samples/sample4.o new file mode 100644 index 0000000000000000000000000000000000000000..cb2d5601cb5366b22cd7f1505deafa90913b602f GIT binary patch literal 4576 zcma)9U2Ggz6~1?OcD>`DwVh2Ir!lY*Nt!6x*|p<1Kjg2tNo+MFA!<=cfMvWp-racr zIy0Lz2~rzUpe2oHrAm?7Qqoi^LVo^$WqnR)2okwa2S5jH8}Vu=ZHtvBeIRIo{mh)igz@bbOujmxns zGxD+CSFiXR#ie&vUcP(%=whMD?ze9(E-qgB#n`K2Ls>i%7s60ZhP;6>jBkUSjVX<| zGXN3W2_g3T0`766XC2JqGW9pISWlJA==rBoCT}Zc!U7mZqSo|9Je8QIGS$-ylUP6H z9X9T44LPNixvH2zJwKQ&F8+mwe=_v3CXQeJ6(lr}<=jG8{~hE!zCge;7h zB3biyG&2-gZyqE`D6+|1N3*0NTg{6kDe1tVVD6(?uUr63ns1WyOHO#Fd5UC6kv--r z`mB)W0SC;RBqMSk;BNEhG+Ql?fE+S+F@aI}0Cb1VS7q@c*>%x6f(75Sohon%68fKS;hanMOMx2k!9JyY^)(A7onAZz|~ zj|FAFag9l)9;U(b6h-P!xEa@(u913!@{7ziC6dM@bV=iTV0~OqPP_jq1ZugON_#cb z-U;nDK?Z1>K8~A_*qFfBsUJa`*uGrO8 zp1l)qK_PEb+eaUab{!;X41*0&%rKx-+n*a&KAT6+9$YJLp@Tx~NtklP45Q1fLoi#d zOix1D4oxY*bk)bvbs4f4;D{sl!6*407HT8~p1eVE^>5IhJgo{p%37>J;9eJNdUxL^`eyOa$JdL#zJ2INiL{tPhJ(-|7J*hh85vLa_0dU!rUtqZ zcEZfmG%=eY?G58&RivEF(4&8yn9bzTIj|7|)+Dwp;GiYDkPZ#foT0phi6{c{szFGT#HE<;>MjuHh6`CNOCRjExGh>aj0NF)YWSADQeX zvwzJV47a))6$w!>%88(w@DpMT7fOp}s5@`rF-Q3|Tru$y?oz&=9>86l!`S4~vm5QY z>gez$GxB zZgrZz<0`kaZq0X!ZQm93Rf=|Rayul)1pngc~LBN++wL!?=+gC*lr=LhxAnNL$gN?icZt3RhmvYTdLYF zroSXF&9Q64xXTD<9?TbUS&J}skZO=nr`hqG^2Aa?tUyq?Wx>=8icRN1RHWFp%i{sS zk!)K4lL2fOhmYQuo!+t~t2R$|qAFljIO~b zU0Ue00a#OPQflYxcEv+FjTW{!ZPfBAi+r`!aPXKoZocidPCF&v%iCV5Qu8$w3fru5 z-OrV6r_pNW=Q_1|IbZP|&(DopJFJ2z1skm>if4R#uI_{zkmIQR8Z5?qt?o2i0twy| zX1HB#DP-qYYuF!ZmYi~{gM{GCeTCe_;pyq!*-fbX<_|5pSjm$CO`bm?d3LYa}DGqEYEiXtcH^7)GePo#wy#s zEvz}u6G~xqn)TX(Q$Hsxx5Yj>k6YuQa49=;ol3FRoNvKV$@biw>zs-9+OFNK;P8q# z;J9)^2ZR$=snt*qrPXZtj)l_XJRj>G_&C+#ylXcc=J@}%kHHXS5=rfF02n=NStGW! zxYXB{Vt9QH2K8gz>Cd|1wI=v|Le3W{TP1+*oqcRuaMAw5?6^+R`BlNAEqGA~!B0`z zP3TVAg|Vq(AFmS{0je$F{;h~1ZP&_B{k1jrVKBW8IktpNBBs zHz3o8^=6yJhPdMcbz%S0xT1C?1kceyH}>&*L8DfSC!&*x^!-rF;X2apNazIQ{Mdeg zD;nZvq%IJkUUvWO9icxf?m!5M zJ<0PbhUxIUlGw-`U*fBmGbD2Ti1?@!5(~VJi1asV{WgueHQuFhM&mJ!pV3&>$a8{m z+Zr!ud{pBVjq3S;-3`sZukjU)ztZ@+#y@KOv&Q!{#;}1n-k`=Yjhi)2Y2+_6?T%~w zyvEZS&uV-` +#include +#include "sample3-inl.h" +#include "gtest/gtest.h" +#include "sample1.h" + +// In this sample, we want to ensure that every test finishes within +// ~5 seconds. If a test takes longer to run, we consider it a +// failure. +// +// We put the code for timing a test in a test fixture called +// "QuickTest". QuickTest is intended to be the super fixture that +// other fixtures derive from, therefore there is no test case with +// the name "QuickTest". This is OK. +// +// Later, we will derive multiple test fixtures from QuickTest. +class QuickTest : public testing::Test { + protected: + // Remember that SetUp() is run immediately before a test starts. + // This is a good place to record the start time. + virtual void SetUp() { + start_time_ = time(NULL); + } + + // TearDown() is invoked immediately after a test finishes. Here we + // check if the test was too slow. + virtual void TearDown() { + // Gets the time when the test finishes + const time_t end_time = time(NULL); + + // Asserts that the test took no more than ~5 seconds. Did you + // know that you can use assertions in SetUp() and TearDown() as + // well? + EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; + } + + // The UTC time (in seconds) when the test starts + time_t start_time_; +}; + + +// We derive a fixture named IntegerFunctionTest from the QuickTest +// fixture. All tests using this fixture will be automatically +// required to be quick. +class IntegerFunctionTest : public QuickTest { + // We don't need any more logic than already in the QuickTest fixture. + // Therefore the body is empty. +}; + + +// Now we can write tests in the IntegerFunctionTest test case. + +// Tests Factorial() +TEST_F(IntegerFunctionTest, Factorial) { + // Tests factorial of negative numbers. + EXPECT_EQ(1, Factorial(-5)); + EXPECT_EQ(1, Factorial(-1)); + EXPECT_GT(Factorial(-10), 0); + + // Tests factorial of 0. + EXPECT_EQ(1, Factorial(0)); + + // Tests factorial of positive numbers. + EXPECT_EQ(1, Factorial(1)); + EXPECT_EQ(2, Factorial(2)); + EXPECT_EQ(6, Factorial(3)); + EXPECT_EQ(40320, Factorial(8)); +} + + +// Tests IsPrime() +TEST_F(IntegerFunctionTest, IsPrime) { + // Tests negative input. + EXPECT_FALSE(IsPrime(-1)); + EXPECT_FALSE(IsPrime(-2)); + EXPECT_FALSE(IsPrime(INT_MIN)); + + // Tests some trivial cases. + EXPECT_FALSE(IsPrime(0)); + EXPECT_FALSE(IsPrime(1)); + EXPECT_TRUE(IsPrime(2)); + EXPECT_TRUE(IsPrime(3)); + + // Tests positive input. + EXPECT_FALSE(IsPrime(4)); + EXPECT_TRUE(IsPrime(5)); + EXPECT_FALSE(IsPrime(6)); + EXPECT_TRUE(IsPrime(23)); +} + + +// The next test case (named "QueueTest") also needs to be quick, so +// we derive another fixture from QuickTest. +// +// The QueueTest test fixture has some logic and shared objects in +// addition to what's in QuickTest already. We define the additional +// stuff inside the body of the test fixture, as usual. +class QueueTest : public QuickTest { + protected: + virtual void SetUp() { + // First, we need to set up the super fixture (QuickTest). + QuickTest::SetUp(); + + // Second, some additional setup for this fixture. + q1_.Enqueue(1); + q2_.Enqueue(2); + q2_.Enqueue(3); + } + + // By default, TearDown() inherits the behavior of + // QuickTest::TearDown(). As we have no additional cleaning work + // for QueueTest, we omit it here. + // + // virtual void TearDown() { + // QuickTest::TearDown(); + // } + + Queue q0_; + Queue q1_; + Queue q2_; +}; + + +// Now, let's write tests using the QueueTest fixture. + +// Tests the default constructor. +TEST_F(QueueTest, DefaultConstructor) { + EXPECT_EQ(0u, q0_.Size()); +} + +// Tests Dequeue(). +TEST_F(QueueTest, Dequeue) { + int* n = q0_.Dequeue(); + EXPECT_TRUE(n == NULL); + + n = q1_.Dequeue(); + EXPECT_TRUE(n != NULL); + EXPECT_EQ(1, *n); + EXPECT_EQ(0u, q1_.Size()); + delete n; + + n = q2_.Dequeue(); + EXPECT_TRUE(n != NULL); + EXPECT_EQ(2, *n); + EXPECT_EQ(1u, q2_.Size()); + delete n; +} + +// If necessary, you can derive further test fixtures from a derived +// fixture itself. For example, you can derive another fixture from +// QueueTest. Google Test imposes no limit on how deep the hierarchy +// can be. In practice, however, you probably don't want it to be too +// deep as to be confusing. diff --git a/gtest-1.7.0/samples/sample6_unittest.cc b/gtest-1.7.0/samples/sample6_unittest.cc new file mode 100644 index 000000000..8f2036a51 --- /dev/null +++ b/gtest-1.7.0/samples/sample6_unittest.cc @@ -0,0 +1,224 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// This sample shows how to test common properties of multiple +// implementations of the same interface (aka interface tests). + +// The interface and its implementations are in this header. +#include "prime_tables.h" + +#include "gtest/gtest.h" + +// First, we define some factory functions for creating instances of +// the implementations. You may be able to skip this step if all your +// implementations can be constructed the same way. + +template +PrimeTable* CreatePrimeTable(); + +template <> +PrimeTable* CreatePrimeTable() { + return new OnTheFlyPrimeTable; +} + +template <> +PrimeTable* CreatePrimeTable() { + return new PreCalculatedPrimeTable(10000); +} + +// Then we define a test fixture class template. +template +class PrimeTableTest : public testing::Test { + protected: + // The ctor calls the factory function to create a prime table + // implemented by T. + PrimeTableTest() : table_(CreatePrimeTable()) {} + + virtual ~PrimeTableTest() { delete table_; } + + // Note that we test an implementation via the base interface + // instead of the actual implementation class. This is important + // for keeping the tests close to the real world scenario, where the + // implementation is invoked via the base interface. It avoids + // got-yas where the implementation class has a method that shadows + // a method with the same name (but slightly different argument + // types) in the base interface, for example. + PrimeTable* const table_; +}; + +#if GTEST_HAS_TYPED_TEST + +using testing::Types; + +// Google Test offers two ways for reusing tests for different types. +// The first is called "typed tests". You should use it if you +// already know *all* the types you are gonna exercise when you write +// the tests. + +// To write a typed test case, first use +// +// TYPED_TEST_CASE(TestCaseName, TypeList); +// +// to declare it and specify the type parameters. As with TEST_F, +// TestCaseName must match the test fixture name. + +// The list of types we want to test. +typedef Types Implementations; + +TYPED_TEST_CASE(PrimeTableTest, Implementations); + +// Then use TYPED_TEST(TestCaseName, TestName) to define a typed test, +// similar to TEST_F. +TYPED_TEST(PrimeTableTest, ReturnsFalseForNonPrimes) { + // Inside the test body, you can refer to the type parameter by + // TypeParam, and refer to the fixture class by TestFixture. We + // don't need them in this example. + + // Since we are in the template world, C++ requires explicitly + // writing 'this->' when referring to members of the fixture class. + // This is something you have to learn to live with. + EXPECT_FALSE(this->table_->IsPrime(-5)); + EXPECT_FALSE(this->table_->IsPrime(0)); + EXPECT_FALSE(this->table_->IsPrime(1)); + EXPECT_FALSE(this->table_->IsPrime(4)); + EXPECT_FALSE(this->table_->IsPrime(6)); + EXPECT_FALSE(this->table_->IsPrime(100)); +} + +TYPED_TEST(PrimeTableTest, ReturnsTrueForPrimes) { + EXPECT_TRUE(this->table_->IsPrime(2)); + EXPECT_TRUE(this->table_->IsPrime(3)); + EXPECT_TRUE(this->table_->IsPrime(5)); + EXPECT_TRUE(this->table_->IsPrime(7)); + EXPECT_TRUE(this->table_->IsPrime(11)); + EXPECT_TRUE(this->table_->IsPrime(131)); +} + +TYPED_TEST(PrimeTableTest, CanGetNextPrime) { + EXPECT_EQ(2, this->table_->GetNextPrime(0)); + EXPECT_EQ(3, this->table_->GetNextPrime(2)); + EXPECT_EQ(5, this->table_->GetNextPrime(3)); + EXPECT_EQ(7, this->table_->GetNextPrime(5)); + EXPECT_EQ(11, this->table_->GetNextPrime(7)); + EXPECT_EQ(131, this->table_->GetNextPrime(128)); +} + +// That's it! Google Test will repeat each TYPED_TEST for each type +// in the type list specified in TYPED_TEST_CASE. Sit back and be +// happy that you don't have to define them multiple times. + +#endif // GTEST_HAS_TYPED_TEST + +#if GTEST_HAS_TYPED_TEST_P + +using testing::Types; + +// Sometimes, however, you don't yet know all the types that you want +// to test when you write the tests. For example, if you are the +// author of an interface and expect other people to implement it, you +// might want to write a set of tests to make sure each implementation +// conforms to some basic requirements, but you don't know what +// implementations will be written in the future. +// +// How can you write the tests without committing to the type +// parameters? That's what "type-parameterized tests" can do for you. +// It is a bit more involved than typed tests, but in return you get a +// test pattern that can be reused in many contexts, which is a big +// win. Here's how you do it: + +// First, define a test fixture class template. Here we just reuse +// the PrimeTableTest fixture defined earlier: + +template +class PrimeTableTest2 : public PrimeTableTest { +}; + +// Then, declare the test case. The argument is the name of the test +// fixture, and also the name of the test case (as usual). The _P +// suffix is for "parameterized" or "pattern". +TYPED_TEST_CASE_P(PrimeTableTest2); + +// Next, use TYPED_TEST_P(TestCaseName, TestName) to define a test, +// similar to what you do with TEST_F. +TYPED_TEST_P(PrimeTableTest2, ReturnsFalseForNonPrimes) { + EXPECT_FALSE(this->table_->IsPrime(-5)); + EXPECT_FALSE(this->table_->IsPrime(0)); + EXPECT_FALSE(this->table_->IsPrime(1)); + EXPECT_FALSE(this->table_->IsPrime(4)); + EXPECT_FALSE(this->table_->IsPrime(6)); + EXPECT_FALSE(this->table_->IsPrime(100)); +} + +TYPED_TEST_P(PrimeTableTest2, ReturnsTrueForPrimes) { + EXPECT_TRUE(this->table_->IsPrime(2)); + EXPECT_TRUE(this->table_->IsPrime(3)); + EXPECT_TRUE(this->table_->IsPrime(5)); + EXPECT_TRUE(this->table_->IsPrime(7)); + EXPECT_TRUE(this->table_->IsPrime(11)); + EXPECT_TRUE(this->table_->IsPrime(131)); +} + +TYPED_TEST_P(PrimeTableTest2, CanGetNextPrime) { + EXPECT_EQ(2, this->table_->GetNextPrime(0)); + EXPECT_EQ(3, this->table_->GetNextPrime(2)); + EXPECT_EQ(5, this->table_->GetNextPrime(3)); + EXPECT_EQ(7, this->table_->GetNextPrime(5)); + EXPECT_EQ(11, this->table_->GetNextPrime(7)); + EXPECT_EQ(131, this->table_->GetNextPrime(128)); +} + +// Type-parameterized tests involve one extra step: you have to +// enumerate the tests you defined: +REGISTER_TYPED_TEST_CASE_P( + PrimeTableTest2, // The first argument is the test case name. + // The rest of the arguments are the test names. + ReturnsFalseForNonPrimes, ReturnsTrueForPrimes, CanGetNextPrime); + +// At this point the test pattern is done. However, you don't have +// any real test yet as you haven't said which types you want to run +// the tests with. + +// To turn the abstract test pattern into real tests, you instantiate +// it with a list of types. Usually the test pattern will be defined +// in a .h file, and anyone can #include and instantiate it. You can +// even instantiate it more than once in the same program. To tell +// different instances apart, you give each of them a name, which will +// become part of the test case name and can be used in test filters. + +// The list of types we want to test. Note that it doesn't have to be +// defined at the time we write the TYPED_TEST_P()s. +typedef Types + PrimeTableImplementations; +INSTANTIATE_TYPED_TEST_CASE_P(OnTheFlyAndPreCalculated, // Instance name + PrimeTableTest2, // Test case name + PrimeTableImplementations); // Type list + +#endif // GTEST_HAS_TYPED_TEST_P diff --git a/gtest-1.7.0/samples/sample7_unittest.cc b/gtest-1.7.0/samples/sample7_unittest.cc new file mode 100644 index 000000000..1b651a21d --- /dev/null +++ b/gtest-1.7.0/samples/sample7_unittest.cc @@ -0,0 +1,130 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// This sample shows how to test common properties of multiple +// implementations of an interface (aka interface tests) using +// value-parameterized tests. Each test in the test case has +// a parameter that is an interface pointer to an implementation +// tested. + +// The interface and its implementations are in this header. +#include "prime_tables.h" + +#include "gtest/gtest.h" + +#if GTEST_HAS_PARAM_TEST + +using ::testing::TestWithParam; +using ::testing::Values; + +// As a general rule, to prevent a test from affecting the tests that come +// after it, you should create and destroy the tested objects for each test +// instead of reusing them. In this sample we will define a simple factory +// function for PrimeTable objects. We will instantiate objects in test's +// SetUp() method and delete them in TearDown() method. +typedef PrimeTable* CreatePrimeTableFunc(); + +PrimeTable* CreateOnTheFlyPrimeTable() { + return new OnTheFlyPrimeTable(); +} + +template +PrimeTable* CreatePreCalculatedPrimeTable() { + return new PreCalculatedPrimeTable(max_precalculated); +} + +// Inside the test body, fixture constructor, SetUp(), and TearDown() you +// can refer to the test parameter by GetParam(). In this case, the test +// parameter is a factory function which we call in fixture's SetUp() to +// create and store an instance of PrimeTable. +class PrimeTableTest : public TestWithParam { + public: + virtual ~PrimeTableTest() { delete table_; } + virtual void SetUp() { table_ = (*GetParam())(); } + virtual void TearDown() { + delete table_; + table_ = NULL; + } + + protected: + PrimeTable* table_; +}; + +TEST_P(PrimeTableTest, ReturnsFalseForNonPrimes) { + EXPECT_FALSE(table_->IsPrime(-5)); + EXPECT_FALSE(table_->IsPrime(0)); + EXPECT_FALSE(table_->IsPrime(1)); + EXPECT_FALSE(table_->IsPrime(4)); + EXPECT_FALSE(table_->IsPrime(6)); + EXPECT_FALSE(table_->IsPrime(100)); +} + +TEST_P(PrimeTableTest, ReturnsTrueForPrimes) { + EXPECT_TRUE(table_->IsPrime(2)); + EXPECT_TRUE(table_->IsPrime(3)); + EXPECT_TRUE(table_->IsPrime(5)); + EXPECT_TRUE(table_->IsPrime(7)); + EXPECT_TRUE(table_->IsPrime(11)); + EXPECT_TRUE(table_->IsPrime(131)); +} + +TEST_P(PrimeTableTest, CanGetNextPrime) { + EXPECT_EQ(2, table_->GetNextPrime(0)); + EXPECT_EQ(3, table_->GetNextPrime(2)); + EXPECT_EQ(5, table_->GetNextPrime(3)); + EXPECT_EQ(7, table_->GetNextPrime(5)); + EXPECT_EQ(11, table_->GetNextPrime(7)); + EXPECT_EQ(131, table_->GetNextPrime(128)); +} + +// In order to run value-parameterized tests, you need to instantiate them, +// or bind them to a list of values which will be used as test parameters. +// You can instantiate them in a different translation module, or even +// instantiate them several times. +// +// Here, we instantiate our tests with a list of two PrimeTable object +// factory functions: +INSTANTIATE_TEST_CASE_P( + OnTheFlyAndPreCalculated, + PrimeTableTest, + Values(&CreateOnTheFlyPrimeTable, &CreatePreCalculatedPrimeTable<1000>)); + +#else + +// Google Test may not support value-parameterized tests with some +// compilers. If we use conditional compilation to compile out all +// code referring to the gtest_main library, MSVC linker will not link +// that library at all and consequently complain about missing entry +// point defined in that library (fatal error LNK1561: entry point +// must be defined). This dummy test keeps gtest_main linked in. +TEST(DummyTest, ValueParameterizedTestsAreNotSupportedOnThisPlatform) {} + +#endif // GTEST_HAS_PARAM_TEST diff --git a/gtest-1.7.0/samples/sample8_unittest.cc b/gtest-1.7.0/samples/sample8_unittest.cc new file mode 100644 index 000000000..5ad2e2c9f --- /dev/null +++ b/gtest-1.7.0/samples/sample8_unittest.cc @@ -0,0 +1,173 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// This sample shows how to test code relying on some global flag variables. +// Combine() helps with generating all possible combinations of such flags, +// and each test is given one combination as a parameter. + +// Use class definitions to test from this header. +#include "prime_tables.h" + +#include "gtest/gtest.h" + +#if GTEST_HAS_COMBINE + +// Suppose we want to introduce a new, improved implementation of PrimeTable +// which combines speed of PrecalcPrimeTable and versatility of +// OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both +// PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more +// appropriate under the circumstances. But in low memory conditions, it can be +// told to instantiate without PrecalcPrimeTable instance at all and use only +// OnTheFlyPrimeTable. +class HybridPrimeTable : public PrimeTable { + public: + HybridPrimeTable(bool force_on_the_fly, int max_precalculated) + : on_the_fly_impl_(new OnTheFlyPrimeTable), + precalc_impl_(force_on_the_fly ? NULL : + new PreCalculatedPrimeTable(max_precalculated)), + max_precalculated_(max_precalculated) {} + virtual ~HybridPrimeTable() { + delete on_the_fly_impl_; + delete precalc_impl_; + } + + virtual bool IsPrime(int n) const { + if (precalc_impl_ != NULL && n < max_precalculated_) + return precalc_impl_->IsPrime(n); + else + return on_the_fly_impl_->IsPrime(n); + } + + virtual int GetNextPrime(int p) const { + int next_prime = -1; + if (precalc_impl_ != NULL && p < max_precalculated_) + next_prime = precalc_impl_->GetNextPrime(p); + + return next_prime != -1 ? next_prime : on_the_fly_impl_->GetNextPrime(p); + } + + private: + OnTheFlyPrimeTable* on_the_fly_impl_; + PreCalculatedPrimeTable* precalc_impl_; + int max_precalculated_; +}; + +using ::testing::TestWithParam; +using ::testing::Bool; +using ::testing::Values; +using ::testing::Combine; + +// To test all code paths for HybridPrimeTable we must test it with numbers +// both within and outside PreCalculatedPrimeTable's capacity and also with +// PreCalculatedPrimeTable disabled. We do this by defining fixture which will +// accept different combinations of parameters for instantiating a +// HybridPrimeTable instance. +class PrimeTableTest : public TestWithParam< ::std::tr1::tuple > { + protected: + virtual void SetUp() { + // This can be written as + // + // bool force_on_the_fly; + // int max_precalculated; + // tie(force_on_the_fly, max_precalculated) = GetParam(); + // + // once the Google C++ Style Guide allows use of ::std::tr1::tie. + // + bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); + int max_precalculated = ::std::tr1::get<1>(GetParam()); + table_ = new HybridPrimeTable(force_on_the_fly, max_precalculated); + } + virtual void TearDown() { + delete table_; + table_ = NULL; + } + HybridPrimeTable* table_; +}; + +TEST_P(PrimeTableTest, ReturnsFalseForNonPrimes) { + // Inside the test body, you can refer to the test parameter by GetParam(). + // In this case, the test parameter is a PrimeTable interface pointer which + // we can use directly. + // Please note that you can also save it in the fixture's SetUp() method + // or constructor and use saved copy in the tests. + + EXPECT_FALSE(table_->IsPrime(-5)); + EXPECT_FALSE(table_->IsPrime(0)); + EXPECT_FALSE(table_->IsPrime(1)); + EXPECT_FALSE(table_->IsPrime(4)); + EXPECT_FALSE(table_->IsPrime(6)); + EXPECT_FALSE(table_->IsPrime(100)); +} + +TEST_P(PrimeTableTest, ReturnsTrueForPrimes) { + EXPECT_TRUE(table_->IsPrime(2)); + EXPECT_TRUE(table_->IsPrime(3)); + EXPECT_TRUE(table_->IsPrime(5)); + EXPECT_TRUE(table_->IsPrime(7)); + EXPECT_TRUE(table_->IsPrime(11)); + EXPECT_TRUE(table_->IsPrime(131)); +} + +TEST_P(PrimeTableTest, CanGetNextPrime) { + EXPECT_EQ(2, table_->GetNextPrime(0)); + EXPECT_EQ(3, table_->GetNextPrime(2)); + EXPECT_EQ(5, table_->GetNextPrime(3)); + EXPECT_EQ(7, table_->GetNextPrime(5)); + EXPECT_EQ(11, table_->GetNextPrime(7)); + EXPECT_EQ(131, table_->GetNextPrime(128)); +} + +// In order to run value-parameterized tests, you need to instantiate them, +// or bind them to a list of values which will be used as test parameters. +// You can instantiate them in a different translation module, or even +// instantiate them several times. +// +// Here, we instantiate our tests with a list of parameters. We must combine +// all variations of the boolean flag suppressing PrecalcPrimeTable and some +// meaningful values for tests. We choose a small value (1), and a value that +// will put some of the tested numbers beyond the capability of the +// PrecalcPrimeTable instance and some inside it (10). Combine will produce all +// possible combinations. +INSTANTIATE_TEST_CASE_P(MeaningfulTestParameters, + PrimeTableTest, + Combine(Bool(), Values(1, 10))); + +#else + +// Google Test may not support Combine() with some compilers. If we +// use conditional compilation to compile out all code referring to +// the gtest_main library, MSVC linker will not link that library at +// all and consequently complain about missing entry point defined in +// that library (fatal error LNK1561: entry point must be +// defined). This dummy test keeps gtest_main linked in. +TEST(DummyTest, CombineIsNotSupportedOnThisPlatform) {} + +#endif // GTEST_HAS_COMBINE diff --git a/gtest-1.7.0/samples/sample9_unittest.cc b/gtest-1.7.0/samples/sample9_unittest.cc new file mode 100644 index 000000000..b2e2079bf --- /dev/null +++ b/gtest-1.7.0/samples/sample9_unittest.cc @@ -0,0 +1,160 @@ +// Copyright 2009 Google Inc. All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) + +// This sample shows how to use Google Test listener API to implement +// an alternative console output and how to use the UnitTest reflection API +// to enumerate test cases and tests and to inspect their results. + +#include + +#include "gtest/gtest.h" + +using ::testing::EmptyTestEventListener; +using ::testing::InitGoogleTest; +using ::testing::Test; +using ::testing::TestCase; +using ::testing::TestEventListeners; +using ::testing::TestInfo; +using ::testing::TestPartResult; +using ::testing::UnitTest; + +namespace { + +// Provides alternative output mode which produces minimal amount of +// information about tests. +class TersePrinter : public EmptyTestEventListener { + private: + // Called before any test activity starts. + virtual void OnTestProgramStart(const UnitTest& /* unit_test */) {} + + // Called after all test activities have ended. + virtual void OnTestProgramEnd(const UnitTest& unit_test) { + fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED"); + fflush(stdout); + } + + // Called before a test starts. + virtual void OnTestStart(const TestInfo& test_info) { + fprintf(stdout, + "*** Test %s.%s starting.\n", + test_info.test_case_name(), + test_info.name()); + fflush(stdout); + } + + // Called after a failed assertion or a SUCCEED() invocation. + virtual void OnTestPartResult(const TestPartResult& test_part_result) { + fprintf(stdout, + "%s in %s:%d\n%s\n", + test_part_result.failed() ? "*** Failure" : "Success", + test_part_result.file_name(), + test_part_result.line_number(), + test_part_result.summary()); + fflush(stdout); + } + + // Called after a test ends. + virtual void OnTestEnd(const TestInfo& test_info) { + fprintf(stdout, + "*** Test %s.%s ending.\n", + test_info.test_case_name(), + test_info.name()); + fflush(stdout); + } +}; // class TersePrinter + +TEST(CustomOutputTest, PrintsMessage) { + printf("Printing something from the test body...\n"); +} + +TEST(CustomOutputTest, Succeeds) { + SUCCEED() << "SUCCEED() has been invoked from here"; +} + +TEST(CustomOutputTest, Fails) { + EXPECT_EQ(1, 2) + << "This test fails in order to demonstrate alternative failure messages"; +} + +} // namespace + +int main(int argc, char **argv) { + InitGoogleTest(&argc, argv); + + bool terse_output = false; + if (argc > 1 && strcmp(argv[1], "--terse_output") == 0 ) + terse_output = true; + else + printf("%s\n", "Run this program with --terse_output to change the way " + "it prints its output."); + + UnitTest& unit_test = *UnitTest::GetInstance(); + + // If we are given the --terse_output command line flag, suppresses the + // standard output and attaches own result printer. + if (terse_output) { + TestEventListeners& listeners = unit_test.listeners(); + + // Removes the default console output listener from the list so it will + // not receive events from Google Test and won't print any output. Since + // this operation transfers ownership of the listener to the caller we + // have to delete it as well. + delete listeners.Release(listeners.default_result_printer()); + + // Adds the custom output listener to the list. It will now receive + // events from Google Test and print the alternative output. We don't + // have to worry about deleting it since Google Test assumes ownership + // over it after adding it to the list. + listeners.Append(new TersePrinter); + } + int ret_val = RUN_ALL_TESTS(); + + // This is an example of using the UnitTest reflection API to inspect test + // results. Here we discount failures from the tests we expected to fail. + int unexpectedly_failed_tests = 0; + for (int i = 0; i < unit_test.total_test_case_count(); ++i) { + const TestCase& test_case = *unit_test.GetTestCase(i); + for (int j = 0; j < test_case.total_test_count(); ++j) { + const TestInfo& test_info = *test_case.GetTestInfo(j); + // Counts failed tests that were not meant to fail (those without + // 'Fails' in the name). + if (test_info.result()->Failed() && + strcmp(test_info.name(), "Fails") != 0) { + unexpectedly_failed_tests++; + } + } + } + + // Test that were meant to fail should not affect the test program outcome. + if (unexpectedly_failed_tests == 0) + ret_val = 0; + + return ret_val; +} diff --git a/gtest-1.7.0/scripts/fuse_gtest_files.py b/gtest-1.7.0/scripts/fuse_gtest_files.py new file mode 100755 index 000000000..57ef72f0e --- /dev/null +++ b/gtest-1.7.0/scripts/fuse_gtest_files.py @@ -0,0 +1,250 @@ +#!/usr/bin/env python +# +# Copyright 2009, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""fuse_gtest_files.py v0.2.0 +Fuses Google Test source code into a .h file and a .cc file. + +SYNOPSIS + fuse_gtest_files.py [GTEST_ROOT_DIR] OUTPUT_DIR + + Scans GTEST_ROOT_DIR for Google Test source code, and generates + two files: OUTPUT_DIR/gtest/gtest.h and OUTPUT_DIR/gtest/gtest-all.cc. + Then you can build your tests by adding OUTPUT_DIR to the include + search path and linking with OUTPUT_DIR/gtest/gtest-all.cc. These + two files contain everything you need to use Google Test. Hence + you can "install" Google Test by copying them to wherever you want. + + GTEST_ROOT_DIR can be omitted and defaults to the parent + directory of the directory holding this script. + +EXAMPLES + ./fuse_gtest_files.py fused_gtest + ./fuse_gtest_files.py path/to/unpacked/gtest fused_gtest + +This tool is experimental. In particular, it assumes that there is no +conditional inclusion of Google Test headers. Please report any +problems to googletestframework@googlegroups.com. You can read +http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide for +more information. +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import re +import sets +import sys + +# We assume that this file is in the scripts/ directory in the Google +# Test root directory. +DEFAULT_GTEST_ROOT_DIR = os.path.join(os.path.dirname(__file__), '..') + +# Regex for matching '#include "gtest/..."'. +INCLUDE_GTEST_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gtest/.+)"') + +# Regex for matching '#include "src/..."'. +INCLUDE_SRC_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(src/.+)"') + +# Where to find the source seed files. +GTEST_H_SEED = 'include/gtest/gtest.h' +GTEST_SPI_H_SEED = 'include/gtest/gtest-spi.h' +GTEST_ALL_CC_SEED = 'src/gtest-all.cc' + +# Where to put the generated files. +GTEST_H_OUTPUT = 'gtest/gtest.h' +GTEST_ALL_CC_OUTPUT = 'gtest/gtest-all.cc' + + +def VerifyFileExists(directory, relative_path): + """Verifies that the given file exists; aborts on failure. + + relative_path is the file path relative to the given directory. + """ + + if not os.path.isfile(os.path.join(directory, relative_path)): + print 'ERROR: Cannot find %s in directory %s.' % (relative_path, + directory) + print ('Please either specify a valid project root directory ' + 'or omit it on the command line.') + sys.exit(1) + + +def ValidateGTestRootDir(gtest_root): + """Makes sure gtest_root points to a valid gtest root directory. + + The function aborts the program on failure. + """ + + VerifyFileExists(gtest_root, GTEST_H_SEED) + VerifyFileExists(gtest_root, GTEST_ALL_CC_SEED) + + +def VerifyOutputFile(output_dir, relative_path): + """Verifies that the given output file path is valid. + + relative_path is relative to the output_dir directory. + """ + + # Makes sure the output file either doesn't exist or can be overwritten. + output_file = os.path.join(output_dir, relative_path) + if os.path.exists(output_file): + # TODO(wan@google.com): The following user-interaction doesn't + # work with automated processes. We should provide a way for the + # Makefile to force overwriting the files. + print ('%s already exists in directory %s - overwrite it? (y/N) ' % + (relative_path, output_dir)) + answer = sys.stdin.readline().strip() + if answer not in ['y', 'Y']: + print 'ABORTED.' + sys.exit(1) + + # Makes sure the directory holding the output file exists; creates + # it and all its ancestors if necessary. + parent_directory = os.path.dirname(output_file) + if not os.path.isdir(parent_directory): + os.makedirs(parent_directory) + + +def ValidateOutputDir(output_dir): + """Makes sure output_dir points to a valid output directory. + + The function aborts the program on failure. + """ + + VerifyOutputFile(output_dir, GTEST_H_OUTPUT) + VerifyOutputFile(output_dir, GTEST_ALL_CC_OUTPUT) + + +def FuseGTestH(gtest_root, output_dir): + """Scans folder gtest_root to generate gtest/gtest.h in output_dir.""" + + output_file = file(os.path.join(output_dir, GTEST_H_OUTPUT), 'w') + processed_files = sets.Set() # Holds all gtest headers we've processed. + + def ProcessFile(gtest_header_path): + """Processes the given gtest header file.""" + + # We don't process the same header twice. + if gtest_header_path in processed_files: + return + + processed_files.add(gtest_header_path) + + # Reads each line in the given gtest header. + for line in file(os.path.join(gtest_root, gtest_header_path), 'r'): + m = INCLUDE_GTEST_FILE_REGEX.match(line) + if m: + # It's '#include "gtest/..."' - let's process it recursively. + ProcessFile('include/' + m.group(1)) + else: + # Otherwise we copy the line unchanged to the output file. + output_file.write(line) + + ProcessFile(GTEST_H_SEED) + output_file.close() + + +def FuseGTestAllCcToFile(gtest_root, output_file): + """Scans folder gtest_root to generate gtest/gtest-all.cc in output_file.""" + + processed_files = sets.Set() + + def ProcessFile(gtest_source_file): + """Processes the given gtest source file.""" + + # We don't process the same #included file twice. + if gtest_source_file in processed_files: + return + + processed_files.add(gtest_source_file) + + # Reads each line in the given gtest source file. + for line in file(os.path.join(gtest_root, gtest_source_file), 'r'): + m = INCLUDE_GTEST_FILE_REGEX.match(line) + if m: + if 'include/' + m.group(1) == GTEST_SPI_H_SEED: + # It's '#include "gtest/gtest-spi.h"'. This file is not + # #included by "gtest/gtest.h", so we need to process it. + ProcessFile(GTEST_SPI_H_SEED) + else: + # It's '#include "gtest/foo.h"' where foo is not gtest-spi. + # We treat it as '#include "gtest/gtest.h"', as all other + # gtest headers are being fused into gtest.h and cannot be + # #included directly. + + # There is no need to #include "gtest/gtest.h" more than once. + if not GTEST_H_SEED in processed_files: + processed_files.add(GTEST_H_SEED) + output_file.write('#include "%s"\n' % (GTEST_H_OUTPUT,)) + else: + m = INCLUDE_SRC_FILE_REGEX.match(line) + if m: + # It's '#include "src/foo"' - let's process it recursively. + ProcessFile(m.group(1)) + else: + output_file.write(line) + + ProcessFile(GTEST_ALL_CC_SEED) + + +def FuseGTestAllCc(gtest_root, output_dir): + """Scans folder gtest_root to generate gtest/gtest-all.cc in output_dir.""" + + output_file = file(os.path.join(output_dir, GTEST_ALL_CC_OUTPUT), 'w') + FuseGTestAllCcToFile(gtest_root, output_file) + output_file.close() + + +def FuseGTest(gtest_root, output_dir): + """Fuses gtest.h and gtest-all.cc.""" + + ValidateGTestRootDir(gtest_root) + ValidateOutputDir(output_dir) + + FuseGTestH(gtest_root, output_dir) + FuseGTestAllCc(gtest_root, output_dir) + + +def main(): + argc = len(sys.argv) + if argc == 2: + # fuse_gtest_files.py OUTPUT_DIR + FuseGTest(DEFAULT_GTEST_ROOT_DIR, sys.argv[1]) + elif argc == 3: + # fuse_gtest_files.py GTEST_ROOT_DIR OUTPUT_DIR + FuseGTest(sys.argv[1], sys.argv[2]) + else: + print __doc__ + sys.exit(1) + + +if __name__ == '__main__': + main() diff --git a/gtest-1.7.0/scripts/gen_gtest_pred_impl.py b/gtest-1.7.0/scripts/gen_gtest_pred_impl.py new file mode 100755 index 000000000..3e7ab042e --- /dev/null +++ b/gtest-1.7.0/scripts/gen_gtest_pred_impl.py @@ -0,0 +1,730 @@ +#!/usr/bin/env python +# +# Copyright 2006, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""gen_gtest_pred_impl.py v0.1 + +Generates the implementation of Google Test predicate assertions and +accompanying tests. + +Usage: + + gen_gtest_pred_impl.py MAX_ARITY + +where MAX_ARITY is a positive integer. + +The command generates the implementation of up-to MAX_ARITY-ary +predicate assertions, and writes it to file gtest_pred_impl.h in the +directory where the script is. It also generates the accompanying +unit test in file gtest_pred_impl_unittest.cc. +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import sys +import time + +# Where this script is. +SCRIPT_DIR = os.path.dirname(sys.argv[0]) + +# Where to store the generated header. +HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h') + +# Where to store the generated unit test. +UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc') + + +def HeaderPreamble(n): + """Returns the preamble for the header file. + + Args: + n: the maximum arity of the predicate macros to be generated. + """ + + # A map that defines the values used in the preamble template. + DEFS = { + 'today' : time.strftime('%m/%d/%Y'), + 'year' : time.strftime('%Y'), + 'command' : '%s %s' % (os.path.basename(sys.argv[0]), n), + 'n' : n + } + + return ( +"""// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// This file is AUTOMATICALLY GENERATED on %(today)s by command +// '%(command)s'. DO NOT EDIT BY HAND! +// +// Implements a family of generic predicate assertion macros. + +#ifndef GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ +#define GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ + +// Makes sure this header is not included before gtest.h. +#ifndef GTEST_INCLUDE_GTEST_GTEST_H_ +# error Do not include gtest_pred_impl.h directly. Include gtest.h instead. +#endif // GTEST_INCLUDE_GTEST_GTEST_H_ + +// This header implements a family of generic predicate assertion +// macros: +// +// ASSERT_PRED_FORMAT1(pred_format, v1) +// ASSERT_PRED_FORMAT2(pred_format, v1, v2) +// ... +// +// where pred_format is a function or functor that takes n (in the +// case of ASSERT_PRED_FORMATn) values and their source expression +// text, and returns a testing::AssertionResult. See the definition +// of ASSERT_EQ in gtest.h for an example. +// +// If you don't care about formatting, you can use the more +// restrictive version: +// +// ASSERT_PRED1(pred, v1) +// ASSERT_PRED2(pred, v1, v2) +// ... +// +// where pred is an n-ary function or functor that returns bool, +// and the values v1, v2, ..., must support the << operator for +// streaming to std::ostream. +// +// We also define the EXPECT_* variations. +// +// For now we only support predicates whose arity is at most %(n)s. +// Please email googletestframework@googlegroups.com if you need +// support for higher arities. + +// GTEST_ASSERT_ is the basic statement to which all of the assertions +// in this file reduce. Don't use this in your code. + +#define GTEST_ASSERT_(expression, on_failure) \\ + GTEST_AMBIGUOUS_ELSE_BLOCKER_ \\ + if (const ::testing::AssertionResult gtest_ar = (expression)) \\ + ; \\ + else \\ + on_failure(gtest_ar.failure_message()) +""" % DEFS) + + +def Arity(n): + """Returns the English name of the given arity.""" + + if n < 0: + return None + elif n <= 3: + return ['nullary', 'unary', 'binary', 'ternary'][n] + else: + return '%s-ary' % n + + +def Title(word): + """Returns the given word in title case. The difference between + this and string's title() method is that Title('4-ary') is '4-ary' + while '4-ary'.title() is '4-Ary'.""" + + return word[0].upper() + word[1:] + + +def OneTo(n): + """Returns the list [1, 2, 3, ..., n].""" + + return range(1, n + 1) + + +def Iter(n, format, sep=''): + """Given a positive integer n, a format string that contains 0 or + more '%s' format specs, and optionally a separator string, returns + the join of n strings, each formatted with the format string on an + iterator ranged from 1 to n. + + Example: + + Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'. + """ + + # How many '%s' specs are in format? + spec_count = len(format.split('%s')) - 1 + return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) + + +def ImplementationForArity(n): + """Returns the implementation of n-ary predicate assertions.""" + + # A map the defines the values used in the implementation template. + DEFS = { + 'n' : str(n), + 'vs' : Iter(n, 'v%s', sep=', '), + 'vts' : Iter(n, '#v%s', sep=', '), + 'arity' : Arity(n), + 'Arity' : Title(Arity(n)) + } + + impl = """ + +// Helper function for implementing {EXPECT|ASSERT}_PRED%(n)s. Don't use +// this in your code. +template +AssertionResult AssertPred%(n)sHelper(const char* pred_text""" % DEFS + + impl += Iter(n, """, + const char* e%s""") + + impl += """, + Pred pred""" + + impl += Iter(n, """, + const T%s& v%s""") + + impl += """) { + if (pred(%(vs)s)) return AssertionSuccess(); + +""" % DEFS + + impl += ' return AssertionFailure() << pred_text << "("' + + impl += Iter(n, """ + << e%s""", sep=' << ", "') + + impl += ' << ") evaluates to false, where"' + + impl += Iter(n, """ + << "\\n" << e%s << " evaluates to " << v%s""") + + impl += """; +} + +// Internal macro for implementing {EXPECT|ASSERT}_PRED_FORMAT%(n)s. +// Don't use this in your code. +#define GTEST_PRED_FORMAT%(n)s_(pred_format, %(vs)s, on_failure)\\ + GTEST_ASSERT_(pred_format(%(vts)s, %(vs)s), \\ + on_failure) + +// Internal macro for implementing {EXPECT|ASSERT}_PRED%(n)s. Don't use +// this in your code. +#define GTEST_PRED%(n)s_(pred, %(vs)s, on_failure)\\ + GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS + + impl += Iter(n, """, \\ + #v%s""") + + impl += """, \\ + pred""" + + impl += Iter(n, """, \\ + v%s""") + + impl += """), on_failure) + +// %(Arity)s predicate assertion macros. +#define EXPECT_PRED_FORMAT%(n)s(pred_format, %(vs)s) \\ + GTEST_PRED_FORMAT%(n)s_(pred_format, %(vs)s, GTEST_NONFATAL_FAILURE_) +#define EXPECT_PRED%(n)s(pred, %(vs)s) \\ + GTEST_PRED%(n)s_(pred, %(vs)s, GTEST_NONFATAL_FAILURE_) +#define ASSERT_PRED_FORMAT%(n)s(pred_format, %(vs)s) \\ + GTEST_PRED_FORMAT%(n)s_(pred_format, %(vs)s, GTEST_FATAL_FAILURE_) +#define ASSERT_PRED%(n)s(pred, %(vs)s) \\ + GTEST_PRED%(n)s_(pred, %(vs)s, GTEST_FATAL_FAILURE_) + +""" % DEFS + + return impl + + +def HeaderPostamble(): + """Returns the postamble for the header file.""" + + return """ + +#endif // GTEST_INCLUDE_GTEST_GTEST_PRED_IMPL_H_ +""" + + +def GenerateFile(path, content): + """Given a file path and a content string, overwrites it with the + given content.""" + + print 'Updating file %s . . .' % path + + f = file(path, 'w+') + print >>f, content, + f.close() + + print 'File %s has been updated.' % path + + +def GenerateHeader(n): + """Given the maximum arity n, updates the header file that implements + the predicate assertions.""" + + GenerateFile(HEADER, + HeaderPreamble(n) + + ''.join([ImplementationForArity(i) for i in OneTo(n)]) + + HeaderPostamble()) + + +def UnitTestPreamble(): + """Returns the preamble for the unit test file.""" + + # A map that defines the values used in the preamble template. + DEFS = { + 'today' : time.strftime('%m/%d/%Y'), + 'year' : time.strftime('%Y'), + 'command' : '%s %s' % (os.path.basename(sys.argv[0]), sys.argv[1]), + } + + return ( +"""// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// This file is AUTOMATICALLY GENERATED on %(today)s by command +// '%(command)s'. DO NOT EDIT BY HAND! + +// Regression test for gtest_pred_impl.h +// +// This file is generated by a script and quite long. If you intend to +// learn how Google Test works by reading its unit tests, read +// gtest_unittest.cc instead. +// +// This is intended as a regression test for the Google Test predicate +// assertions. We compile it as part of the gtest_unittest target +// only to keep the implementation tidy and compact, as it is quite +// involved to set up the stage for testing Google Test using Google +// Test itself. +// +// Currently, gtest_unittest takes ~11 seconds to run in the testing +// daemon. In the future, if it grows too large and needs much more +// time to finish, we should consider separating this file into a +// stand-alone regression test. + +#include + +#include "gtest/gtest.h" +#include "gtest/gtest-spi.h" + +// A user-defined data type. +struct Bool { + explicit Bool(int val) : value(val != 0) {} + + bool operator>(int n) const { return value > Bool(n).value; } + + Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } + + bool operator==(const Bool& rhs) const { return value == rhs.value; } + + bool value; +}; + +// Enables Bool to be used in assertions. +std::ostream& operator<<(std::ostream& os, const Bool& x) { + return os << (x.value ? "true" : "false"); +} + +""" % DEFS) + + +def TestsForArity(n): + """Returns the tests for n-ary predicate assertions.""" + + # A map that defines the values used in the template for the tests. + DEFS = { + 'n' : n, + 'es' : Iter(n, 'e%s', sep=', '), + 'vs' : Iter(n, 'v%s', sep=', '), + 'vts' : Iter(n, '#v%s', sep=', '), + 'tvs' : Iter(n, 'T%s v%s', sep=', '), + 'int_vs' : Iter(n, 'int v%s', sep=', '), + 'Bool_vs' : Iter(n, 'Bool v%s', sep=', '), + 'types' : Iter(n, 'typename T%s', sep=', '), + 'v_sum' : Iter(n, 'v%s', sep=' + '), + 'arity' : Arity(n), + 'Arity' : Title(Arity(n)), + } + + tests = ( +"""// Sample functions/functors for testing %(arity)s predicate assertions. + +// A %(arity)s predicate function. +template <%(types)s> +bool PredFunction%(n)s(%(tvs)s) { + return %(v_sum)s > 0; +} + +// The following two functions are needed to circumvent a bug in +// gcc 2.95.3, which sometimes has problem with the above template +// function. +bool PredFunction%(n)sInt(%(int_vs)s) { + return %(v_sum)s > 0; +} +bool PredFunction%(n)sBool(%(Bool_vs)s) { + return %(v_sum)s > 0; +} +""" % DEFS) + + tests += """ +// A %(arity)s predicate functor. +struct PredFunctor%(n)s { + template <%(types)s> + bool operator()(""" % DEFS + + tests += Iter(n, 'const T%s& v%s', sep=""", + """) + + tests += """) { + return %(v_sum)s > 0; + } +}; +""" % DEFS + + tests += """ +// A %(arity)s predicate-formatter function. +template <%(types)s> +testing::AssertionResult PredFormatFunction%(n)s(""" % DEFS + + tests += Iter(n, 'const char* e%s', sep=""", + """) + + tests += Iter(n, """, + const T%s& v%s""") + + tests += """) { + if (PredFunction%(n)s(%(vs)s)) + return testing::AssertionSuccess(); + + return testing::AssertionFailure() + << """ % DEFS + + tests += Iter(n, 'e%s', sep=' << " + " << ') + + tests += """ + << " is expected to be positive, but evaluates to " + << %(v_sum)s << "."; +} +""" % DEFS + + tests += """ +// A %(arity)s predicate-formatter functor. +struct PredFormatFunctor%(n)s { + template <%(types)s> + testing::AssertionResult operator()(""" % DEFS + + tests += Iter(n, 'const char* e%s', sep=""", + """) + + tests += Iter(n, """, + const T%s& v%s""") + + tests += """) const { + return PredFormatFunction%(n)s(%(es)s, %(vs)s); + } +}; +""" % DEFS + + tests += """ +// Tests for {EXPECT|ASSERT}_PRED_FORMAT%(n)s. + +class Predicate%(n)sTest : public testing::Test { + protected: + virtual void SetUp() { + expected_to_finish_ = true; + finished_ = false;""" % DEFS + + tests += """ + """ + Iter(n, 'n%s_ = ') + """0; + } +""" + + tests += """ + virtual void TearDown() { + // Verifies that each of the predicate's arguments was evaluated + // exactly once.""" + + tests += ''.join([""" + EXPECT_EQ(1, n%s_) << + "The predicate assertion didn't evaluate argument %s " + "exactly once.";""" % (i, i + 1) for i in OneTo(n)]) + + tests += """ + + // Verifies that the control flow in the test function is expected. + if (expected_to_finish_ && !finished_) { + FAIL() << "The predicate assertion unexpactedly aborted the test."; + } else if (!expected_to_finish_ && finished_) { + FAIL() << "The failed predicate assertion didn't abort the test " + "as expected."; + } + } + + // true iff the test function is expected to run to finish. + static bool expected_to_finish_; + + // true iff the test function did run to finish. + static bool finished_; +""" % DEFS + + tests += Iter(n, """ + static int n%s_;""") + + tests += """ +}; + +bool Predicate%(n)sTest::expected_to_finish_; +bool Predicate%(n)sTest::finished_; +""" % DEFS + + tests += Iter(n, """int Predicate%%(n)sTest::n%s_; +""") % DEFS + + tests += """ +typedef Predicate%(n)sTest EXPECT_PRED_FORMAT%(n)sTest; +typedef Predicate%(n)sTest ASSERT_PRED_FORMAT%(n)sTest; +typedef Predicate%(n)sTest EXPECT_PRED%(n)sTest; +typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest; +""" % DEFS + + def GenTest(use_format, use_assert, expect_failure, + use_functor, use_user_type): + """Returns the test for a predicate assertion macro. + + Args: + use_format: true iff the assertion is a *_PRED_FORMAT*. + use_assert: true iff the assertion is a ASSERT_*. + expect_failure: true iff the assertion is expected to fail. + use_functor: true iff the first argument of the assertion is + a functor (as opposed to a function) + use_user_type: true iff the predicate functor/function takes + argument(s) of a user-defined type. + + Example: + + GenTest(1, 0, 0, 1, 0) returns a test that tests the behavior + of a successful EXPECT_PRED_FORMATn() that takes a functor + whose arguments have built-in types.""" + + if use_assert: + assrt = 'ASSERT' # 'assert' is reserved, so we cannot use + # that identifier here. + else: + assrt = 'EXPECT' + + assertion = assrt + '_PRED' + + if use_format: + pred_format = 'PredFormat' + assertion += '_FORMAT' + else: + pred_format = 'Pred' + + assertion += '%(n)s' % DEFS + + if use_functor: + pred_format_type = 'functor' + pred_format += 'Functor%(n)s()' + else: + pred_format_type = 'function' + pred_format += 'Function%(n)s' + if not use_format: + if use_user_type: + pred_format += 'Bool' + else: + pred_format += 'Int' + + test_name = pred_format_type.title() + + if use_user_type: + arg_type = 'user-defined type (Bool)' + test_name += 'OnUserType' + if expect_failure: + arg = 'Bool(n%s_++)' + else: + arg = 'Bool(++n%s_)' + else: + arg_type = 'built-in type (int)' + test_name += 'OnBuiltInType' + if expect_failure: + arg = 'n%s_++' + else: + arg = '++n%s_' + + if expect_failure: + successful_or_failed = 'failed' + expected_or_not = 'expected.' + test_name += 'Failure' + else: + successful_or_failed = 'successful' + expected_or_not = 'UNEXPECTED!' + test_name += 'Success' + + # A map that defines the values used in the test template. + defs = DEFS.copy() + defs.update({ + 'assert' : assrt, + 'assertion' : assertion, + 'test_name' : test_name, + 'pf_type' : pred_format_type, + 'pf' : pred_format, + 'arg_type' : arg_type, + 'arg' : arg, + 'successful' : successful_or_failed, + 'expected' : expected_or_not, + }) + + test = """ +// Tests a %(successful)s %(assertion)s where the +// predicate-formatter is a %(pf_type)s on a %(arg_type)s. +TEST_F(%(assertion)sTest, %(test_name)s) {""" % defs + + indent = (len(assertion) + 3)*' ' + extra_indent = '' + + if expect_failure: + extra_indent = ' ' + if use_assert: + test += """ + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT""" + else: + test += """ + EXPECT_NONFATAL_FAILURE({ // NOLINT""" + + test += '\n' + extra_indent + """ %(assertion)s(%(pf)s""" % defs + + test = test % defs + test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs) + test += ');\n' + extra_indent + ' finished_ = true;\n' + + if expect_failure: + test += ' }, "");\n' + + test += '}\n' + return test + + # Generates tests for all 2**6 = 64 combinations. + tests += ''.join([GenTest(use_format, use_assert, expect_failure, + use_functor, use_user_type) + for use_format in [0, 1] + for use_assert in [0, 1] + for expect_failure in [0, 1] + for use_functor in [0, 1] + for use_user_type in [0, 1] + ]) + + return tests + + +def UnitTestPostamble(): + """Returns the postamble for the tests.""" + + return '' + + +def GenerateUnitTest(n): + """Returns the tests for up-to n-ary predicate assertions.""" + + GenerateFile(UNIT_TEST, + UnitTestPreamble() + + ''.join([TestsForArity(i) for i in OneTo(n)]) + + UnitTestPostamble()) + + +def _Main(): + """The entry point of the script. Generates the header file and its + unit test.""" + + if len(sys.argv) != 2: + print __doc__ + print 'Author: ' + __author__ + sys.exit(1) + + n = int(sys.argv[1]) + GenerateHeader(n) + GenerateUnitTest(n) + + +if __name__ == '__main__': + _Main() diff --git a/gtest-1.7.0/scripts/gtest-config b/gtest-1.7.0/scripts/gtest-config new file mode 100755 index 000000000..f83ae5db9 --- /dev/null +++ b/gtest-1.7.0/scripts/gtest-config @@ -0,0 +1,274 @@ +#!/bin/sh + +# These variables are automatically filled in by the configure script. +name="gtest" +version="1.7.0" + +show_usage() +{ + echo "Usage: gtest-config [OPTIONS...]" +} + +show_help() +{ + show_usage + cat <<\EOF + +The `gtest-config' script provides access to the necessary compile and linking +flags to connect with Google C++ Testing Framework, both in a build prior to +installation, and on the system proper after installation. The installation +overrides may be issued in combination with any other queries, but will only +affect installation queries if called on a built but not installed gtest. The +installation queries may not be issued with any other types of queries, and +only one installation query may be made at a time. The version queries and +compiler flag queries may be combined as desired but not mixed. Different +version queries are always combined with logical "and" semantics, and only the +last of any particular query is used while all previous ones ignored. All +versions must be specified as a sequence of numbers separated by periods. +Compiler flag queries output the union of the sets of flags when combined. + + Examples: + gtest-config --min-version=1.0 || echo "Insufficient Google Test version." + + g++ $(gtest-config --cppflags --cxxflags) -o foo.o -c foo.cpp + g++ $(gtest-config --ldflags --libs) -o foo foo.o + + # When using a built but not installed Google Test: + g++ $(../../my_gtest_build/scripts/gtest-config ...) ... + + # When using an installed Google Test, but with installation overrides: + export GTEST_PREFIX="/opt" + g++ $(gtest-config --libdir="/opt/lib64" ...) ... + + Help: + --usage brief usage information + --help display this help message + + Installation Overrides: + --prefix= overrides the installation prefix + --exec-prefix= overrides the executable installation prefix + --libdir= overrides the library installation prefix + --includedir= overrides the header file installation prefix + + Installation Queries: + --prefix installation prefix + --exec-prefix executable installation prefix + --libdir library installation directory + --includedir header file installation directory + --version the version of the Google Test installation + + Version Queries: + --min-version=VERSION return 0 if the version is at least VERSION + --exact-version=VERSION return 0 if the version is exactly VERSION + --max-version=VERSION return 0 if the version is at most VERSION + + Compilation Flag Queries: + --cppflags compile flags specific to the C-like preprocessors + --cxxflags compile flags appropriate for C++ programs + --ldflags linker flags + --libs libraries for linking + +EOF +} + +# This function bounds our version with a min and a max. It uses some clever +# POSIX-compliant variable expansion to portably do all the work in the shell +# and avoid any dependency on a particular "sed" or "awk" implementation. +# Notable is that it will only ever compare the first 3 components of versions. +# Further components will be cleanly stripped off. All versions must be +# unadorned, so "v1.0" will *not* work. The minimum version must be in $1, and +# the max in $2. TODO(chandlerc@google.com): If this ever breaks, we should +# investigate expanding this via autom4te from AS_VERSION_COMPARE rather than +# continuing to maintain our own shell version. +check_versions() +{ + major_version=${version%%.*} + minor_version="0" + point_version="0" + if test "${version#*.}" != "${version}"; then + minor_version=${version#*.} + minor_version=${minor_version%%.*} + fi + if test "${version#*.*.}" != "${version}"; then + point_version=${version#*.*.} + point_version=${point_version%%.*} + fi + + min_version="$1" + min_major_version=${min_version%%.*} + min_minor_version="0" + min_point_version="0" + if test "${min_version#*.}" != "${min_version}"; then + min_minor_version=${min_version#*.} + min_minor_version=${min_minor_version%%.*} + fi + if test "${min_version#*.*.}" != "${min_version}"; then + min_point_version=${min_version#*.*.} + min_point_version=${min_point_version%%.*} + fi + + max_version="$2" + max_major_version=${max_version%%.*} + max_minor_version="0" + max_point_version="0" + if test "${max_version#*.}" != "${max_version}"; then + max_minor_version=${max_version#*.} + max_minor_version=${max_minor_version%%.*} + fi + if test "${max_version#*.*.}" != "${max_version}"; then + max_point_version=${max_version#*.*.} + max_point_version=${max_point_version%%.*} + fi + + test $(($major_version)) -lt $(($min_major_version)) && exit 1 + if test $(($major_version)) -eq $(($min_major_version)); then + test $(($minor_version)) -lt $(($min_minor_version)) && exit 1 + if test $(($minor_version)) -eq $(($min_minor_version)); then + test $(($point_version)) -lt $(($min_point_version)) && exit 1 + fi + fi + + test $(($major_version)) -gt $(($max_major_version)) && exit 1 + if test $(($major_version)) -eq $(($max_major_version)); then + test $(($minor_version)) -gt $(($max_minor_version)) && exit 1 + if test $(($minor_version)) -eq $(($max_minor_version)); then + test $(($point_version)) -gt $(($max_point_version)) && exit 1 + fi + fi + + exit 0 +} + +# Show the usage line when no arguments are specified. +if test $# -eq 0; then + show_usage + exit 1 +fi + +while test $# -gt 0; do + case $1 in + --usage) show_usage; exit 0;; + --help) show_help; exit 0;; + + # Installation overrides + --prefix=*) GTEST_PREFIX=${1#--prefix=};; + --exec-prefix=*) GTEST_EXEC_PREFIX=${1#--exec-prefix=};; + --libdir=*) GTEST_LIBDIR=${1#--libdir=};; + --includedir=*) GTEST_INCLUDEDIR=${1#--includedir=};; + + # Installation queries + --prefix|--exec-prefix|--libdir|--includedir|--version) + if test -n "${do_query}"; then + show_usage + exit 1 + fi + do_query=${1#--} + ;; + + # Version checking + --min-version=*) + do_check_versions=yes + min_version=${1#--min-version=} + ;; + --max-version=*) + do_check_versions=yes + max_version=${1#--max-version=} + ;; + --exact-version=*) + do_check_versions=yes + exact_version=${1#--exact-version=} + ;; + + # Compiler flag output + --cppflags) echo_cppflags=yes;; + --cxxflags) echo_cxxflags=yes;; + --ldflags) echo_ldflags=yes;; + --libs) echo_libs=yes;; + + # Everything else is an error + *) show_usage; exit 1;; + esac + shift +done + +# These have defaults filled in by the configure script but can also be +# overridden by environment variables or command line parameters. +prefix="${GTEST_PREFIX:-/usr/local}" +exec_prefix="${GTEST_EXEC_PREFIX:-${prefix}}" +libdir="${GTEST_LIBDIR:-${exec_prefix}/lib}" +includedir="${GTEST_INCLUDEDIR:-${prefix}/include}" + +# We try and detect if our binary is not located at its installed location. If +# it's not, we provide variables pointing to the source and build tree rather +# than to the install tree. This allows building against a just-built gtest +# rather than an installed gtest. +bindir="${exec_prefix}/bin" +this_relative_bindir=`dirname $0` +this_bindir=`cd ${this_relative_bindir}; pwd -P` +if test "${this_bindir}" = "${this_bindir%${bindir}}"; then + # The path to the script doesn't end in the bindir sequence from Autoconf, + # assume that we are in a build tree. + build_dir=`dirname ${this_bindir}` + src_dir=`cd ${this_bindir}; cd ..; pwd -P` + + # TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we + # should work to remove it, and/or remove libtool altogether, replacing it + # with direct references to the library and a link path. + gtest_libs="${build_dir}/lib/libgtest.la -pthread " + gtest_ldflags="" + + # We provide hooks to include from either the source or build dir, where the + # build dir is always preferred. This will potentially allow us to write + # build rules for generated headers and have them automatically be preferred + # over provided versions. + gtest_cppflags="-I${build_dir}/include -I${src_dir}/include" + gtest_cxxflags="-pthread" +else + # We're using an installed gtest, although it may be staged under some + # prefix. Assume (as our own libraries do) that we can resolve the prefix, + # and are present in the dynamic link paths. + gtest_ldflags="-L${libdir}" + gtest_libs="-l${name} -pthread " + gtest_cppflags="-I${includedir}" + gtest_cxxflags="-pthread" +fi + +# Do an installation query if requested. +if test -n "$do_query"; then + case $do_query in + prefix) echo $prefix; exit 0;; + exec-prefix) echo $exec_prefix; exit 0;; + libdir) echo $libdir; exit 0;; + includedir) echo $includedir; exit 0;; + version) echo $version; exit 0;; + *) show_usage; exit 1;; + esac +fi + +# Do a version check if requested. +if test "$do_check_versions" = "yes"; then + # Make sure we didn't receive a bad combination of parameters. + test "$echo_cppflags" = "yes" && show_usage && exit 1 + test "$echo_cxxflags" = "yes" && show_usage && exit 1 + test "$echo_ldflags" = "yes" && show_usage && exit 1 + test "$echo_libs" = "yes" && show_usage && exit 1 + + if test "$exact_version" != ""; then + check_versions $exact_version $exact_version + # unreachable + else + check_versions ${min_version:-0.0.0} ${max_version:-9999.9999.9999} + # unreachable + fi +fi + +# Do the output in the correct order so that these can be used in-line of +# a compiler invocation. +output="" +test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags" +test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags" +test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags" +test "$echo_libs" = "yes" && output="$output $gtest_libs" +echo $output + +exit 0 diff --git a/gtest-1.7.0/scripts/gtest-config.in b/gtest-1.7.0/scripts/gtest-config.in new file mode 100755 index 000000000..780f8432e --- /dev/null +++ b/gtest-1.7.0/scripts/gtest-config.in @@ -0,0 +1,274 @@ +#!/bin/sh + +# These variables are automatically filled in by the configure script. +name="@PACKAGE_TARNAME@" +version="@PACKAGE_VERSION@" + +show_usage() +{ + echo "Usage: gtest-config [OPTIONS...]" +} + +show_help() +{ + show_usage + cat <<\EOF + +The `gtest-config' script provides access to the necessary compile and linking +flags to connect with Google C++ Testing Framework, both in a build prior to +installation, and on the system proper after installation. The installation +overrides may be issued in combination with any other queries, but will only +affect installation queries if called on a built but not installed gtest. The +installation queries may not be issued with any other types of queries, and +only one installation query may be made at a time. The version queries and +compiler flag queries may be combined as desired but not mixed. Different +version queries are always combined with logical "and" semantics, and only the +last of any particular query is used while all previous ones ignored. All +versions must be specified as a sequence of numbers separated by periods. +Compiler flag queries output the union of the sets of flags when combined. + + Examples: + gtest-config --min-version=1.0 || echo "Insufficient Google Test version." + + g++ $(gtest-config --cppflags --cxxflags) -o foo.o -c foo.cpp + g++ $(gtest-config --ldflags --libs) -o foo foo.o + + # When using a built but not installed Google Test: + g++ $(../../my_gtest_build/scripts/gtest-config ...) ... + + # When using an installed Google Test, but with installation overrides: + export GTEST_PREFIX="/opt" + g++ $(gtest-config --libdir="/opt/lib64" ...) ... + + Help: + --usage brief usage information + --help display this help message + + Installation Overrides: + --prefix= overrides the installation prefix + --exec-prefix= overrides the executable installation prefix + --libdir= overrides the library installation prefix + --includedir= overrides the header file installation prefix + + Installation Queries: + --prefix installation prefix + --exec-prefix executable installation prefix + --libdir library installation directory + --includedir header file installation directory + --version the version of the Google Test installation + + Version Queries: + --min-version=VERSION return 0 if the version is at least VERSION + --exact-version=VERSION return 0 if the version is exactly VERSION + --max-version=VERSION return 0 if the version is at most VERSION + + Compilation Flag Queries: + --cppflags compile flags specific to the C-like preprocessors + --cxxflags compile flags appropriate for C++ programs + --ldflags linker flags + --libs libraries for linking + +EOF +} + +# This function bounds our version with a min and a max. It uses some clever +# POSIX-compliant variable expansion to portably do all the work in the shell +# and avoid any dependency on a particular "sed" or "awk" implementation. +# Notable is that it will only ever compare the first 3 components of versions. +# Further components will be cleanly stripped off. All versions must be +# unadorned, so "v1.0" will *not* work. The minimum version must be in $1, and +# the max in $2. TODO(chandlerc@google.com): If this ever breaks, we should +# investigate expanding this via autom4te from AS_VERSION_COMPARE rather than +# continuing to maintain our own shell version. +check_versions() +{ + major_version=${version%%.*} + minor_version="0" + point_version="0" + if test "${version#*.}" != "${version}"; then + minor_version=${version#*.} + minor_version=${minor_version%%.*} + fi + if test "${version#*.*.}" != "${version}"; then + point_version=${version#*.*.} + point_version=${point_version%%.*} + fi + + min_version="$1" + min_major_version=${min_version%%.*} + min_minor_version="0" + min_point_version="0" + if test "${min_version#*.}" != "${min_version}"; then + min_minor_version=${min_version#*.} + min_minor_version=${min_minor_version%%.*} + fi + if test "${min_version#*.*.}" != "${min_version}"; then + min_point_version=${min_version#*.*.} + min_point_version=${min_point_version%%.*} + fi + + max_version="$2" + max_major_version=${max_version%%.*} + max_minor_version="0" + max_point_version="0" + if test "${max_version#*.}" != "${max_version}"; then + max_minor_version=${max_version#*.} + max_minor_version=${max_minor_version%%.*} + fi + if test "${max_version#*.*.}" != "${max_version}"; then + max_point_version=${max_version#*.*.} + max_point_version=${max_point_version%%.*} + fi + + test $(($major_version)) -lt $(($min_major_version)) && exit 1 + if test $(($major_version)) -eq $(($min_major_version)); then + test $(($minor_version)) -lt $(($min_minor_version)) && exit 1 + if test $(($minor_version)) -eq $(($min_minor_version)); then + test $(($point_version)) -lt $(($min_point_version)) && exit 1 + fi + fi + + test $(($major_version)) -gt $(($max_major_version)) && exit 1 + if test $(($major_version)) -eq $(($max_major_version)); then + test $(($minor_version)) -gt $(($max_minor_version)) && exit 1 + if test $(($minor_version)) -eq $(($max_minor_version)); then + test $(($point_version)) -gt $(($max_point_version)) && exit 1 + fi + fi + + exit 0 +} + +# Show the usage line when no arguments are specified. +if test $# -eq 0; then + show_usage + exit 1 +fi + +while test $# -gt 0; do + case $1 in + --usage) show_usage; exit 0;; + --help) show_help; exit 0;; + + # Installation overrides + --prefix=*) GTEST_PREFIX=${1#--prefix=};; + --exec-prefix=*) GTEST_EXEC_PREFIX=${1#--exec-prefix=};; + --libdir=*) GTEST_LIBDIR=${1#--libdir=};; + --includedir=*) GTEST_INCLUDEDIR=${1#--includedir=};; + + # Installation queries + --prefix|--exec-prefix|--libdir|--includedir|--version) + if test -n "${do_query}"; then + show_usage + exit 1 + fi + do_query=${1#--} + ;; + + # Version checking + --min-version=*) + do_check_versions=yes + min_version=${1#--min-version=} + ;; + --max-version=*) + do_check_versions=yes + max_version=${1#--max-version=} + ;; + --exact-version=*) + do_check_versions=yes + exact_version=${1#--exact-version=} + ;; + + # Compiler flag output + --cppflags) echo_cppflags=yes;; + --cxxflags) echo_cxxflags=yes;; + --ldflags) echo_ldflags=yes;; + --libs) echo_libs=yes;; + + # Everything else is an error + *) show_usage; exit 1;; + esac + shift +done + +# These have defaults filled in by the configure script but can also be +# overridden by environment variables or command line parameters. +prefix="${GTEST_PREFIX:-@prefix@}" +exec_prefix="${GTEST_EXEC_PREFIX:-@exec_prefix@}" +libdir="${GTEST_LIBDIR:-@libdir@}" +includedir="${GTEST_INCLUDEDIR:-@includedir@}" + +# We try and detect if our binary is not located at its installed location. If +# it's not, we provide variables pointing to the source and build tree rather +# than to the install tree. This allows building against a just-built gtest +# rather than an installed gtest. +bindir="@bindir@" +this_relative_bindir=`dirname $0` +this_bindir=`cd ${this_relative_bindir}; pwd -P` +if test "${this_bindir}" = "${this_bindir%${bindir}}"; then + # The path to the script doesn't end in the bindir sequence from Autoconf, + # assume that we are in a build tree. + build_dir=`dirname ${this_bindir}` + src_dir=`cd ${this_bindir}; cd @top_srcdir@; pwd -P` + + # TODO(chandlerc@google.com): This is a dangerous dependency on libtool, we + # should work to remove it, and/or remove libtool altogether, replacing it + # with direct references to the library and a link path. + gtest_libs="${build_dir}/lib/libgtest.la @PTHREAD_CFLAGS@ @PTHREAD_LIBS@" + gtest_ldflags="" + + # We provide hooks to include from either the source or build dir, where the + # build dir is always preferred. This will potentially allow us to write + # build rules for generated headers and have them automatically be preferred + # over provided versions. + gtest_cppflags="-I${build_dir}/include -I${src_dir}/include" + gtest_cxxflags="@PTHREAD_CFLAGS@" +else + # We're using an installed gtest, although it may be staged under some + # prefix. Assume (as our own libraries do) that we can resolve the prefix, + # and are present in the dynamic link paths. + gtest_ldflags="-L${libdir}" + gtest_libs="-l${name} @PTHREAD_CFLAGS@ @PTHREAD_LIBS@" + gtest_cppflags="-I${includedir}" + gtest_cxxflags="@PTHREAD_CFLAGS@" +fi + +# Do an installation query if requested. +if test -n "$do_query"; then + case $do_query in + prefix) echo $prefix; exit 0;; + exec-prefix) echo $exec_prefix; exit 0;; + libdir) echo $libdir; exit 0;; + includedir) echo $includedir; exit 0;; + version) echo $version; exit 0;; + *) show_usage; exit 1;; + esac +fi + +# Do a version check if requested. +if test "$do_check_versions" = "yes"; then + # Make sure we didn't receive a bad combination of parameters. + test "$echo_cppflags" = "yes" && show_usage && exit 1 + test "$echo_cxxflags" = "yes" && show_usage && exit 1 + test "$echo_ldflags" = "yes" && show_usage && exit 1 + test "$echo_libs" = "yes" && show_usage && exit 1 + + if test "$exact_version" != ""; then + check_versions $exact_version $exact_version + # unreachable + else + check_versions ${min_version:-0.0.0} ${max_version:-9999.9999.9999} + # unreachable + fi +fi + +# Do the output in the correct order so that these can be used in-line of +# a compiler invocation. +output="" +test "$echo_cppflags" = "yes" && output="$output $gtest_cppflags" +test "$echo_cxxflags" = "yes" && output="$output $gtest_cxxflags" +test "$echo_ldflags" = "yes" && output="$output $gtest_ldflags" +test "$echo_libs" = "yes" && output="$output $gtest_libs" +echo $output + +exit 0 diff --git a/gtest-1.7.0/scripts/pump.py b/gtest-1.7.0/scripts/pump.py new file mode 100755 index 000000000..5efb653c2 --- /dev/null +++ b/gtest-1.7.0/scripts/pump.py @@ -0,0 +1,855 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""pump v0.2.0 - Pretty Useful for Meta Programming. + +A tool for preprocessor meta programming. Useful for generating +repetitive boilerplate code. Especially useful for writing C++ +classes, functions, macros, and templates that need to work with +various number of arguments. + +USAGE: + pump.py SOURCE_FILE + +EXAMPLES: + pump.py foo.cc.pump + Converts foo.cc.pump to foo.cc. + +GRAMMAR: + CODE ::= ATOMIC_CODE* + ATOMIC_CODE ::= $var ID = EXPRESSION + | $var ID = [[ CODE ]] + | $range ID EXPRESSION..EXPRESSION + | $for ID SEPARATOR [[ CODE ]] + | $($) + | $ID + | $(EXPRESSION) + | $if EXPRESSION [[ CODE ]] ELSE_BRANCH + | [[ CODE ]] + | RAW_CODE + SEPARATOR ::= RAW_CODE | EMPTY + ELSE_BRANCH ::= $else [[ CODE ]] + | $elif EXPRESSION [[ CODE ]] ELSE_BRANCH + | EMPTY + EXPRESSION has Python syntax. +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import re +import sys + + +TOKEN_TABLE = [ + (re.compile(r'\$var\s+'), '$var'), + (re.compile(r'\$elif\s+'), '$elif'), + (re.compile(r'\$else\s+'), '$else'), + (re.compile(r'\$for\s+'), '$for'), + (re.compile(r'\$if\s+'), '$if'), + (re.compile(r'\$range\s+'), '$range'), + (re.compile(r'\$[_A-Za-z]\w*'), '$id'), + (re.compile(r'\$\(\$\)'), '$($)'), + (re.compile(r'\$'), '$'), + (re.compile(r'\[\[\n?'), '[['), + (re.compile(r'\]\]\n?'), ']]'), + ] + + +class Cursor: + """Represents a position (line and column) in a text file.""" + + def __init__(self, line=-1, column=-1): + self.line = line + self.column = column + + def __eq__(self, rhs): + return self.line == rhs.line and self.column == rhs.column + + def __ne__(self, rhs): + return not self == rhs + + def __lt__(self, rhs): + return self.line < rhs.line or ( + self.line == rhs.line and self.column < rhs.column) + + def __le__(self, rhs): + return self < rhs or self == rhs + + def __gt__(self, rhs): + return rhs < self + + def __ge__(self, rhs): + return rhs <= self + + def __str__(self): + if self == Eof(): + return 'EOF' + else: + return '%s(%s)' % (self.line + 1, self.column) + + def __add__(self, offset): + return Cursor(self.line, self.column + offset) + + def __sub__(self, offset): + return Cursor(self.line, self.column - offset) + + def Clone(self): + """Returns a copy of self.""" + + return Cursor(self.line, self.column) + + +# Special cursor to indicate the end-of-file. +def Eof(): + """Returns the special cursor to denote the end-of-file.""" + return Cursor(-1, -1) + + +class Token: + """Represents a token in a Pump source file.""" + + def __init__(self, start=None, end=None, value=None, token_type=None): + if start is None: + self.start = Eof() + else: + self.start = start + if end is None: + self.end = Eof() + else: + self.end = end + self.value = value + self.token_type = token_type + + def __str__(self): + return 'Token @%s: \'%s\' type=%s' % ( + self.start, self.value, self.token_type) + + def Clone(self): + """Returns a copy of self.""" + + return Token(self.start.Clone(), self.end.Clone(), self.value, + self.token_type) + + +def StartsWith(lines, pos, string): + """Returns True iff the given position in lines starts with 'string'.""" + + return lines[pos.line][pos.column:].startswith(string) + + +def FindFirstInLine(line, token_table): + best_match_start = -1 + for (regex, token_type) in token_table: + m = regex.search(line) + if m: + # We found regex in lines + if best_match_start < 0 or m.start() < best_match_start: + best_match_start = m.start() + best_match_length = m.end() - m.start() + best_match_token_type = token_type + + if best_match_start < 0: + return None + + return (best_match_start, best_match_length, best_match_token_type) + + +def FindFirst(lines, token_table, cursor): + """Finds the first occurrence of any string in strings in lines.""" + + start = cursor.Clone() + cur_line_number = cursor.line + for line in lines[start.line:]: + if cur_line_number == start.line: + line = line[start.column:] + m = FindFirstInLine(line, token_table) + if m: + # We found a regex in line. + (start_column, length, token_type) = m + if cur_line_number == start.line: + start_column += start.column + found_start = Cursor(cur_line_number, start_column) + found_end = found_start + length + return MakeToken(lines, found_start, found_end, token_type) + cur_line_number += 1 + # We failed to find str in lines + return None + + +def SubString(lines, start, end): + """Returns a substring in lines.""" + + if end == Eof(): + end = Cursor(len(lines) - 1, len(lines[-1])) + + if start >= end: + return '' + + if start.line == end.line: + return lines[start.line][start.column:end.column] + + result_lines = ([lines[start.line][start.column:]] + + lines[start.line + 1:end.line] + + [lines[end.line][:end.column]]) + return ''.join(result_lines) + + +def StripMetaComments(str): + """Strip meta comments from each line in the given string.""" + + # First, completely remove lines containing nothing but a meta + # comment, including the trailing \n. + str = re.sub(r'^\s*\$\$.*\n', '', str) + + # Then, remove meta comments from contentful lines. + return re.sub(r'\s*\$\$.*', '', str) + + +def MakeToken(lines, start, end, token_type): + """Creates a new instance of Token.""" + + return Token(start, end, SubString(lines, start, end), token_type) + + +def ParseToken(lines, pos, regex, token_type): + line = lines[pos.line][pos.column:] + m = regex.search(line) + if m and not m.start(): + return MakeToken(lines, pos, pos + m.end(), token_type) + else: + print 'ERROR: %s expected at %s.' % (token_type, pos) + sys.exit(1) + + +ID_REGEX = re.compile(r'[_A-Za-z]\w*') +EQ_REGEX = re.compile(r'=') +REST_OF_LINE_REGEX = re.compile(r'.*?(?=$|\$\$)') +OPTIONAL_WHITE_SPACES_REGEX = re.compile(r'\s*') +WHITE_SPACE_REGEX = re.compile(r'\s') +DOT_DOT_REGEX = re.compile(r'\.\.') + + +def Skip(lines, pos, regex): + line = lines[pos.line][pos.column:] + m = re.search(regex, line) + if m and not m.start(): + return pos + m.end() + else: + return pos + + +def SkipUntil(lines, pos, regex, token_type): + line = lines[pos.line][pos.column:] + m = re.search(regex, line) + if m: + return pos + m.start() + else: + print ('ERROR: %s expected on line %s after column %s.' % + (token_type, pos.line + 1, pos.column)) + sys.exit(1) + + +def ParseExpTokenInParens(lines, pos): + def ParseInParens(pos): + pos = Skip(lines, pos, OPTIONAL_WHITE_SPACES_REGEX) + pos = Skip(lines, pos, r'\(') + pos = Parse(pos) + pos = Skip(lines, pos, r'\)') + return pos + + def Parse(pos): + pos = SkipUntil(lines, pos, r'\(|\)', ')') + if SubString(lines, pos, pos + 1) == '(': + pos = Parse(pos + 1) + pos = Skip(lines, pos, r'\)') + return Parse(pos) + else: + return pos + + start = pos.Clone() + pos = ParseInParens(pos) + return MakeToken(lines, start, pos, 'exp') + + +def RStripNewLineFromToken(token): + if token.value.endswith('\n'): + return Token(token.start, token.end, token.value[:-1], token.token_type) + else: + return token + + +def TokenizeLines(lines, pos): + while True: + found = FindFirst(lines, TOKEN_TABLE, pos) + if not found: + yield MakeToken(lines, pos, Eof(), 'code') + return + + if found.start == pos: + prev_token = None + prev_token_rstripped = None + else: + prev_token = MakeToken(lines, pos, found.start, 'code') + prev_token_rstripped = RStripNewLineFromToken(prev_token) + + if found.token_type == '$var': + if prev_token_rstripped: + yield prev_token_rstripped + yield found + id_token = ParseToken(lines, found.end, ID_REGEX, 'id') + yield id_token + pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) + + eq_token = ParseToken(lines, pos, EQ_REGEX, '=') + yield eq_token + pos = Skip(lines, eq_token.end, r'\s*') + + if SubString(lines, pos, pos + 2) != '[[': + exp_token = ParseToken(lines, pos, REST_OF_LINE_REGEX, 'exp') + yield exp_token + pos = Cursor(exp_token.end.line + 1, 0) + elif found.token_type == '$for': + if prev_token_rstripped: + yield prev_token_rstripped + yield found + id_token = ParseToken(lines, found.end, ID_REGEX, 'id') + yield id_token + pos = Skip(lines, id_token.end, WHITE_SPACE_REGEX) + elif found.token_type == '$range': + if prev_token_rstripped: + yield prev_token_rstripped + yield found + id_token = ParseToken(lines, found.end, ID_REGEX, 'id') + yield id_token + pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) + + dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..') + yield MakeToken(lines, pos, dots_pos, 'exp') + yield MakeToken(lines, dots_pos, dots_pos + 2, '..') + pos = dots_pos + 2 + new_pos = Cursor(pos.line + 1, 0) + yield MakeToken(lines, pos, new_pos, 'exp') + pos = new_pos + elif found.token_type == '$': + if prev_token: + yield prev_token + yield found + exp_token = ParseExpTokenInParens(lines, found.end) + yield exp_token + pos = exp_token.end + elif (found.token_type == ']]' or found.token_type == '$if' or + found.token_type == '$elif' or found.token_type == '$else'): + if prev_token_rstripped: + yield prev_token_rstripped + yield found + pos = found.end + else: + if prev_token: + yield prev_token + yield found + pos = found.end + + +def Tokenize(s): + """A generator that yields the tokens in the given string.""" + if s != '': + lines = s.splitlines(True) + for token in TokenizeLines(lines, Cursor(0, 0)): + yield token + + +class CodeNode: + def __init__(self, atomic_code_list=None): + self.atomic_code = atomic_code_list + + +class VarNode: + def __init__(self, identifier=None, atomic_code=None): + self.identifier = identifier + self.atomic_code = atomic_code + + +class RangeNode: + def __init__(self, identifier=None, exp1=None, exp2=None): + self.identifier = identifier + self.exp1 = exp1 + self.exp2 = exp2 + + +class ForNode: + def __init__(self, identifier=None, sep=None, code=None): + self.identifier = identifier + self.sep = sep + self.code = code + + +class ElseNode: + def __init__(self, else_branch=None): + self.else_branch = else_branch + + +class IfNode: + def __init__(self, exp=None, then_branch=None, else_branch=None): + self.exp = exp + self.then_branch = then_branch + self.else_branch = else_branch + + +class RawCodeNode: + def __init__(self, token=None): + self.raw_code = token + + +class LiteralDollarNode: + def __init__(self, token): + self.token = token + + +class ExpNode: + def __init__(self, token, python_exp): + self.token = token + self.python_exp = python_exp + + +def PopFront(a_list): + head = a_list[0] + a_list[:1] = [] + return head + + +def PushFront(a_list, elem): + a_list[:0] = [elem] + + +def PopToken(a_list, token_type=None): + token = PopFront(a_list) + if token_type is not None and token.token_type != token_type: + print 'ERROR: %s expected at %s' % (token_type, token.start) + print 'ERROR: %s found instead' % (token,) + sys.exit(1) + + return token + + +def PeekToken(a_list): + if not a_list: + return None + + return a_list[0] + + +def ParseExpNode(token): + python_exp = re.sub(r'([_A-Za-z]\w*)', r'self.GetValue("\1")', token.value) + return ExpNode(token, python_exp) + + +def ParseElseNode(tokens): + def Pop(token_type=None): + return PopToken(tokens, token_type) + + next = PeekToken(tokens) + if not next: + return None + if next.token_type == '$else': + Pop('$else') + Pop('[[') + code_node = ParseCodeNode(tokens) + Pop(']]') + return code_node + elif next.token_type == '$elif': + Pop('$elif') + exp = Pop('code') + Pop('[[') + code_node = ParseCodeNode(tokens) + Pop(']]') + inner_else_node = ParseElseNode(tokens) + return CodeNode([IfNode(ParseExpNode(exp), code_node, inner_else_node)]) + elif not next.value.strip(): + Pop('code') + return ParseElseNode(tokens) + else: + return None + + +def ParseAtomicCodeNode(tokens): + def Pop(token_type=None): + return PopToken(tokens, token_type) + + head = PopFront(tokens) + t = head.token_type + if t == 'code': + return RawCodeNode(head) + elif t == '$var': + id_token = Pop('id') + Pop('=') + next = PeekToken(tokens) + if next.token_type == 'exp': + exp_token = Pop() + return VarNode(id_token, ParseExpNode(exp_token)) + Pop('[[') + code_node = ParseCodeNode(tokens) + Pop(']]') + return VarNode(id_token, code_node) + elif t == '$for': + id_token = Pop('id') + next_token = PeekToken(tokens) + if next_token.token_type == 'code': + sep_token = next_token + Pop('code') + else: + sep_token = None + Pop('[[') + code_node = ParseCodeNode(tokens) + Pop(']]') + return ForNode(id_token, sep_token, code_node) + elif t == '$if': + exp_token = Pop('code') + Pop('[[') + code_node = ParseCodeNode(tokens) + Pop(']]') + else_node = ParseElseNode(tokens) + return IfNode(ParseExpNode(exp_token), code_node, else_node) + elif t == '$range': + id_token = Pop('id') + exp1_token = Pop('exp') + Pop('..') + exp2_token = Pop('exp') + return RangeNode(id_token, ParseExpNode(exp1_token), + ParseExpNode(exp2_token)) + elif t == '$id': + return ParseExpNode(Token(head.start + 1, head.end, head.value[1:], 'id')) + elif t == '$($)': + return LiteralDollarNode(head) + elif t == '$': + exp_token = Pop('exp') + return ParseExpNode(exp_token) + elif t == '[[': + code_node = ParseCodeNode(tokens) + Pop(']]') + return code_node + else: + PushFront(tokens, head) + return None + + +def ParseCodeNode(tokens): + atomic_code_list = [] + while True: + if not tokens: + break + atomic_code_node = ParseAtomicCodeNode(tokens) + if atomic_code_node: + atomic_code_list.append(atomic_code_node) + else: + break + return CodeNode(atomic_code_list) + + +def ParseToAST(pump_src_text): + """Convert the given Pump source text into an AST.""" + tokens = list(Tokenize(pump_src_text)) + code_node = ParseCodeNode(tokens) + return code_node + + +class Env: + def __init__(self): + self.variables = [] + self.ranges = [] + + def Clone(self): + clone = Env() + clone.variables = self.variables[:] + clone.ranges = self.ranges[:] + return clone + + def PushVariable(self, var, value): + # If value looks like an int, store it as an int. + try: + int_value = int(value) + if ('%s' % int_value) == value: + value = int_value + except Exception: + pass + self.variables[:0] = [(var, value)] + + def PopVariable(self): + self.variables[:1] = [] + + def PushRange(self, var, lower, upper): + self.ranges[:0] = [(var, lower, upper)] + + def PopRange(self): + self.ranges[:1] = [] + + def GetValue(self, identifier): + for (var, value) in self.variables: + if identifier == var: + return value + + print 'ERROR: meta variable %s is undefined.' % (identifier,) + sys.exit(1) + + def EvalExp(self, exp): + try: + result = eval(exp.python_exp) + except Exception, e: + print 'ERROR: caught exception %s: %s' % (e.__class__.__name__, e) + print ('ERROR: failed to evaluate meta expression %s at %s' % + (exp.python_exp, exp.token.start)) + sys.exit(1) + return result + + def GetRange(self, identifier): + for (var, lower, upper) in self.ranges: + if identifier == var: + return (lower, upper) + + print 'ERROR: range %s is undefined.' % (identifier,) + sys.exit(1) + + +class Output: + def __init__(self): + self.string = '' + + def GetLastLine(self): + index = self.string.rfind('\n') + if index < 0: + return '' + + return self.string[index + 1:] + + def Append(self, s): + self.string += s + + +def RunAtomicCode(env, node, output): + if isinstance(node, VarNode): + identifier = node.identifier.value.strip() + result = Output() + RunAtomicCode(env.Clone(), node.atomic_code, result) + value = result.string + env.PushVariable(identifier, value) + elif isinstance(node, RangeNode): + identifier = node.identifier.value.strip() + lower = int(env.EvalExp(node.exp1)) + upper = int(env.EvalExp(node.exp2)) + env.PushRange(identifier, lower, upper) + elif isinstance(node, ForNode): + identifier = node.identifier.value.strip() + if node.sep is None: + sep = '' + else: + sep = node.sep.value + (lower, upper) = env.GetRange(identifier) + for i in range(lower, upper + 1): + new_env = env.Clone() + new_env.PushVariable(identifier, i) + RunCode(new_env, node.code, output) + if i != upper: + output.Append(sep) + elif isinstance(node, RawCodeNode): + output.Append(node.raw_code.value) + elif isinstance(node, IfNode): + cond = env.EvalExp(node.exp) + if cond: + RunCode(env.Clone(), node.then_branch, output) + elif node.else_branch is not None: + RunCode(env.Clone(), node.else_branch, output) + elif isinstance(node, ExpNode): + value = env.EvalExp(node) + output.Append('%s' % (value,)) + elif isinstance(node, LiteralDollarNode): + output.Append('$') + elif isinstance(node, CodeNode): + RunCode(env.Clone(), node, output) + else: + print 'BAD' + print node + sys.exit(1) + + +def RunCode(env, code_node, output): + for atomic_code in code_node.atomic_code: + RunAtomicCode(env, atomic_code, output) + + +def IsSingleLineComment(cur_line): + return '//' in cur_line + + +def IsInPreprocessorDirective(prev_lines, cur_line): + if cur_line.lstrip().startswith('#'): + return True + return prev_lines and prev_lines[-1].endswith('\\') + + +def WrapComment(line, output): + loc = line.find('//') + before_comment = line[:loc].rstrip() + if before_comment == '': + indent = loc + else: + output.append(before_comment) + indent = len(before_comment) - len(before_comment.lstrip()) + prefix = indent*' ' + '// ' + max_len = 80 - len(prefix) + comment = line[loc + 2:].strip() + segs = [seg for seg in re.split(r'(\w+\W*)', comment) if seg != ''] + cur_line = '' + for seg in segs: + if len((cur_line + seg).rstrip()) < max_len: + cur_line += seg + else: + if cur_line.strip() != '': + output.append(prefix + cur_line.rstrip()) + cur_line = seg.lstrip() + if cur_line.strip() != '': + output.append(prefix + cur_line.strip()) + + +def WrapCode(line, line_concat, output): + indent = len(line) - len(line.lstrip()) + prefix = indent*' ' # Prefix of the current line + max_len = 80 - indent - len(line_concat) # Maximum length of the current line + new_prefix = prefix + 4*' ' # Prefix of a continuation line + new_max_len = max_len - 4 # Maximum length of a continuation line + # Prefers to wrap a line after a ',' or ';'. + segs = [seg for seg in re.split(r'([^,;]+[,;]?)', line.strip()) if seg != ''] + cur_line = '' # The current line without leading spaces. + for seg in segs: + # If the line is still too long, wrap at a space. + while cur_line == '' and len(seg.strip()) > max_len: + seg = seg.lstrip() + split_at = seg.rfind(' ', 0, max_len) + output.append(prefix + seg[:split_at].strip() + line_concat) + seg = seg[split_at + 1:] + prefix = new_prefix + max_len = new_max_len + + if len((cur_line + seg).rstrip()) < max_len: + cur_line = (cur_line + seg).lstrip() + else: + output.append(prefix + cur_line.rstrip() + line_concat) + prefix = new_prefix + max_len = new_max_len + cur_line = seg.lstrip() + if cur_line.strip() != '': + output.append(prefix + cur_line.strip()) + + +def WrapPreprocessorDirective(line, output): + WrapCode(line, ' \\', output) + + +def WrapPlainCode(line, output): + WrapCode(line, '', output) + + +def IsMultiLineIWYUPragma(line): + return re.search(r'/\* IWYU pragma: ', line) + + +def IsHeaderGuardIncludeOrOneLineIWYUPragma(line): + return (re.match(r'^#(ifndef|define|endif\s*//)\s*[\w_]+\s*$', line) or + re.match(r'^#include\s', line) or + # Don't break IWYU pragmas, either; that causes iwyu.py problems. + re.search(r'// IWYU pragma: ', line)) + + +def WrapLongLine(line, output): + line = line.rstrip() + if len(line) <= 80: + output.append(line) + elif IsSingleLineComment(line): + if IsHeaderGuardIncludeOrOneLineIWYUPragma(line): + # The style guide made an exception to allow long header guard lines, + # includes and IWYU pragmas. + output.append(line) + else: + WrapComment(line, output) + elif IsInPreprocessorDirective(output, line): + if IsHeaderGuardIncludeOrOneLineIWYUPragma(line): + # The style guide made an exception to allow long header guard lines, + # includes and IWYU pragmas. + output.append(line) + else: + WrapPreprocessorDirective(line, output) + elif IsMultiLineIWYUPragma(line): + output.append(line) + else: + WrapPlainCode(line, output) + + +def BeautifyCode(string): + lines = string.splitlines() + output = [] + for line in lines: + WrapLongLine(line, output) + output2 = [line.rstrip() for line in output] + return '\n'.join(output2) + '\n' + + +def ConvertFromPumpSource(src_text): + """Return the text generated from the given Pump source text.""" + ast = ParseToAST(StripMetaComments(src_text)) + output = Output() + RunCode(Env(), ast, output) + return BeautifyCode(output.string) + + +def main(argv): + if len(argv) == 1: + print __doc__ + sys.exit(1) + + file_path = argv[-1] + output_str = ConvertFromPumpSource(file(file_path, 'r').read()) + if file_path.endswith('.pump'): + output_file_path = file_path[:-5] + else: + output_file_path = '-' + if output_file_path == '-': + print output_str, + else: + output_file = file(output_file_path, 'w') + output_file.write('// This file was GENERATED by command:\n') + output_file.write('// %s %s\n' % + (os.path.basename(__file__), os.path.basename(file_path))) + output_file.write('// DO NOT EDIT BY HAND!!!\n\n') + output_file.write(output_str) + output_file.close() + + +if __name__ == '__main__': + main(sys.argv) diff --git a/gtest-1.7.0/scripts/test/Makefile b/gtest-1.7.0/scripts/test/Makefile new file mode 100644 index 000000000..cdff58463 --- /dev/null +++ b/gtest-1.7.0/scripts/test/Makefile @@ -0,0 +1,59 @@ +# A Makefile for fusing Google Test and building a sample test against it. +# +# SYNOPSIS: +# +# make [all] - makes everything. +# make TARGET - makes the given target. +# make check - makes everything and runs the built sample test. +# make clean - removes all files generated by make. + +# Points to the root of fused Google Test, relative to where this file is. +FUSED_GTEST_DIR = output + +# Paths to the fused gtest files. +FUSED_GTEST_H = $(FUSED_GTEST_DIR)/gtest/gtest.h +FUSED_GTEST_ALL_CC = $(FUSED_GTEST_DIR)/gtest/gtest-all.cc + +# Where to find the sample test. +SAMPLE_DIR = ../../samples + +# Where to find gtest_main.cc. +GTEST_MAIN_CC = ../../src/gtest_main.cc + +# Flags passed to the preprocessor. +# We have no idea here whether pthreads is available in the system, so +# disable its use. +CPPFLAGS += -I$(FUSED_GTEST_DIR) -DGTEST_HAS_PTHREAD=0 + +# Flags passed to the C++ compiler. +CXXFLAGS += -g + +all : sample1_unittest + +check : all + ./sample1_unittest + +clean : + rm -rf $(FUSED_GTEST_DIR) sample1_unittest *.o + +$(FUSED_GTEST_H) : + ../fuse_gtest_files.py $(FUSED_GTEST_DIR) + +$(FUSED_GTEST_ALL_CC) : + ../fuse_gtest_files.py $(FUSED_GTEST_DIR) + +gtest-all.o : $(FUSED_GTEST_H) $(FUSED_GTEST_ALL_CC) + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc + +gtest_main.o : $(FUSED_GTEST_H) $(GTEST_MAIN_CC) + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(GTEST_MAIN_CC) + +sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc + +sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \ + $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H) + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc + +sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@ diff --git a/gtest-1.7.0/src/.deps/.dirstamp b/gtest-1.7.0/src/.deps/.dirstamp new file mode 100644 index 000000000..e69de29bb diff --git a/gtest-1.7.0/src/.deps/gtest-all.Plo b/gtest-1.7.0/src/.deps/gtest-all.Plo new file mode 100644 index 000000000..b4e18ef8b --- /dev/null +++ b/gtest-1.7.0/src/.deps/gtest-all.Plo @@ -0,0 +1,631 @@ +src/gtest-all.lo: src/gtest-all.cc /usr/include/stdc-predef.h \ + include/gtest/gtest.h /usr/include/c++/4.9.2/limits \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/c++config.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/os_defines.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-32.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/cpu_defines.h \ + /usr/include/c++/4.9.2/ostream /usr/include/c++/4.9.2/ios \ + /usr/include/c++/4.9.2/iosfwd /usr/include/c++/4.9.2/bits/stringfwd.h \ + /usr/include/c++/4.9.2/bits/memoryfwd.h \ + /usr/include/c++/4.9.2/bits/postypes.h /usr/include/c++/4.9.2/cwchar \ + /usr/include/wchar.h /usr/include/stdio.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdarg.h \ + /usr/include/bits/wchar.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h \ + /usr/include/xlocale.h /usr/include/c++/4.9.2/exception \ + /usr/include/c++/4.9.2/bits/atomic_lockfree_defines.h \ + /usr/include/c++/4.9.2/bits/char_traits.h \ + /usr/include/c++/4.9.2/bits/stl_algobase.h \ + /usr/include/c++/4.9.2/bits/functexcept.h \ + /usr/include/c++/4.9.2/bits/exception_defines.h \ + /usr/include/c++/4.9.2/bits/cpp_type_traits.h \ + /usr/include/c++/4.9.2/ext/type_traits.h \ + /usr/include/c++/4.9.2/ext/numeric_traits.h \ + /usr/include/c++/4.9.2/bits/stl_pair.h \ + /usr/include/c++/4.9.2/bits/move.h \ + /usr/include/c++/4.9.2/bits/concept_check.h \ + /usr/include/c++/4.9.2/bits/stl_iterator_base_types.h \ + /usr/include/c++/4.9.2/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/4.9.2/debug/debug.h \ + /usr/include/c++/4.9.2/bits/stl_iterator.h \ + /usr/include/c++/4.9.2/bits/ptr_traits.h \ + /usr/include/c++/4.9.2/bits/predefined_ops.h \ + /usr/include/c++/4.9.2/bits/localefwd.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/c++locale.h \ + /usr/include/c++/4.9.2/clocale /usr/include/locale.h \ + /usr/include/bits/locale.h /usr/include/c++/4.9.2/cctype \ + /usr/include/ctype.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/endian.h \ + /usr/include/bits/endian.h /usr/include/bits/byteswap.h \ + /usr/include/bits/byteswap-16.h /usr/include/c++/4.9.2/bits/ios_base.h \ + /usr/include/c++/4.9.2/ext/atomicity.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h \ + /usr/include/bits/timex.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/atomic_word.h \ + /usr/include/c++/4.9.2/bits/locale_classes.h \ + /usr/include/c++/4.9.2/string /usr/include/c++/4.9.2/bits/allocator.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/c++allocator.h \ + /usr/include/c++/4.9.2/ext/new_allocator.h /usr/include/c++/4.9.2/new \ + /usr/include/c++/4.9.2/bits/ostream_insert.h \ + /usr/include/c++/4.9.2/bits/cxxabi_forced.h \ + /usr/include/c++/4.9.2/bits/stl_function.h \ + /usr/include/c++/4.9.2/backward/binders.h \ + /usr/include/c++/4.9.2/bits/range_access.h \ + /usr/include/c++/4.9.2/bits/basic_string.h \ + /usr/include/c++/4.9.2/bits/basic_string.tcc \ + /usr/include/c++/4.9.2/bits/locale_classes.tcc \ + /usr/include/c++/4.9.2/streambuf \ + /usr/include/c++/4.9.2/bits/streambuf.tcc \ + /usr/include/c++/4.9.2/bits/basic_ios.h \ + /usr/include/c++/4.9.2/bits/locale_facets.h \ + /usr/include/c++/4.9.2/cwctype /usr/include/wctype.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_base.h \ + /usr/include/c++/4.9.2/bits/streambuf_iterator.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_inline.h \ + /usr/include/c++/4.9.2/bits/locale_facets.tcc \ + /usr/include/c++/4.9.2/bits/basic_ios.tcc \ + /usr/include/c++/4.9.2/bits/ostream.tcc /usr/include/c++/4.9.2/vector \ + /usr/include/c++/4.9.2/bits/stl_construct.h \ + /usr/include/c++/4.9.2/ext/alloc_traits.h \ + /usr/include/c++/4.9.2/bits/stl_uninitialized.h \ + /usr/include/c++/4.9.2/bits/stl_vector.h \ + /usr/include/c++/4.9.2/bits/stl_bvector.h \ + /usr/include/c++/4.9.2/bits/vector.tcc \ + include/gtest/internal/gtest-internal.h \ + include/gtest/internal/gtest-port.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/sysmacros.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/string.h /usr/include/sys/stat.h \ + /usr/include/bits/stat.h /usr/include/c++/4.9.2/iostream \ + /usr/include/c++/4.9.2/istream /usr/include/c++/4.9.2/bits/istream.tcc \ + /usr/include/c++/4.9.2/sstream /usr/include/c++/4.9.2/bits/sstream.tcc \ + /usr/include/unistd.h /usr/include/bits/posix_opt.h \ + /usr/include/bits/environments.h /usr/include/bits/confname.h \ + /usr/include/getopt.h /usr/include/strings.h /usr/include/regex.h \ + /usr/include/c++/4.9.2/typeinfo /usr/include/c++/4.9.2/tr1/tuple \ + /usr/include/c++/4.9.2/utility /usr/include/c++/4.9.2/bits/stl_relops.h \ + /usr/include/sys/wait.h /usr/include/signal.h /usr/include/bits/signum.h \ + /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ + /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ + /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ + /usr/include/c++/4.9.2/stdexcept \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/float.h \ + /usr/include/c++/4.9.2/iomanip /usr/include/c++/4.9.2/set \ + /usr/include/c++/4.9.2/bits/stl_tree.h \ + /usr/include/c++/4.9.2/bits/stl_set.h \ + /usr/include/c++/4.9.2/bits/stl_multiset.h include/gtest/gtest-message.h \ + include/gtest/internal/gtest-string.h \ + include/gtest/internal/gtest-filepath.h \ + include/gtest/internal/gtest-type-util.h /usr/include/c++/4.9.2/cxxabi.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/cxxabi_tweaks.h \ + include/gtest/gtest-death-test.h \ + include/gtest/internal/gtest-death-test-internal.h \ + include/gtest/gtest-param-test.h \ + include/gtest/internal/gtest-param-util.h \ + /usr/include/c++/4.9.2/iterator \ + /usr/include/c++/4.9.2/bits/stream_iterator.h \ + include/gtest/internal/gtest-linked_ptr.h /usr/include/assert.h \ + include/gtest/gtest-printers.h \ + include/gtest/internal/gtest-param-util-generated.h \ + include/gtest/gtest_prod.h include/gtest/gtest-test-part.h \ + include/gtest/gtest-typed-test.h include/gtest/gtest_pred_impl.h \ + src/gtest.cc include/gtest/gtest-spi.h /usr/include/math.h \ + /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ + /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ + /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ + /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \ + /usr/include/c++/4.9.2/algorithm /usr/include/c++/4.9.2/bits/stl_algo.h \ + /usr/include/c++/4.9.2/cstdlib \ + /usr/include/c++/4.9.2/bits/algorithmfwd.h \ + /usr/include/c++/4.9.2/bits/stl_heap.h \ + /usr/include/c++/4.9.2/bits/stl_tempbuf.h /usr/include/fcntl.h \ + /usr/include/bits/fcntl.h /usr/include/bits/fcntl-linux.h \ + /usr/include/bits/uio.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/limits.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/syslimits.h \ + /usr/include/limits.h /usr/include/bits/posix1_lim.h \ + /usr/include/bits/local_lim.h /usr/include/linux/limits.h \ + /usr/include/bits/posix2_lim.h /usr/include/bits/xopen_lim.h \ + /usr/include/sys/mman.h /usr/include/bits/mman.h \ + /usr/include/bits/mman-linux.h /usr/include/sys/time.h \ + /usr/include/arpa/inet.h /usr/include/netinet/in.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/sys/socket.h /usr/include/sys/uio.h \ + /usr/include/bits/socket.h /usr/include/bits/socket_type.h \ + /usr/include/bits/sockaddr.h /usr/include/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/asm/sockios.h \ + /usr/include/asm-generic/sockios.h /usr/include/bits/in.h \ + /usr/include/netdb.h /usr/include/rpc/netdb.h /usr/include/bits/netdb.h \ + src/gtest-internal-inl.h /usr/include/errno.h /usr/include/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + src/gtest-death-test.cc src/gtest-filepath.cc \ + /usr/include/c++/4.9.2/climits src/gtest-port.cc src/gtest-printers.cc \ + src/gtest-test-part.cc src/gtest-typed-test.cc + +/usr/include/stdc-predef.h: + +include/gtest/gtest.h: + +/usr/include/c++/4.9.2/limits: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/c++config.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/os_defines.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-32.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/cpu_defines.h: + +/usr/include/c++/4.9.2/ostream: + +/usr/include/c++/4.9.2/ios: + +/usr/include/c++/4.9.2/iosfwd: + +/usr/include/c++/4.9.2/bits/stringfwd.h: + +/usr/include/c++/4.9.2/bits/memoryfwd.h: + +/usr/include/c++/4.9.2/bits/postypes.h: + +/usr/include/c++/4.9.2/cwchar: + +/usr/include/wchar.h: + +/usr/include/stdio.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdarg.h: + +/usr/include/bits/wchar.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h: + +/usr/include/xlocale.h: + +/usr/include/c++/4.9.2/exception: + +/usr/include/c++/4.9.2/bits/atomic_lockfree_defines.h: + +/usr/include/c++/4.9.2/bits/char_traits.h: + +/usr/include/c++/4.9.2/bits/stl_algobase.h: + +/usr/include/c++/4.9.2/bits/functexcept.h: + +/usr/include/c++/4.9.2/bits/exception_defines.h: + +/usr/include/c++/4.9.2/bits/cpp_type_traits.h: + +/usr/include/c++/4.9.2/ext/type_traits.h: + +/usr/include/c++/4.9.2/ext/numeric_traits.h: + +/usr/include/c++/4.9.2/bits/stl_pair.h: + +/usr/include/c++/4.9.2/bits/move.h: + +/usr/include/c++/4.9.2/bits/concept_check.h: + +/usr/include/c++/4.9.2/bits/stl_iterator_base_types.h: + +/usr/include/c++/4.9.2/bits/stl_iterator_base_funcs.h: + +/usr/include/c++/4.9.2/debug/debug.h: + +/usr/include/c++/4.9.2/bits/stl_iterator.h: + +/usr/include/c++/4.9.2/bits/ptr_traits.h: + +/usr/include/c++/4.9.2/bits/predefined_ops.h: + +/usr/include/c++/4.9.2/bits/localefwd.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/c++locale.h: + +/usr/include/c++/4.9.2/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/include/c++/4.9.2/cctype: + +/usr/include/ctype.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/include/bits/byteswap-16.h: + +/usr/include/c++/4.9.2/bits/ios_base.h: + +/usr/include/c++/4.9.2/ext/atomicity.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/bits/timex.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/atomic_word.h: + +/usr/include/c++/4.9.2/bits/locale_classes.h: + +/usr/include/c++/4.9.2/string: + +/usr/include/c++/4.9.2/bits/allocator.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/c++allocator.h: + +/usr/include/c++/4.9.2/ext/new_allocator.h: + +/usr/include/c++/4.9.2/new: + +/usr/include/c++/4.9.2/bits/ostream_insert.h: + +/usr/include/c++/4.9.2/bits/cxxabi_forced.h: + +/usr/include/c++/4.9.2/bits/stl_function.h: + +/usr/include/c++/4.9.2/backward/binders.h: + +/usr/include/c++/4.9.2/bits/range_access.h: + +/usr/include/c++/4.9.2/bits/basic_string.h: + +/usr/include/c++/4.9.2/bits/basic_string.tcc: + +/usr/include/c++/4.9.2/bits/locale_classes.tcc: + +/usr/include/c++/4.9.2/streambuf: + +/usr/include/c++/4.9.2/bits/streambuf.tcc: + +/usr/include/c++/4.9.2/bits/basic_ios.h: + +/usr/include/c++/4.9.2/bits/locale_facets.h: + +/usr/include/c++/4.9.2/cwctype: + +/usr/include/wctype.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_base.h: + +/usr/include/c++/4.9.2/bits/streambuf_iterator.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_inline.h: + +/usr/include/c++/4.9.2/bits/locale_facets.tcc: + +/usr/include/c++/4.9.2/bits/basic_ios.tcc: + +/usr/include/c++/4.9.2/bits/ostream.tcc: + +/usr/include/c++/4.9.2/vector: + +/usr/include/c++/4.9.2/bits/stl_construct.h: + +/usr/include/c++/4.9.2/ext/alloc_traits.h: + +/usr/include/c++/4.9.2/bits/stl_uninitialized.h: + +/usr/include/c++/4.9.2/bits/stl_vector.h: + +/usr/include/c++/4.9.2/bits/stl_bvector.h: + +/usr/include/c++/4.9.2/bits/vector.tcc: + +include/gtest/internal/gtest-internal.h: + +include/gtest/internal/gtest-port.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +/usr/include/bits/stdlib-bsearch.h: + +/usr/include/bits/stdlib-float.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +/usr/include/string.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/c++/4.9.2/iostream: + +/usr/include/c++/4.9.2/istream: + +/usr/include/c++/4.9.2/bits/istream.tcc: + +/usr/include/c++/4.9.2/sstream: + +/usr/include/c++/4.9.2/bits/sstream.tcc: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/include/strings.h: + +/usr/include/regex.h: + +/usr/include/c++/4.9.2/typeinfo: + +/usr/include/c++/4.9.2/tr1/tuple: + +/usr/include/c++/4.9.2/utility: + +/usr/include/c++/4.9.2/bits/stl_relops.h: + +/usr/include/sys/wait.h: + +/usr/include/signal.h: + +/usr/include/bits/signum.h: + +/usr/include/bits/siginfo.h: + +/usr/include/bits/sigaction.h: + +/usr/include/bits/sigcontext.h: + +/usr/include/bits/sigstack.h: + +/usr/include/sys/ucontext.h: + +/usr/include/bits/sigthread.h: + +/usr/include/c++/4.9.2/stdexcept: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/float.h: + +/usr/include/c++/4.9.2/iomanip: + +/usr/include/c++/4.9.2/set: + +/usr/include/c++/4.9.2/bits/stl_tree.h: + +/usr/include/c++/4.9.2/bits/stl_set.h: + +/usr/include/c++/4.9.2/bits/stl_multiset.h: + +include/gtest/gtest-message.h: + +include/gtest/internal/gtest-string.h: + +include/gtest/internal/gtest-filepath.h: + +include/gtest/internal/gtest-type-util.h: + +/usr/include/c++/4.9.2/cxxabi.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/cxxabi_tweaks.h: + +include/gtest/gtest-death-test.h: + +include/gtest/internal/gtest-death-test-internal.h: + +include/gtest/gtest-param-test.h: + +include/gtest/internal/gtest-param-util.h: + +/usr/include/c++/4.9.2/iterator: + +/usr/include/c++/4.9.2/bits/stream_iterator.h: + +include/gtest/internal/gtest-linked_ptr.h: + +/usr/include/assert.h: + +include/gtest/gtest-printers.h: + +include/gtest/internal/gtest-param-util-generated.h: + +include/gtest/gtest_prod.h: + +include/gtest/gtest-test-part.h: + +include/gtest/gtest-typed-test.h: + +include/gtest/gtest_pred_impl.h: + +src/gtest.cc: + +include/gtest/gtest-spi.h: + +/usr/include/math.h: + +/usr/include/bits/huge_val.h: + +/usr/include/bits/huge_valf.h: + +/usr/include/bits/huge_vall.h: + +/usr/include/bits/inf.h: + +/usr/include/bits/nan.h: + +/usr/include/bits/mathdef.h: + +/usr/include/bits/mathcalls.h: + +/usr/include/bits/mathinline.h: + +/usr/include/c++/4.9.2/algorithm: + +/usr/include/c++/4.9.2/bits/stl_algo.h: + +/usr/include/c++/4.9.2/cstdlib: + +/usr/include/c++/4.9.2/bits/algorithmfwd.h: + +/usr/include/c++/4.9.2/bits/stl_heap.h: + +/usr/include/c++/4.9.2/bits/stl_tempbuf.h: + +/usr/include/fcntl.h: + +/usr/include/bits/fcntl.h: + +/usr/include/bits/fcntl-linux.h: + +/usr/include/bits/uio.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/limits.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/syslimits.h: + +/usr/include/limits.h: + +/usr/include/bits/posix1_lim.h: + +/usr/include/bits/local_lim.h: + +/usr/include/linux/limits.h: + +/usr/include/bits/posix2_lim.h: + +/usr/include/bits/xopen_lim.h: + +/usr/include/sys/mman.h: + +/usr/include/bits/mman.h: + +/usr/include/bits/mman-linux.h: + +/usr/include/sys/time.h: + +/usr/include/arpa/inet.h: + +/usr/include/netinet/in.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/sys/socket.h: + +/usr/include/sys/uio.h: + +/usr/include/bits/socket.h: + +/usr/include/bits/socket_type.h: + +/usr/include/bits/sockaddr.h: + +/usr/include/asm/socket.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/bits/in.h: + +/usr/include/netdb.h: + +/usr/include/rpc/netdb.h: + +/usr/include/bits/netdb.h: + +src/gtest-internal-inl.h: + +/usr/include/errno.h: + +/usr/include/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +src/gtest-death-test.cc: + +src/gtest-filepath.cc: + +/usr/include/c++/4.9.2/climits: + +src/gtest-port.cc: + +src/gtest-printers.cc: + +src/gtest-test-part.cc: + +src/gtest-typed-test.cc: diff --git a/gtest-1.7.0/src/.deps/gtest_main.Plo b/gtest-1.7.0/src/.deps/gtest_main.Plo new file mode 100644 index 000000000..74fb6c870 --- /dev/null +++ b/gtest-1.7.0/src/.deps/gtest_main.Plo @@ -0,0 +1,470 @@ +src/gtest_main.lo: src/gtest_main.cc /usr/include/stdc-predef.h \ + /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-32.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h include/gtest/gtest.h \ + /usr/include/c++/4.9.2/limits \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/c++config.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/os_defines.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/cpu_defines.h \ + /usr/include/c++/4.9.2/ostream /usr/include/c++/4.9.2/ios \ + /usr/include/c++/4.9.2/iosfwd /usr/include/c++/4.9.2/bits/stringfwd.h \ + /usr/include/c++/4.9.2/bits/memoryfwd.h \ + /usr/include/c++/4.9.2/bits/postypes.h /usr/include/c++/4.9.2/cwchar \ + /usr/include/bits/wchar.h /usr/include/xlocale.h \ + /usr/include/c++/4.9.2/exception \ + /usr/include/c++/4.9.2/bits/atomic_lockfree_defines.h \ + /usr/include/c++/4.9.2/bits/char_traits.h \ + /usr/include/c++/4.9.2/bits/stl_algobase.h \ + /usr/include/c++/4.9.2/bits/functexcept.h \ + /usr/include/c++/4.9.2/bits/exception_defines.h \ + /usr/include/c++/4.9.2/bits/cpp_type_traits.h \ + /usr/include/c++/4.9.2/ext/type_traits.h \ + /usr/include/c++/4.9.2/ext/numeric_traits.h \ + /usr/include/c++/4.9.2/bits/stl_pair.h \ + /usr/include/c++/4.9.2/bits/move.h \ + /usr/include/c++/4.9.2/bits/concept_check.h \ + /usr/include/c++/4.9.2/bits/stl_iterator_base_types.h \ + /usr/include/c++/4.9.2/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/4.9.2/debug/debug.h \ + /usr/include/c++/4.9.2/bits/stl_iterator.h \ + /usr/include/c++/4.9.2/bits/ptr_traits.h \ + /usr/include/c++/4.9.2/bits/predefined_ops.h \ + /usr/include/c++/4.9.2/bits/localefwd.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/c++locale.h \ + /usr/include/c++/4.9.2/clocale /usr/include/locale.h \ + /usr/include/bits/locale.h /usr/include/c++/4.9.2/cctype \ + /usr/include/ctype.h /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ + /usr/include/c++/4.9.2/bits/ios_base.h \ + /usr/include/c++/4.9.2/ext/atomicity.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h /usr/include/time.h \ + /usr/include/bits/sched.h /usr/include/bits/time.h \ + /usr/include/bits/timex.h /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/setjmp.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/atomic_word.h \ + /usr/include/c++/4.9.2/bits/locale_classes.h \ + /usr/include/c++/4.9.2/string /usr/include/c++/4.9.2/bits/allocator.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/c++allocator.h \ + /usr/include/c++/4.9.2/ext/new_allocator.h /usr/include/c++/4.9.2/new \ + /usr/include/c++/4.9.2/bits/ostream_insert.h \ + /usr/include/c++/4.9.2/bits/cxxabi_forced.h \ + /usr/include/c++/4.9.2/bits/stl_function.h \ + /usr/include/c++/4.9.2/backward/binders.h \ + /usr/include/c++/4.9.2/bits/range_access.h \ + /usr/include/c++/4.9.2/bits/basic_string.h \ + /usr/include/c++/4.9.2/bits/basic_string.tcc \ + /usr/include/c++/4.9.2/bits/locale_classes.tcc \ + /usr/include/c++/4.9.2/streambuf \ + /usr/include/c++/4.9.2/bits/streambuf.tcc \ + /usr/include/c++/4.9.2/bits/basic_ios.h \ + /usr/include/c++/4.9.2/bits/locale_facets.h \ + /usr/include/c++/4.9.2/cwctype /usr/include/wctype.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_base.h \ + /usr/include/c++/4.9.2/bits/streambuf_iterator.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_inline.h \ + /usr/include/c++/4.9.2/bits/locale_facets.tcc \ + /usr/include/c++/4.9.2/bits/basic_ios.tcc \ + /usr/include/c++/4.9.2/bits/ostream.tcc /usr/include/c++/4.9.2/vector \ + /usr/include/c++/4.9.2/bits/stl_construct.h \ + /usr/include/c++/4.9.2/ext/alloc_traits.h \ + /usr/include/c++/4.9.2/bits/stl_uninitialized.h \ + /usr/include/c++/4.9.2/bits/stl_vector.h \ + /usr/include/c++/4.9.2/bits/stl_bvector.h \ + /usr/include/c++/4.9.2/bits/vector.tcc \ + include/gtest/internal/gtest-internal.h \ + include/gtest/internal/gtest-port.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/sys/types.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/sys/sysmacros.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/string.h /usr/include/sys/stat.h /usr/include/bits/stat.h \ + /usr/include/c++/4.9.2/iostream /usr/include/c++/4.9.2/istream \ + /usr/include/c++/4.9.2/bits/istream.tcc /usr/include/c++/4.9.2/sstream \ + /usr/include/c++/4.9.2/bits/sstream.tcc /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/include/strings.h /usr/include/regex.h \ + /usr/include/c++/4.9.2/typeinfo /usr/include/c++/4.9.2/tr1/tuple \ + /usr/include/c++/4.9.2/utility /usr/include/c++/4.9.2/bits/stl_relops.h \ + /usr/include/sys/wait.h /usr/include/signal.h /usr/include/bits/signum.h \ + /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ + /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ + /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ + /usr/include/c++/4.9.2/stdexcept \ + /usr/lib/gcc/i686-redhat-linux/4.9.2/include/float.h \ + /usr/include/c++/4.9.2/iomanip /usr/include/c++/4.9.2/set \ + /usr/include/c++/4.9.2/bits/stl_tree.h \ + /usr/include/c++/4.9.2/bits/stl_set.h \ + /usr/include/c++/4.9.2/bits/stl_multiset.h include/gtest/gtest-message.h \ + include/gtest/internal/gtest-string.h \ + include/gtest/internal/gtest-filepath.h \ + include/gtest/internal/gtest-type-util.h /usr/include/c++/4.9.2/cxxabi.h \ + /usr/include/c++/4.9.2/i686-redhat-linux/bits/cxxabi_tweaks.h \ + include/gtest/gtest-death-test.h \ + include/gtest/internal/gtest-death-test-internal.h \ + include/gtest/gtest-param-test.h \ + include/gtest/internal/gtest-param-util.h \ + /usr/include/c++/4.9.2/iterator \ + /usr/include/c++/4.9.2/bits/stream_iterator.h \ + include/gtest/internal/gtest-linked_ptr.h /usr/include/assert.h \ + include/gtest/gtest-printers.h \ + include/gtest/internal/gtest-param-util-generated.h \ + include/gtest/gtest_prod.h include/gtest/gtest-test-part.h \ + include/gtest/gtest-typed-test.h include/gtest/gtest_pred_impl.h + +/usr/include/stdc-predef.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/sys/cdefs.h: + +/usr/include/bits/wordsize.h: + +/usr/include/gnu/stubs.h: + +/usr/include/gnu/stubs-32.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stddef.h: + +/usr/include/bits/types.h: + +/usr/include/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/stdarg.h: + +/usr/include/bits/stdio_lim.h: + +/usr/include/bits/sys_errlist.h: + +/usr/include/bits/stdio.h: + +include/gtest/gtest.h: + +/usr/include/c++/4.9.2/limits: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/c++config.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/os_defines.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/cpu_defines.h: + +/usr/include/c++/4.9.2/ostream: + +/usr/include/c++/4.9.2/ios: + +/usr/include/c++/4.9.2/iosfwd: + +/usr/include/c++/4.9.2/bits/stringfwd.h: + +/usr/include/c++/4.9.2/bits/memoryfwd.h: + +/usr/include/c++/4.9.2/bits/postypes.h: + +/usr/include/c++/4.9.2/cwchar: + +/usr/include/bits/wchar.h: + +/usr/include/xlocale.h: + +/usr/include/c++/4.9.2/exception: + +/usr/include/c++/4.9.2/bits/atomic_lockfree_defines.h: + +/usr/include/c++/4.9.2/bits/char_traits.h: + +/usr/include/c++/4.9.2/bits/stl_algobase.h: + +/usr/include/c++/4.9.2/bits/functexcept.h: + +/usr/include/c++/4.9.2/bits/exception_defines.h: + +/usr/include/c++/4.9.2/bits/cpp_type_traits.h: + +/usr/include/c++/4.9.2/ext/type_traits.h: + +/usr/include/c++/4.9.2/ext/numeric_traits.h: + +/usr/include/c++/4.9.2/bits/stl_pair.h: + +/usr/include/c++/4.9.2/bits/move.h: + +/usr/include/c++/4.9.2/bits/concept_check.h: + +/usr/include/c++/4.9.2/bits/stl_iterator_base_types.h: + +/usr/include/c++/4.9.2/bits/stl_iterator_base_funcs.h: + +/usr/include/c++/4.9.2/debug/debug.h: + +/usr/include/c++/4.9.2/bits/stl_iterator.h: + +/usr/include/c++/4.9.2/bits/ptr_traits.h: + +/usr/include/c++/4.9.2/bits/predefined_ops.h: + +/usr/include/c++/4.9.2/bits/localefwd.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/c++locale.h: + +/usr/include/c++/4.9.2/clocale: + +/usr/include/locale.h: + +/usr/include/bits/locale.h: + +/usr/include/c++/4.9.2/cctype: + +/usr/include/ctype.h: + +/usr/include/endian.h: + +/usr/include/bits/endian.h: + +/usr/include/bits/byteswap.h: + +/usr/include/bits/byteswap-16.h: + +/usr/include/c++/4.9.2/bits/ios_base.h: + +/usr/include/c++/4.9.2/ext/atomicity.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/gthr-default.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/time.h: + +/usr/include/bits/sched.h: + +/usr/include/bits/time.h: + +/usr/include/bits/timex.h: + +/usr/include/bits/pthreadtypes.h: + +/usr/include/bits/setjmp.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/atomic_word.h: + +/usr/include/c++/4.9.2/bits/locale_classes.h: + +/usr/include/c++/4.9.2/string: + +/usr/include/c++/4.9.2/bits/allocator.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/c++allocator.h: + +/usr/include/c++/4.9.2/ext/new_allocator.h: + +/usr/include/c++/4.9.2/new: + +/usr/include/c++/4.9.2/bits/ostream_insert.h: + +/usr/include/c++/4.9.2/bits/cxxabi_forced.h: + +/usr/include/c++/4.9.2/bits/stl_function.h: + +/usr/include/c++/4.9.2/backward/binders.h: + +/usr/include/c++/4.9.2/bits/range_access.h: + +/usr/include/c++/4.9.2/bits/basic_string.h: + +/usr/include/c++/4.9.2/bits/basic_string.tcc: + +/usr/include/c++/4.9.2/bits/locale_classes.tcc: + +/usr/include/c++/4.9.2/streambuf: + +/usr/include/c++/4.9.2/bits/streambuf.tcc: + +/usr/include/c++/4.9.2/bits/basic_ios.h: + +/usr/include/c++/4.9.2/bits/locale_facets.h: + +/usr/include/c++/4.9.2/cwctype: + +/usr/include/wctype.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_base.h: + +/usr/include/c++/4.9.2/bits/streambuf_iterator.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/ctype_inline.h: + +/usr/include/c++/4.9.2/bits/locale_facets.tcc: + +/usr/include/c++/4.9.2/bits/basic_ios.tcc: + +/usr/include/c++/4.9.2/bits/ostream.tcc: + +/usr/include/c++/4.9.2/vector: + +/usr/include/c++/4.9.2/bits/stl_construct.h: + +/usr/include/c++/4.9.2/ext/alloc_traits.h: + +/usr/include/c++/4.9.2/bits/stl_uninitialized.h: + +/usr/include/c++/4.9.2/bits/stl_vector.h: + +/usr/include/c++/4.9.2/bits/stl_bvector.h: + +/usr/include/c++/4.9.2/bits/vector.tcc: + +include/gtest/internal/gtest-internal.h: + +include/gtest/internal/gtest-port.h: + +/usr/include/stdlib.h: + +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + +/usr/include/sys/types.h: + +/usr/include/sys/select.h: + +/usr/include/bits/select.h: + +/usr/include/bits/sigset.h: + +/usr/include/sys/sysmacros.h: + +/usr/include/alloca.h: + +/usr/include/bits/stdlib-bsearch.h: + +/usr/include/bits/stdlib-float.h: + +/usr/include/string.h: + +/usr/include/sys/stat.h: + +/usr/include/bits/stat.h: + +/usr/include/c++/4.9.2/iostream: + +/usr/include/c++/4.9.2/istream: + +/usr/include/c++/4.9.2/bits/istream.tcc: + +/usr/include/c++/4.9.2/sstream: + +/usr/include/c++/4.9.2/bits/sstream.tcc: + +/usr/include/unistd.h: + +/usr/include/bits/posix_opt.h: + +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: + +/usr/include/strings.h: + +/usr/include/regex.h: + +/usr/include/c++/4.9.2/typeinfo: + +/usr/include/c++/4.9.2/tr1/tuple: + +/usr/include/c++/4.9.2/utility: + +/usr/include/c++/4.9.2/bits/stl_relops.h: + +/usr/include/sys/wait.h: + +/usr/include/signal.h: + +/usr/include/bits/signum.h: + +/usr/include/bits/siginfo.h: + +/usr/include/bits/sigaction.h: + +/usr/include/bits/sigcontext.h: + +/usr/include/bits/sigstack.h: + +/usr/include/sys/ucontext.h: + +/usr/include/bits/sigthread.h: + +/usr/include/c++/4.9.2/stdexcept: + +/usr/lib/gcc/i686-redhat-linux/4.9.2/include/float.h: + +/usr/include/c++/4.9.2/iomanip: + +/usr/include/c++/4.9.2/set: + +/usr/include/c++/4.9.2/bits/stl_tree.h: + +/usr/include/c++/4.9.2/bits/stl_set.h: + +/usr/include/c++/4.9.2/bits/stl_multiset.h: + +include/gtest/gtest-message.h: + +include/gtest/internal/gtest-string.h: + +include/gtest/internal/gtest-filepath.h: + +include/gtest/internal/gtest-type-util.h: + +/usr/include/c++/4.9.2/cxxabi.h: + +/usr/include/c++/4.9.2/i686-redhat-linux/bits/cxxabi_tweaks.h: + +include/gtest/gtest-death-test.h: + +include/gtest/internal/gtest-death-test-internal.h: + +include/gtest/gtest-param-test.h: + +include/gtest/internal/gtest-param-util.h: + +/usr/include/c++/4.9.2/iterator: + +/usr/include/c++/4.9.2/bits/stream_iterator.h: + +include/gtest/internal/gtest-linked_ptr.h: + +/usr/include/assert.h: + +include/gtest/gtest-printers.h: + +include/gtest/internal/gtest-param-util-generated.h: + +include/gtest/gtest_prod.h: + +include/gtest/gtest-test-part.h: + +include/gtest/gtest-typed-test.h: + +include/gtest/gtest_pred_impl.h: diff --git a/gtest-1.7.0/src/.dirstamp b/gtest-1.7.0/src/.dirstamp new file mode 100644 index 000000000..e69de29bb diff --git a/gtest-1.7.0/src/.libs/gtest-all.o b/gtest-1.7.0/src/.libs/gtest-all.o new file mode 100644 index 0000000000000000000000000000000000000000..6fc404eeb1eff981c9df5c49393d44e465862d8d GIT binary patch literal 2758372 zcmeFa3wT^rxj&qwLp#903=$wNw8aZpbMRPkHZ2}f z!kMIWyV+WmB3@8b^njxFXsI9_p-lhE%O;eSn-_$eKYTpDP2>NQ%l>6T z;{-~75x+Ek^qj%(CH(#gFYm^W;+eV94&7T-uG(yYY6x0^M50JU7!DoaKAq15K`q-e>whD=rc7wq|b*SoT$%}5Qg>n zP=tr+^Wg|1`g{b!BlS6oFs9E(A$*%YAC0h5pN~O!tUe!yuu7kgM|c8$v+;{-+=&QJ z(&v*A*68yo2;ZU4ry{J?=XWAJ4ZpMTtJApC5l+T$I(`irHwEDt_??g6ER8!8;Z*!) z;5Sp_-i7ci{N9V-`!w!Cgdf1K8NZ7)t_9&-{637|LXEow;e7ns@N3t&PJ|2e`7(qb z(dUmL{J1_}f$$Uh{7Hme_+5$Lr!?-<2$$&dRR}+;&lbX~^?4b>YxMcw5nij$JqWMY z=On^jeO`g^27R^>ejdLY_5BM7zlh(L^!+OcZ_?+R5q?#lzlQMZ`ut6Vx9an^5#FZH z-$nR6ef~beAL#QP2=CPAA0fO;pMQezr~3R~2!E!}YZ2b9&%Z!;k3Rnr;eGo20Ky0L zxgX(xK5sxcsLw+PQ}}Jd?_rJGjPN)3J%Zn`#%)3PJN%x*?|F@T4B_MYycOY-`usG) zZTkEy!tMIJ1L5!W`9*|jeSQgHR-a!+_(y%-h49b%{3^mRecp|5k3PSKaGyTEj_|Mg zoI_YvA#`4WaDqM`f^ecfhY=pC&xa$7=<|^XqxyUl!nf&jCBkF$`8b4C`g{Vyx8rvr zekW;M4Z>6KI~BiLjXMqD>G(~-?+lHbitt_fd^W;5ef}qe@7Cw{AUsE(rz338=NSlR z>hpUMzE7XeM>tELXCsX3^92a!=<|gLKcLUe2rt&>7KC&4`4WWl^|=jUyFPa!T%gY% zLik~QUWD*6ef}uIkLmN}2(QrR#RxyC&;N?>N`3w}grC;u&mg=?pA!fzeO`)inLd9G z;lJy1H^Sxm+=K9XeZE1%8#VlbhF{e1OB#Mz!<#f*t>ITSyhX#WY4{BdZ`JTy8h%^D z?`Zg44R6=*`x^eIhIeZCLk;iJ@W&edRKqnI{+EV7*KnomMa!+SOSrH1!w_<)AL z(y(8{^%`!_@F5LT8gA6^VGVz+;cqnjt%i?i_^5_kG#t_JF%6&4aI1z-Y525;&uI9p zhNBujr{N14{$9gBXqeV8qhVIVmo@y8hJV)ZRSo~5;T{cN)9}AF{HumJ4M{5^_A)`k zLo}SE;h`EHuHg|HMm0Q2!=p7kM#JMYJYK`MYj~oDCu?|$hNo)yP7Nn(I7P#AG@P#C zxd_eQs~g<4r_qah|LGJIzPCBEYr{@U#90!n?{9b|aiV5-4(qw**s{c=o@$wSV8VJ>)EVcRi1V3nvOjE>H|$BA>LyMrb0+rnCn8P^*;;b*Ldn5cawycW$9mC; zhn;2NzFZ=Lq;@V4iSFfNmo8lN;SKf>rMHCpws879la9P?{JcuxTF{o5lc=qh9QL$Y z{i^cPh3J9|b3y(pcXsX3_@=hSd;d)K84*N4hl+uNKgYpK}Ep6*atqQPkm zJMqYrVSp1oJEJ})(9Suu1^oVmdq^^3Fx^=~>zp=d7TU=h%TU=iC zTU=hvTU_4M1C@6z#`j8$?{yg8bDayq&eF(~p@IDs$v>7aJ7eGv71<+v{HNql9S!v# zLr$y}LtRNYz5jLV_cXvfzJFhNb#HNbwQq5Gli%XGEY~ zxikBSm1PgrdQg4kxm4AkLe62WRMouP+-cP2-0RkJTmdt3uY7x;Ex9x1%ngC3*4RTf z$&d0W>j(B#fSFyK{6o3@Nd3!pqBc^$8))TRR2y+B?;t7Dw<&R$Q-O%EGdr9Er$g`N z<%XU1Q2CHEiMmCFG(2|Iukmc}qN?k6XJ0MspPee;aS`yT_UMB#fbQqiwcah(8QCWN zjH*eMQ%%e)qYoa3!h5$QPP_iEWJb8|?4EsxSx=c<6~Z1(E+h;_gkSI0{tFvL{uYmA zYZjGv`LZMAIMgI`{n&dUQgXYZ19Jd~<;NrkL*Uw1ta9dr-OuFuHrY$U*JVL=^8)2k zj#hhsB~pEk>oYQGsvRG;TSr7JCHo_GxirjIvPB$-R<6iuSIZmEND01Iq@BY8|lalmM7LE zdr$TDU_?LF!J`*XQ$FU!UFh*#kCDA2V=yK*RHL?GO`sLd~NG_SAsf}8}2B#PDXXd z*I@L!%2DJgEneR2_gB%lAo+xMaWaap^iyvz^fEY=5#Hz%?QM4I68rH0@`1|F091|2 z5@~TJwYe=}^B%MJq5w}HG4vAZnuv^0ojm-Od?oa)$z3sTP$M8fd!iGM*-arQUTHUl z-S~?wZc`*@RY^(EqljJ98I(cOz#*i7nW7;HMYzAB(I^x51_#UknCTA{e?0M{2+N#85l!%NqKbL zanW^6Irrk+%rg?_EI)4Mxrs|=zRx-u-1F%Aei=gGOK*Q-=Ja9f<>pjT8yT~YfiLuKxiorHKO+Q-5y+=}4jDnyYA_15+2aX6 zi-2_;+KR~BKYI}D?YAFFJVA(&W>nSg%KSz;IY64bLwu*KKtASI9s_KuFh8iaWB6Y~ zntjXbAdFgrrB#;}d>PW5+a{>4|^mpc$`Ao-|v*ycuM(0oSoh2PSKMT&c zrk0owwYSyh^7|NeSSnIa+uM@;^V1D`!4?N&G{je|dIR|neUtg0-1Fwjzw=GzzvfNm zfB&1ze|#{10k$4=KGoj#U>ei!{2`d!RR(6PNM-MWgqXVL%G$}`_f-%D)%M0;{;v6> zv4Pi4-t*GHzKQnml#O4TfV88LmK>~OS~T>ZUobQ&&^G3`;41F~6RQWM_!>lCKS(b* z7zPe|^V_~HUL4b7eSh|uAipTd&*BlVwCK8+vn15Fd*yM7YA~Cw5R<}!&bAgizJs3~ zi*y5fX(+&pbJh-fh*OOSGmK2=6&(l-m6fL&Lqtemf7v5e1^*$$&Yb$n#SD7#PWXo5xaRV8Aj}* z>`<*Re--tEv4;InL#>)j53xpQA{DH6hPehH2t-4JHJrFSx^7}`|H}9iiKodHQs%Ub zxt}Yav25?sNzRsN2OKi8r^ETGU&>dyt-pIzwB1>B%r z*6d`evf;1j&js9{UD}^7zk>c~?t=a-Bo`a?)+_-mj)G(Sb3&>sQ%ROgd* z1oDP-;$sZ({04gRcM`#NmvwqF6-MKxo7N`&z!3e*pV2tUl6Z#aLj=!MIK2%CsDC&Q zp7U!XsmAF%s4aD=#+me#YHXyy2eR7tsCZ{qjdN9P!>+_B^;?vk)^AEquZZ3>knFE4 zf4E`D`V$!axBC}vsK+nJ-`fuGefb;s9-qVBT6^ZK8t5mV?ElT?&71SeCw_#9MSzq|@`*B7f|1ACMye`Jio`zpx0bg(_vXr*Kf~%s zoJQ@NT9!B#?eiK30rIW>=(_&$6qne+W)5v(Yx{WZJ79U=9HME|j=Jn&r6+2J;Ya?H5|EAbv)5RB;T2;`5rO|f7ia#xO@ zyUJ~<&dV(&Eua=P)yRueW;fOPkCOwHP4%Pe+@@*4k|YI`z(q|DC~J1gX_^M6CWald zpuCtq>t&J|)djIt99vlsTfwouX-G=gxsyr=7vz1MV~IfrYwJfWus{T*t&?}dD2@HG zc)mT=U!VC*h!4_t zor@@UESSjS7>q#fs$gzdZW&3WY>Z%=j^E0d)28Ex$zz+2pH0ow@uM7dQkIQ+rv*zw zuIZA5u@r>>*?9n=49t~5!&AG{L<5DV4;y{J`j`v|;y&pq4WA|jYiA_4MAUi|YLs~8 zw!ns(EbL$3_upgm{%!xgjNZTIzwdep?_crXN9o=5--qe_1{;<_P#o(t+)_cDpCi%q zLSnwdG141}`69=tmct0!%`t>-(0e%MUpYo~8;ZAd zLnMECu3J`So#`ySa>mjniIZ((FLoxPDzI4xSThfnq!^N|mxeA_Rt^g=_!;C^KkA4< z`G`PDRy)^JIdiM0>?2F~+Y1Ru1?Bk1dH1 zfd$M{ZeRhsy<{<#TQWM@cNJC!#z|@)KWS#^B>SPvJ19l;#c_(QEB$S6f3)wI(n*;| zVf{AtPPaQBqpExEBd5-?Xz#W3e_e7T0#WM$=?{Rnz(6sZiB6_-3p(@c_ZSAu^dh-) z7*(XrcBq!$f~@FjnokCD2GdM`sUfJzvq~Tj6rSEspj*-+YKBx~szCZ`Qee#c0$43p zavxU4Uoee`u8Y5rISZw5Hwvv91|Rb61u^MLOIJmSj;VT(tJ4}_YrJCB-}`+5|B6Th zh>PVn0uaw#9m<^}M4k%O9tN;+LkgS4wr|gVR78)};0Sf>$q?=RHjVn*oW@As7W;|l z>Vf)~>vv<|qfS|0zdaOPy}oyg{g@T$-DHv51=EqVZ{@-Fdn02pw9{kizejC~GU7JslUS(L1Y>d=zs?TA>`>w!PW)g($(EIH) zaKD$Lq@wIEgo_pRmu8DKSYEAlmV{B5otm;|AXfoDkJIWmHJs(Pg{)(3SU+_&|BXYu29tcs8$NEuHGc2My~JQF~y@qxK_QkX3E3r#g}^h3pny{|K77(XqMn zL_;FL0}OE9$v(2m;Gf!ax?f~an&rYe$I>MU(vK!W;~^pvaFYr^B$Ai}3ryb@>pj9? zb9DmSu9~iL$(WBAKpC1TaW&Lkb!>4i4nd&1=Z~pkH_6_YPCuU~aMe;G>oFzt^=W~| z^5Rd#Da$Px(@w)Mg+7-#%f{@XzMOSx<_l1Np#(N z?bqymJ+GY{{q{i5z9XVHtq(t%cnn-gtWFn}&zQ5wnQc6!&L z>e8c>0Q)QKDDpyPjO=8=W8lq{bW5xI=?MZypkdeBXbI4~!hX{Wpc zXvjnSBENm)*H)cdVgw~5$p5AX?bvS~J`C^1T4xn)UU7P8i%Y&fOXEf9v{}XJA!Q>k zy#POHfw9_IQfp`?R==gMfB9iRI(wM?KY)kV53NKgUXJ80ni|;aIm4=hmDkr#I|0g; zM@^9)J{Fd1ulKS9^mDiiflFZafyJF#T5P}+Wcg)I+s9=J@+eI~zQ|LMruj~2CCviz z=)FijP6mq*3yaIHFDzT&3&G@UW0qqbm3aa!Htj@8Ie_4Oh5QYOi@HBUCQuJ?oM2+l zvZ-ZuDv`oB^}9WV0d~D`_U8}-MaI4ETTzJbGSRcFvJA_|Tir%l#PYs}F7c35R@qf9 zGEEeFs7Y2Rw=^UNdgR6s8jQ|B~xkc6DFQ4p0KUhN3<&T~Og zrdVVQgE~U>yPc^k>o+;ASa*upPfSUPuC^>go7f2NfT>GEK-36#kQOFbsj4U4H*u!X zO2c{69+NBD`+Jn)l%-F4l7)ZQVNwXzU0WfbV)qh>+fM+ux!#8TpIz+CT+?$M9JDh~ zrjs7HfvYlhWX<9F-{r(GvZsp@jYj6zZ*pCOy1%-`PEoUoxR@VDz#qVw9j`g=-`zI z8Y`n8h$MQ1dph~B$K|UG<@{Vp8y6P!L;ynC|t^-H{>+J>dxJwjf6b35+#6Vaq z3LDTj!*^IqN`Tlarovqe%QIMmX1hbQcNBO)CSgJuHx6gdklQ_K2tnY~*+CAE@~myb z2u#!|WQQBywxAsr1@WfzHA*<+88adlnq^%az=HV^(}{+S)-_I?-3#L*)^Z06K`<4z zjm^V1VY_wMP)GfyzJ8~5I8o^~jm<#Lk7F)nZ{*>*V%3D!a8LJUm{ckfSS`07O+1xc zUw$t-Qa1Cv=BRmmd}Dw;&3z)N1+}Xc2|N6~!J-j&7gX1S3PwzB&+n6)ZTX zY+PC4la$VT2E&+cZ}9j{0ltU3%JM3(hcJ93mJ|L20@Q+GhEten0@Eyb56va=={qL4 z6ExJLJTw_r{p2VH4b6i$4&bj=O!B#9>k}tHKR{PVIECz($ZLA9@87-tI*SYsq3F8D zXT%`(UN!uzbbkBM72f+85MrGM4mDx{}(`f=`y^>bfTIM;Lu_(ppAe0x$B*FOi?{lQ{ZO)SY+IUi$OO z8ewz23F`e~aP?C9A}~7nxv}y@#j6{7&OMv8Ceuumg8669bct1c5f}&WA&gwO=h~xk zl;q)C0lu(*%VOGut0q-6FS$3zawc&&XoP1mtRE?NKn8y%Qo_Cwfjqr%}VzC={;K1kK0vola1yj00q70eQ<{TVAOdft1sm8Eu& z1M9?@XIsBFPl=t`Cy}7zg}R0+JasnG(k`OatVUAzjK9B1rchT|i;=%xqBoy!t?$3L z47w*RTe=UV|CGyJ;@DO2d9tHsnKSo)jBfII+4ILW(9=oKojeub6{n<^Pyit3swIeXz$(?mFl5H(+eAH7b zIu{8iYZGYl2d1kX3-S~VSuEwgV-@#IntTN9m7~B>UIMjh@&=XA9Qz_V&`2l_%qHzu z((lJ>UN%w&NW6;{0o>B zaI32#5BT^f`%{L`j`Z}+(2;_u1inn2tU-MC^M%kk46#0RfH4z2(CtXS{A^ zuXad6Kb19tgzP%Ao|cCkh4cUh_I_s)F}yT0JWo+QC_(&FUN3mO-v~WSr?w5E#l=Lx zNM40>zsKWH!mAH6B@7xtGrs@EbRdUea+ns`1BpXHT)Y->6m>vUVUM08E1Pu_5ylLQ zHtU*4tgXNr^bBe}c_WLK4koDEml$aRn>#*$#(Ug`Dzv7kp3WUkeBNmtS=s!%bRD{Y z;(sSfv*9O3%N-z;Nzqt_kuUorgBQl51%;&lxG4xJMFGw5B7OQBWXL`fux~5Bh(GHV zu?&CCBG3X)P{x?EVvIo``xZP)EP7ouA&K_g1;Ii%0GiZKXdSH+Mh&NR6l)lbV`t79 zgIGnn)KXHcc#Id*m1cjAb5yLQnsg8a4|$*G=VzRM@}Dyv)jD^Lfy|$JuOtv?(O4gnA`{yvp@tHS!=>VLJz1bc;ViYkC((q0wp51SRjn4N;pux7$r3#wp2gDO1TXxTNYRUS+qEiO;CD!lRX^6i1D z2N1Jz64S56H0r9J<<(`0DbWX;P6yhV5%MhCIBStah> z_t5fm0-Kz|U5B;hwje3`V1M?D@o|Zp^3=Mx;x*aos zXiF>2C)E#8m!|-TMs@au_EMlfaGho`7yHX1&OaxY!`e6n;8K%PXGiWFtmt#j4)cJ; zG>{D`fTD2F5ag~FTC|5)sgM_;b(9LpygNaNYO;~9SWw9#KTVHYrzVl2nn(3U-Gjf_ zu0hbtun}OLQhivIH zuxm4MCH7h@cCHCI_3($9fss1d`4Q5}XxV}+pxN*$xN;%wcoFjH#4ehDBQ706fB4u3 zWOW+g4p51Y$fM2^G%%CWySGt}2HZ|k-Nwh8z#t>7``0KD2zB_YzWqWswfXpwPk_mt zw4-q5}lx!s%HB>~}DZjTB zhBtZ3#okWa;!G&H?`83KK?BU}FVf;$U0Gps5|h9KqrEqyq09%*ACC{pS~~PkY#PAP zBrRj*`1}eE0r? z$+t=@VjYckfu)&Yh&2pddyL0&)a1)`VYFjzXd zPvrTHbWBVpVwni4M&p>>y49{UP6-_gU>4~rD}P1gEF8Qqh`ATzgG#%3+k`n|}_>Pnt!!lWKeYO0i=N`h(%+?GhHsYW7dDX@=qTc#!ZYf!Rk z<863_uR44$kbGogO{sU%k_K1%OuMX|Xo=i&&uYd>sr&30c63bx&9`aeLUeA6M+qEsKz7=7H~ zoIkbzBfVGjHK#4+_Dw@tr`;DqFk#l1y_((^Im;{U)s=X%r^60pKM=#C0D3uW{Z-Bd zWA+0P#0k>btHYF4Y7>7L_ku{Ok6byq&3%pD(`@f)jy_4_-3z9r`Y!SkTf9VqnR`Kv z%?)*Dh27Qj5o7mFr~j3;_UbY`NZVK*r20A#K{$iV(iq9?&WhN5A3|Ek0(UiiJui1R zjfB0r3jeu;g&hu8yZTIIO#kIROj$0$6SN;gPVzA~ zmkQ%j3{esLyqi$JV6!a86Zll`#CC&_y}z?XGIJ52r!Zl+Zphcb4w#7PKmq*OdpuL)hysdIk`9|9vqqfJ07Ma$hwLUE} zy0QQediXy@i@VTFY1^BpMaJLN9;eyA_|bCFegb9vZEn)?k2(%o)Gx1i1>W;DI6=A)KZC;!u)qBWHr_nNMWr2Vc(a4m_;*W8b$JTLa z5Pcd|(MUQBXL^A7^Zg=Bi>Qudf`Bj?C96dKTc?QDk$u>k|0=!rtp&YPmuLo5Bhr!Gd$YgcCNUi|-z-7j z%zVVIIX9w(|>;uLgrSg~QpIa8Bd~z)lvbR}P5e5+y zyZ@Ik0z#8<83Ey!;DOHw7~7N)5KjJ|Vg!VL(l&0)-=G2$50nz}89{WNOLzo+VDp1; zh4&b)fb9sF*Rz(E>OID=gi?w#vj?GpLh=1pGYdM5KY-f=oI+;711AFAWyTTErvEX_ zVl5w6tNemA8{!uf2KdFDcrD@=l;@4|i`F&Z7v&f)y}O#ia%GjvUL=GYFOIjg-y>!8(agtVimrE%{I!G5h?-C zH}nGy>|y)SftMl!>50kb-j{rMG&%adrATtrk=ms|L(PwWPNJr3@vH$hylXXD$K!r2Gk696Py&Z{NJ5P zuo7c;>14FMez)+SY^B&?hsx=kiVi3A3*?!LLNIqEM#U(FSv-BS0NbltgrBRugQHQp zH}y`eb61~^tniviSD|}!u*HusE+{a6isA7n*s|=^q&BDpOV}l&ioKfDUys!k&GO0U z?(roro7*=ZUugrm9GHV?FY-K0;#t%>E%2&`J!Ts6Ni09L@J2mu3&r+IUXkf$YA+@y z&!SeS!Fclv46A3+x8t$QWrRYj35e*c4Ly3>^xvFmH7Y?1M`U$vi;`Am^{ggk?HRmS?)STvBO!5WG7 zeGCA|{>szO2Y%g$IMw9y% zUcC$wj(BA|oDAS^!-#+rU$|xDk0d+*r|0fqLK7Usn@SDwK-y)UD6#@1br?GhXGq0@ zWPAKSK_oAePr+t-3iuzcjPGDy7Ft#_m<{($o*|L%qp1PjSuB*cr$3JpOf^JJ+tbSs zdQ+81!b@B zv-1%17ask$w%d;ttkKqBwQm|Nr|Q6$<2mN7A!1>THk2ej>4v7bpMkUH6eKH-;3<+l zU+`=%lFqW~(NDAdMt;_(aEq`KmMIVGxi*$7b1%g9Zzkv?fMNHb&B`>oRe+0y#A7>Q=(_HsWY_k7z(I)$7A1&?T{9)8eRVJ3%yJnuY{OkCC zp7l*QiGo|UzwYlzMM6h@^TrO%&ceG%t9#Gvfr6u{o=X>_pW>$_jgtc7?p)Dh`A zyQ^GYNb(F~=`QB)bs_+I&{KWLZ0->$x7WHv#m`;~euOlMgLCfL!D%PUVc0}tos@pit8YCV@~`7VZoZEftoBu`suh*wGpSdrxB-g=PQo_+^%`4A>0UQ1+w5g_A)a>H@I;HYI_~!Cc9SnUgy?`I9{k3`2weHFrq9w`h z>I$d3O5BYEsB`V+n{XzTN^v*7#*W{DDWY&jJAS*+gD}3Ca7vK~Vl2>3dg;nD08DbX zo77JD-AU;!PJ9i`%nFK&-$gV?^Nmu;<|r#W{>{=EjFwtD6&mZB1vmw~uvTeN=fcuo zp-1(*GxNbmRsmn7y=`8PoMyn~HbQB(slpQ#EctxwaJ*dxnd{71w-wh)kmAEQ3t)tJ zI1t_BV&;m|{HdoZTm-;we64GZpw5DLC%(3Gk-H361l*IeZYfAaEAC-kU05C7q`A}v z7sz!$U;$fSsKg_<#Nh56F8*i1Yp1fe zdqab@a)WJl3dJ~O4e{z|FPYuk_*Ozmdc+EO{5HE;K`H{ zd0nWl3$ZO$^Lv^BOoR&;VFfXN(BuuRLDMp1!*b#^1dY1f(ioS3B!KL5nva}|!loDI zTj0X&nGxtOPU}tSFMplN2m%F>-H6Q44IY$Z3B6o}7jzjzsV9~@-M263q|GNWPdkrg zj-gK&2FRPUZZb6sU3fGfNFe~p7bY*9)8equ+~(yr2~r3Mr0WRKSAQ`bm?M~?y~lxP zc%{1WLB?AC8Gu$ipYD1|1_ZV|s`d7L^Dq*}Z?VBciLzMXWAAEjUZYJt$)tf@bshCPDR>^Di! z4*DN$P2a;G@VQ!_Y$hz4oH*H z;(qPj1# zN9JAn!-BS+0fngrhMAL8+1h16Z}u)8^5(0gDNRO;O|HaKqL0Fea}-DWpA=YUtao|e zuvO;y)r<-%e%L0%1|7f#rX1FveuXU9J7_F6zoPVEG2h7E%3X=yQiHxq`LMGJY8Kls zxocuQNbal#$b>@70X$)QJuIAa<#le_#;6!IqU51~)|jDjJw#*yA7U~eQ*hW*=`=oL zRuz~E-y~WvXMU8jkCJutidAGE-Fg%0n>Z00=T8uSlG9FrH6VmSQ|VpEi#*z)tBco5 zk~^>MDqBooZoR3!O>Ar(t_7{cS_Q!(U4;4;zaJ;!c`8BPFZZhD^PA)r?X#@taIdNbiA0Bl|&sy2g~rbB0~fz6us9 zJmA1kH>wLa zrJR-gwpP=Q<+px)6W2xJtd#QvPTQ())%?aYKBS$*ZvmZQ6{7>8HETqE_X+bcCo-Ff zJ$snj`n`13mmx*|3@XCBmN;6N-v8vk@BI?qU-sYA^q%$Kx6*sYf8R*&FZ%EI(EIQG z_dDqQ1^@jPdVkJ;UrF!8YqdSg==~Z0eKEa1?Z0=>`;-3r9D0Akf1gh8kKvv8kHG^1 zF3Gg-rH@ClPQEo}62}NKNS?o}qCA2S67vGb2vSJQqZ}iMAu+$=7(ot+`7y@`f=J9a zI7W~}Vr-5fv1?kmlw$;05{ElXhv|=Uq~HvFct^U0V+3y`=Di#vxFa!BIY#hDVopE| zIFj&j!>f6Cy%+L~^j`iFeAyR#A@ib_jT|k!mqUXuM+RSx4!*EEmP(6EO)%x1!Iv|F zFK6SWXum0QC?h~Fa+)ih?wHVj-zHqPX2%DkeRLihbVCRMdqBv=ZeH8cF5Iuf?cNLq zf;F_Y0vPD7kksHWYq@MEPFf!Xx02=MOo)a>Ou`$K2=8Nj$zMUmrH!gSRg!s1OZWhn zAlMV_duK6Ws~sF#1Z;y4fR%RZ8eOXBbeo4&0_OK&EBdg;YX(q&w*k~nro?@0ggMl|ICptacCb|wCc?or%IvHuAj@q3gq8YtmG zq!?%swe3jX#W6lb?nr-~V^r4kl8-&*>qV@XT2t(8i_+KOH;CVs%)c|voAq9pUHXdak!8|z!8N@MD` zOv@OD68GYqr}UFfV7!8MH$a2V4lo6Iw^Y+)n^6hqS z&7usL}4dR-O5Sy^ZyVpe{a>02!6E-qYb9@I(#WHi)n@C}2`DZ_0h~+%~ZtD~24kVdV=ji+kyk@!ykBB~ANjK2@QoKv4q?I!M z@r43Uq)$LHhD6jgKMQj<&9cY#&{$)B&oPYZdlNsUM*I#jeEyX&Gsg!34DAR3Cou_a z`7wQG4btf(l9aud+EZ}g%Jo#>e;_L#XPxIiQRH8w{v@qonGQfPuE3REiIdo5NqSXs zZ$;1s3RL0A7`d1L*MaIfIq>Yi@VtP%-QV*KD+Y?8{f^OI7f3bUo=4h2eJB=Zq&y)% zMj0hRVvLNMyqSG>PG+S`gzr`fE( z$2>EO5Ch~TLLfeD6hEamP^|3Ne8rg+*sq!SxZ)GhX!-^eq1)@2U}y*fgbYUaLV5!- zd5tTi=R8WL^D?kL_sNN$x_IdPLmKMJ%1GK@XHUerWjP#!Ch!DcU~p8$cJb*L5x52J z=$ZhLtVT;lJRj`U$`SmScWF$gv2&tKG_k(_`tAruq$hfFu&zXpD4iIx^Rkb*?s?VHNg*~%$bOzj$wD{ul7mD^j%XwGvYu)b4+`H-Ar*=8l zN-!A^Z+GGy^|>?SbRj5AaMx0@qIv6lq#=try7E-Q?{Hgg+AnGOl2*c;yeti=tG0u7 zc%P?o37k(=yaL<-45RY}aPU_EnWDXW&^$H|uEhai&1+LM2?WFF4<+~3T=hp-Ke0KJ zqEhjGN@$sjd9yi30L_Gy={pqZRJ7BLbI;Z@zSgW?*}B%M$}T1TE7jtn0Oz{u#7D7@ zej)LlrIFlHI$za{8jcvlrA^Uwt!opHae6Gbw9;!TQmtRmnCfu|ln>SGVF)M~cieto z^&_+cIR#UYhpX>Rq49=bHJ_l};!hvJbhMG_NLAYcI;tr`%h?(OI+9ONQRbJ>vrw}# zzve+ZzQ&+-Y;iYL(^U?eMCm#vYl%b|Yozgcg?}A|2j%7BFH5@z;oO5wwyKnSMxek6 zdblng7?QhcOlf67zWE(jS%gf z4}8+G>4tR&JZ>|O&7hz^o7oIpBi>>8gp9dpFLA}d=$95MCn>cpgpT9kAFNhtX(DNi z?c!=`qHC%}L!qtL;Z%I{*@;gr!PpFfG|v9mN0y}E!D(G}Ikql;e9>nU*sXQdeSRD{N4LW8h~vB{X}F%BfDYtc`{lF_rnmP5WSnV$sZjhM^VffIeF^RMHs%>` zEe(8CKP$@5M}NqO8{;Og0~>x<%G@_K%GSpOsE&4SCxKtCvFV!?z-lj?b zxl3u&B$zJ2ObHq(FdT&8r#NaI!Z;d~!#;MN5)U;aRivqhQ%fOnQ%y5~WxQI4NnUw^hCIZ^2Acdi(Y6CEP z4V8)VZoDnP#W`G!e?Zb0(08sJa06cNUpuiJ11?Phu z@C+==VEur(>*Bu~p2Pp6@FZ&wCMr4yC<(oik%jj`k?Se$`w%?{tAFfIgNx-Lvxy}h z2%kg1=K}c8P<*a&nrNNa>FEW%5&@SO1oyO#Gf~ZkNMTPqXNK%&o)7nQlfrvRjXu{kc?E<5coJ07Z!Y1j;onsC7P5 zgEgk!8%eOW23pZNoIOSKq;c-!Mw8~73pf)`QIod7#8l!wZlv79DIqqICDx1d#us!Q z_pL~x_O8uqZ%tu)nVHB+o=C4D>qx_W^5zBC99(XgS-4OlwEr$6m)^YGFymWnf8{NW zE>1Yb1Q<@Mv$6cY&EH}u*I?ipnq{y|Vv1`7BRqd05IvKI-^6iUA-&y)Y%1JnEmG6; zM(c95MQ*h6k4+Umgi2A9F)wWk?qO`$nD{Ns^cB!M0Av3EVzoCu4HQlP-oju5Rlfww zF}**g?~W8i1|eQq-AGpNr_<|@j4_nzDA6<Cx4iTgBunZ##* z#D};#z}2$sQ>xFE;9ue|9K*d?G@(jj1aP%5_Jv`w#>|X;z#aw@#1793h>#1ua-WcS zlrdT0g!A|gb~0oEV?M^fg}M&U``)oCwTRhL1T2iIBXA*j_39FHV9)fj#0RxRw)h2` z1J^x|y}(3RvK6pg=QRQK`^6QsuDOa@hm+=p079mzs{Gbfd96c6ponji#+JN6T!UEB z0c(ent9P3T*o#spIh70EsJ(F{lc2f0XWut%g#%|`95S~cQ$XJ&63I*d)j`tFBb|Au z#XC>kfU(qh&QrF}67nl`ttx;zVj_cz)D`>9T z%$DSSm#jA-P+F#P?Hu$S?;`G;#`+ZVWfdEXx2JDL7LPy7oolD^+_tj6 z_3=gM9hP5=1LLmI%6S)gcR2laLa+F&a?8o)>X;xdu# z>90^J4-tMAOgCb*J^rx1O=O4`A0yUR<74SMIK(j(k1-@q}|56oIJxVPb^M;@J_N(drpAIyg`>XKpmQ(T!@M%gU6A&N8Yk?2jJbWO=1I~JD zF=yR24re9fu>ZYZ?)%1xKPfL>>uY}F^$~w9Ro{EZi9hd6#{bJW`H4sS^)4irPve73 zyas!pWjVIZEOdCFfB?sdh3d7dcXpJ-@XvV|X)OXPHD`}89_T5FX8)=d&ivMIRpz6G z^iKRZkp4514tm&xd3^R3V+MotzXuVSYnUTb^JK}DeAGu8hDATP89BT*N>mb2#r!)! zW!c}t8T6SF@_#ZM2HoY=f{*AUc69a8eb;{1^!j4zzZf@RlJ_qU_PH^C`gP*GoQ-7l zBB!atY5NeMi1Ref@w|-&^c?Hyc39+(dcnMUCLfSiFN!zU<3m8De)gf z8t%b04Gfz*FB*u1Od3m*JmIpN15VB^_*ibtd5H z0iaOt_DboL^;hyt*}BN{&3t*p^UW0d&;nz`#7SIr8s)T212D-q1@I(b+OVzCYL9lF zws38u0kXDwaFtKdY4i*W@6!t*OKaSkDCcjGz4q*X1tQKA!KCY*w9;IK=+;lMb%_e+g1TuX$+Q=eZjc}Vs=gGPR)ZlqIpKN1# z?e9Pl-J>R_S+>A6Tbk2t-UgS>&6F9g4e4Iw_rL|U&BwreNJabhfhCfprf$H0(R0uz z>^{%$Fk?5Z$AHHKM+4l*FWUogUqTqI`o4NAF-mEs8=VVa|Bs`@VVGpn!&`6wsYf%T zW^BpXNL%;bAp1rkc6_6u8=~qyQDcPw6hwBszjK~yI@lxAj~-BETyJ{eL2LYGut=wS zW6*T~np84ZP8+BM(#oc(xn^#IXL8NOblq?aa>FLy|10uJ+8-ze*G0dEWt?}k5VE_-;8_$r0|^KHSqR$jB0w2Vt<|8QbayKrqtUg^?Qb4 zdFMqG*;{c_JuQ%}j6aU~v1i7{Nzi~7sp5(D`rXEU5M5VU=U({i%GM`(UaOAY@EZ(g zbloQBCWjEzjhv8sPUa)f4`mR$LXc#>-pZw76W5F-V^{qg3U_c4qzg|XSTM)&2ZyFP zW?t=;oBaX6+SC0w+(t-+^lO|5rflS`AA1O^%#=UT<;PCUd^nF^;r@;%l9@ws5nA-- z_+vfYPaJ{O;K!mj4TK-IK8x3rqhEM0K0uc!r`t-3FnpUx4_n#%EE7+L+$;^ekkM^@ zhBFPtpLqvolw7X>VQ}6yrDLxx3K@!TJ3WxTh10pcUqTz6V9(=lz9d|LwaYx{LVJGW z(<0Icm=&n_oa9W(e1y;#>hi~7RK@E&yb^Nx^A^$`wx{DrW=+SeW*80xo#92Dkp|X} zAbaX}bGJQ>7S?59NN7Ul`xrliH{RkpD~$eJ&2V2f3((BWSC8;4vq*Fvdy_q-m^-Mm z#Jt?4@)1uIKt%fpp9rpg49yQ^@1fZO>cNS^Y$Zt1m64celC25%0DD>` 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

    j*gOV#i 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 z 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

    TJwpNHeY8?QuB#q%@^U&dMI8^`GY^W$l6 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%0D{Xx0U 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

    a0J*_W!OLkh7DeE-R`aFnazAjlOit`c< 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

    knEiemIIiV39^g6N;xk5R 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

    c%A-SU5xsP(& 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 jiC~Q^i&UWvgoGqWurJy*rIo^7MFkAc zW|7&3qk5hoz{MEo#>14MivLcfR~j_?Q(KN4X;#E(LFG=8J-s}^a;AUsyY zk3(1{;>ROALBvl)ST5oxAv_tsGw}X<=5pPB~UBqV~Y!UIR5Pk)}7=G7^w67ujx`=-h;VcpVHp1&f{5uHehub6 zoG0QpA-q|{7a&|H;%x{QiFg8GyNEAFc&mt;2)`@hw;@c4`1cTYi1_yr{y@Z+BK#qK zcjNaXk#;Y_ALDmFeh-MWhYR|x+{#D9bEw<7*1!pB7XafHk8 zTaMo!MB0-GpAzwv2%i@5XAyRa_-ce{5q}P0mx!-LxK6}hK)7DS|Ag=*5q}xs1`*$g z@Kq7tgs?}%-$1xo#J3{cCgQya-xTq;5$+K2zaV@^#Ip$B74e-2-xKlo5$+Q4-3a%H z_}>wJfZsmxydU95`29mX=Mj2JI6apjEEVy?5DpM=Kf=RB{78fW5kDGX5Wh0~ju&ai zAUqbo6Y(n-X(uB*MZ`}*XCe%X_}K{05%D1i&lT}u2+tGo;Rr{F_~#Iw zFX9&eh(Fn(g_!kgfBI1`K94q4E5JpA(GK3RE{Bnd>i1;LgUlQ?Jgp)8|;jcyb8xj6agpZ2w z_ab~;ginZYxd>N?@F@}gQG`#6@EH+yig1+(SBr3s2%i&SMuclc_`C>T5aEj={F4Z~ zMfkD^UlHL(5xyqE9udAS!p$PwBEoGV>=of#BHSUuzlhKl;kzQ-DZ;;saF+;oi?C0G zABb?D2=|NdV-bELLWofw#%e_96X5_6`VrFKo^)#2*%V2wJg3-moi#4(w`v1cW2maL z`i=OhqPTTL+l?o9;se`mJl>n=$tPC(s$VhQot`c%f1*}iE4gcWI<=hIJ6QP>oSHvX z`LZJAt*K$3H8wPKY+%*ClJqqlh2urOA4BvdE-Ep6T{S+hRpYn(CQ?nLT9^9sy&b%# zsb{Ib_2!?aHPj_`2CM~s>xO_e)1MjWM|$cE$r%2qkLsQ+$avp+wqO zz0G*Xy1}3PARaOef9mSK=`Ay7WIxX5^Bv+LZB6r=>EwoZ0549lDT`j+8K`6N)b(w-tyg(*y&HCy;i6J1M~A@=p!pxou0D|V*-5t z#ri^@aed{VaeWn^aebAaaec!MR$mXjdFP$G>g|%; zQ4W4lwy&I~I_I-O(=gR#goqz~Z2Xxfn9c9MSKo-wxW4dbT;Jf&xV}-Y`sxMum=&%h zG6mfYZd<_SrQUBv72OT3%1gR?DzVd-$PnGtVKxF5D~CEc;brD*O{@tJKS_5G|B>~_ zQU83@KMVEKyq{k%?`P7yA9hWLoNphS?|Pc>k)p#pWW_rFYp653&>^dF*67CB@e@0& z{L(ni*sI1 ztf>H7qtRDw&g}*o^VWP|U5&wKLRBBMZ!pfwO>*#?_12r{@^U5{eC9Y**S;Zs?xIg< zJATXXw*5yKZ^%+5vBQwaSgT~MH zTr{*EF-^P_Fw?C^#b`as8yi(cALZkX09)E?zA)k+B;SD#YX7sk^8>aEqrm3aQ zsj646>PRcPQLcHZ`W^O`Px5&!skR|@0$OAX7wf;7My};(50>SphcocL>&&z#-fvL5zp-65$Of1nAVL3Uqbq#V(M$ZcS<5wi# zOO3nO6Hhm<>#_`%{KxXBTAZgmBhJ*H9ke96Ea@#ttA$pjhBxgSf_I8)*)z#! z;~)=Q87{L%k1cpTCRJ-{@lC=Y3Khi({qC@1Le2D!0`wm|J8;8h$>Ja(&xblfM4=VrXj_T0= z>i%eBCz#kdqSXVw6Xr;4_E;0c!}daUz%-U)8Y|4TPrWkftD#jNp1$|pRr?2+-9y&? zs1$j}Auq9J6c#FHJtV*a1-)v`>kjI z)ErzMvKoEK%}Y**pNy$$^>HqgX>6{OYhcLy$ZYY+H3o&uG|w^xCl=N7{Vw5Km&co_ z@ex*l`U~L0^F2|?Q2%E--v2~>6G7`B$>chK9urbt)d^wbSWL@gwHl~t;q){S zLRiQG`|Y!?=&N2k=cFNPNlf#010Vc+w<+eYs#EUd_5Cr{+{Dh2kY}+=PILxpc{|pO z9af|-GmuFzWu@Lu(-)p*zGl`dQKfp1F(@~m_#Z8GC9%(APSm`Dsa4O|7@rYbe!jU2 z{Besl(5mfAUG5z{VV^mv`-XwmgpVOtm0@6cqnp3Rq(zi6|F$F$vIbsEO~;q>nymWn zObwm6fDQF^`9dD!VaUUdgkS`KL?%|OnY1dT>fg49e~{1XX;#oor!MVdLJ~#J8U2+R$peBTEPOZgV189hv{oe~>`aj^&YdepDJVOGrus;?9^9Xt2 zAZ>mi@cU5p@%=^x_8KFs8!D~q!qtB@_Za8qZV=5{5oZM-ZAE-)IUk=$msM|#f7yyC zIWxY2t>)|c07K`s_&T-D|BmITI^rv@>7X}IlYJ+$s<#@CnKxiRSiwXgZ9i0j)pvxo zu+sW=xcYtbqkpe|Lk`%#;DP(sw@37EVc7aMx-yLQqaycZ38zv8nPG{vACS2~gI2tk zLFRX;#8L(0n`jwkye7mmn`r@8lJ#*g7a4FwV?kZm`Ewg8WiH9kCad}U(a zako_FY9v~U#I)DJu=Ij6KvF_>g>=Xys7;U_SJ1{s$SZgRD`-hiYpD8wYm{aNM$Zhz zhsyCC*LG8xCl2BaBvw}_zB9&~c+G?DBZ?YZxQyY(*MGjgZTUmgm#<@^Z<#u}r7?b< z*1ut%_zCEr>KvHj{g9|Sy&0;prO|kUaRVVKaDIpW{WJAFaH#s~K<$2OY^Bv4uI`Bs zs@fp>SG6uNsw8;lszhg*_xb9y@je#L2f%v^`R~Er_kN1^(LD5};h|$I6#}@%%kxJJ z9Xkvx1M;BU4`6N13?PxNbqr$}STKp#W@`KtnCVPSh(DL{pn?Y@DF`m7UAAXQsf1DH^J<}{i0-|6@%V3kBJ+p%4qF{xVK^0UsvkWT|{wa0BiVS8Ua)ybF z5i9{SpuLG~(y@sW3h2g_8nBI-Rzv~W_^P((7*|^n1ym!ZFBN2{gbhU?xp`iN^__BSa>bC{tM->vzp~&ctL%P=H3O_m1D3A?%SXpQU!FGm z=wK=`N+=uVhOFt(NrZ4Db5aMEOQxSpbXM?emSNafuh1OiJ@nt2P;S*$RCNw{9=(Eq zOzLpcwfDy5iD$ehze5y8&t@{2FNSwZ8{#eSLZM;eEe7_)ZJtf|$C+40+zcJd_B}ipdYIZd?$HwVp z(1Qi^;^hU2F-mMGNW|RxV^et{Ba6(kO!#Q6n@B#6iUTTi6^t?>&%J;$Tt7e|CI9+xtpute=2$FW!T0e@Y+; zJyCG!s;Yd|X3)?v7LE^tOVd#Fr_FspyQACJ8NhP}ZQ#L@iKM#<#GaGQA}hEYiS6s+ zU!zHiy?Z3|z<-k2<~|evMm$X~y(UwUhO%|B?XI$v${PZGPYG15tNH-aQnD3r&)$T8 z1V`4VboQHUUNriypH{W5p^mADNRu)S+lHDjDSJs(H2j@>p2keZXDq8WY+XLp8rwKz zZDL<(@b=+IhnARR8c*&5Hs2@~uqqN@eHU64i`s4;<}t?bcM{0)LJ|$I-5hlCDZ&}6 z`6_Gd*N5~#`WlS_w>%4C7>4xVk$e^~e7Q*^MP|&J8-lWW*HG-2_LbgJo|`7*MV|B= ziSgCXEw~hfQm@`?n^)#BGx05{nhI2>*diur2&#hyo4w55oZltoV}e9&I9ns&N3^{K z{c80JN(tm|@BynFoHEC78UZmV+`_b=h3rhKgzJCgzC_Z4JinszF*?733Soxd>>9Fd z)h8u5KOa=Ju6lH;&SxBxJBz^=x^9>r-1IRd_f_8NzZvf*)&yuHBG1E6wt96uXs#Oa zviT=ghf!g!PQ2?g_nGyixn@OykV>E9n>>X>%A)*G?v*0v|0(00#Li0e3{p|1)DJi` z=AV;pvV&z!g3-qZa3Z=5G7opYrfIP=Y5|HxqvmpYRCqKI{Z}?eLcqXuWtl53AF!;bYDYuY@+pxE7zxVnx(MM=Q zysN8UiGPC>D}OV0w|#he@PSor`;Q9Vx!V77{8iM9x1njd$vb-9KB;Co5g0JdX@eB} ztQ6O@&?`*YVw^_p!)$>-F*4j$Dx=()NF35rTbF7nm5G7YV`F52E1$tZ{4p}sRrEoe z%)lw9U+EMBt);ApdWWqg#7Crj)LO|C`0gK&y1t; z=8Haqt&Wu{e#scbd>57nR5X1)cs23qTi*n}K#PU*prZNTI7I$shsZzY5cvZSk^fHb z!TXnS^2K3y%i2nB7p` z3O>9uuqeF*Z>v&?U0yIsQAqK}V)dam!ac4I60P&fBvv~1N$mJ3fZYJ}_+e5+V@oji zDy#16d`s{$Z3%8?TY|_`%eMrQViA0<2_HsXrTG>0(GFt*)yK9NS6P!qefkyy_0bli zczx?deG=X^eiy!4ZM{@L>=y{jW@-5y#7`jf9AULlJ%sIY*Ff-!)f}Y@lx8|Uh+&)D8Ocoºvs>9uMzPRqtTVoeLdGR%B!NEcs6Z_Lt#2ZcX= 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 z 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∨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

    C3Q6QLEa# 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

    %d5-8A3fSn7dYNprXH;C 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 z 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

    &u5F2-1}|Vo#Vct^5>|r+1r;i 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

    38w=B7E~~#UOIqE(BDo&9 zz192lwE8*pr5{T_oqjg`3i?gBlYYO|IVb5aTJ3k4`3w3_^dV(5*L`AJou35LSv^;P zT$EfMt6M$SjCmXSUf7TMIOem+tC_DS?_z!!PcpxTH?7Wj$^0uhcG=*5@vY{mtnQx~ zvokM_rL5Nd!n`rL6Z3B5LCk;0smxcAw~!B$&ysJFACW&{NV(wLI9B&dPX6BN`{pDU zVO|z1F>ioPtnS~Ld0+a0^b_gl&@Z50OTQiWFu#bGt@eG){0)7y^1*!*THP~=)w+!I zIWQmdpRlUcx~9xq)AztW%*QaFhI8oGTAjC%yodQwJk9(%e#E$;!E@hXajWkgN^VGQ zL+(u;ilgZl;dc51FnopJ{KS|BzsHgjeh_&K zd4kotx%A6%E%O6-+v=RB82u+@eWzqr{df2SR=~R0*6N&*R?p41`rpr3Wp%#|^oQ}d z)%r_T>uy`Ed&vAFezjT`yK*p3g6XWz`POQlpS}cEVBUz_g4_}NSUvYU^NI8eaU1=9 zJVAezd=H<{f5tFXf_>v!y-zYsL!Zm)-ucKSnODTB%$s6Mt9$lfJ_tw9&#>BW4tWLh zO}Lx+Ir3HVQ}R1_F+B-Cs?gp$b2R(&R`@0*oefO$zQ$GkSyw|cG%^Iqi9%*T-zFkeN#j{Y$DIQbg+ zCixXPLiONYQLN5OV)Z@K;rGmQGA~JA5v$TSwR*pn_Py-zp#0rW%YC(zHLpGUu%ek<-{{wMPb^w;TMlS66+ z_YH4#ZXB!oCdJgu^I&PL!@L=}3%MV89C-#VrQb8oJ_9BK8h!;^3`{ZaA-tM|T6e$D(nebhR^J>p{utNY|7mmt?5Hzqf?{yEYQ zz){S{GG9W!ioA>YKJq!{SLxqjth&KH(qmpMXmxI=)z7gyHelYF+><;4=g==BZzumr zK5Dh^|LAYyQ|9671?NSv`abb7EoQWOKEKtyO3;_4uR-6KzBzp-`aU>_`Al3#{|EUj z`7++4|3r>hKe%5~t9xW1=OY)#GW2z@8Ft1IR?kl)FC?!f?1U?f98|PbII$-e~^!p&y#QAJ*#`YWgezcaNh`4 zeL}1IrlwC%pOgLvEWx}scE(A#*lM4(xS9S8p0_&h4)g!;J@c52gXiO0{oK=He)&V%LY ztC8D~yWjx&Ddc(N&E&o0v*gQogZ?#s#h6Wl^V3@0D=WD$xeU1`xiPk*A50!Yor5VDwa-MHO}~M>jeG!4;RB4^D%kfMt9{a9Ci=qoBUZID zLP8o_-K!0D#=bZP=UCl$DS0FA#lP^L)xMvszf0>N$H5F%eRgsgauuvc-;vydJc>M- zyn?)$e29DoFVH{4SNH{^vRO%zNPg`iWNiOeHU4 zz5%zroT@Ai2gtNPxKLg4W5f`b-#32fW9QTCbi{$&vU*J3Xu)hWOi)pn!uGPM2>9b-k`chWw%8_d`Z;Gwydt0p=Pd}5qj=Y0> zf_wq5(7(bc?X-`+dpxWCz9r`(|46Qc)#zK|Z`d6N;RM`Z^?Sa{>YM{s?|+j18u>Z% zx8%>vBexHpi)(eigjUaIq|bqcm{%s(CbuDXArB>wCC|YHR{L&bzKebz{a^G~>2J_K zrGJNCm?!EG+&3TA#8y_{p%eC?AA@snf%Sc?*6*U=o_;d@0{T_Bf%!2!Wwq}e=8wpqn1^%;=FzRbTS81`b^okb z0o!69tM$Y1cl!Cb3U^rjT=tM3;1jEReX-gna#yMIqFeRfSoLY?Gt%d#FHBzpTUedb zjXVIy;zH)@@F4vWtMe{dop%c#(0{PH*B5fsZo#_vn8IqFi(HsoiCmN1irkSr2!~mn zKaKeU`X%&R>G#tgqCZD}6>l;Bh)KE!_bP~?R_|9G>(IBu9yki;T7Az|xR?H*)qVfA z+V5YyL;uF=dwd{A>=CSsjY+KL*~kUR<;m5^&B(uz`{5v~^CvN%L%)E2BmHjr{q(2l zFX6w;-(td^!M*Zg8LRiJf;H&dU>6*Wi*dQt{kB^@zlZ)5{>A(z^T+hh=s(d%>=oQ6 zs?~mptoBQd-!rd(&2box$C{E@yY zwxI8T-ROtn4Eja5f_^)mq`!z)=^tZApWuE`F}BtHQerOp!dR02XKYU29=p;H!Rho1 zaXI}qJVAc}uh2ijuk=y-2KS0-^>a*N^}WBvoXpFRtB@O$+mic`hmt4bbgO-rGv7$R zmHr6*Ir@wAx9OkaE9TMr1^10@wQnk``(~yuN-j^XWVNmieKTysd=O5hpN~uFx8O1Q z^W+EQSL6u&gL}ln1Xe%qtXP~rl-!WqhTNMx6i3s~!xgv*58!31_kW15=pzpZ`nZ_b z>OL8dmoi`g-<3_9fcUi4JX0`uW@)fJ+?pm$;%sleI zppR+Qe}fsV_Q}aSKYc}V4RTv@NAduiLO&0e&~L_L^yl$^^bha@efUAa{i0gkFEbXl z{(j6W(KoZYcRQRxzk+;~e8cMZ@~PE#d52*K2RXXcd9kh5rKZnr`rhc&F;yAF8(4zarbT=GKlcJeOrU*uRr zwSK<-`|Vcy<+Xag8huT2d#n5Or0+{VmVPq*JY2+lGxI%ol=(^Kx9K0!zsJwa;|~kY zO=5M=Ojr@CSlzd=)&1IHSLQvLkE9<*KNDBdZzi80U%*@R@5o=s5rzl%iG>L;6{fSg zS01Z-6~%JQD>AQ7-x7bL?{4+Jy~!h(PsG{G=QCeJzYX^@Kg9eT{Z+ij{1Z9ih~T_L zR`*R!&Pgsru7P!|-mfk5uJohGQ^+%{)-9!9k6W3a!8`Q-k;9J+?h(uCJES6K#_aT^ zFcfQJeXDcZS-npe`oTDy`E=$B>6g-Pqu)<|i2efob^6=%ujxZZ1@{eab$%SH^OIs~ z<^{1lePwc8Y-sg-H|7KAhtSWWUrN7{emDIw`cw3m>2J_Kz-RaYV~*Cj`uiq@)!zr- zV-c)`jjh&o!{Ju%IRR(UuO@HBgY-wN-tQ9qE&6-(@94w*9-I@&YJGgGb5dYB=09K+ z`a0zH5=aVHT@<6vHZ3=hney^j*pQ@pt<1R^N94{VMu(^!w;f(4V2dN`DWZ zFpn@UxK9$Rd!!>5Apc0NPHuqB==E~MAe>t9~zfDdwDcCou)xEy8dOj!qfTgX@FK@N34t+Ch!@Mhw#~<2kGQKOsLSN1CEu?-$K# zo{C)0E(!_hY_;ED<_qYTkat_%`w0CB`m6M}=%3;X=HaFW&&9w*R_7(Px<^j>{Pblo zlzC(3E$O@A82TCHIad3vrQePRm>*_-k^U-)oEoP@LMGhtZjCHXw z{)!!}?lsVAztK2_`3&YO={MsJ`ai9{*HQ8X=GXBd^QX)|(npvcoEOXL`FPepclykj zn|V2MRdQ4EZ{&XD;p9cQ%xd55%n#5XrvHcjCjCqDS8})+!Sk`LzE2WNMW30R8;e-I zPYLEf)7Qnu%sZ3&;&A$Duuem?yM`knN9>Ce#rkNz6{fAk;dztBgU9h{#4lUjYx-1sAXdGaq<+v@%unD?UZ zM?ZyrKK)|)ZS)7}kI?^3f0_OkKEziTd5+H2-=~SK{@(l+^J7`8YqhQe4z&Jz0H@F| zC9lWb^!u&e?;QPA`Wy5w=s(kknH#K+X?0FwOks78yckMfo!pw-g*=oz4yVws!2|Rs z$v4SQ$Y02j=LPqOX?1=EEQQUmtJQt`<52n;xCqzaHr$VA@v+rDFRZ@XC##=NocYq{ zTg|hR%aE&JEvx5#C3mxWt{44i`f20^kb(f@=^>3<^+B99@@B`?Rd^at=H zUc{UD0TV9f9#-Eg2j-&>#p>7)+u0={Aw#WxAE%R7TkW$IchR51Yk1S@`@OJQ|BgP= z5@qch&HCqPHBV2Ui9Qc~QTmefmFa6^3+6*`F7Cx+c+KkP@zm;l-dmmfl^k_xkYiiT z(^;)AWcAOtrI}ZtZ-`y!`{5A!aX1U-S-tOit8;hYKKip(=lxB-%lsLBU><8(@O%QR z^{Frmmcl03+3LK$IGBDKF2ZG2_uFo@{s8@9`hVze(chzgMgIlEFAwgO3{zR{o5O0~ zLi9!HE7RAZZ$RIczAN@-J_(o8ZzLZfpCjKUKgCz{(N_fbOKo+ZEaYP3(EnrUuH&*y z*Da1CcDLAxF?M%hcXxNAjxBbN-G%MgsMwAoqmB)>Vk>qhwxI5H?fduF_p{b@zt4TW z59r?eoPFky+mO3qANsL44VU6JQ@=L{F~rpOzDj;>>gV;E{->$?V+XiCy{Vj&T#{Ug z+?d>f+{M)M2h)$CpFqEWeii-S^gHMe;t}RI@GE+4b$jJ9wO3&*NnZz>VLwxUPKJ=j z;xt@6g;4!|fQ1mrZ^C2KgCA(R*&!T>E&LdJoyiIZfSD($wcG(O08yOy82eCyu87 zi@cP)o_vsegdAq--Us9-rtbY>>RyjPsr_P@>QkEPGt+z17osnNKFnKUTT`F!%X}F9 zO!5-)a#QCv)9=Ou%rD_n`uF6RJKSDLOzoS6oCgch*Tf$97cMpRz5d3{^uc%vFX3%` zg75G^^o6kk^R_q?m*865XX@t=V(R-|$5-?oyWM^9O`Xe3 z&Ot7Qwdk8*EBc=3YwCNCX8srb4Eh!Ho9MUFAD};mXP7@gk3H;#g-pGlGU!9!6x(A@ z9EhWE3eLr4xE>GSIaBZJ7QQs~{XUW7>~(u3Fx6);wO3C1JoIJhtJBw}Z$aM)doUl1 z6HPsLA@f!Af79=wKTLm-d<*Z>f5U|P+zmoeGx3hydgFxp{`7YPT-Q;6`*qpA1(n;bpJ z?U%yTei==@*R1qK=*!brqOVWi65BH$iX%*Y?-|S&(fiYHq~As#j7OPYW`2kMKK&c| zuk?}haSplt6PemSGdVZ80=XKwA+|HMXAe_<&IX!#52KimV?K|5IsIz-ZS=e8kKqma zd*mOc-g~TIsr}-ax;LGv`?AyjL0_7_Dt%4*X7nAf8}rdPpMC{-7de=Go_quE(MMnu z#`@RonFKRoHdA{SHMMtn`bzZm>6_Ab#h%Rlm`|i%N?u3aWa{~Q=?~)x=65lIK8l?5 zu-hlSsrQ?YTms9{H^pA`gUD0K3&`uqfw-UkD28GfhT{wTh(9s*5w}-TOpgW4t@{5n zW9s*>1~$aj*c(TfdOwrMi%flfCtkz{rhY!J@B@9!qwaisOohcv-CrK7V?%6*eQ-D~ zH}$@^l7leB)Sl0nN1ECv=6~*dN>e!#xgfb5*~ir98`8JNj`Y5!?wyL8@t~>a9>);+ zd-xbX;WtzF#5v|ZmkiUJdVWE2X>xsXD{^o0U>rd|8yDg_++^y$e@yN9AN@)C>+}!l zpVEJ%|B2C$yZzE(CR5KXVCuQ0=jV0+TVGa7m*q#1Q@;LHz@@jGb`4IUeo~3_+-|3^DbbF*W z^}e!^i;~M@75X;VpWcr=o9s^xAn(N>`U`jyALCCbbX=Kc@dqj&a)EAIH?Wl&1E|gxQ&wLmyM; z8ZmD}|0j7Qd90~(GwB!O3g&z9fT?pK%&*eFAb%o%Gj%TJ8L9meV@gx+FCP{%b*>Wg zI`kdMeaQVyof}0z1!po}kDE=MJIMSv{Y~;?@^e$?KGXlkm?7%5Uk1!#>Re${-=i#j zLvkB(2UF*K>4)Md<_mGDsdHPH@1Z|KzDmAf>f96hcleok!cfh%XHrw=vYOg2FTD@B z4!MD;b8YFnqc8JGIMviSf9C7x50H!N?Iksg!7>AoWH;wrM`px7$kG=$! zW8M^d(GMa|B`+YaCkNtQ`t$gR{temlg4-jZsXa21b76k^>ez<98+inIGI=q14Q`}A zf?@RG z7(l<596}BwKPA7%FZ7A8xIMg0-JhRanOu+Dp4=1r(f@@j=r@uNkx!9tkRRf6`e;|( z{i#gdpP5{YT#?+6+!{O5`{8W*rR4481LP3$RlG(25#xlp`;(day~s%}Os-6>i;d}f z-~b$nlW`9E<2u}q|KNXk7O&xbe2Jg%7sk2f_DzOqumDyt_3xMJVO#8jBTW7MG>N>_ z)c4gTbae4cy*AJacK_4#k~p4Z*y;+T4l7p60HE)Vl!^rh%)(Kn@UN#BjWKMr9& z3)j+bB_Ac9CEq1K!;kc_Z@4{^qL-!B3V{FO12lg>_ZY1-` z^wa2<(QlyNLcgE>D4t>-j*m<|_apP4^vQ0i*WMXS?VH8ax%~7cu{`r;*vizoUd#v4 zPbDuPFEMp)J$)eVWquAXnL77?`73&l+v>Gnd{g@+HgzsNeGbgayb89U??fI-9#5W6 zUV(qp2jO8;_gr9plm0FFJNc)nbMfv-?U@48n%cK8R-@Y9!H*zbLlr@F#Rd= z9r82sH?rqlw?`aP_h-hU^ySHo$?eGf$is0G{ZjJZ}vZ{6+6|&+U`P z)O#vMu0?K2?nds9L+EGWTKcWzqvW&XyX0s1hCXJvyFZPo`?HZtk}H#&klSGw`jI$? z-k%&uK1dEFhv9AdclaHn-*@{YL@&&Od9WB(#5UN+)W4pL#2L8U)bHa4@_zi!)b~DX z>i6QJsdEqLpV3EP><8|ALR06nV=?*)Sd+dLxeNB9ABkg4-8Yx{GF;DmGxNRlhw%jS zFuZB%IWL)iqW?x8{7+28m#9%yXYLCmN&flTGPyc~Fir(X?JDgZO zlRSt#%+$F_^s{jx^KH1()VcqdpQV35eocOF>fBHI*w2);XF^l^Wye2Eoh!|}3VjXw zmh@fdd(aQ2AA^&aufSdOhsc-6cgSzZU-2h>%I9vs+@|&|O0G$6LhefLhlA;7;#&Hx zN2B+eDT!}%Z{@k9x%NUMtG1^Oa zE~crUTRBrduiB>eYf9geehAr*JcB%kyq&y@e9Y8y&d}e$JIr4&|A^n2$A0BLmlVBB z?UxJ7(N`wd!*)23`6%)%vOhVHd;kyApT|e^Z}20%=WDk|EK~2v%hdPFf_a!%Bv&Ih zGJi#0FdXGs=oy%hCTps!Y z^cCrA)7PhOL*EViFrSEj<1xHy>iPHZG5t4;{?_f2!PM_-F|345nGYgQ#3l6GOg;Yq z`81w2_5JQLe?#y2&Yh2A>OCYk?LE*JqAx~YiM|dtW8R8+FZw|^g839&gaOR=lTTuZ zsrzp;e}eCr$9V7dO=N1{?BoJi!qn&Mkz1HL*M{DgekhJ(K8g7}`sKKR`4;9u^#9SH z#~b(%Ut=Vu{owW}jZIDcoLZCnp&w4fS-1q(;#S;;Col{joBI8EPX30mBitV8OwDtd zdS8Xfm9R0kGqq_A>RphmgnNbXBI>i68K@xl{i+;EUAz&ur?R+@^XTQ~T5-x5WXb&W$Ed#re1bH{wn_gx5^% z^$t&Pcw2?^fPsCGI=g8!}S=52kGTWfm(p*b-%Y=t{xtnn`bYST`8Vcqez?6dnA#^Nxg@y~ zxiPs7xi|JR^?k-NpN4aoufo4go!i6wIQ>oXBl0KmFLL5Yw^wRY?=L5orLRG5j(zBd zktg6xT#Rcl0Qcfy48g1T)YRWoKTQ36V@EmDnd%FgdVgifwXp+zAMyyCL%*CHfJf*< z@FIOUexm<{F@C!HlVdJZdlV&C#uoIQum}B6oI$^Yyb%x4pC(_yyZ8)0U?j%;<@QR9 z*-gE-%H-zcE;z{4@5gBJZ1gwveO8nAntIATVorXPb-nXe?TBM0I^Q_l-wewF?P{bTyK_=$N;kC^}ezHv=` zKCP*}bC63gFGH@*ydgGc-UIuXdd?{3Q*b7|zp3}T1-H{5Hg)eAyg+}))cM!=o<3SM zcRoHQHFa-RQ|EJ#3o|c^)tI*?cO?%Yk0s9~`;!AO(9}Ign1|4xrw^xpNgqj$>FM@O zXzKG`rhZ?u(&sg`w-32Cxed7oxsPe@mwpP)WWE-6&>zGj^jGjPJ~#Ee@21{=^ytpG zrutN-y-&ud*vOhTh15Mp?gn0=4dHQhrm-Lb3m@(bH zNloon5F6m1I2*U)E>rg%GxdJX(O;r}NdFomn8%If?n!Ivb2-SlO+Bv+y$`tw^B(jA za2WkmT#749J!hM#=kLd0`Vdp!^A>(${(~GpwwtHJ0;Zl*3MtJN{wn{?g2=(AS`EN#BLO z2mN6BF*u3&3fx71h04nh>}%@2F{ZxnRGdw}+|={7 z;tu+wrp|}rCHjY^&OaqbFpt7miQPP%sn2I87bjOFHzc&?%^YfT5r(aFKll~C>5&CoV*YPg%&loS6 z+c$-&_vlT|Pp&|&iOuL+ncAl}{b2fOpT|e^Z^%E%v6H*KQk#0O zS+M|p6>>dtXL4Wi81ht{O}`0)=}(dGke`vikv&tm`{S5;Pw6oSR>98bi$if7uEJnE zjSo%z`~BA#iNDPQ`tO~jbQUx99?FnwVLemtxjplq^rOjB$umuz^QT{jTbTccCrzEZ z&in!W6Z$Xo(NgK0_KRuid@@t}rN^wyOJf@xgL6!s_s7-r|KKhBiHW@2`P7)v)cu9g z$JBeQY6f|Dbi-bz_8Vd9zDe}{UoapvdgACcdZBTSw9O&>S4dwyb5_vges zrp}dRUX8vMeQWw|^u6eZ(vQO_%va&Rcn{y1`hMT>H@#OHw@+bggq=;D_r-zqf8jg~ zH1%E&;AuQ-277qC!4Iasr)OIC+ytiPNlf+L^!e!v(^sIcNne+~9eoe_QRE5adAP{b z^EWczNq>@ji5zC?+(Y`;7{NSVI=62kQ|B_7dOv^AmnYXG*EMyn6@3@%#e6)j!J~ND z)N}9PL;4?>GQH+{Z^f{hsq+o68GUaYhEq)aoTi(H_3s04hp9b}ntDzs{RR3v^iSzu z(*L55lfgYNfvM-DG4-5m^f~EE(pREyPHs!?gZ)iCXB_kC^sC7MHdkX?v1$nmSjMzC2c8-UdhDGTdtFIs5Ps{Z)L2i8Hx-Gn+b}8w=7` z#m3kchno7ijl(6l+&rrPc_W6H+W)Sp|2@KUQ}?{3|7GfY%FJ$_+0;CTslE_armsux zMD`_*CjW)A=-1+Q++}K?W2WvohgazDlAoEn{}p`{eXK05_cHbQEabxE3gpVB?rB2b zfxaIOWImDk0{YG5-Q?rs^W<>ybMjY=G<9EstZuJVnBLU)$b$t;ovX;a0ex3;Kk``e zH1aa?I`VEjO@EdA2*1(C$mZ@(jA<|%=ED-`gSD|Wwl}qRe^c+>kA61UpS;r4xd8gT z7{vSvKBtc$$M$y5O=jwSWh3XqBJ|a5r1HkspvF z$WiE-)9sZOOJPgwW$OJ5LO=RhxBxeqCp zHu{|OCFv{ESEp}6-wwMlABkg4J$EkiW%R4)chCpXAErM`e+}<2|AcXKyFHVe_MXW_ z$W_SounB!1oQ?r_$kg{fiD&8W<5T=$p3*-@Cy&(cLpm&AsxM;d`&Kdayn6JF=-box zr1z!wqaRB@kG!0`ll%|)7+%F2rtW=b>fX=v9(k3uR}540l&0pHFgx?2SklzFn#>#1 zH>dAGKahSX{Y3g%xPbXq++pguN12DxU!cEF|BC({eH4AHd~WXqroN9imZGmhZb|M; z9!8!(UO--n>*x>RZH&YO`Q5##Fuke!3u0-kXP(jjpJ7wK7yWRIsqa0Nyuj4^Uuo+6 zZgMdB9Qiu=IXQwHy@30CLQ|j5NX|ztWa_?3^mVWieJ4|&>qZ{Rd>l?;J`cC!c?>tT z{|kIaAHAS^ZemPsY7cKy=ksGx=9RI!sdFuuccSk`Ka_qv{bc(2^egah=0SMa)N?N~ zzeRtK{vG`f`d{?%3%Pw$Vmedrs|c1b_1qfF8__qT?@m8}ehB>p`k6SNc>o5QdhQYC zA@t|z!|7krzon0)k6GC59pBWx*)XT6=ayt%iM|?rbNWv7-RK9>kHQJem*FZ?&)vcN zApO7e7wB)%-=lv;{~05hCokgm_A>R{T&8|+3ey*-uTI~Hz8QUIdS4vKd^*lH_1x9W zx6p5=KTID&f1ds}{S$n}JbF>LZ)#I}W+j&(S0Xnix5du%BXADAKRJ+mkQ_=5!`t*9 zF-|dee=<`)_nhRy>?`r6omz8856c^Y{cc|8WuAI39y z1@GcB{D6@dtEAg2tr@ESzbB^t^`Z*4pl@U9_tn?b`y7g+n9smDrp~Ql9zY*Re}q1i z{sR3S`ltAsd5ltep7x4k>bYr5-Jgv53?9poVLS@Jc! zL;nermv;LV!78TqtA|bKd*A>ZiOWpA?~Qm6|26eLPY=gOroR6tQ_ufFj#0+tM5fMX zH}&5$Ell>oW~M&ZiR_C*aU4#^g}5FMn)>{4au_+B{Ei$&PFmKTPiJbcyyW8KYUKLl zcBbA#C-a<##{`^W>U%FSb^l88Ch{&*=g*k>-q*-a@Q10-#VY5{CB<}@9SdM7tcp!c z?bX7(;NdYGN157dmZ|42p6ZE0vFmkx5=Y1l3RB$;ldYgJ)L2?A#p)qIpECD79})Q=dy_>T{{dImiV~ovTW2 zNbZ1x>Bo_0;38a&TW}8^#tV4G)E@Uu?eUWSEqx??G#_^^zNvF5P3@PPT%24LThVtT z|A`}T63)h@xDj{a5mWE`IQfC8eczed<2(IN`b3pnpVrj-&TeYYKTLhDIPfU6g`b_lM$py%zOr5JoZbj~i zqv@xS7vd`1jJq)yLoo~=<2O_9J!TcRS7K8+t*O1eP3@D5c`5p;rrvu4=1rJ)WZs=T zm^{YRa~6EnT-DUx^-b;5n0Xia{-)mh2A#L&>-B9epG@R&{qi38qDF%#Wq8Ce}6eJzAOCzYBd2`oZ)g$dkyk zP3^aiyn}oguhQQqzrxS>8{^h+&q`r=SrWa|B|#)EhqAK)wefxk@c zm#Mb1sHuI*lUtHIqc8m=oR6EC?bgBrU|Lh}FBg`luYrx|dyog< zF!~v|hCYCNl6(q+=9RD!eH-$h zi}=LUy&uR?7^|WCToO!+-dGSTn3wdgbEf`Y@Fo9gYOnF8o<9Q@F%KZ`BOf$%{uKQs zyv;nEd4#F|{rpen(HptXB{#K4E>rgv#**}vu_=9f@*wgU@*J{1uBP9ENAS3*eZx%M z7miQp-;uwY+UqBMqQ>rgYE%6mU-tF{LIUtkEwHwn0KNdN*+g^M_x|eM&3t0fw$w4X1z5VG#qH(TCy%<`2mq@H2g^)^3j^ruI!?YQN0%x#{!Mm!YqU zjhHuM-kttW`pM+EbU{T_tGDr51|jE zze)d;{ylzSo~WJMH=C(F^N}l&>yq1%dthJs$+#X*;5AdvyN^%le_-nN?%s^(jipV! z-ie%W_54k^i}^n0r|8d-uah5``n`QZ|ApS8gX?3MdVWe%&(BQnO<#z< z4Eiu{iNkOSZZ`Ft-FSfh9KOQO7_Fn*BLSwvJf_}D8LW-1P3_y2Jlxdxn`7$VPcAcc z{~G#zc+k}6PMbP+#nic*%wOVLQ|Ep&kK4(eOK$2OFH`fJ^o6ht^9JN*w1G2F@|{oHfk1k^g1>ANf4<8+ecTJN#(sIWf9Pz3(KZau!p2XD1h8UIu-b zH^OG7KG&W3K=MT9e~}k3Uy19O@5KYAo)g0SB7Hc1qW?us++F9jcREx1W-|5pg7l^7 z%hT7VZ$;mZzBm0~9Kn1(E;jYtP0V-EpCVr-Uo&;?5&awd$UJ@zw`XQkd*>#XCRZUh zCAY^u^yA3W$*ai$c$WS#ey5M#)9sPk)E?Q$Maku{3Vj>=lYRtwI(Z>^19=A? zpg)G^@CH7^ucrQCe;Oq`yo5lKvC^V4kdx+c&4F?_G#ojogsjiQESV&`-lv^qa~5lFyKDkssqrdQV?> zzn7`|vyh9EeaMZ-ZLkyl5FCkBFxLtHzKzscQkdbFa0na&3q9C(C@_{`V07&{w;o@|Bdncx&0EGx-YY-_nDhM zKYa!ITJ){SU9mU)1YAPDmb{<*ANdOTE*qXi{4#u&# z)V!*Hj=!m&<3T)6{}QA9>CPp=6sF!wc2n=A02X6j5v!Ow*OYmC>`Fh_)cwQB)0i(n zf9C7)C_calQ};)q=K%M-RG1ZWnA)R+sq;QqoxZuLJzA6dFdu>=nNPv_xY*QlH<^0w zF8qi2DGW7r?hf;(^e^cn>0=Fad&Dz!-pkZ;vtUl<6|l0Yb4{4HqwhpNkbX4%c>3A& zOK}zR{TO8Gxo4SQqrXM}ivA1z5Bk`H+`dWC%hY=7UZSr2k4EZLr%rwyAwHVK!6GEy}z+eI@$F^zG<7(f6Yt zj$@cF#;x@G$f4wG4kDiJstJ60(wMT1m zALc`FB=ada9~YZ??j}>u-G%=!KZT*D&fQ`Dl>Q}sBz>$AZjX4T&U=}9ZWheRyaHA> zb*>5XcJ!U-2hxwGA5TA1}kG>IoXZpVM1L()lPsQ2HH)4RP=N@8yl0Jm~HvLojm-Juhqm6QV$2PTZCd_8) zxkZ_mr>{icn7$o-C;EQ$!*LAr#kiGzA32nKjr@%K0l(5G9_{w?HuZavpIn(-kKCTz z6Z_Fm!R7QD$U)?jBHHrWoVy&uHp>6(N@=*C)5c_Vhz>2K^#(0C^wz6!{Wf zr+ zZtC~Nn?65%VfqU6HRG^UutGW6bgH zb16;jpN5><)N_hrY35b2Ieka+5b`+kJo0i}OTQ2Q!;_}=zHaKi2l$NstEs&r$q6R7 zbEz=Bsd-K;f+b8nw}z?bHo_LnyJK%t=SDK0Oh1i&8T|(OE%f{8kK!rj;rPhZb3ZZv zMejM$^~p``mC@AxS?LSVm%<9nn`3KJ&+Wr}2)!Tuboxc~{`4E^cjA8L7x0Ry=RRis zmOg?$`Xsk+B2)V&Gj%=_{U2C>d3CI9>RcP<-ROJKkD#ASKaGAd{TkfJ{4gFf_1vq> z@6kV`|49Ff-gB}$pV-uUPlK6EeV-CohrSuPH+cwo3VALrrVqs9^ykTs$ZyHN$#JK+ zJrbMt`-^4itC3riyOD>I$Ke$ERk(-#U-A|5J@Py9cl=H7^_SZtuc`M_oLrmSjNG04 zCk~~bjqB*QlaGii1wX6CywnE6rWm*}t4KgE~Ke=v_R&E1#C)bq2E^O4JwYmi%#JCXmy!KU_~#C$gW zeEN0tf%LoSkI;wUMdr`(8@=arx1X1(_mh=egj^0Q)3?J;ruG`hd=yS$zMQ<4yc18- zUnD;uzaf7x^<2*xZl460%G7(zLoP%vi?y-7sn2&X^?iEL_oW|0KaGAC{WALX7{L4( z-k^U-{!WfQ)7_KU)PDJ~9`8ol(kGkcK9}Cq{dvj7 z$<@gXu@!w69BAJ0@R()l&(AUpq~C4oeI7Tp-+8=B|HRbizthK(zhlLAdkeq=vR<8k`Iwjk#CS6;&b{aj5W{gl@fEC+N&tJ3b`J+J-H_ipmTT{QM5#~Mp^H%0NGn;xJg-qRB27TxonL6K$+=+P~9Kzg>`E>e)^h@bC(C?t% zLw}S$g#I>$Gk?$g2gX?7_DN%E-%RBESed>qxgEI|xv#13JBEHL&S$=fyq$aiPvcor zpTBGB{%7>B=%eUkFVtM`ExxJqsZE{Fin*9q#HRG^$wSCvaR&Vwasc@VIh1^d{1ji) zdn|JM#KSb0-_%|u$u-E0$eqc)=tsX4cjHyOhi}aL`oE)HEcJVr68|vO=QH(Q%A2~s z2G*l*Z|dAY`qAX^%xBRr!L`iylY_~pP2F>i{yx5B{+4+peat0ppTwr_&qmINMd>SI zLu_j5o^GbTPk;1dKAXIdybcf0A0uBS-zPsd_1w?&zcKDow_iq6_j!{GV0o-$>hq0F zooh?qk$wREDEe{qv*?%LO6L18ls=67n*0Sl{oQ_ErtZx`E>89#HzK#ePV_@?EY8Mt zrk=N*{4e=5`6l@hzNb&T%YlB*k9jEh68S!UrvFV&vW7iP?U&iqa|_Xz!K%z#kvoukqaTho_4(PR_F786f_^*w z0s3J25c;cli+KdbUhAHh)YP82$c3>yePeQ4@&NKE@+|TaTuHwR4`C?YH}ySUl7En6 z{O$HgX=^wj@72|3|9H_w3iOug3<SetnVaxd}- z@+9&i@+$HU++*sV6U;AQ82v+2_ebCt`q&%P>wP6fFH_I)Hg&!zmZYz5>U>jjC*}ii z2>ldO=jP&K`gNwByMug;`8oPa^bhG@)4!*WqK~!FJwKVL=cO|3J<}J$67)4povTA` z!MqdpU_Km2nR?zV=1XuTeSoRw?Z=aN8(*9H{$J2zlRKZ(RG$uW(dRXFUpe~f^tI_* z(6^)SixcQ)l2?#7lK&z9hZpFtn7Z#V{agCzo85kiOntv(rp{%e{{ss!ua31%oohqx zK=w8DeTU*W=JUwQaWnnDyT%Q~Na`w;*>lwO>CR z&U_kq0j{B6Z|XVw=#O9s^YhHZ>0jVGdXE6NXAD!%Nn+~$w3wNBAuMLtb`}t(o_xABlzgB3iX26bwbSj9 zz|{N7jJdHC)-$zl3vv(g0P+O#O!TKefLHJn{=zi7^j!VE<-l6l1bdtMbK^&zh_g-Y zvyi-+yn(zAPvSLG@BKdcm8s8vAjjP8?ul#aTv}6eZ_LlUF!KuZHL*VP_BaS9F`tb~ z>9>&g;8FS$rtZH+e;;2mf6M$gecU~6&%~xam)X?&@+KE#UK%ShZ-`AzeXbkx{`7ytZ>d*ML(Q8)wVnA&TN zsrL{-A4q?Q{v>?}{dM{W_=@>E<{taq^WvG>HxoHGIlrlU%g|TF+RWQyf1HGiOzpWE zx6lWXPvB+xXXFoL&wt$KrDiF}*O?@t(sqayUT#k8ltjoL|b~5$3fy_tIkE5SSznFd*{U-Wdc$oQB@;&lf@;7qa zf8E~6F}HEh2J>SDQ+w9L#`ImteQ^Z+9I`(-fV`6&jHmDt-o_{R4!>jcBW}Nh=!ID@ z4;I4;SQDF|FOD+x_svXPf!i?H)X(oVM$soY>OPkq^I}<3=SPvJ;7a;!Ress&9Ni%uFQwiPr#YX=Q3YQzmiPN}NlopQm7Eug(O1BF*vQmgJxzUnApKDKS@cWj zm(%Yi?Z9ERHpV!YwG?S^abgQ()-ZY#um(n;#}N?hcFZ`n0o$w zQ{V3;{agA-`k1HPK5Z$dAHQSV5bdeI zchle>SPE;J`X0mZFZw083ID;K+rru|DawBpJat|Daf0_EZ z%_FZc_4&Wa`%T>wWa`{m=GX8J^H=C`)}2pk>N)8!JAH9-MXXET(A4vL&<~&=LO+Fm zF8xCKHS_`Wf%J#yPvRBk5t!hd+cO`QKp$*?O-$|8)ztUthr^kVVm^z039h6MH1+;= zlMgdLgBO_J$H%7b`^@||ef0CLPi$(BG^U=Lfj&2VQS@QnjNF0TpX^7TPF{#B={Mni z3^MKKZ|eSQc%S)W=AY?*W6TTgbE!=2o0goz)N=}Aapu*rwyFEtFz-g+i+%|GSo(?d zbLp4iCg#E9Q{?O92jmEH6vn*h_Dzf#F{`P)N}1ZfGJSRW7WAFyyU`DzA4xx!ekT25 zT*v$X`55^M`7Ze_`5Q*N_!PNJgN?t(rH}&V_FkWCDj_>e?sn2^{be=KD$kQJ{XVDUp009IsHfSSLV^f+~*Ram#Oo4$%V<~ zOx;tPzA3h6-kEuSdOw`VdRhCo#m-J-1DLpC|Z^d5mkWk7sJnG?<^hB)KNJ zDY>Po=k}r>grk|yCod(h!`-;w)aOr|+Uqj?HTq}t5%gc^qhELD6Jl~xd*{K5^tH$x z$-QwX{S5LVasYWB`4ssQUZ;PBpE1S_cYhjF-y<8j2)P`&9=Qc}rJsl^@i3mjm!|%_ ze8OZmT~1}b_3)^ORZP9lrl$62k6r19m^wd=ej#}&^Y!$Bc!2qN@>O!Use9hgf5m9G z-1B3ankO^0M|#Y`yfnEA)~0WcJ+P0d=ZrG-oGCb$`3CYfE{7`Y6&8aBn2ras@x)Lw(=htW@^UqHWvem#94?qz-sAJV@jN5A8qpAgfS z+Alx3B)KlR1-U1AAP%RWiHmUq2ATREC&*#saPoWd4~%`+?U4g3Vn^(aGfe&7F2cij z1|u*Ev)^;)3t$WEgwt^$ZZ-Ay`XTaJyo0YX3KN98=chOI^UFalWa|5uG4;F#`=> z>T_M0_oE+3KZbrP{Y-j)`gORI`APCc@_q74awIwC1NJtxZ)(hmWwD8=_uP&=ggk*f z#nk>w=-1*_<~x`lr4PkR^bbwl|CAiTJPJJ@x_NT+GId`rQ+pMrFHT>Hz7Bl@`nL4l zaS-#Vk$=k^Pl279$`rG&t-O|N&UEGr>6g;4rw^pxO@D+w1g|rHP5wfT_1Nv5#MItd$a%0ReR-^l4NdLU$<+7n zgF~46F`rJq5SP(!HFe((@*(CY@htPZ_`uYC5zM3LJ)XEefvG)GnR;$o`keHIusrj| zTd(DSMLTyoQXU&z@^JtrR)VO|Am zn7Xee^Un0$=?Bt}q8~>;i+%~NXMT`;oP3phkNl4O9X+49eG_0h%w%e>f~NK_ja8V} zVBV6xGxntSGxZ)ulczCXfd0$_FwoR}N0^7upQpb?|Cs(c{b%~$nBcj)H;bvg^N`Ds ztCE|MJ77=xfjAx~o7!u!spqZ10Ooh!hgThMpHe#|G5XOUNuH<1sJkKtMRYxo3TnA+=ysl8&nbS5(O^G#;j-t_sf z2z?b(=W39fFmH!lm=DI`rk*#A`2zYS^y}!i)9<1`On(NiF@Ht=Opf_V&)4@zY-+E} z4(veq@PMZA6GNqOFm4#K)y+SN&bXC>0`fj zd#A#*ruNEXYX4$bfq7--t>`88HlLi(lj8|Zh?@1Z|RABthjZ!&*L|A{{Cd-wblrhbo8 zo4PkUeE}@Sye787e$0oHr;+E7m*WQ9fd}z8p2r*b5MSdL^!VWRjE`x}_xjJRrvCF* zC2U6D%GCGiZR$M^#u4;0OnrVeeE>O-c@X^xyukc1`6cG>$j*ocX4{&kEeg{1Ev+@+Evq|DGJ}qx*b9Q~M<~_1vuVd9gV2 z+T@1hHrN~cnfm-#Q+rLLpGCilehd9}`XKrf7|Q$+exvvNiOBQ0DTp5J#uGq zU-B68RGdx!H*Uj2c*)c~x5=-_pUJU4yLl4KVCp@V#b!7Z$KgU#f6msM`hDGt&*-Bt z;TQLOFU(@x>_U(a*-^%!4otzo5rAw^w3JZt7ldQ~Two zFHB#7z9xNL`d0K^urKog%qP&#q+d(kM&4=a-hb&&<9X%}@gsgUbw18_w`Vd_KlhyE z!sOzn&Q+$bi;bE0#27)t*LztMaCaC>-}dVg8TMabo_GJR|8Pwz*b zPM%9%gZt=@kdK@Ceqr?Y=^xX7ppV38k#4_~mU9ley#|gO3)Suh! zc!EBR`~L#9UIbjBKN`J^rK9D|5@aDYx&yV>;`oHKG(66LlOCLyo08cW%O@2cD zO#V$y^2_a=7PFb!Hy@V8il+8zXzF{m#;(kJGWVmOh|}nonR@Ojascza7{vT6UNm*z z1Lm*j-_b|X$NcS{8`sqNRHpXJjQNII8KY%sBcsn1QJpNq?wuVTJ~{vaNqzhvtEF!BTDukZtN&*<)4EK~P+nc6E0eRldn z^kwKP(AS}FhMk!YBabJ~BQGa!Bk#u}^dWc?@0!}{t*O1fp=S(beZN?y?QPoLn3KMw zsdHt?HJCTT7R-C1uc_yaX8srb4EiPXYw0)8@1_sN5aus1dQ7*6H|EE3=ws^MMy9?; z8~P6PzVt)sN6`O8KM$8PU(I|ceGvUc@@;asse513f59l`Nn*LZvtV&k`&A@2BsV8_ zMqeC?<8V4I#8tQ%cVjSKH}&WAn;D^hepYOklVTPugg)5N)b|=po{Y;(J!cj39j3m| zK|Idt0Mq%`&UOyq*(vgEqt=Gc~gD9)f?Ox{G^M-Ih1^iT0UeYCjl z{`i>M)b~qo>ig%TFM&SHt1@p!--ft$-+T=a#pEc1%Y8_+kS?}&fWk08$@FUQUF|B{cBLop0*<5PTTYOhFBKj)b7 zorz8Do!rzs6a61pfW8#DnyK@(=v&iw#oo;QaI~rC&St(8|7O0C`9Jjk(x1U|%+0?!{$oa4YmctrY$JAbJO?|FA{>gkW^KtakaW4Hb@+MR7XDfX${V6=h z{0@FV&qVIt1enUyb8?akVR`yWruJ=2-xj+w@6CK9{bZa$zrxh>*O0d{-;cq}&*NoN z_dR0%hW-QnPx{!2-E-rcI-lCq`^<_3m{%d!Bex^>AP*-`z!~(5a6N7|b-dPXCDhJ^c@ikwl-@`-o%ed1*{NFB^SHa%FOLQ|Fq{x5F;Xhv8J5Y3lq+Q_tN* zA51&9!GNQ|G))JueG=ak3A&s;P60=-Xf?<|A;7sdICf`_r$a z52QapA54Fa{yP0_`q%Vd=_BdmBy;;F!_=m}Pa*W7uTE}^ed&jh=aW~G_mYp2Pnh~X zm+5cNKgQ?GzcY`X-0czD)aO#0daqgObI=#3uSj2ozA1eN`Y!Z;(vQG#%>8i-{SNXW zyiWgs{KV8=QS`A>xP3F4+A}w~4B3ZV7dz4SA&(+YAkW85^t;IWOx=5m{xbbF`bYF{ z@FVjCDcycqOzoG4T#;Ox+=ko@`_PZW>9`PA;bz>8!FUQU;ca|^@9;B5VXRbc-;}2Q zb3k@e|9-Lh{+)zrB$+i`8fLN^sE2J(p`oNai&QaKDY*l;O@bKyTc&CEw~4F5AFolAi>==!QDN$dvJmU z_pRD~e%)8q`*ru*eNJF@XJ(hYg1pA+KHKRJ(;uh5PXB=ZGdV*1V2>zP*T=WoBQ9!H^3%V*LPvw7l$(+#e63HeELzW zy>~kL+*pCWHo3ml`S$cZaS-!i%zvk!NxuX)(eEK&BHzL1^kI_(`$V?-o-r{Iroc>? z&1$b=R_{?BYcQ|Pyg7Xb>_*?8Jlg7cqv`*e5Qgw7P#< zt9|p(7sK+*D=}|G-x@p8545_^Q1S%kf8adk>v5yi^A0gTO@E&LHvJR&=k%ZH!za`A z`mV99o|~SWom`y!6S+RQ1$LzW6@SAqR(s91y8lx8mGoQa_t77sKSzH9A2R=!`4{>K z$%B0pTmOEOf3SLPUi#u#hIu_~hn=j>53;(?X!?2NmE^Tn=XTH^!V}Ez<72CHpO}YB zp{(zk(CYqa$Qi88<)$x+rI|OxrdH>=GVez}h<+0NEc$u$>*%-9@1j3Nf0h0w{lD~Y z@iX(dDTDpfSndAo_UPNAI^*$Tvx6>cSFM*)m!vO4UxU6OHfP=s$I?$G&&6%@2gpaPo_~w}34Q3)!9LNfe*VeG zX~;ifY5L0K#^e^{9ypr*ck&FY=dPgNNWYc-5dCSq$ovI{OB3uD-D(fYSrT%qn0?dH7!pVyC+F1Ri}X12O6AGst}#GkPVw#6Pe5dW}xuSK{H z_v2yvJ|yH3ezkgTxb#x{#Kv&!KpY8*Wv-I=lo56On!}D z>7!)`&c(;1R(oZ_g7l@aGJSQc_i04mn!Y{#uk=IcN6=59pF{sAc^7$~)qPLVU%^|< zzhd-^!QKh1_RUJphehZsU{m^b*n@ryc`DALUx%mg3G+AjjXwGh?19Ow_Q{Ne=qr&M zl3S5`kq46}lV_7Rkav>*CSS&z^j|Q3rr`NmtbYCl$>p#SeQWGWKaxBdXV5RlKXIS^ z7!q>D>Yszh7(cVJer_qP`pj0(&trAI0P~;dYhr!oZLF^APT$AseuL=8;SA;rt?s+j z>fAx{L;Pa({0LbBzq2}@h@6U?1Iy4?CpX2O^h3y#a4G$I+)RH6uhBmwzr(0mgMH## z?UN1*(wD}c=<8xf`d@JX{V1G*b8s1Mz#Vu9Pvcd*htKf?hRGJ}84crOI;)@84_1GU z*T7$_zI!k7R9u4FtgbswzHN2>U-Ap9pJ%8agFXtzvg*^2vsyhj2YpHUiddU@YjRiY zM?a1{9T(8=!IO9iAK1?!A#bhrkC8nvxz%2|$i=aO)qDL+Zc1)N?n>@wb>Eq|5l`VW z43i_cUu3KEaWJdZK6$a8{TdR|hTIjWTkW}kyus?+5v#v1&sptzh5ivfwYu&L^9VVE zb1|*1Peaa%x#&yc&-6{OC4CPZMLz}qpkIzV=?~*c`s?_T{u74E73>uQQ(L`P7R*Us z0&CGX#uoJ5aU}g@oI$?~chDcg6ZF^c1^q`1$sOz$9aCBFN6v2by^GWTgf*GBA$KDW zBabJ~BQGa!!5vojJ;D4U{Z;yZ>EF?RqK}v-*e@2wxB9tf!<<(4Ey=theN%FKa%Zb^ z{po+ham<(CHu?j2jQ$Efqkm8SE^n}3e5<`OkaJ)@`YPC*z5{s(c^r8zc{#49-;T%d zZ>#sYY4!7agwL6Oz%coOy}rZ5nB406Y*yFj$D+*3VQp;3ya)EBAC2R!?l+hDa$L)N z7w)qlfD99%@d15eXm zCBGnlB1bI{>=h3aTmL>{ek_TVuz}Uz7u~JiYb1G@)t{g1@q!Jd|2qrhXBfMndc9{7 ztMi$y&XutG^RuGWeXG+q#THiA^tDreBJy>3861`m1=G{so3D9PAej<5=yN3iHqx!~fCO#Mbm( z@mKoaa2EYi@=B}ky`BCbo??EF{G1$8B-k&q)n19nsmVDokJWwu$Gi%C4f*R;zf341apbt}2S-)?QtoBZUx#){vDf;TzlD;!}IC&y@ z0eKZ}pg)E;=^v55k|Pxh_DE>8S8B{epBqbIS*!P{ZFRmWwqo7|`{Ho?9cNfwzufBj zKXEJb{dg81Fn@{f=))J+_4tefrMiKIAdvspO^Pb>!W+ z-|BwnnBSnkL;s5YD}D45!F~xanbrPzusnSYa%*xo@-Xsv{GEO|{)s#B2wt-K^Yew( z_X%4v$VqJ2P$8MD{#?w3b*$d28M(dHbv>=lkG1-9b2|MT`qjAJ>iYdw=l-_3{yg)$ z_>pUrtuGtn2KFGF9O+!R~U55zgR3r|_y_X^&ke~mH!7wnM;(_${G zpL1gzYxQ$oiYsk+{ohN&D^~CE#Oir(=p&a2a$KwP39QbgrO$@BnU}*BR?q8%18|7d zUW;&<)%~_wJ$FC-Vfyp*H}Mhkr_8_7M=TrMH;MJnft<ocUkR%*Z^pbe zeJ>nKKaD)o>VB)}H`8yYKSF;NFEf9M;eQJDjA6YeIUBhcxja^(Z;lemwmw`X%%`$cOL*{Z)KP{|UoY z4E9Q7b^kQ@1AP&!PTzpsf!vEcjyxUb(67RM^e6Bl{ZsNg{6ZhIQm|KCtM^Z9wO=;+ zob<)$%VQ1ZwVAi3?@Iq0c`|vL)%_RIufe~VAHmCb-Rk@^t9{yev~J7G7g`weA2j(#C|4S9prx!v?f@f7oi_?|v=O`X@z>wBv` zQ<8I#3t+-zGn?+AE}1Fpq4N6Oq&4 zkMyOuvbz{Z?#`xav7{h-vqnR_a%=d zPb04;Z^oVU$MFvRzxb9uYVBa3c$nB~pC7R_ePwcEavSnM@+h1@KL`J!--So$Z;~J3 zbNVoKg6GG#{=FjSAQvK6BiF~K^qp`x{RI4jejRxm?x8=AkLh2N!_^J;h;H>=(vY)a zF8UH!o4zTwqaREjgOli&;0mkX>+Q@B(qARtVg7>rk$Lob!G4LX_REMx=*yF9Vk2yg zU9lhjhSPAS)n2Qtejc0Xx6vP>KTUt0{yzOn`Zx5U>j(FVim|Nr{sD{9mm}99HzW5V z4&%s6XJMk?2b@DUvdvde}!9MXZsntH2usHosSd+djxjXiuACHUZ*N}IUkCJbZ zAL9%9uNbFcuvbz{Z?#upav7{h-voQm4@g3;akQqfxL=LQHP8 zPfjdLUy0lRyU_O|Pa@AEuO@HC-Sh|X6kfnvcpv}8|L`+LXsrG8uS23(?U^34<4??M zVsmW8d?e1X`n_L7UV}Svuhl;vXRXd%CjUczYW4ikO@etetDFS0(-$U}#cEg|TVN;b zi^FjY&a`^(x#S&q2yZigg6}b0)8M*Tm>Sbt?b{AJS-tNdtM?s^Q=o7O zd!{63!tC@#u_k>ZY)wCaJQBy#FT^eM`^e|WH^{HaUomWpV4ql+-s<~h$Aa`#$@Q=a zeRurT>bs3%K7oEN{zbowe2#pR{DS-uLs|xV#leJ_8Z%-}tYY=gS6yt0-Ea_&!$Ht*+}yKa_qP zPRBXSmyy?4UAG<7CD6c*knbhvZk}59F{Nf_XHn`^2)^JB>Z7|GV4dQdak=WOc3+ z4zW5njXcxp`VCg+chc{rKTCg;{D}Dn`bZsv`zNrvJ{4xAFNQVg8)0kg%6tfUEKb9P z%$Hj2xr_b?p2h1{?|Iwm+-v%;7_n2ZUo5M0@vP3JqR)(Zun_bAk*io;SA)JWeH-kC z{jJUowz~f~`sug;S6Q7~XLW8T{b4+V*R0OnvO4#a{vC$utX|(eg4H}GIg!=lD z=fD{inNP;qxYX+WN~`DZqCbLX@w(Ny+g9hE(Z9#gUDWG6B3jL3 zkrP{8mz+KmeQqp@<*d$Cw7R|yeKTy2J+035u{!q~{Un@)ORUbVusXMyelH%!Gt94% z?^|8>nEoAosIKbueo-){)qN9@Q&?S>AIsC%z=qhIc^4c^KL)4bJm%}j+wcG$WB%Ie z&!14;0;6FPEP#!%tBo8gWCVE%&b4~KjaKiqoBkO6d8_LllV9UkjMzPx$G5sqO3Z|L znHRLWe_8r!SRY$hJ*SP;xt{cca5VmIb#8{$xh3@La2xJnevEwH>blGH_vv5YM-1r^ z+&8k-`^2!iE(QKz_1*Jg39EBu$<@hq$j!+etnSmrYVToIf1b}IFSfeRTB~zs@SfGV z59BXa*T?A@oKI$TK9yCUlfEdq9P>K#t;xTVhv0bn`M8OG4<5tw%cBgT5iQ!Y)?ldRUzsLO&L#;cVth$?L7I+ep8c{y1L1TUO`p zTHXHz{YMP@t9tDp&FWk%t8>ZdGhhxZWOc5X)wzoFKVuVY$-FbUkJWVp=*Q4c#d)}d z`8x6@tLskTIp$B8zrk-9sdsSxJFESYTmO78Cl^?=AX&o`v-f*!1z}C<+b`QrLZbC#{RenH`}QC?@y2~<6W!o_R(tJ zumghoMz`t{SY4NeoEMAZPt5C)f5DE}hxq`j`;VcYit})V)pOQZo!d@-5KrM1t8+K3 z&OM=jgWoXRz+fKT`aP_!OG2NKJ|`B&lFTcTt6N>y96MP5KH_kz`;Q?{BhMx;BX6*} z&nBzAk6QgbcZ>Yk>OQZn&cz!Pn8E5?A#yRR>wmU7-;}-ueNXx!fAP~bBF2A z;5EF%{9p20tLr|}haaM>?-c_RVrr{%>8C7&ffcOISFt+RjJ`eg z#6ec)hFP7PL_Z6c;40>u$a}1=J3xP${wm(X=T_%lS>68|eWYQ^+B-HTu{xK+>RcB3 zyjUE6vN~7U>Rf&L7T5`UFds-BWp&*+`kC~LaV>6SzMFi|>bjfwg8n0h9j>|FBeK=G z_?VtPI~K&!%xjVxVQcKje6rP_KeKTKp22JQ2xE*0&S%8(R)2pqB)72Ivz^s<>p?%n zjtvts&g%SP@;dT<@(HW!Zdl#tA@hIfztBhcEtto|@2&2e64P4UClB*tSRQLwov&?m zt~GsE?1v+)&W*M@H;aBD{TkegJFU+BZMFYp{0E;}-S4Ht*=o-`buJBkR?Nk`0#>m)*Mxan`hn!p0I75cm659F}pg1zEe{hX6w8u~(5mA)Ri6S)t040$TfqF;yG@Bsdem+>Bcu=?}# z3pwfdV6XI6-!GHZ`{tuBffblHA-BcuIDq+h@(f&vE17S%dj4+mV|-@y+)q~DDcpp> z=vI5hwwfoW&xkphmnB!j`q+Yb5Ar}9g_D>swAyPa`J~nJu37DKA73zk%{*hI zTJ4*_>iV?w*)Tuz!pzIl*T9C%yOR6i2%N}#K6xc>#GTBK<14H8N;WC5FqXkO*uZM< z5jfgv|5;Y=zkq%KS_Uv{s#RM z`jBbCUXiW7S0Zv6axQXlaxHRWa%XZM@)+_|@)Gi2bqqi z7bcg%YV@_NzDG;?&h*{s2jfJXX?5SlR`0!ye29DjpU}S}hn^9fkBadyIcCHH_>FgtxwtV!PpThk99kHqox3vmnmKJq#84f1R9 zR}4EV*e4dIxB6b$u^@d_ay@K9-yKKMPa!WRuO%NOpTZ0Dckv^A*xAAJqgj2Y)Z{Ff zlfEQY#GkPVw#Du^0EgjdoQO-U{vOOXflH`p^O#={ht%j#SKaw)8g zO|Y}oefwBFZ@ATW8AG0dD{z<9_qkw;g$cP$eoYQFFPO)(x=(UUOP>q#Sv|KL^Xk}u zd1rDT@&xis@+$Hs+(CaDFXA1m=e)4m=Og`B`snk6KB3inCAB*L1AQ(mz`Po^q;F5| zLmoz+N}fkvPu@*FPrixw=%3(6jJ_b)FM-v58Ob@xCCL@Z4ax1uovhwx5dCPJ$b1?u z!4+2Lw_AO$gLsPhIp(+MALDE0@0o{P7+fC><5=yV1~XVaCqMI&^kwL)(>I`RLf?hH zAN?TuarD!14)e{p-RgNKm|vv7O80>U|dHviHTkW0P>iW#|d9V=knpnr` zTpQ-y=tq*Lkf&RnTTH(eH!?qoXROZs!~7}zS8~K9nrpuVR{N$UXSBMm0DUR?vh+3R z8`5_r_a_gwx_&(U44lh+3!bFEM1DkmX?6WKa-^lo+VeZBK7rM~sp!+u=cO+}|3CWb z^bN2X^S(IH>b?`1&!k^R-cH_ab?yZHMZC`Z9e%Pp7j;>%XFRL@6I%6Y>9f)2q%TEZ znZ7Z(4R)d*iDRwqH;4H$+`#-0`84@H`6W5@@?gKH7|UwUw3rDCU}dZCUWeR<+>Jbx zJdQk9#kJmxoDFl+m&3}~5Sv;(udCJG{pbhLkENeR zKa+kH{bu^@^hfB=;$`Ol;ajWcMOYa;FQ(Prajp6k^gqxSC6^~xvN~6f{ugY^d?@~A zb#4aph4fp<`^kr`&Yh>fiT9X)!BDG$bFr+xQ(~*VlhbFS&rM&RT$5bK>NzdwJ7Evz z<8cxF8uEVf-{f25$M}{$%IaXRxK?{*Bg`031d?2mhqsNj^!wM1D$sPmZ)Mcz$e5VD)p#j{l>tLT*fMLmogLMV?7s zj4SC6;1&A2x1XUwfY{(Fb#bntV&;x+?L#(Jc|4~c?o$PZlXVh_voLK!)^$k zAKm(&BXUN}O<$f|gWR0lfjopfjy#vV9M{qx#hdhx$REgI{tWhrZ}nYLk#mv@V@dkj z*oM9vc_euXc`{m&8kM{)ryMqd+K(sw2gCr>0VAg{s= z^oQ^Sp2h3<4?e|L_yr?u4EBwQ-(wO?hnX=C7Q&KP4O?JO9F8-szQ+RcdOV01@jiaC zIv;uy`(Z|_|2eWSxf0gFR@lqx+z9eS@=UAyE~ejv2k|QNd*rv|ujHtkgZn12`u$H~ z_4h+|tNRwj;>;^xEo_W!@K+p#zvEmyYV{r$@h-l?2wQ?Z5?P%~Z@mw>1Xi@#?`NyM zyOR6i5c)~Dlzu&KvAXX*tLL1gzhrg4r{q`U&|8E4d#mTBAm=6*BUdHY!zT2-aXkGD z@*471@-gyxyh{HXBW(+wAKPlr^yD1mlH`h5oxU9oq90A3M_x(ZK|X{h=3lb>FwlLv{uGg|+JATJ4jZ{zq~FEJj}&+tc^N!Sute?l+BoHhDYw zpw-XoD)}Bh$2ZJFb_e%~X0=y*tLqZeXQt1C#hBM5HzIc;_a=`fPa!YFrB-`yVZM+4 z5d9_kf9N03zo!3+VfO@kCc*4h`xhivA=e|fBlp0*^b>I=F2=RE75C#wyo3+%iPd|3 zw%Q}~-eA9&7}si^)@q)czC5`G`4@6W@<8%P@^qYKb-&fjH`8yYKS6(q{t@{VexQ%J zFW57!)n3`irO1`Zjmd4W6a7e>L%)o?g}je^j(h{3(1+{~o*NlsSpEK`!3AT}7`YGf^z90>MIZuQ+VVlMh};3WE`xE{CTK|GEZ@D@JC*Z379o(lH* z9y3{ex7=8Wz6>_8`h9JSy|KTIssG+SF0}f6{>$oqyXg1PpQ67)|D61R9PM;)T>`87 zW+dmt{Pb0^1$`&-F!BWQeDX?MPk$6|(mx`9B}Y0FJU^k;d!)vU^u@6jePeQW@<8%L z@=TmhzZL(czf68c{y>g=Hh6v$H9bF-z7W#kG=}|7jh@^Ao6IONWUC+(H|k- zAU`61B!|5e>=D`O`AIQ7X2HBz9Dl-^*a+KVZ|mP98&|(axX}9d$olt)ejoiQ`YZG| z=%3KPp^tnyxIT{6{WFkrl1q^*VGa6rIEa2Uc^-Ksc?bCro}j;nAL+wh37((8`uB;P zi(CXt(bvb$^nJ(^$TP{S$eVBn{ds&$|C$`>D&NEEd!!*}#a#3iunB!z@<8%v@+|Ta zTt$BXuh8Eme;|jw7Cb+$)%Qq-Y3TD|2`r1%us*iHPS_hq;6$8f^?SC+ey{(02p+Zi zJ-ceP$36N-^l#}yt_RnJwK^Zu>U<*lY~=jpO5{4^Hso&Dn|=~5rC(1zL_S0Qhx`;@ z(MP!v?3LVVpN!-ppHJRI-b+49zK;LUf5I3ygXbr-`o3Ao`N`$U zHLxyy7aT!9k-UVwp1hBI0?*Pv!H`?Q^CMe5KN&eAxd6EomZxust*`_3!ofHOr{X+Z zjhpd|)$iF2e2H(Y{`F+6+fu(jX{~Y|ERD@^DE@BsbDfKe>9^u;Jcd`SpHGf?CwNX= ztLNslx?g_!a#+Xey4LtBj>H+b+G_7zcoNT8-T$W5{U6akrT<7D;h*68L{`sBZ*^UE zauKYAb*%2!%<8!{tJ$yp{ z+3J2F_kwd#t==;pCbpVq#viTjSB!aitU}+!>ijR{&dmGZAm)>Bs@46LFkeN#9d|Q7 z#rz8W4f@CQuj${@hr6%)>OG=kVynHfk@J(wk*kxNlRIEf`VlzVYTsGRSJCe!A17ZY zKOny+hk6j~5d-5`-7k&RzFFyW(3hmIL|=`*5q)dy$b1Bjw%(KZ68aVNo9XxBVdj_c zn$`7BnZKj|L?88Gu>iNmY z8Oa66rLa7GGwek_m^_WVfcz(UC+?@ej{nhrCdYgc?337PpUmVuSctwRwxRDv9!Z`; zUQAw#8|nYXyY$b zk7@nq45pyZg+;I|R>RuZ6x(4J?2E&30{(%Ea1Cz3U3dh~;&pt0FYyzGe-*q>Ld;_I z=WYQkk9DyP_Qp|G|J+O=&$aq4i^=QAo5;tkety^R35L85u8V9nPee{f{=w=w1?fxE zm!q#m-;}-ueNXy9^uy>U(a*vK%s1dBtLGhNeun-6{R8^{=-<+Zc@wX$;_lo`thIy;r-y4%zoy%tR zbIea)iCl-=!0KEZ`fk{p`6Qfbb#5v1_4J3xXUG?<&izCG6kjoq@=kN@ncQlxjN~HZ za^$+?=GcjT7AwexZ;1DY#EYtM8hVT$Ws&+??D2yU~xq`SdHv zd&tMh*U1m?DSf!l!SfSZJwG)$AGsvC2Du?Nr|*js>1UGHk++jikT2qO`ZpN)OYrd>@Z8jx%j$a+!BX_Ku_?C09ykz3 z;S`*M%Wwnkz{7Y3Z{tg=zh^^z3-*g{l@nU+mz?|q`A4hY+XD2Z=__0RUXweJhmgmS z=aQG>TKXe+gZ?4;3prv)g#W*P0;|1JVFvo*Sc|?fxjT6vc_Mix&Zpmor|7ScpOZh5 zql5~c9~To@y?0J5OJ9xLlH7$nggh1})33t4^vB7!$^VkSkRyZ+_V~`~`Dw8LeJOGs za&vNb@&Fu0KL`J$-$_18zCnIY{(#@;gPY7elh(9`W^Ip=ugmJq`yl4kp3-wl(4~l<63>sjO1M8(&WlmlfFF;rXNF|PhLgd zNj{7x>F?tw`f%Zb=O?s!&ot!R@z)Ot)$@~L4*Ejms^t3Q_T-+}kA5P~#KpK4x8iO*is$eKKE(g=_l~VRFof zxv-Me-#^vJy{!JZA8z&YpMZZbpTm45{YKo)d_VKk^jGm7^GD3z(uYI|o)g*X`z9l2 zz#LeJc?EJUY>cg#_rPH|!|MH(SiRRe@^-8DJ81RX>sJ4Ntsl}qqyK`jq6X&^Tb<8L z&POg}b^nU=wdw2Ax2Nw(--mt-{WSWS^vmcs;1=em@x0aZ?lXTu|C&DBcfr0ftoDs# zbv_0C5BMYVvePhw(H%#7u+6ArNn_4gxr5w5lVy|Vh=r|7TJ z-?O^zBROo0;CwWUZ#7R(&W;7K4D+9??q8d}DYnBNR`=;`b#4UxM4X9>tHWR`=O$b?y$nu{swiR?vTEb$x29^I7S0(3hmIOs>PcHT|#Tk>trZ zmwr7SqCbsS@gDOxGx&P}GD zjZ1Mg^UdVFR@WV*KSO^F@8b)rbFZ!L9}-9U_W|QzQmb<*tXsheS)6b$`g6nV-^F8E4R@dFayUaf^4;NQ+y-##ZV0Au;)qdIN^J7V@ zXmzft)wzcBt*{IBVm_EW#_GBW^t0%f;5yu9b#9l{{g2U~$D8=b>fBSSb06u$##7dN zMZ@@3=Mr0;%Rrw43t=Ej1|8(IDNGtlbq$tmPjR`=ONzs>499H+m4x0t^nf5S-egX?2k z-8U6EGv>h}%qwC;`rcN1jle0m5clFk{A3gB_cB3nU1CgU^&W++_WvJ!Rr-2X*L5QI z#-TWl`5f{x+PHRMvj6F^Sc=6jtZ5(C5YCScZ93 zay_f-8qv3-?|}nxIP(eQsaDr5#r0O-eHR|J+V2$kD)~0~U-Db4`+T(8`@2L^f6t_{ z%9*Y1lgH{@ZES0GZUA|R)%icH&M&54PQQ)*5cxFo+w?EVp%MqzN5Su{o|^#+)0e@j zSdV#Ia(5hnqnVGl+H(p0I^2c_te$to>fAN@`}hJsTAll9buLO0srQbH$uN!8JS#b$ z)pdpF%hFfF`q;wiTpO$Fd(aQWQ8>lw+;ppRi|N*83wXHra$S(xV~7q)s{Ev(DDGxI(;498oYpKSGJacf{)41^Qd~ z7+)~|NDiAUxGtjgdsx2*rpN47_s?y0t~mWqSQ8srooi-wt`mK49E#(t&P}p9H)S33u0;Jb;*s%ZLx>dbpx4?!YRzB zGhal%2LEDy5RY2j=NkD5KBxa?{asT^?fae8`2<#dD*ANvIq3^ydFHKfFfPQ^c*g3x z-Nb+K6DCL%%!^=En>bk?^Gk6W}Gk;4CNgdoTGRCvI zKB3k9)6xHk1+bLWxw2O0YSK5t*4WkRTu-ZWL+QuibezL{8F_=%b(`q-)1Smkc!T*v z@-wUJzG0*^%KGl{Foo6kOGnO5&Py&qu3&YaDpq?pv-H-)n3W1&gGylg#W`TR_AJ1oohnh7Q15~=EKP2t*)C)KbL+v{)s!S&h53j z|4I5wcnANrI`_ir+!y)?>6P`pV`3t!bIGjEWuniGMX@yV%H%p$*EOJTL*EVi<51?~ z$WyGYTaD|PA7OqLuj2!&^G~ey`$``%gR4FAWx3c0S;bq(p; z(09ZB_?y+aF;@4VPQL(G;U=qd+pNwVrayz%@V?c#$5!Xw(TB>YtoMq7F|Fo_$Z4#u z%Rrx-z9^Q%%FOGK8(Ce~3rEsV#@V=#`Fh+-e;hC1E#@!CA2I9?!Tyo0o|np|)W5#A z`g5oxRnJ{R{JfcUq}BJ{bBl(^mp-_)q6(D5*Q!TV0Nr!)9PQZlSf!RZ@Sg{EMUHb zelz_(`a|@W=Bpo2D36RN-l@h>6?=~U^n`~WrsQ_m0|(+L ztNV74&Q9cheumb9lq*`a4$FKd1kIVR8oZ2v+krR{JN#)bv@%d9e&uwYq-` zawl>(tNRV2A5A}=eir?5`qlIY=>Nv^%fBE9Nvr4lLw<_yFjSsk9?NQv#F&;o54jlrkG=-EA$GuC%==pHF_wNB{Y?60 z^c(0m(eI}}O@E&LKK%>&P+_v1PG8{{|SZy2>uuwM$R?~sn1 z1@mHIEQ=Ma_G(~tT}$lDygT#3^kZ-m{Vc2RGLO8P`DWb9{2=qQ^w;qL^C!&T(}yk` z>=O$UTRkVa)xJ6C^O4IjuSl-LycxD;J`jgm-RF1aGwE008s@v1AEiG@f0Ot6B-`UKU(yyf7M}Lz34E;U&m-KJw zLl+J9i)i(oW8n9g0&`jY`&6Z@{&}o{&9NK)W_50i^`2JmzZBOq-^hF){So@hc%At( z=I=3dvEcsUt?nP&>i!AnGhk-sg_)P3|B1dneM|bb^u6c@<8RF8;UcT&Ze+fj{yg~> z`L5Num-L@7RB`qCJ_#@j7O{GdvRIA28M!_7rXNq9L0&`NNv1#lBY48lX!F|J9osVtxb4Y?2nHM3KCD$f5 zC3hwF!{PK3a4s&idd^=~&)J1Xn4e&NgZ?2tqyJ|09m4!CxKDJe`y{|*R`YC_)9QJp zm{+2&M&FRW6@5GUU+IV71m=s$YstIGN6A;o_wX70dyG&f*e{CJUWu*tPfMSXJ`a5{ z`cm{&>FePy%v&?>O+S==26+*AnbmVQ((lHD%&*`Rd~S6%WUK2FSzVt7vog=YyeNHX`kL4V`!FAd4(x! zq@Rh)nC~PXCSM}oA-^Jj!SEG>ePduUOl7rKPOI-<7|SsKiFtkc7TAuypVfC5L>|k0 z8qQ|E1~*teZ$I;s^k?XA&_AUAm;M8Nm`cH(F|3}O70Y64?23bNxYcu~S-t0c`o;7c z=y%ZXp+8A~3GXn!&-@*IsLH`U@vQEjf}Fr0peh(gEeiL8Qe zeQNrgSQhIrZ-(vZ`;&je-|1&q-FF53U$~3;KIZ4>Z{S_}H&*+7Acw1=toM(OajoWQ zF{9P<3NSB4UzWZGeM9=D^d0Gc#o^3nk{6RVl6R9&lds}k`e*nBL)8rSieb_KT3a*{x&{i{#~u$`RT9> zR>j8H-0HdAt=@A0{Sf*I^ncLLp@A`c;tusSz|ehw~Tz5~zDUn9RHe4F^koon}x9=Ho(qS@6+At=QrHyJtyEF%;zv)NxzxHe~Pb|hpiu+i)i({1Xg>dqEAPkgT4@bG5U)1KVx&|zmkWLCzEHB*O0g1 zUi#yB6>nPY^}=eej~KRrvfeME_1@NdV+Q*CR_6+n%Q3Hxb(puo4p#RYz zL%vSFZS~w|^zZR2^H`07y;EU2tMhrS_AE|ci`<0#i`BU<^nGzK^FMGc{Z{hdI zi;1j$|8ig%`l{p>@B*KE=-%wW;>epPPv>6BfkER{K`B zde7!o-?anwV&0eeNc!>gb8#W_znJgBBg{`Qze0bD{so3>7VHtv>iNkrBYgpKDXdCg z(`xS)^qsIb^Zv}o)6c-U^y{qN|1a_$=Ev|f^E-Io>Ur;&hiV>NAI_?eX|;bM`egK( z=yPKU=0B60kUNw6kjIdx;#~UWxCM7uJ^!TD^Dp5Y=J%PuqYw2beHZThh0s?@2$1ei;2E`dPS~`4RjF!?p{QF2ME zb5-c;Vq@mLa4h{a@+$IX@)7b`yiETR!?z0d`rc}v6!-&uL2_xVM&FX$nLL>M8+kge zrr%87ZuMR#=r7SJz%RpH~+)W7^O|nC&V09@0pKW!fNjdR`;pGys6cH-m)Y1VLsmK{0v-3|0j7T z9;Uxc{s$k?f5d2QgZstDlvaCWCl|!h^tH&1u?2lk98Lc_&ZS>V-irI_&y#QBJ^Hs8 zxm~bd987ApUlwv+EKXmITpyd#cg3Do-+u)2N%T|cm(Z`L-$;Lu{xtnP@^kz^AE|w? zZ){9ry)QX07N)O+P3hZ{2a!kP@AQkwYjG?6G4gr5O8+m0bO`o}Vzo~qavID^UxZv1 ztI;ZG1x?(lyvCj`d#T9OS~};#S|YDt$ftg?Ve{-RTG5Nal0M%g9^F`^o3Y zcgU~EUob+qV88FIe$GiTJAEN?6>?o{PT!5(AAh5tO$%OEE9Yyas(kY{k4C^M3Rr=tt8}r(Zz7g#J(ZJ@g0YFVNqje@XsC zj@l!5j|5ilk&&De3u8&2N4MH1894)H zr7wcD>6?dBv^%=ee5Xrq~4s<0M>Q^fA~COL&9%BYbLg?kn?%{etVG zTJ?#o_D+kLnCHO)R_DqyuYnDjH)Y;|z8CgqJ_^TK-DeK-W%R4)x6<#YKTLm_{x1DP z`Zx67FkFA#U*9Du=EZ8*1&3I@?^v8nzZ%zD?YWQnW%{S&cNl6w@VuB-_e+E+=riMw zR`)B$ygYp+`nvSZ>08lvryoE+gnkPBT>6Fd>*%-P9_APEK0dbE=abdm;RZ^5w@6lf zT&q4AeJc8F^!e#4k?W8fSY6+Sz8m&tJ_V;+omp_ko+Gx%-~?3@2vJnNzP0zOfG{J z>04nttMAkA|5&=~u%Oy>i^JI1-8m{Yc8lGCt=RS1-7R)^V7FppD|QEBcca*?*zH-* zd4GT1*ILis?|$|Mo$s8PYlis*`YH4a=vUFNrQbt;oc=WZHTp1o!u$_L8snaq$kfk0 zjj6pe(C4G~p)W)4OYeuxnfJp%rru)`^EveM>DSZmq~Ak-lKvuIXZ{u=Or0BftlKxS zseO~1>a)@3M;|Q5yau_Usrx#U`=UQiU_PI`5;x&a<|i=3)bnpMe~fRLM;@oSzHb~% zh8axlk(XQ?D_{-gO|d8aU>r+7(bV%7(yzwN%#V}L<4p`_9zp(v(Z;)dmndr_*jG3?imN)ft@g+Ah^?T69)cNh151=1OKbC$j{R;X( z`t9@w@EG$u7-s6Z@0tIgk2lFZKc%VXr!{q54*G&voOxaR4|`*OQ}>NG^*%Fk5eDKG zQ_nd;zCaEmzaal0N1yDjk7ero)TYk&qAyOaNNz}OMearRCyz39&TRT6xR&`w=E3ww z@igUuBwyz~X>%hFfJI?OxcaQcbl1>{xao#dnB z8{~)N59FWZ_*30}sZ8yclUxW((AUN$*cQ9vKpcfra4rVoK2txp6Xe_EC*&{We;93= z+bb>RH+8=cxemD*xf^)^4x^um^Kc2S#cg;1PvLb_e;?d73+cb-X1dhRFO#X9n_SA& zURAIzHe%j}+!gzqx_>b9N%V7YDf5-gH`DLI6U;-H-=cqnZ}6+B=lnFacZ?Zs&xDv7 zy-ZzKoLm8GVtwZS;b8jldSa zkw=*N-qSIFekE?lQ>M-fHFf`e)BbybP2K;F{;#R)BF}QyB{g+j22+}!sDf2&=XpTECjj8wZCKn@@H1*t?^o_6u^KLkbehPUN zISBXCUm)KizbF5|XaR1In5Lea%GCR2#@tvG%bD7{lBw$((zn9S*pvBSQ`h^GCo>Pg zWf;hOqp9l;;%(+n$uCVk_a}YSxysr%mZ|$vVp>zzb-g8m16)Ol`iPgBJbdJb^rm zyo$Vye2RRD98P{qjxe=H|pesX!TFV>^)f+OfBk(ZG-koS{M;#vB~_?YFn+@Cy>Jl@nf3(2cZegAdzd+Cp3DE%c<``o1uC%++oG<9yYrBZvv zH+61eQ@uA9Fm+BTQ`c1>*Ti_w>)uSQ=Vn=tQ|W2&QD?LoQ#+Y^E3A` zb$uDKFLOU^jUAYGGj;uN3}C(t*V1pstES%fHzr)=?)Ng)=f|>G8=IKgyOpW;=tSQS z$Ko7ZYU=uRruN%p>b?W?r|55x?~&i2$7*+fEK~QVB4;KSB9|tYH+6n(`X=PIrrxVN zeP4Qi`l&dN`3h6d3p91!F8clCv&^5W8@3WZ{Z{6-^h{Hy6Y2}`p#*{-sHmM%2?gh^P4hnhh6B0ntJ{S z@)YKCaWV5C+-B;$qs-6JU!;FX|C;_i{crl{>)hUnOg%T5sq?bX=f%SGl}%k&o$SZF zHFjX$7bnvPkk^xUkWY{=k*}G0{uBCF^gl4>dd>Bn6JttK`(#INQ}>r-UKxGq8=Jbm z6OP8kxD)r7Iw!=`^RD16`j@88c}xDmJjw=leN0pHRG7}xdAXSv#ZvUOOkH1(+>&`G z?8AHlc@}vUIf#6Se42a_{Ymmwd`176?74~kOxur~hg`ta^UBj#rEi4In0IB~ABQrZjMGh>vyAzA`XKs4 z^k?YL)8CpNyuycP_FIxf0or+#0*nk0MVYuOM$CA0(f~^Yl+K$~O1>44B!}cPnUWpHlSY z=dQ>(4VEhO#cv{F#p2*AI99_o|DqlIcZHjFFSn!EQ#fr`9^A#z+=qs;15h0?DolF>N^$0;`BAK zHx9*dI0F~rYTS%_@ED%M8~6}k;b;7do_pMWi7*Z3#o}1i)bEF{so&!sIMejif6o{5 z4Y&_OO?}_{rr!TCInrKbotMT`pT*QUIZRz&g1#bsRr-eXE$I7^N00-^%P^3BC!V3d zinr-s;2-)J``lh}P3@Hi^U;^Uvh=mFzN!7&G4Da&hkgwGbo$x!%jq}ZR^}o29AoTv z`=l`S-7;b}dLOKWwXq4d#qKx|N8uEli_38X?!-eFf>-b!KEn?f?SR`mKBhDE^UrAN z_o)K5H*4wNcVq646L2x}ZKmFTKc1q$OMXuNh`%xVL3e%vOof@Tl&QU{p&z!zJ~$pH zn|1X6S1|Q+-)(BIBN&R;OkMYq{F(gS)O|4zx%(1hDpP$na(+|yS2cU;KW9pAhl5Q$ zcN}>pF2X?Ef_pIp@0+^+3Hcp<$0�^Anl+KFLh|+=^fcQ~TC1bxuS2CiETXd(ro! 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 literal 0 HcmV?d00001 diff --git a/gtest-1.7.0/src/gtest-death-test.cc b/gtest-1.7.0/src/gtest-death-test.cc new file mode 100644 index 000000000..a6023fce4 --- /dev/null +++ b/gtest-1.7.0/src/gtest-death-test.cc @@ -0,0 +1,1344 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan), vladl@google.com (Vlad Losev) +// +// This file implements death tests. + +#include "gtest/gtest-death-test.h" +#include "gtest/internal/gtest-port.h" + +#if GTEST_HAS_DEATH_TEST + +# if GTEST_OS_MAC +# include +# endif // GTEST_OS_MAC + +# include +# include +# include + +# if GTEST_OS_LINUX +# include +# endif // GTEST_OS_LINUX + +# include + +# if GTEST_OS_WINDOWS +# include +# else +# include +# include +# endif // GTEST_OS_WINDOWS + +# if GTEST_OS_QNX +# include +# endif // GTEST_OS_QNX + +#endif // GTEST_HAS_DEATH_TEST + +#include "gtest/gtest-message.h" +#include "gtest/internal/gtest-string.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { + +// Constants. + +// The default death test style. +static const char kDefaultDeathTestStyle[] = "fast"; + +GTEST_DEFINE_string_( + death_test_style, + internal::StringFromGTestEnv("death_test_style", kDefaultDeathTestStyle), + "Indicates how to run a death test in a forked child process: " + "\"threadsafe\" (child process re-executes the test binary " + "from the beginning, running only the specific death test) or " + "\"fast\" (child process runs the death test immediately " + "after forking)."); + +GTEST_DEFINE_bool_( + death_test_use_fork, + internal::BoolFromGTestEnv("death_test_use_fork", false), + "Instructs to use fork()/_exit() instead of clone() in death tests. " + "Ignored and always uses fork() on POSIX systems where clone() is not " + "implemented. Useful when running under valgrind or similar tools if " + "those do not support clone(). Valgrind 3.3.1 will just fail if " + "it sees an unsupported combination of clone() flags. " + "It is not recommended to use this flag w/o valgrind though it will " + "work in 99% of the cases. Once valgrind is fixed, this flag will " + "most likely be removed."); + +namespace internal { +GTEST_DEFINE_string_( + internal_run_death_test, "", + "Indicates the file, line number, temporal index of " + "the single death test to run, and a file descriptor to " + "which a success code may be sent, all separated by " + "the '|' characters. This flag is specified if and only if the current " + "process is a sub-process launched for running a thread-safe " + "death test. FOR INTERNAL USE ONLY."); +} // namespace internal + +#if GTEST_HAS_DEATH_TEST + +namespace internal { + +// Valid only for fast death tests. Indicates the code is running in the +// child process of a fast style death test. +static bool g_in_fast_death_test_child = false; + +// Returns a Boolean value indicating whether the caller is currently +// executing in the context of the death test child process. Tools such as +// Valgrind heap checkers may need this to modify their behavior in death +// tests. IMPORTANT: This is an internal utility. Using it may break the +// implementation of death tests. User code MUST NOT use it. +bool InDeathTestChild() { +# if GTEST_OS_WINDOWS + + // On Windows, death tests are thread-safe regardless of the value of the + // death_test_style flag. + return !GTEST_FLAG(internal_run_death_test).empty(); + +# else + + if (GTEST_FLAG(death_test_style) == "threadsafe") + return !GTEST_FLAG(internal_run_death_test).empty(); + else + return g_in_fast_death_test_child; +#endif +} + +} // namespace internal + +// ExitedWithCode constructor. +ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) { +} + +// ExitedWithCode function-call operator. +bool ExitedWithCode::operator()(int exit_status) const { +# if GTEST_OS_WINDOWS + + return exit_status == exit_code_; + +# else + + return WIFEXITED(exit_status) && WEXITSTATUS(exit_status) == exit_code_; + +# endif // GTEST_OS_WINDOWS +} + +# if !GTEST_OS_WINDOWS +// KilledBySignal constructor. +KilledBySignal::KilledBySignal(int signum) : signum_(signum) { +} + +// KilledBySignal function-call operator. +bool KilledBySignal::operator()(int exit_status) const { + return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_; +} +# endif // !GTEST_OS_WINDOWS + +namespace internal { + +// Utilities needed for death tests. + +// Generates a textual description of a given exit code, in the format +// specified by wait(2). +static std::string ExitSummary(int exit_code) { + Message m; + +# if GTEST_OS_WINDOWS + + m << "Exited with exit status " << exit_code; + +# else + + if (WIFEXITED(exit_code)) { + m << "Exited with exit status " << WEXITSTATUS(exit_code); + } else if (WIFSIGNALED(exit_code)) { + m << "Terminated by signal " << WTERMSIG(exit_code); + } +# ifdef WCOREDUMP + if (WCOREDUMP(exit_code)) { + m << " (core dumped)"; + } +# endif +# endif // GTEST_OS_WINDOWS + + return m.GetString(); +} + +// Returns true if exit_status describes a process that was terminated +// by a signal, or exited normally with a nonzero exit code. +bool ExitedUnsuccessfully(int exit_status) { + return !ExitedWithCode(0)(exit_status); +} + +# if !GTEST_OS_WINDOWS +// Generates a textual failure message when a death test finds more than +// one thread running, or cannot determine the number of threads, prior +// to executing the given statement. It is the responsibility of the +// caller not to pass a thread_count of 1. +static std::string DeathTestThreadWarning(size_t thread_count) { + Message msg; + msg << "Death tests use fork(), which is unsafe particularly" + << " in a threaded context. For this test, " << GTEST_NAME_ << " "; + if (thread_count == 0) + msg << "couldn't detect the number of threads."; + else + msg << "detected " << thread_count << " threads."; + return msg.GetString(); +} +# endif // !GTEST_OS_WINDOWS + +// Flag characters for reporting a death test that did not die. +static const char kDeathTestLived = 'L'; +static const char kDeathTestReturned = 'R'; +static const char kDeathTestThrew = 'T'; +static const char kDeathTestInternalError = 'I'; + +// An enumeration describing all of the possible ways that a death test can +// conclude. DIED means that the process died while executing the test +// code; LIVED means that process lived beyond the end of the test code; +// RETURNED means that the test statement attempted to execute a return +// statement, which is not allowed; THREW means that the test statement +// returned control by throwing an exception. IN_PROGRESS means the test +// has not yet concluded. +// TODO(vladl@google.com): Unify names and possibly values for +// AbortReason, DeathTestOutcome, and flag characters above. +enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; + +// Routine for aborting the program which is safe to call from an +// exec-style death test child process, in which case the error +// message is propagated back to the parent process. Otherwise, the +// message is simply printed to stderr. In either case, the program +// then exits with status 1. +void DeathTestAbort(const std::string& message) { + // On a POSIX system, this function may be called from a threadsafe-style + // death test child process, which operates on a very small stack. Use + // the heap for any additional non-minuscule memory requirements. + const InternalRunDeathTestFlag* const flag = + GetUnitTestImpl()->internal_run_death_test_flag(); + if (flag != NULL) { + FILE* parent = posix::FDOpen(flag->write_fd(), "w"); + fputc(kDeathTestInternalError, parent); + fprintf(parent, "%s", message.c_str()); + fflush(parent); + _exit(1); + } else { + fprintf(stderr, "%s", message.c_str()); + fflush(stderr); + posix::Abort(); + } +} + +// A replacement for CHECK that calls DeathTestAbort if the assertion +// fails. +# define GTEST_DEATH_TEST_CHECK_(expression) \ + do { \ + if (!::testing::internal::IsTrue(expression)) { \ + DeathTestAbort( \ + ::std::string("CHECK failed: File ") + __FILE__ + ", line " \ + + ::testing::internal::StreamableToString(__LINE__) + ": " \ + + #expression); \ + } \ + } while (::testing::internal::AlwaysFalse()) + +// This macro is similar to GTEST_DEATH_TEST_CHECK_, but it is meant for +// evaluating any system call that fulfills two conditions: it must return +// -1 on failure, and set errno to EINTR when it is interrupted and +// should be tried again. The macro expands to a loop that repeatedly +// evaluates the expression as long as it evaluates to -1 and sets +// errno to EINTR. If the expression evaluates to -1 but errno is +// something other than EINTR, DeathTestAbort is called. +# define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ + do { \ + int gtest_retval; \ + do { \ + gtest_retval = (expression); \ + } while (gtest_retval == -1 && errno == EINTR); \ + if (gtest_retval == -1) { \ + DeathTestAbort( \ + ::std::string("CHECK failed: File ") + __FILE__ + ", line " \ + + ::testing::internal::StreamableToString(__LINE__) + ": " \ + + #expression + " != -1"); \ + } \ + } while (::testing::internal::AlwaysFalse()) + +// Returns the message describing the last system error in errno. +std::string GetLastErrnoDescription() { + return errno == 0 ? "" : posix::StrError(errno); +} + +// This is called from a death test parent process to read a failure +// message from the death test child process and log it with the FATAL +// severity. On Windows, the message is read from a pipe handle. On other +// platforms, it is read from a file descriptor. +static void FailFromInternalError(int fd) { + Message error; + char buffer[256]; + int num_read; + + do { + while ((num_read = posix::Read(fd, buffer, 255)) > 0) { + buffer[num_read] = '\0'; + error << buffer; + } + } while (num_read == -1 && errno == EINTR); + + if (num_read == 0) { + GTEST_LOG_(FATAL) << error.GetString(); + } else { + const int last_error = errno; + GTEST_LOG_(FATAL) << "Error while reading death test internal: " + << GetLastErrnoDescription() << " [" << last_error << "]"; + } +} + +// Death test constructor. Increments the running death test count +// for the current test. +DeathTest::DeathTest() { + TestInfo* const info = GetUnitTestImpl()->current_test_info(); + if (info == NULL) { + DeathTestAbort("Cannot run a death test outside of a TEST or " + "TEST_F construct"); + } +} + +// Creates and returns a death test by dispatching to the current +// death test factory. +bool DeathTest::Create(const char* statement, const RE* regex, + const char* file, int line, DeathTest** test) { + return GetUnitTestImpl()->death_test_factory()->Create( + statement, regex, file, line, test); +} + +const char* DeathTest::LastMessage() { + return last_death_test_message_.c_str(); +} + +void DeathTest::set_last_death_test_message(const std::string& message) { + last_death_test_message_ = message; +} + +std::string DeathTest::last_death_test_message_; + +// Provides cross platform implementation for some death functionality. +class DeathTestImpl : public DeathTest { + protected: + DeathTestImpl(const char* a_statement, const RE* a_regex) + : statement_(a_statement), + regex_(a_regex), + spawned_(false), + status_(-1), + outcome_(IN_PROGRESS), + read_fd_(-1), + write_fd_(-1) {} + + // read_fd_ is expected to be closed and cleared by a derived class. + ~DeathTestImpl() { GTEST_DEATH_TEST_CHECK_(read_fd_ == -1); } + + void Abort(AbortReason reason); + virtual bool Passed(bool status_ok); + + const char* statement() const { return statement_; } + const RE* regex() const { return regex_; } + bool spawned() const { return spawned_; } + void set_spawned(bool is_spawned) { spawned_ = is_spawned; } + int status() const { return status_; } + void set_status(int a_status) { status_ = a_status; } + DeathTestOutcome outcome() const { return outcome_; } + void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } + int read_fd() const { return read_fd_; } + void set_read_fd(int fd) { read_fd_ = fd; } + int write_fd() const { return write_fd_; } + void set_write_fd(int fd) { write_fd_ = fd; } + + // Called in the parent process only. Reads the result code of the death + // test child process via a pipe, interprets it to set the outcome_ + // member, and closes read_fd_. Outputs diagnostics and terminates in + // case of unexpected codes. + void ReadAndInterpretStatusByte(); + + private: + // The textual content of the code this object is testing. This class + // doesn't own this string and should not attempt to delete it. + const char* const statement_; + // The regular expression which test output must match. DeathTestImpl + // doesn't own this object and should not attempt to delete it. + const RE* const regex_; + // True if the death test child process has been successfully spawned. + bool spawned_; + // The exit status of the child process. + int status_; + // How the death test concluded. + DeathTestOutcome outcome_; + // Descriptor to the read end of the pipe to the child process. It is + // always -1 in the child process. The child keeps its write end of the + // pipe in write_fd_. + int read_fd_; + // Descriptor to the child's write end of the pipe to the parent process. + // It is always -1 in the parent process. The parent keeps its end of the + // pipe in read_fd_. + int write_fd_; +}; + +// Called in the parent process only. Reads the result code of the death +// test child process via a pipe, interprets it to set the outcome_ +// member, and closes read_fd_. Outputs diagnostics and terminates in +// case of unexpected codes. +void DeathTestImpl::ReadAndInterpretStatusByte() { + char flag; + int bytes_read; + + // The read() here blocks until data is available (signifying the + // failure of the death test) or until the pipe is closed (signifying + // its success), so it's okay to call this in the parent before + // the child process has exited. + do { + bytes_read = posix::Read(read_fd(), &flag, 1); + } while (bytes_read == -1 && errno == EINTR); + + if (bytes_read == 0) { + set_outcome(DIED); + } else if (bytes_read == 1) { + switch (flag) { + case kDeathTestReturned: + set_outcome(RETURNED); + break; + case kDeathTestThrew: + set_outcome(THREW); + break; + case kDeathTestLived: + set_outcome(LIVED); + break; + case kDeathTestInternalError: + FailFromInternalError(read_fd()); // Does not return. + break; + default: + GTEST_LOG_(FATAL) << "Death test child process reported " + << "unexpected status byte (" + << static_cast(flag) << ")"; + } + } else { + GTEST_LOG_(FATAL) << "Read from death test child process failed: " + << GetLastErrnoDescription(); + } + GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Close(read_fd())); + set_read_fd(-1); +} + +// Signals that the death test code which should have exited, didn't. +// Should be called only in a death test child process. +// Writes a status byte to the child's status file descriptor, then +// calls _exit(1). +void DeathTestImpl::Abort(AbortReason reason) { + // The parent process considers the death test to be a failure if + // it finds any data in our pipe. So, here we write a single flag byte + // to the pipe, then exit. + const char status_ch = + reason == TEST_DID_NOT_DIE ? kDeathTestLived : + reason == TEST_THREW_EXCEPTION ? kDeathTestThrew : kDeathTestReturned; + + GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1)); + // We are leaking the descriptor here because on some platforms (i.e., + // when built as Windows DLL), destructors of global objects will still + // run after calling _exit(). On such systems, write_fd_ will be + // indirectly closed from the destructor of UnitTestImpl, causing double + // close if it is also closed here. On debug configurations, double close + // may assert. As there are no in-process buffers to flush here, we are + // relying on the OS to close the descriptor after the process terminates + // when the destructors are not run. + _exit(1); // Exits w/o any normal exit hooks (we were supposed to crash) +} + +// Returns an indented copy of stderr output for a death test. +// This makes distinguishing death test output lines from regular log lines +// much easier. +static ::std::string FormatDeathTestOutput(const ::std::string& output) { + ::std::string ret; + for (size_t at = 0; ; ) { + const size_t line_end = output.find('\n', at); + ret += "[ DEATH ] "; + if (line_end == ::std::string::npos) { + ret += output.substr(at); + break; + } + ret += output.substr(at, line_end + 1 - at); + at = line_end + 1; + } + return ret; +} + +// Assesses the success or failure of a death test, using both private +// members which have previously been set, and one argument: +// +// Private data members: +// outcome: An enumeration describing how the death test +// concluded: DIED, LIVED, THREW, or RETURNED. The death test +// fails in the latter three cases. +// status: The exit status of the child process. On *nix, it is in the +// in the format specified by wait(2). On Windows, this is the +// value supplied to the ExitProcess() API or a numeric code +// of the exception that terminated the program. +// regex: A regular expression object to be applied to +// the test's captured standard error output; the death test +// fails if it does not match. +// +// Argument: +// status_ok: true if exit_status is acceptable in the context of +// this particular death test, which fails if it is false +// +// Returns true iff all of the above conditions are met. Otherwise, the +// first failing condition, in the order given above, is the one that is +// reported. Also sets the last death test message string. +bool DeathTestImpl::Passed(bool status_ok) { + if (!spawned()) + return false; + + const std::string error_message = GetCapturedStderr(); + + bool success = false; + Message buffer; + + buffer << "Death test: " << statement() << "\n"; + switch (outcome()) { + case LIVED: + buffer << " Result: failed to die.\n" + << " Error msg:\n" << FormatDeathTestOutput(error_message); + break; + case THREW: + buffer << " Result: threw an exception.\n" + << " Error msg:\n" << FormatDeathTestOutput(error_message); + break; + case RETURNED: + buffer << " Result: illegal return in test statement.\n" + << " Error msg:\n" << FormatDeathTestOutput(error_message); + break; + case DIED: + if (status_ok) { + const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); + if (matched) { + success = true; + } else { + buffer << " Result: died but not with expected error.\n" + << " Expected: " << regex()->pattern() << "\n" + << "Actual msg:\n" << FormatDeathTestOutput(error_message); + } + } else { + buffer << " Result: died but not with expected exit code:\n" + << " " << ExitSummary(status()) << "\n" + << "Actual msg:\n" << FormatDeathTestOutput(error_message); + } + break; + case IN_PROGRESS: + default: + GTEST_LOG_(FATAL) + << "DeathTest::Passed somehow called before conclusion of test"; + } + + DeathTest::set_last_death_test_message(buffer.GetString()); + return success; +} + +# if GTEST_OS_WINDOWS +// WindowsDeathTest implements death tests on Windows. Due to the +// specifics of starting new processes on Windows, death tests there are +// always threadsafe, and Google Test considers the +// --gtest_death_test_style=fast setting to be equivalent to +// --gtest_death_test_style=threadsafe there. +// +// A few implementation notes: Like the Linux version, the Windows +// implementation uses pipes for child-to-parent communication. But due to +// the specifics of pipes on Windows, some extra steps are required: +// +// 1. The parent creates a communication pipe and stores handles to both +// ends of it. +// 2. The parent starts the child and provides it with the information +// necessary to acquire the handle to the write end of the pipe. +// 3. The child acquires the write end of the pipe and signals the parent +// using a Windows event. +// 4. Now the parent can release the write end of the pipe on its side. If +// this is done before step 3, the object's reference count goes down to +// 0 and it is destroyed, preventing the child from acquiring it. The +// parent now has to release it, or read operations on the read end of +// the pipe will not return when the child terminates. +// 5. The parent reads child's output through the pipe (outcome code and +// any possible error messages) from the pipe, and its stderr and then +// determines whether to fail the test. +// +// Note: to distinguish Win32 API calls from the local method and function +// calls, the former are explicitly resolved in the global namespace. +// +class WindowsDeathTest : public DeathTestImpl { + public: + WindowsDeathTest(const char* a_statement, + const RE* a_regex, + const char* file, + int line) + : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {} + + // All of these virtual functions are inherited from DeathTest. + virtual int Wait(); + virtual TestRole AssumeRole(); + + private: + // The name of the file in which the death test is located. + const char* const file_; + // The line number on which the death test is located. + const int line_; + // Handle to the write end of the pipe to the child process. + AutoHandle write_handle_; + // Child process handle. + AutoHandle child_handle_; + // Event the child process uses to signal the parent that it has + // acquired the handle to the write end of the pipe. After seeing this + // event the parent can release its own handles to make sure its + // ReadFile() calls return when the child terminates. + AutoHandle event_handle_; +}; + +// Waits for the child in a death test to exit, returning its exit +// status, or 0 if no child process exists. As a side effect, sets the +// outcome data member. +int WindowsDeathTest::Wait() { + if (!spawned()) + return 0; + + // Wait until the child either signals that it has acquired the write end + // of the pipe or it dies. + const HANDLE wait_handles[2] = { child_handle_.Get(), event_handle_.Get() }; + switch (::WaitForMultipleObjects(2, + wait_handles, + FALSE, // Waits for any of the handles. + INFINITE)) { + case WAIT_OBJECT_0: + case WAIT_OBJECT_0 + 1: + break; + default: + GTEST_DEATH_TEST_CHECK_(false); // Should not get here. + } + + // The child has acquired the write end of the pipe or exited. + // We release the handle on our side and continue. + write_handle_.Reset(); + event_handle_.Reset(); + + ReadAndInterpretStatusByte(); + + // Waits for the child process to exit if it haven't already. This + // returns immediately if the child has already exited, regardless of + // whether previous calls to WaitForMultipleObjects synchronized on this + // handle or not. + GTEST_DEATH_TEST_CHECK_( + WAIT_OBJECT_0 == ::WaitForSingleObject(child_handle_.Get(), + INFINITE)); + DWORD status_code; + GTEST_DEATH_TEST_CHECK_( + ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE); + child_handle_.Reset(); + set_status(static_cast(status_code)); + return status(); +} + +// The AssumeRole process for a Windows death test. It creates a child +// process with the same executable as the current process to run the +// death test. The child process is given the --gtest_filter and +// --gtest_internal_run_death_test flags such that it knows to run the +// current death test only. +DeathTest::TestRole WindowsDeathTest::AssumeRole() { + const UnitTestImpl* const impl = GetUnitTestImpl(); + const InternalRunDeathTestFlag* const flag = + impl->internal_run_death_test_flag(); + const TestInfo* const info = impl->current_test_info(); + const int death_test_index = info->result()->death_test_count(); + + if (flag != NULL) { + // ParseInternalRunDeathTestFlag() has performed all the necessary + // processing. + set_write_fd(flag->write_fd()); + return EXECUTE_TEST; + } + + // WindowsDeathTest uses an anonymous pipe to communicate results of + // a death test. + SECURITY_ATTRIBUTES handles_are_inheritable = { + sizeof(SECURITY_ATTRIBUTES), NULL, TRUE }; + HANDLE read_handle, write_handle; + GTEST_DEATH_TEST_CHECK_( + ::CreatePipe(&read_handle, &write_handle, &handles_are_inheritable, + 0) // Default buffer size. + != FALSE); + set_read_fd(::_open_osfhandle(reinterpret_cast(read_handle), + O_RDONLY)); + write_handle_.Reset(write_handle); + event_handle_.Reset(::CreateEvent( + &handles_are_inheritable, + TRUE, // The event will automatically reset to non-signaled state. + FALSE, // The initial state is non-signalled. + NULL)); // The even is unnamed. + GTEST_DEATH_TEST_CHECK_(event_handle_.Get() != NULL); + const std::string filter_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kFilterFlag + "=" + + info->test_case_name() + "." + info->name(); + const std::string internal_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kInternalRunDeathTestFlag + + "=" + file_ + "|" + StreamableToString(line_) + "|" + + StreamableToString(death_test_index) + "|" + + StreamableToString(static_cast(::GetCurrentProcessId())) + + // size_t has the same width as pointers on both 32-bit and 64-bit + // Windows platforms. + // See http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx. + "|" + StreamableToString(reinterpret_cast(write_handle)) + + "|" + StreamableToString(reinterpret_cast(event_handle_.Get())); + + char executable_path[_MAX_PATH + 1]; // NOLINT + GTEST_DEATH_TEST_CHECK_( + _MAX_PATH + 1 != ::GetModuleFileNameA(NULL, + executable_path, + _MAX_PATH)); + + std::string command_line = + std::string(::GetCommandLineA()) + " " + filter_flag + " \"" + + internal_flag + "\""; + + DeathTest::set_last_death_test_message(""); + + CaptureStderr(); + // Flush the log buffers since the log streams are shared with the child. + FlushInfoLog(); + + // The child process will share the standard handles with the parent. + STARTUPINFOA startup_info; + memset(&startup_info, 0, sizeof(STARTUPINFO)); + startup_info.dwFlags = STARTF_USESTDHANDLES; + startup_info.hStdInput = ::GetStdHandle(STD_INPUT_HANDLE); + startup_info.hStdOutput = ::GetStdHandle(STD_OUTPUT_HANDLE); + startup_info.hStdError = ::GetStdHandle(STD_ERROR_HANDLE); + + PROCESS_INFORMATION process_info; + GTEST_DEATH_TEST_CHECK_(::CreateProcessA( + executable_path, + const_cast(command_line.c_str()), + NULL, // Retuned process handle is not inheritable. + NULL, // Retuned thread handle is not inheritable. + TRUE, // Child inherits all inheritable handles (for write_handle_). + 0x0, // Default creation flags. + NULL, // Inherit the parent's environment. + UnitTest::GetInstance()->original_working_dir(), + &startup_info, + &process_info) != FALSE); + child_handle_.Reset(process_info.hProcess); + ::CloseHandle(process_info.hThread); + set_spawned(true); + return OVERSEE_TEST; +} +# else // We are not on Windows. + +// ForkingDeathTest provides implementations for most of the abstract +// methods of the DeathTest interface. Only the AssumeRole method is +// left undefined. +class ForkingDeathTest : public DeathTestImpl { + public: + ForkingDeathTest(const char* statement, const RE* regex); + + // All of these virtual functions are inherited from DeathTest. + virtual int Wait(); + + protected: + void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } + + private: + // PID of child process during death test; 0 in the child process itself. + pid_t child_pid_; +}; + +// Constructs a ForkingDeathTest. +ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex) + : DeathTestImpl(a_statement, a_regex), + child_pid_(-1) {} + +// Waits for the child in a death test to exit, returning its exit +// status, or 0 if no child process exists. As a side effect, sets the +// outcome data member. +int ForkingDeathTest::Wait() { + if (!spawned()) + return 0; + + ReadAndInterpretStatusByte(); + + int status_value; + GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); + set_status(status_value); + return status_value; +} + +// A concrete death test class that forks, then immediately runs the test +// in the child process. +class NoExecDeathTest : public ForkingDeathTest { + public: + NoExecDeathTest(const char* a_statement, const RE* a_regex) : + ForkingDeathTest(a_statement, a_regex) { } + virtual TestRole AssumeRole(); +}; + +// The AssumeRole process for a fork-and-run death test. It implements a +// straightforward fork, with a simple pipe to transmit the status byte. +DeathTest::TestRole NoExecDeathTest::AssumeRole() { + const size_t thread_count = GetThreadCount(); + if (thread_count != 1) { + GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); + } + + int pipe_fd[2]; + GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); + + DeathTest::set_last_death_test_message(""); + CaptureStderr(); + // When we fork the process below, the log file buffers are copied, but the + // file descriptors are shared. We flush all log files here so that closing + // the file descriptors in the child process doesn't throw off the + // synchronization between descriptors and buffers in the parent process. + // This is as close to the fork as possible to avoid a race condition in case + // there are multiple threads running before the death test, and another + // thread writes to the log file. + FlushInfoLog(); + + const pid_t child_pid = fork(); + GTEST_DEATH_TEST_CHECK_(child_pid != -1); + set_child_pid(child_pid); + if (child_pid == 0) { + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[0])); + set_write_fd(pipe_fd[1]); + // Redirects all logging to stderr in the child process to prevent + // concurrent writes to the log files. We capture stderr in the parent + // process and append the child process' output to a log. + LogToStderr(); + // Event forwarding to the listeners of event listener API mush be shut + // down in death test subprocesses. + GetUnitTestImpl()->listeners()->SuppressEventForwarding(); + g_in_fast_death_test_child = true; + return EXECUTE_TEST; + } else { + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); + set_read_fd(pipe_fd[0]); + set_spawned(true); + return OVERSEE_TEST; + } +} + +// A concrete death test class that forks and re-executes the main +// program from the beginning, with command-line flags set that cause +// only this specific death test to be run. +class ExecDeathTest : public ForkingDeathTest { + public: + ExecDeathTest(const char* a_statement, const RE* a_regex, + const char* file, int line) : + ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { } + virtual TestRole AssumeRole(); + private: + static ::std::vector + GetArgvsForDeathTestChildProcess() { + ::std::vector args = GetInjectableArgvs(); + return args; + } + // The name of the file in which the death test is located. + const char* const file_; + // The line number on which the death test is located. + const int line_; +}; + +// Utility class for accumulating command-line arguments. +class Arguments { + public: + Arguments() { + args_.push_back(NULL); + } + + ~Arguments() { + for (std::vector::iterator i = args_.begin(); i != args_.end(); + ++i) { + free(*i); + } + } + void AddArgument(const char* argument) { + args_.insert(args_.end() - 1, posix::StrDup(argument)); + } + + template + void AddArguments(const ::std::vector& arguments) { + for (typename ::std::vector::const_iterator i = arguments.begin(); + i != arguments.end(); + ++i) { + args_.insert(args_.end() - 1, posix::StrDup(i->c_str())); + } + } + char* const* Argv() { + return &args_[0]; + } + + private: + std::vector args_; +}; + +// A struct that encompasses the arguments to the child process of a +// threadsafe-style death test process. +struct ExecDeathTestArgs { + char* const* argv; // Command-line arguments for the child's call to exec + int close_fd; // File descriptor to close; the read end of a pipe +}; + +# if GTEST_OS_MAC +inline char** GetEnviron() { + // When Google Test is built as a framework on MacOS X, the environ variable + // is unavailable. Apple's documentation (man environ) recommends using + // _NSGetEnviron() instead. + return *_NSGetEnviron(); +} +# else +// Some POSIX platforms expect you to declare environ. extern "C" makes +// it reside in the global namespace. +extern "C" char** environ; +inline char** GetEnviron() { return environ; } +# endif // GTEST_OS_MAC + +# if !GTEST_OS_QNX +// The main function for a threadsafe-style death test child process. +// This function is called in a clone()-ed process and thus must avoid +// any potentially unsafe operations like malloc or libc functions. +static int ExecDeathTestChildMain(void* child_arg) { + ExecDeathTestArgs* const args = static_cast(child_arg); + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); + + // We need to execute the test program in the same environment where + // it was originally invoked. Therefore we change to the original + // working directory first. + const char* const original_dir = + UnitTest::GetInstance()->original_working_dir(); + // We can safely call chdir() as it's a direct system call. + if (chdir(original_dir) != 0) { + DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " + + GetLastErrnoDescription()); + return EXIT_FAILURE; + } + + // We can safely call execve() as it's a direct system call. We + // cannot use execvp() as it's a libc function and thus potentially + // unsafe. Since execve() doesn't search the PATH, the user must + // invoke the test program via a valid path that contains at least + // one path separator. + execve(args->argv[0], args->argv, GetEnviron()); + DeathTestAbort(std::string("execve(") + args->argv[0] + ", ...) in " + + original_dir + " failed: " + + GetLastErrnoDescription()); + return EXIT_FAILURE; +} +# endif // !GTEST_OS_QNX + +// Two utility routines that together determine the direction the stack +// grows. +// This could be accomplished more elegantly by a single recursive +// function, but we want to guard against the unlikely possibility of +// a smart compiler optimizing the recursion away. +// +// GTEST_NO_INLINE_ is required to prevent GCC 4.6 from inlining +// StackLowerThanAddress into StackGrowsDown, which then doesn't give +// correct answer. +void StackLowerThanAddress(const void* ptr, bool* result) GTEST_NO_INLINE_; +void StackLowerThanAddress(const void* ptr, bool* result) { + int dummy; + *result = (&dummy < ptr); +} + +bool StackGrowsDown() { + int dummy; + bool result; + StackLowerThanAddress(&dummy, &result); + return result; +} + +// Spawns a child process with the same executable as the current process in +// a thread-safe manner and instructs it to run the death test. The +// implementation uses fork(2) + exec. On systems where clone(2) is +// available, it is used instead, being slightly more thread-safe. On QNX, +// fork supports only single-threaded environments, so this function uses +// spawn(2) there instead. The function dies with an error message if +// anything goes wrong. +static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { + ExecDeathTestArgs args = { argv, close_fd }; + pid_t child_pid = -1; + +# if GTEST_OS_QNX + // Obtains the current directory and sets it to be closed in the child + // process. + const int cwd_fd = open(".", O_RDONLY); + GTEST_DEATH_TEST_CHECK_(cwd_fd != -1); + GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); + // We need to execute the test program in the same environment where + // it was originally invoked. Therefore we change to the original + // working directory first. + const char* const original_dir = + UnitTest::GetInstance()->original_working_dir(); + // We can safely call chdir() as it's a direct system call. + if (chdir(original_dir) != 0) { + DeathTestAbort(std::string("chdir(\"") + original_dir + "\") failed: " + + GetLastErrnoDescription()); + return EXIT_FAILURE; + } + + int fd_flags; + // Set close_fd to be closed after spawn. + GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); + GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, + fd_flags | FD_CLOEXEC)); + struct inheritance inherit = {0}; + // spawn is a system call. + child_pid = spawn(args.argv[0], 0, NULL, &inherit, args.argv, GetEnviron()); + // Restores the current working directory. + GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1); + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd)); + +# else // GTEST_OS_QNX +# if GTEST_OS_LINUX + // When a SIGPROF signal is received while fork() or clone() are executing, + // the process may hang. To avoid this, we ignore SIGPROF here and re-enable + // it after the call to fork()/clone() is complete. + struct sigaction saved_sigprof_action; + struct sigaction ignore_sigprof_action; + memset(&ignore_sigprof_action, 0, sizeof(ignore_sigprof_action)); + sigemptyset(&ignore_sigprof_action.sa_mask); + ignore_sigprof_action.sa_handler = SIG_IGN; + GTEST_DEATH_TEST_CHECK_SYSCALL_(sigaction( + SIGPROF, &ignore_sigprof_action, &saved_sigprof_action)); +# endif // GTEST_OS_LINUX + +# if GTEST_HAS_CLONE + const bool use_fork = GTEST_FLAG(death_test_use_fork); + + if (!use_fork) { + static const bool stack_grows_down = StackGrowsDown(); + const size_t stack_size = getpagesize(); + // MMAP_ANONYMOUS is not defined on Mac, so we use MAP_ANON instead. + void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, + MAP_ANON | MAP_PRIVATE, -1, 0); + GTEST_DEATH_TEST_CHECK_(stack != MAP_FAILED); + + // Maximum stack alignment in bytes: For a downward-growing stack, this + // amount is subtracted from size of the stack space to get an address + // that is within the stack space and is aligned on all systems we care + // about. As far as I know there is no ABI with stack alignment greater + // than 64. We assume stack and stack_size already have alignment of + // kMaxStackAlignment. + const size_t kMaxStackAlignment = 64; + void* const stack_top = + static_cast(stack) + + (stack_grows_down ? stack_size - kMaxStackAlignment : 0); + GTEST_DEATH_TEST_CHECK_(stack_size > kMaxStackAlignment && + reinterpret_cast(stack_top) % kMaxStackAlignment == 0); + + child_pid = clone(&ExecDeathTestChildMain, stack_top, SIGCHLD, &args); + + GTEST_DEATH_TEST_CHECK_(munmap(stack, stack_size) != -1); + } +# else + const bool use_fork = true; +# endif // GTEST_HAS_CLONE + + if (use_fork && (child_pid = fork()) == 0) { + ExecDeathTestChildMain(&args); + _exit(0); + } +# endif // GTEST_OS_QNX +# if GTEST_OS_LINUX + GTEST_DEATH_TEST_CHECK_SYSCALL_( + sigaction(SIGPROF, &saved_sigprof_action, NULL)); +# endif // GTEST_OS_LINUX + + GTEST_DEATH_TEST_CHECK_(child_pid != -1); + return child_pid; +} + +// The AssumeRole process for a fork-and-exec death test. It re-executes the +// main program from the beginning, setting the --gtest_filter +// and --gtest_internal_run_death_test flags to cause only the current +// death test to be re-run. +DeathTest::TestRole ExecDeathTest::AssumeRole() { + const UnitTestImpl* const impl = GetUnitTestImpl(); + const InternalRunDeathTestFlag* const flag = + impl->internal_run_death_test_flag(); + const TestInfo* const info = impl->current_test_info(); + const int death_test_index = info->result()->death_test_count(); + + if (flag != NULL) { + set_write_fd(flag->write_fd()); + return EXECUTE_TEST; + } + + int pipe_fd[2]; + GTEST_DEATH_TEST_CHECK_(pipe(pipe_fd) != -1); + // Clear the close-on-exec flag on the write end of the pipe, lest + // it be closed when the child process does an exec: + GTEST_DEATH_TEST_CHECK_(fcntl(pipe_fd[1], F_SETFD, 0) != -1); + + const std::string filter_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kFilterFlag + "=" + + info->test_case_name() + "." + info->name(); + const std::string internal_flag = + std::string("--") + GTEST_FLAG_PREFIX_ + kInternalRunDeathTestFlag + "=" + + file_ + "|" + StreamableToString(line_) + "|" + + StreamableToString(death_test_index) + "|" + + StreamableToString(pipe_fd[1]); + Arguments args; + args.AddArguments(GetArgvsForDeathTestChildProcess()); + args.AddArgument(filter_flag.c_str()); + args.AddArgument(internal_flag.c_str()); + + DeathTest::set_last_death_test_message(""); + + CaptureStderr(); + // See the comment in NoExecDeathTest::AssumeRole for why the next line + // is necessary. + FlushInfoLog(); + + const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]); + GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1])); + set_child_pid(child_pid); + set_read_fd(pipe_fd[0]); + set_spawned(true); + return OVERSEE_TEST; +} + +# endif // !GTEST_OS_WINDOWS + +// Creates a concrete DeathTest-derived class that depends on the +// --gtest_death_test_style flag, and sets the pointer pointed to +// by the "test" argument to its address. If the test should be +// skipped, sets that pointer to NULL. Returns true, unless the +// flag is set to an invalid value. +bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, + const char* file, int line, + DeathTest** test) { + UnitTestImpl* const impl = GetUnitTestImpl(); + const InternalRunDeathTestFlag* const flag = + impl->internal_run_death_test_flag(); + const int death_test_index = impl->current_test_info() + ->increment_death_test_count(); + + if (flag != NULL) { + if (death_test_index > flag->index()) { + DeathTest::set_last_death_test_message( + "Death test count (" + StreamableToString(death_test_index) + + ") somehow exceeded expected maximum (" + + StreamableToString(flag->index()) + ")"); + return false; + } + + if (!(flag->file() == file && flag->line() == line && + flag->index() == death_test_index)) { + *test = NULL; + return true; + } + } + +# if GTEST_OS_WINDOWS + + if (GTEST_FLAG(death_test_style) == "threadsafe" || + GTEST_FLAG(death_test_style) == "fast") { + *test = new WindowsDeathTest(statement, regex, file, line); + } + +# else + + if (GTEST_FLAG(death_test_style) == "threadsafe") { + *test = new ExecDeathTest(statement, regex, file, line); + } else if (GTEST_FLAG(death_test_style) == "fast") { + *test = new NoExecDeathTest(statement, regex); + } + +# endif // GTEST_OS_WINDOWS + + else { // NOLINT - this is more readable than unbalanced brackets inside #if. + DeathTest::set_last_death_test_message( + "Unknown death test style \"" + GTEST_FLAG(death_test_style) + + "\" encountered"); + return false; + } + + return true; +} + +// Splits a given string on a given delimiter, populating a given +// vector with the fields. GTEST_HAS_DEATH_TEST implies that we have +// ::std::string, so we can use it here. +static void SplitString(const ::std::string& str, char delimiter, + ::std::vector< ::std::string>* dest) { + ::std::vector< ::std::string> parsed; + ::std::string::size_type pos = 0; + while (::testing::internal::AlwaysTrue()) { + const ::std::string::size_type colon = str.find(delimiter, pos); + if (colon == ::std::string::npos) { + parsed.push_back(str.substr(pos)); + break; + } else { + parsed.push_back(str.substr(pos, colon - pos)); + pos = colon + 1; + } + } + dest->swap(parsed); +} + +# if GTEST_OS_WINDOWS +// Recreates the pipe and event handles from the provided parameters, +// signals the event, and returns a file descriptor wrapped around the pipe +// handle. This function is called in the child process only. +int GetStatusFileDescriptor(unsigned int parent_process_id, + size_t write_handle_as_size_t, + size_t event_handle_as_size_t) { + AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, + FALSE, // Non-inheritable. + parent_process_id)); + if (parent_process_handle.Get() == INVALID_HANDLE_VALUE) { + DeathTestAbort("Unable to open parent process " + + StreamableToString(parent_process_id)); + } + + // TODO(vladl@google.com): Replace the following check with a + // compile-time assertion when available. + GTEST_CHECK_(sizeof(HANDLE) <= sizeof(size_t)); + + const HANDLE write_handle = + reinterpret_cast(write_handle_as_size_t); + HANDLE dup_write_handle; + + // The newly initialized handle is accessible only in in the parent + // process. To obtain one accessible within the child, we need to use + // DuplicateHandle. + if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, + ::GetCurrentProcess(), &dup_write_handle, + 0x0, // Requested privileges ignored since + // DUPLICATE_SAME_ACCESS is used. + FALSE, // Request non-inheritable handler. + DUPLICATE_SAME_ACCESS)) { + DeathTestAbort("Unable to duplicate the pipe handle " + + StreamableToString(write_handle_as_size_t) + + " from the parent process " + + StreamableToString(parent_process_id)); + } + + const HANDLE event_handle = reinterpret_cast(event_handle_as_size_t); + HANDLE dup_event_handle; + + if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, + ::GetCurrentProcess(), &dup_event_handle, + 0x0, + FALSE, + DUPLICATE_SAME_ACCESS)) { + DeathTestAbort("Unable to duplicate the event handle " + + StreamableToString(event_handle_as_size_t) + + " from the parent process " + + StreamableToString(parent_process_id)); + } + + const int write_fd = + ::_open_osfhandle(reinterpret_cast(dup_write_handle), O_APPEND); + if (write_fd == -1) { + DeathTestAbort("Unable to convert pipe handle " + + StreamableToString(write_handle_as_size_t) + + " to a file descriptor"); + } + + // Signals the parent that the write end of the pipe has been acquired + // so the parent can release its own write end. + ::SetEvent(dup_event_handle); + + return write_fd; +} +# endif // GTEST_OS_WINDOWS + +// Returns a newly created InternalRunDeathTestFlag object with fields +// initialized from the GTEST_FLAG(internal_run_death_test) flag if +// the flag is specified; otherwise returns NULL. +InternalRunDeathTestFlag* ParseInternalRunDeathTestFlag() { + if (GTEST_FLAG(internal_run_death_test) == "") return NULL; + + // GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we + // can use it here. + int line = -1; + int index = -1; + ::std::vector< ::std::string> fields; + SplitString(GTEST_FLAG(internal_run_death_test).c_str(), '|', &fields); + int write_fd = -1; + +# if GTEST_OS_WINDOWS + + unsigned int parent_process_id = 0; + size_t write_handle_as_size_t = 0; + size_t event_handle_as_size_t = 0; + + if (fields.size() != 6 + || !ParseNaturalNumber(fields[1], &line) + || !ParseNaturalNumber(fields[2], &index) + || !ParseNaturalNumber(fields[3], &parent_process_id) + || !ParseNaturalNumber(fields[4], &write_handle_as_size_t) + || !ParseNaturalNumber(fields[5], &event_handle_as_size_t)) { + DeathTestAbort("Bad --gtest_internal_run_death_test flag: " + + GTEST_FLAG(internal_run_death_test)); + } + write_fd = GetStatusFileDescriptor(parent_process_id, + write_handle_as_size_t, + event_handle_as_size_t); +# else + + if (fields.size() != 4 + || !ParseNaturalNumber(fields[1], &line) + || !ParseNaturalNumber(fields[2], &index) + || !ParseNaturalNumber(fields[3], &write_fd)) { + DeathTestAbort("Bad --gtest_internal_run_death_test flag: " + + GTEST_FLAG(internal_run_death_test)); + } + +# endif // GTEST_OS_WINDOWS + + return new InternalRunDeathTestFlag(fields[0], line, index, write_fd); +} + +} // namespace internal + +#endif // GTEST_HAS_DEATH_TEST + +} // namespace testing diff --git a/gtest-1.7.0/src/gtest-filepath.cc b/gtest-1.7.0/src/gtest-filepath.cc new file mode 100644 index 000000000..6be58b6fc --- /dev/null +++ b/gtest-1.7.0/src/gtest-filepath.cc @@ -0,0 +1,382 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: keith.ray@gmail.com (Keith Ray) + +#include "gtest/gtest-message.h" +#include "gtest/internal/gtest-filepath.h" +#include "gtest/internal/gtest-port.h" + +#include + +#if GTEST_OS_WINDOWS_MOBILE +# include +#elif GTEST_OS_WINDOWS +# include +# include +#elif GTEST_OS_SYMBIAN +// Symbian OpenC has PATH_MAX in sys/syslimits.h +# include +#else +# include +# include // Some Linux distributions define PATH_MAX here. +#endif // GTEST_OS_WINDOWS_MOBILE + +#if GTEST_OS_WINDOWS +# define GTEST_PATH_MAX_ _MAX_PATH +#elif defined(PATH_MAX) +# define GTEST_PATH_MAX_ PATH_MAX +#elif defined(_XOPEN_PATH_MAX) +# define GTEST_PATH_MAX_ _XOPEN_PATH_MAX +#else +# define GTEST_PATH_MAX_ _POSIX_PATH_MAX +#endif // GTEST_OS_WINDOWS + +#include "gtest/internal/gtest-string.h" + +namespace testing { +namespace internal { + +#if GTEST_OS_WINDOWS +// On Windows, '\\' is the standard path separator, but many tools and the +// Windows API also accept '/' as an alternate path separator. Unless otherwise +// noted, a file path can contain either kind of path separators, or a mixture +// of them. +const char kPathSeparator = '\\'; +const char kAlternatePathSeparator = '/'; +const char kPathSeparatorString[] = "\\"; +const char kAlternatePathSeparatorString[] = "/"; +# if GTEST_OS_WINDOWS_MOBILE +// Windows CE doesn't have a current directory. You should not use +// the current directory in tests on Windows CE, but this at least +// provides a reasonable fallback. +const char kCurrentDirectoryString[] = "\\"; +// Windows CE doesn't define INVALID_FILE_ATTRIBUTES +const DWORD kInvalidFileAttributes = 0xffffffff; +# else +const char kCurrentDirectoryString[] = ".\\"; +# endif // GTEST_OS_WINDOWS_MOBILE +#else +const char kPathSeparator = '/'; +const char kPathSeparatorString[] = "/"; +const char kCurrentDirectoryString[] = "./"; +#endif // GTEST_OS_WINDOWS + +// Returns whether the given character is a valid path separator. +static bool IsPathSeparator(char c) { +#if GTEST_HAS_ALT_PATH_SEP_ + return (c == kPathSeparator) || (c == kAlternatePathSeparator); +#else + return c == kPathSeparator; +#endif +} + +// Returns the current working directory, or "" if unsuccessful. +FilePath FilePath::GetCurrentDir() { +#if GTEST_OS_WINDOWS_MOBILE + // Windows CE doesn't have a current directory, so we just return + // something reasonable. + return FilePath(kCurrentDirectoryString); +#elif GTEST_OS_WINDOWS + char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; + return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); +#else + char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; + return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); +#endif // GTEST_OS_WINDOWS_MOBILE +} + +// Returns a copy of the FilePath with the case-insensitive extension removed. +// Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns +// FilePath("dir/file"). If a case-insensitive extension is not +// found, returns a copy of the original FilePath. +FilePath FilePath::RemoveExtension(const char* extension) const { + const std::string dot_extension = std::string(".") + extension; + if (String::EndsWithCaseInsensitive(pathname_, dot_extension)) { + return FilePath(pathname_.substr( + 0, pathname_.length() - dot_extension.length())); + } + return *this; +} + +// Returns a pointer to the last occurence of a valid path separator in +// the FilePath. On Windows, for example, both '/' and '\' are valid path +// separators. Returns NULL if no path separator was found. +const char* FilePath::FindLastPathSeparator() const { + const char* const last_sep = strrchr(c_str(), kPathSeparator); +#if GTEST_HAS_ALT_PATH_SEP_ + const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator); + // Comparing two pointers of which only one is NULL is undefined. + if (last_alt_sep != NULL && + (last_sep == NULL || last_alt_sep > last_sep)) { + return last_alt_sep; + } +#endif + return last_sep; +} + +// Returns a copy of the FilePath with the directory part removed. +// Example: FilePath("path/to/file").RemoveDirectoryName() returns +// FilePath("file"). If there is no directory part ("just_a_file"), it returns +// the FilePath unmodified. If there is no file part ("just_a_dir/") it +// returns an empty FilePath (""). +// On Windows platform, '\' is the path separator, otherwise it is '/'. +FilePath FilePath::RemoveDirectoryName() const { + const char* const last_sep = FindLastPathSeparator(); + return last_sep ? FilePath(last_sep + 1) : *this; +} + +// RemoveFileName returns the directory path with the filename removed. +// Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". +// If the FilePath is "a_file" or "/a_file", RemoveFileName returns +// FilePath("./") or, on Windows, FilePath(".\\"). If the filepath does +// not have a file, like "just/a/dir/", it returns the FilePath unmodified. +// On Windows platform, '\' is the path separator, otherwise it is '/'. +FilePath FilePath::RemoveFileName() const { + const char* const last_sep = FindLastPathSeparator(); + std::string dir; + if (last_sep) { + dir = std::string(c_str(), last_sep + 1 - c_str()); + } else { + dir = kCurrentDirectoryString; + } + return FilePath(dir); +} + +// Helper functions for naming files in a directory for xml output. + +// Given directory = "dir", base_name = "test", number = 0, +// extension = "xml", returns "dir/test.xml". If number is greater +// than zero (e.g., 12), returns "dir/test_12.xml". +// On Windows platform, uses \ as the separator rather than /. +FilePath FilePath::MakeFileName(const FilePath& directory, + const FilePath& base_name, + int number, + const char* extension) { + std::string file; + if (number == 0) { + file = base_name.string() + "." + extension; + } else { + file = base_name.string() + "_" + StreamableToString(number) + + "." + extension; + } + return ConcatPaths(directory, FilePath(file)); +} + +// Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". +// On Windows, uses \ as the separator rather than /. +FilePath FilePath::ConcatPaths(const FilePath& directory, + const FilePath& relative_path) { + if (directory.IsEmpty()) + return relative_path; + const FilePath dir(directory.RemoveTrailingPathSeparator()); + return FilePath(dir.string() + kPathSeparator + relative_path.string()); +} + +// Returns true if pathname describes something findable in the file-system, +// either a file, directory, or whatever. +bool FilePath::FileOrDirectoryExists() const { +#if GTEST_OS_WINDOWS_MOBILE + LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); + const DWORD attributes = GetFileAttributes(unicode); + delete [] unicode; + return attributes != kInvalidFileAttributes; +#else + posix::StatStruct file_stat; + return posix::Stat(pathname_.c_str(), &file_stat) == 0; +#endif // GTEST_OS_WINDOWS_MOBILE +} + +// Returns true if pathname describes a directory in the file-system +// that exists. +bool FilePath::DirectoryExists() const { + bool result = false; +#if GTEST_OS_WINDOWS + // Don't strip off trailing separator if path is a root directory on + // Windows (like "C:\\"). + const FilePath& path(IsRootDirectory() ? *this : + RemoveTrailingPathSeparator()); +#else + const FilePath& path(*this); +#endif + +#if GTEST_OS_WINDOWS_MOBILE + LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); + const DWORD attributes = GetFileAttributes(unicode); + delete [] unicode; + if ((attributes != kInvalidFileAttributes) && + (attributes & FILE_ATTRIBUTE_DIRECTORY)) { + result = true; + } +#else + posix::StatStruct file_stat; + result = posix::Stat(path.c_str(), &file_stat) == 0 && + posix::IsDir(file_stat); +#endif // GTEST_OS_WINDOWS_MOBILE + + return result; +} + +// Returns true if pathname describes a root directory. (Windows has one +// root directory per disk drive.) +bool FilePath::IsRootDirectory() const { +#if GTEST_OS_WINDOWS + // TODO(wan@google.com): on Windows a network share like + // \\server\share can be a root directory, although it cannot be the + // current directory. Handle this properly. + return pathname_.length() == 3 && IsAbsolutePath(); +#else + return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); +#endif +} + +// Returns true if pathname describes an absolute path. +bool FilePath::IsAbsolutePath() const { + const char* const name = pathname_.c_str(); +#if GTEST_OS_WINDOWS + return pathname_.length() >= 3 && + ((name[0] >= 'a' && name[0] <= 'z') || + (name[0] >= 'A' && name[0] <= 'Z')) && + name[1] == ':' && + IsPathSeparator(name[2]); +#else + return IsPathSeparator(name[0]); +#endif +} + +// Returns a pathname for a file that does not currently exist. The pathname +// will be directory/base_name.extension or +// directory/base_name_.extension if directory/base_name.extension +// already exists. The number will be incremented until a pathname is found +// that does not already exist. +// Examples: 'dir/foo_test.xml' or 'dir/foo_test_1.xml'. +// There could be a race condition if two or more processes are calling this +// function at the same time -- they could both pick the same filename. +FilePath FilePath::GenerateUniqueFileName(const FilePath& directory, + const FilePath& base_name, + const char* extension) { + FilePath full_pathname; + int number = 0; + do { + full_pathname.Set(MakeFileName(directory, base_name, number++, extension)); + } while (full_pathname.FileOrDirectoryExists()); + return full_pathname; +} + +// Returns true if FilePath ends with a path separator, which indicates that +// it is intended to represent a directory. Returns false otherwise. +// This does NOT check that a directory (or file) actually exists. +bool FilePath::IsDirectory() const { + return !pathname_.empty() && + IsPathSeparator(pathname_.c_str()[pathname_.length() - 1]); +} + +// Create directories so that path exists. Returns true if successful or if +// the directories already exist; returns false if unable to create directories +// for any reason. +bool FilePath::CreateDirectoriesRecursively() const { + if (!this->IsDirectory()) { + return false; + } + + if (pathname_.length() == 0 || this->DirectoryExists()) { + return true; + } + + const FilePath parent(this->RemoveTrailingPathSeparator().RemoveFileName()); + return parent.CreateDirectoriesRecursively() && this->CreateFolder(); +} + +// Create the directory so that path exists. Returns true if successful or +// if the directory already exists; returns false if unable to create the +// directory for any reason, including if the parent directory does not +// exist. Not named "CreateDirectory" because that's a macro on Windows. +bool FilePath::CreateFolder() const { +#if GTEST_OS_WINDOWS_MOBILE + FilePath removed_sep(this->RemoveTrailingPathSeparator()); + LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); + int result = CreateDirectory(unicode, NULL) ? 0 : -1; + delete [] unicode; +#elif GTEST_OS_WINDOWS + int result = _mkdir(pathname_.c_str()); +#else + int result = mkdir(pathname_.c_str(), 0777); +#endif // GTEST_OS_WINDOWS_MOBILE + + if (result == -1) { + return this->DirectoryExists(); // An error is OK if the directory exists. + } + return true; // No error. +} + +// If input name has a trailing separator character, remove it and return the +// name, otherwise return the name string unmodified. +// On Windows platform, uses \ as the separator, other platforms use /. +FilePath FilePath::RemoveTrailingPathSeparator() const { + return IsDirectory() + ? FilePath(pathname_.substr(0, pathname_.length() - 1)) + : *this; +} + +// Removes any redundant separators that might be in the pathname. +// For example, "bar///foo" becomes "bar/foo". Does not eliminate other +// redundancies that might be in a pathname involving "." or "..". +// TODO(wan@google.com): handle Windows network shares (e.g. \\server\share). +void FilePath::Normalize() { + if (pathname_.c_str() == NULL) { + pathname_ = ""; + return; + } + const char* src = pathname_.c_str(); + char* const dest = new char[pathname_.length() + 1]; + char* dest_ptr = dest; + memset(dest_ptr, 0, pathname_.length() + 1); + + while (*src != '\0') { + *dest_ptr = *src; + if (!IsPathSeparator(*src)) { + src++; + } else { +#if GTEST_HAS_ALT_PATH_SEP_ + if (*dest_ptr == kAlternatePathSeparator) { + *dest_ptr = kPathSeparator; + } +#endif + while (IsPathSeparator(*src)) + src++; + } + dest_ptr++; + } + *dest_ptr = '\0'; + pathname_ = dest; + delete[] dest; +} + +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/src/gtest-internal-inl.h b/gtest-1.7.0/src/gtest-internal-inl.h new file mode 100644 index 000000000..35df303cc --- /dev/null +++ b/gtest-1.7.0/src/gtest-internal-inl.h @@ -0,0 +1,1218 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Utility functions and classes used by the Google C++ testing framework. +// +// Author: wan@google.com (Zhanyong Wan) +// +// This file contains purely Google Test's internal implementation. Please +// DO NOT #INCLUDE IT IN A USER PROGRAM. + +#ifndef GTEST_SRC_GTEST_INTERNAL_INL_H_ +#define GTEST_SRC_GTEST_INTERNAL_INL_H_ + +// GTEST_IMPLEMENTATION_ is defined to 1 iff the current translation unit is +// part of Google Test's implementation; otherwise it's undefined. +#if !GTEST_IMPLEMENTATION_ +// A user is trying to include this from his code - just say no. +# error "gtest-internal-inl.h is part of Google Test's internal implementation." +# error "It must not be included except by Google Test itself." +#endif // GTEST_IMPLEMENTATION_ + +#ifndef _WIN32_WCE +# include +#endif // !_WIN32_WCE +#include +#include // For strtoll/_strtoul64/malloc/free. +#include // For memmove. + +#include +#include +#include + +#include "gtest/internal/gtest-port.h" + +#if GTEST_CAN_STREAM_RESULTS_ +# include // NOLINT +# include // NOLINT +#endif + +#if GTEST_OS_WINDOWS +# include // NOLINT +#endif // GTEST_OS_WINDOWS + +#include "gtest/gtest.h" // NOLINT +#include "gtest/gtest-spi.h" + +namespace testing { + +// Declares the flags. +// +// We don't want the users to modify this flag in the code, but want +// Google Test's own unit tests to be able to access it. Therefore we +// declare it here as opposed to in gtest.h. +GTEST_DECLARE_bool_(death_test_use_fork); + +namespace internal { + +// The value of GetTestTypeId() as seen from within the Google Test +// library. This is solely for testing GetTestTypeId(). +GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest; + +// Names of the flags (needed for parsing Google Test flags). +const char kAlsoRunDisabledTestsFlag[] = "also_run_disabled_tests"; +const char kBreakOnFailureFlag[] = "break_on_failure"; +const char kCatchExceptionsFlag[] = "catch_exceptions"; +const char kColorFlag[] = "color"; +const char kFilterFlag[] = "filter"; +const char kListTestsFlag[] = "list_tests"; +const char kOutputFlag[] = "output"; +const char kPrintTimeFlag[] = "print_time"; +const char kRandomSeedFlag[] = "random_seed"; +const char kRepeatFlag[] = "repeat"; +const char kShuffleFlag[] = "shuffle"; +const char kStackTraceDepthFlag[] = "stack_trace_depth"; +const char kStreamResultToFlag[] = "stream_result_to"; +const char kThrowOnFailureFlag[] = "throw_on_failure"; + +// A valid random seed must be in [1, kMaxRandomSeed]. +const int kMaxRandomSeed = 99999; + +// g_help_flag is true iff the --help flag or an equivalent form is +// specified on the command line. +GTEST_API_ extern bool g_help_flag; + +// Returns the current time in milliseconds. +GTEST_API_ TimeInMillis GetTimeInMillis(); + +// Returns true iff Google Test should use colors in the output. +GTEST_API_ bool ShouldUseColor(bool stdout_is_tty); + +// Formats the given time in milliseconds as seconds. +GTEST_API_ std::string FormatTimeInMillisAsSeconds(TimeInMillis ms); + +// Converts the given time in milliseconds to a date string in the ISO 8601 +// format, without the timezone information. N.B.: due to the use the +// non-reentrant localtime() function, this function is not thread safe. Do +// not use it in any code that can be called from multiple threads. +GTEST_API_ std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms); + +// Parses a string for an Int32 flag, in the form of "--flag=value". +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +GTEST_API_ bool ParseInt32Flag( + const char* str, const char* flag, Int32* value); + +// Returns a random seed in range [1, kMaxRandomSeed] based on the +// given --gtest_random_seed flag value. +inline int GetRandomSeedFromFlag(Int32 random_seed_flag) { + const unsigned int raw_seed = (random_seed_flag == 0) ? + static_cast(GetTimeInMillis()) : + static_cast(random_seed_flag); + + // Normalizes the actual seed to range [1, kMaxRandomSeed] such that + // it's easy to type. + const int normalized_seed = + static_cast((raw_seed - 1U) % + static_cast(kMaxRandomSeed)) + 1; + return normalized_seed; +} + +// Returns the first valid random seed after 'seed'. The behavior is +// undefined if 'seed' is invalid. The seed after kMaxRandomSeed is +// considered to be 1. +inline int GetNextRandomSeed(int seed) { + GTEST_CHECK_(1 <= seed && seed <= kMaxRandomSeed) + << "Invalid random seed " << seed << " - must be in [1, " + << kMaxRandomSeed << "]."; + const int next_seed = seed + 1; + return (next_seed > kMaxRandomSeed) ? 1 : next_seed; +} + +// This class saves the values of all Google Test flags in its c'tor, and +// restores them in its d'tor. +class GTestFlagSaver { + public: + // The c'tor. + GTestFlagSaver() { + also_run_disabled_tests_ = GTEST_FLAG(also_run_disabled_tests); + break_on_failure_ = GTEST_FLAG(break_on_failure); + catch_exceptions_ = GTEST_FLAG(catch_exceptions); + color_ = GTEST_FLAG(color); + death_test_style_ = GTEST_FLAG(death_test_style); + death_test_use_fork_ = GTEST_FLAG(death_test_use_fork); + filter_ = GTEST_FLAG(filter); + internal_run_death_test_ = GTEST_FLAG(internal_run_death_test); + list_tests_ = GTEST_FLAG(list_tests); + output_ = GTEST_FLAG(output); + print_time_ = GTEST_FLAG(print_time); + random_seed_ = GTEST_FLAG(random_seed); + repeat_ = GTEST_FLAG(repeat); + shuffle_ = GTEST_FLAG(shuffle); + stack_trace_depth_ = GTEST_FLAG(stack_trace_depth); + stream_result_to_ = GTEST_FLAG(stream_result_to); + throw_on_failure_ = GTEST_FLAG(throw_on_failure); + } + + // The d'tor is not virtual. DO NOT INHERIT FROM THIS CLASS. + ~GTestFlagSaver() { + GTEST_FLAG(also_run_disabled_tests) = also_run_disabled_tests_; + GTEST_FLAG(break_on_failure) = break_on_failure_; + GTEST_FLAG(catch_exceptions) = catch_exceptions_; + GTEST_FLAG(color) = color_; + GTEST_FLAG(death_test_style) = death_test_style_; + GTEST_FLAG(death_test_use_fork) = death_test_use_fork_; + GTEST_FLAG(filter) = filter_; + GTEST_FLAG(internal_run_death_test) = internal_run_death_test_; + GTEST_FLAG(list_tests) = list_tests_; + GTEST_FLAG(output) = output_; + GTEST_FLAG(print_time) = print_time_; + GTEST_FLAG(random_seed) = random_seed_; + GTEST_FLAG(repeat) = repeat_; + GTEST_FLAG(shuffle) = shuffle_; + GTEST_FLAG(stack_trace_depth) = stack_trace_depth_; + GTEST_FLAG(stream_result_to) = stream_result_to_; + GTEST_FLAG(throw_on_failure) = throw_on_failure_; + } + + private: + // Fields for saving the original values of flags. + bool also_run_disabled_tests_; + bool break_on_failure_; + bool catch_exceptions_; + std::string color_; + std::string death_test_style_; + bool death_test_use_fork_; + std::string filter_; + std::string internal_run_death_test_; + bool list_tests_; + std::string output_; + bool print_time_; + internal::Int32 random_seed_; + internal::Int32 repeat_; + bool shuffle_; + internal::Int32 stack_trace_depth_; + std::string stream_result_to_; + bool throw_on_failure_; +} GTEST_ATTRIBUTE_UNUSED_; + +// Converts a Unicode code point to a narrow string in UTF-8 encoding. +// code_point parameter is of type UInt32 because wchar_t may not be +// wide enough to contain a code point. +// If the code_point is not a valid Unicode code point +// (i.e. outside of Unicode range U+0 to U+10FFFF) it will be converted +// to "(Invalid Unicode 0xXXXXXXXX)". +GTEST_API_ std::string CodePointToUtf8(UInt32 code_point); + +// Converts a wide string to a narrow string in UTF-8 encoding. +// The wide string is assumed to have the following encoding: +// UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS) +// UTF-32 if sizeof(wchar_t) == 4 (on Linux) +// Parameter str points to a null-terminated wide string. +// Parameter num_chars may additionally limit the number +// of wchar_t characters processed. -1 is used when the entire string +// should be processed. +// If the string contains code points that are not valid Unicode code points +// (i.e. outside of Unicode range U+0 to U+10FFFF) they will be output +// as '(Invalid Unicode 0xXXXXXXXX)'. If the string is in UTF16 encoding +// and contains invalid UTF-16 surrogate pairs, values in those pairs +// will be encoded as individual Unicode characters from Basic Normal Plane. +GTEST_API_ std::string WideStringToUtf8(const wchar_t* str, int num_chars); + +// Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file +// if the variable is present. If a file already exists at this location, this +// function will write over it. If the variable is present, but the file cannot +// be created, prints an error and exits. +void WriteToShardStatusFileIfNeeded(); + +// Checks whether sharding is enabled by examining the relevant +// environment variable values. If the variables are present, +// but inconsistent (e.g., shard_index >= total_shards), prints +// an error and exits. If in_subprocess_for_death_test, sharding is +// disabled because it must only be applied to the original test +// process. Otherwise, we could filter out death tests we intended to execute. +GTEST_API_ bool ShouldShard(const char* total_shards_str, + const char* shard_index_str, + bool in_subprocess_for_death_test); + +// Parses the environment variable var as an Int32. If it is unset, +// returns default_val. If it is not an Int32, prints an error and +// and aborts. +GTEST_API_ Int32 Int32FromEnvOrDie(const char* env_var, Int32 default_val); + +// Given the total number of shards, the shard index, and the test id, +// returns true iff the test should be run on this shard. The test id is +// some arbitrary but unique non-negative integer assigned to each test +// method. Assumes that 0 <= shard_index < total_shards. +GTEST_API_ bool ShouldRunTestOnShard( + int total_shards, int shard_index, int test_id); + +// STL container utilities. + +// Returns the number of elements in the given container that satisfy +// the given predicate. +template +inline int CountIf(const Container& c, Predicate predicate) { + // Implemented as an explicit loop since std::count_if() in libCstd on + // Solaris has a non-standard signature. + int count = 0; + for (typename Container::const_iterator it = c.begin(); it != c.end(); ++it) { + if (predicate(*it)) + ++count; + } + return count; +} + +// Applies a function/functor to each element in the container. +template +void ForEach(const Container& c, Functor functor) { + std::for_each(c.begin(), c.end(), functor); +} + +// Returns the i-th element of the vector, or default_value if i is not +// in range [0, v.size()). +template +inline E GetElementOr(const std::vector& v, int i, E default_value) { + return (i < 0 || i >= static_cast(v.size())) ? default_value : v[i]; +} + +// Performs an in-place shuffle of a range of the vector's elements. +// 'begin' and 'end' are element indices as an STL-style range; +// i.e. [begin, end) are shuffled, where 'end' == size() means to +// shuffle to the end of the vector. +template +void ShuffleRange(internal::Random* random, int begin, int end, + std::vector* v) { + const int size = static_cast(v->size()); + GTEST_CHECK_(0 <= begin && begin <= size) + << "Invalid shuffle range start " << begin << ": must be in range [0, " + << size << "]."; + GTEST_CHECK_(begin <= end && end <= size) + << "Invalid shuffle range finish " << end << ": must be in range [" + << begin << ", " << size << "]."; + + // Fisher-Yates shuffle, from + // http://en.wikipedia.org/wiki/Fisher-Yates_shuffle + for (int range_width = end - begin; range_width >= 2; range_width--) { + const int last_in_range = begin + range_width - 1; + const int selected = begin + random->Generate(range_width); + std::swap((*v)[selected], (*v)[last_in_range]); + } +} + +// Performs an in-place shuffle of the vector's elements. +template +inline void Shuffle(internal::Random* random, std::vector* v) { + ShuffleRange(random, 0, static_cast(v->size()), v); +} + +// A function for deleting an object. Handy for being used as a +// functor. +template +static void Delete(T* x) { + delete x; +} + +// A predicate that checks the key of a TestProperty against a known key. +// +// TestPropertyKeyIs is copyable. +class TestPropertyKeyIs { + public: + // Constructor. + // + // TestPropertyKeyIs has NO default constructor. + explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} + + // Returns true iff the test name of test property matches on key_. + bool operator()(const TestProperty& test_property) const { + return test_property.key() == key_; + } + + private: + std::string key_; +}; + +// Class UnitTestOptions. +// +// This class contains functions for processing options the user +// specifies when running the tests. It has only static members. +// +// In most cases, the user can specify an option using either an +// environment variable or a command line flag. E.g. you can set the +// test filter using either GTEST_FILTER or --gtest_filter. If both +// the variable and the flag are present, the latter overrides the +// former. +class GTEST_API_ UnitTestOptions { + public: + // Functions for processing the gtest_output flag. + + // Returns the output format, or "" for normal printed output. + static std::string GetOutputFormat(); + + // Returns the absolute path of the requested output file, or the + // default (test_detail.xml in the original working directory) if + // none was explicitly specified. + static std::string GetAbsolutePathToOutputFile(); + + // Functions for processing the gtest_filter flag. + + // Returns true iff the wildcard pattern matches the string. The + // first ':' or '\0' character in pattern marks the end of it. + // + // This recursive algorithm isn't very efficient, but is clear and + // works well enough for matching test names, which are short. + static bool PatternMatchesString(const char *pattern, const char *str); + + // Returns true iff the user-specified filter matches the test case + // name and the test name. + static bool FilterMatchesTest(const std::string &test_case_name, + const std::string &test_name); + +#if GTEST_OS_WINDOWS + // Function for supporting the gtest_catch_exception flag. + + // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the + // given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. + // This function is useful as an __except condition. + static int GTestShouldProcessSEH(DWORD exception_code); +#endif // GTEST_OS_WINDOWS + + // Returns true if "name" matches the ':' separated list of glob-style + // filters in "filter". + static bool MatchesFilter(const std::string& name, const char* filter); +}; + +// Returns the current application's name, removing directory path if that +// is present. Used by UnitTestOptions::GetOutputFile. +GTEST_API_ FilePath GetCurrentExecutableName(); + +// The role interface for getting the OS stack trace as a string. +class OsStackTraceGetterInterface { + public: + OsStackTraceGetterInterface() {} + virtual ~OsStackTraceGetterInterface() {} + + // Returns the current OS stack trace as an std::string. Parameters: + // + // max_depth - the maximum number of stack frames to be included + // in the trace. + // skip_count - the number of top frames to be skipped; doesn't count + // against max_depth. + virtual string CurrentStackTrace(int max_depth, int skip_count) = 0; + + // UponLeavingGTest() should be called immediately before Google Test calls + // user code. It saves some information about the current stack that + // CurrentStackTrace() will use to find and hide Google Test stack frames. + virtual void UponLeavingGTest() = 0; + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(OsStackTraceGetterInterface); +}; + +// A working implementation of the OsStackTraceGetterInterface interface. +class OsStackTraceGetter : public OsStackTraceGetterInterface { + public: + OsStackTraceGetter() : caller_frame_(NULL) {} + + virtual string CurrentStackTrace(int max_depth, int skip_count) + GTEST_LOCK_EXCLUDED_(mutex_); + + virtual void UponLeavingGTest() GTEST_LOCK_EXCLUDED_(mutex_); + + // This string is inserted in place of stack frames that are part of + // Google Test's implementation. + static const char* const kElidedFramesMarker; + + private: + Mutex mutex_; // protects all internal state + + // We save the stack frame below the frame that calls user code. + // We do this because the address of the frame immediately below + // the user code changes between the call to UponLeavingGTest() + // and any calls to CurrentStackTrace() from within the user code. + void* caller_frame_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(OsStackTraceGetter); +}; + +// Information about a Google Test trace point. +struct TraceInfo { + const char* file; + int line; + std::string message; +}; + +// This is the default global test part result reporter used in UnitTestImpl. +// This class should only be used by UnitTestImpl. +class DefaultGlobalTestPartResultReporter + : public TestPartResultReporterInterface { + public: + explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test); + // Implements the TestPartResultReporterInterface. Reports the test part + // result in the current test. + virtual void ReportTestPartResult(const TestPartResult& result); + + private: + UnitTestImpl* const unit_test_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(DefaultGlobalTestPartResultReporter); +}; + +// This is the default per thread test part result reporter used in +// UnitTestImpl. This class should only be used by UnitTestImpl. +class DefaultPerThreadTestPartResultReporter + : public TestPartResultReporterInterface { + public: + explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test); + // Implements the TestPartResultReporterInterface. The implementation just + // delegates to the current global test part result reporter of *unit_test_. + virtual void ReportTestPartResult(const TestPartResult& result); + + private: + UnitTestImpl* const unit_test_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(DefaultPerThreadTestPartResultReporter); +}; + +// The private implementation of the UnitTest class. We don't protect +// the methods under a mutex, as this class is not accessible by a +// user and the UnitTest class that delegates work to this class does +// proper locking. +class GTEST_API_ UnitTestImpl { + public: + explicit UnitTestImpl(UnitTest* parent); + virtual ~UnitTestImpl(); + + // There are two different ways to register your own TestPartResultReporter. + // You can register your own repoter to listen either only for test results + // from the current thread or for results from all threads. + // By default, each per-thread test result repoter just passes a new + // TestPartResult to the global test result reporter, which registers the + // test part result for the currently running test. + + // Returns the global test part result reporter. + TestPartResultReporterInterface* GetGlobalTestPartResultReporter(); + + // Sets the global test part result reporter. + void SetGlobalTestPartResultReporter( + TestPartResultReporterInterface* reporter); + + // Returns the test part result reporter for the current thread. + TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread(); + + // Sets the test part result reporter for the current thread. + void SetTestPartResultReporterForCurrentThread( + TestPartResultReporterInterface* reporter); + + // Gets the number of successful test cases. + int successful_test_case_count() const; + + // Gets the number of failed test cases. + int failed_test_case_count() const; + + // Gets the number of all test cases. + int total_test_case_count() const; + + // Gets the number of all test cases that contain at least one test + // that should run. + int test_case_to_run_count() const; + + // Gets the number of successful tests. + int successful_test_count() const; + + // Gets the number of failed tests. + int failed_test_count() const; + + // Gets the number of disabled tests that will be reported in the XML report. + int reportable_disabled_test_count() const; + + // Gets the number of disabled tests. + int disabled_test_count() const; + + // Gets the number of tests to be printed in the XML report. + int reportable_test_count() const; + + // Gets the number of all tests. + int total_test_count() const; + + // Gets the number of tests that should run. + int test_to_run_count() const; + + // Gets the time of the test program start, in ms from the start of the + // UNIX epoch. + TimeInMillis start_timestamp() const { return start_timestamp_; } + + // Gets the elapsed time, in milliseconds. + TimeInMillis elapsed_time() const { return elapsed_time_; } + + // Returns true iff the unit test passed (i.e. all test cases passed). + bool Passed() const { return !Failed(); } + + // Returns true iff the unit test failed (i.e. some test case failed + // or something outside of all tests failed). + bool Failed() const { + return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed(); + } + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + const TestCase* GetTestCase(int i) const { + const int index = GetElementOr(test_case_indices_, i, -1); + return index < 0 ? NULL : test_cases_[i]; + } + + // Gets the i-th test case among all the test cases. i can range from 0 to + // total_test_case_count() - 1. If i is not in that range, returns NULL. + TestCase* GetMutableTestCase(int i) { + const int index = GetElementOr(test_case_indices_, i, -1); + return index < 0 ? NULL : test_cases_[index]; + } + + // Provides access to the event listener list. + TestEventListeners* listeners() { return &listeners_; } + + // Returns the TestResult for the test that's currently running, or + // the TestResult for the ad hoc test if no test is running. + TestResult* current_test_result(); + + // Returns the TestResult for the ad hoc test. + const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; } + + // Sets the OS stack trace getter. + // + // Does nothing if the input and the current OS stack trace getter + // are the same; otherwise, deletes the old getter and makes the + // input the current getter. + void set_os_stack_trace_getter(OsStackTraceGetterInterface* getter); + + // Returns the current OS stack trace getter if it is not NULL; + // otherwise, creates an OsStackTraceGetter, makes it the current + // getter, and returns it. + OsStackTraceGetterInterface* os_stack_trace_getter(); + + // Returns the current OS stack trace as an std::string. + // + // The maximum number of stack frames to be included is specified by + // the gtest_stack_trace_depth flag. The skip_count parameter + // specifies the number of top frames to be skipped, which doesn't + // count against the number of frames to be included. + // + // For example, if Foo() calls Bar(), which in turn calls + // CurrentOsStackTraceExceptTop(1), Foo() will be included in the + // trace but Bar() and CurrentOsStackTraceExceptTop() won't. + std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_; + + // Finds and returns a TestCase with the given name. If one doesn't + // exist, creates one and returns it. + // + // Arguments: + // + // test_case_name: name of the test case + // type_param: the name of the test's type parameter, or NULL if + // this is not a typed or a type-parameterized test. + // set_up_tc: pointer to the function that sets up the test case + // tear_down_tc: pointer to the function that tears down the test case + TestCase* GetTestCase(const char* test_case_name, + const char* type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc); + + // Adds a TestInfo to the unit test. + // + // Arguments: + // + // set_up_tc: pointer to the function that sets up the test case + // tear_down_tc: pointer to the function that tears down the test case + // test_info: the TestInfo object + void AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc, + TestInfo* test_info) { + // In order to support thread-safe death tests, we need to + // remember the original working directory when the test program + // was first invoked. We cannot do this in RUN_ALL_TESTS(), as + // the user may have changed the current directory before calling + // RUN_ALL_TESTS(). Therefore we capture the current directory in + // AddTestInfo(), which is called to register a TEST or TEST_F + // before main() is reached. + if (original_working_dir_.IsEmpty()) { + original_working_dir_.Set(FilePath::GetCurrentDir()); + GTEST_CHECK_(!original_working_dir_.IsEmpty()) + << "Failed to get the current working directory."; + } + + GetTestCase(test_info->test_case_name(), + test_info->type_param(), + set_up_tc, + tear_down_tc)->AddTestInfo(test_info); + } + +#if GTEST_HAS_PARAM_TEST + // Returns ParameterizedTestCaseRegistry object used to keep track of + // value-parameterized tests and instantiate and register them. + internal::ParameterizedTestCaseRegistry& parameterized_test_registry() { + return parameterized_test_registry_; + } +#endif // GTEST_HAS_PARAM_TEST + + // Sets the TestCase object for the test that's currently running. + void set_current_test_case(TestCase* a_current_test_case) { + current_test_case_ = a_current_test_case; + } + + // Sets the TestInfo object for the test that's currently running. If + // current_test_info is NULL, the assertion results will be stored in + // ad_hoc_test_result_. + void set_current_test_info(TestInfo* a_current_test_info) { + current_test_info_ = a_current_test_info; + } + + // Registers all parameterized tests defined using TEST_P and + // INSTANTIATE_TEST_CASE_P, creating regular tests for each test/parameter + // combination. This method can be called more then once; it has guards + // protecting from registering the tests more then once. If + // value-parameterized tests are disabled, RegisterParameterizedTests is + // present but does nothing. + void RegisterParameterizedTests(); + + // Runs all tests in this UnitTest object, prints the result, and + // returns true if all tests are successful. If any exception is + // thrown during a test, this test is considered to be failed, but + // the rest of the tests will still be run. + bool RunAllTests(); + + // Clears the results of all tests, except the ad hoc tests. + void ClearNonAdHocTestResult() { + ForEach(test_cases_, TestCase::ClearTestCaseResult); + } + + // Clears the results of ad-hoc test assertions. + void ClearAdHocTestResult() { + ad_hoc_test_result_.Clear(); + } + + // Adds a TestProperty to the current TestResult object when invoked in a + // context of a test or a test case, or to the global property set. If the + // result already contains a property with the same key, the value will be + // updated. + void RecordProperty(const TestProperty& test_property); + + enum ReactionToSharding { + HONOR_SHARDING_PROTOCOL, + IGNORE_SHARDING_PROTOCOL + }; + + // Matches the full name of each test against the user-specified + // filter to decide whether the test should run, then records the + // result in each TestCase and TestInfo object. + // If shard_tests == HONOR_SHARDING_PROTOCOL, further filters tests + // based on sharding variables in the environment. + // Returns the number of tests that should run. + int FilterTests(ReactionToSharding shard_tests); + + // Prints the names of the tests matching the user-specified filter flag. + void ListTestsMatchingFilter(); + + const TestCase* current_test_case() const { return current_test_case_; } + TestInfo* current_test_info() { return current_test_info_; } + const TestInfo* current_test_info() const { return current_test_info_; } + + // Returns the vector of environments that need to be set-up/torn-down + // before/after the tests are run. + std::vector& environments() { return environments_; } + + // Getters for the per-thread Google Test trace stack. + std::vector& gtest_trace_stack() { + return *(gtest_trace_stack_.pointer()); + } + const std::vector& gtest_trace_stack() const { + return gtest_trace_stack_.get(); + } + +#if GTEST_HAS_DEATH_TEST + void InitDeathTestSubprocessControlInfo() { + internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag()); + } + // Returns a pointer to the parsed --gtest_internal_run_death_test + // flag, or NULL if that flag was not specified. + // This information is useful only in a death test child process. + // Must not be called before a call to InitGoogleTest. + const InternalRunDeathTestFlag* internal_run_death_test_flag() const { + return internal_run_death_test_flag_.get(); + } + + // Returns a pointer to the current death test factory. + internal::DeathTestFactory* death_test_factory() { + return death_test_factory_.get(); + } + + void SuppressTestEventsIfInSubprocess(); + + friend class ReplaceDeathTestFactory; +#endif // GTEST_HAS_DEATH_TEST + + // Initializes the event listener performing XML output as specified by + // UnitTestOptions. Must not be called before InitGoogleTest. + void ConfigureXmlOutput(); + +#if GTEST_CAN_STREAM_RESULTS_ + // Initializes the event listener for streaming test results to a socket. + // Must not be called before InitGoogleTest. + void ConfigureStreamingOutput(); +#endif + + // Performs initialization dependent upon flag values obtained in + // ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to + // ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest + // this function is also called from RunAllTests. Since this function can be + // called more than once, it has to be idempotent. + void PostFlagParsingInit(); + + // Gets the random seed used at the start of the current test iteration. + int random_seed() const { return random_seed_; } + + // Gets the random number generator. + internal::Random* random() { return &random_; } + + // Shuffles all test cases, and the tests within each test case, + // making sure that death tests are still run first. + void ShuffleTests(); + + // Restores the test cases and tests to their order before the first shuffle. + void UnshuffleTests(); + + // Returns the value of GTEST_FLAG(catch_exceptions) at the moment + // UnitTest::Run() starts. + bool catch_exceptions() const { return catch_exceptions_; } + + private: + friend class ::testing::UnitTest; + + // Used by UnitTest::Run() to capture the state of + // GTEST_FLAG(catch_exceptions) at the moment it starts. + void set_catch_exceptions(bool value) { catch_exceptions_ = value; } + + // The UnitTest object that owns this implementation object. + UnitTest* const parent_; + + // The working directory when the first TEST() or TEST_F() was + // executed. + internal::FilePath original_working_dir_; + + // The default test part result reporters. + DefaultGlobalTestPartResultReporter default_global_test_part_result_reporter_; + DefaultPerThreadTestPartResultReporter + default_per_thread_test_part_result_reporter_; + + // Points to (but doesn't own) the global test part result reporter. + TestPartResultReporterInterface* global_test_part_result_repoter_; + + // Protects read and write access to global_test_part_result_reporter_. + internal::Mutex global_test_part_result_reporter_mutex_; + + // Points to (but doesn't own) the per-thread test part result reporter. + internal::ThreadLocal + per_thread_test_part_result_reporter_; + + // The vector of environments that need to be set-up/torn-down + // before/after the tests are run. + std::vector environments_; + + // The vector of TestCases in their original order. It owns the + // elements in the vector. + std::vector test_cases_; + + // Provides a level of indirection for the test case list to allow + // easy shuffling and restoring the test case order. The i-th + // element of this vector is the index of the i-th test case in the + // shuffled order. + std::vector test_case_indices_; + +#if GTEST_HAS_PARAM_TEST + // ParameterizedTestRegistry object used to register value-parameterized + // tests. + internal::ParameterizedTestCaseRegistry parameterized_test_registry_; + + // Indicates whether RegisterParameterizedTests() has been called already. + bool parameterized_tests_registered_; +#endif // GTEST_HAS_PARAM_TEST + + // Index of the last death test case registered. Initially -1. + int last_death_test_case_; + + // This points to the TestCase for the currently running test. It + // changes as Google Test goes through one test case after another. + // When no test is running, this is set to NULL and Google Test + // stores assertion results in ad_hoc_test_result_. Initially NULL. + TestCase* current_test_case_; + + // This points to the TestInfo for the currently running test. It + // changes as Google Test goes through one test after another. When + // no test is running, this is set to NULL and Google Test stores + // assertion results in ad_hoc_test_result_. Initially NULL. + TestInfo* current_test_info_; + + // Normally, a user only writes assertions inside a TEST or TEST_F, + // or inside a function called by a TEST or TEST_F. Since Google + // Test keeps track of which test is current running, it can + // associate such an assertion with the test it belongs to. + // + // If an assertion is encountered when no TEST or TEST_F is running, + // Google Test attributes the assertion result to an imaginary "ad hoc" + // test, and records the result in ad_hoc_test_result_. + TestResult ad_hoc_test_result_; + + // The list of event listeners that can be used to track events inside + // Google Test. + TestEventListeners listeners_; + + // The OS stack trace getter. Will be deleted when the UnitTest + // object is destructed. By default, an OsStackTraceGetter is used, + // but the user can set this field to use a custom getter if that is + // desired. + OsStackTraceGetterInterface* os_stack_trace_getter_; + + // True iff PostFlagParsingInit() has been called. + bool post_flag_parse_init_performed_; + + // The random number seed used at the beginning of the test run. + int random_seed_; + + // Our random number generator. + internal::Random random_; + + // The time of the test program start, in ms from the start of the + // UNIX epoch. + TimeInMillis start_timestamp_; + + // How long the test took to run, in milliseconds. + TimeInMillis elapsed_time_; + +#if GTEST_HAS_DEATH_TEST + // The decomposed components of the gtest_internal_run_death_test flag, + // parsed when RUN_ALL_TESTS is called. + internal::scoped_ptr internal_run_death_test_flag_; + internal::scoped_ptr death_test_factory_; +#endif // GTEST_HAS_DEATH_TEST + + // A per-thread stack of traces created by the SCOPED_TRACE() macro. + internal::ThreadLocal > gtest_trace_stack_; + + // The value of GTEST_FLAG(catch_exceptions) at the moment RunAllTests() + // starts. + bool catch_exceptions_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl); +}; // class UnitTestImpl + +// Convenience function for accessing the global UnitTest +// implementation object. +inline UnitTestImpl* GetUnitTestImpl() { + return UnitTest::GetInstance()->impl(); +} + +#if GTEST_USES_SIMPLE_RE + +// Internal helper functions for implementing the simple regular +// expression matcher. +GTEST_API_ bool IsInSet(char ch, const char* str); +GTEST_API_ bool IsAsciiDigit(char ch); +GTEST_API_ bool IsAsciiPunct(char ch); +GTEST_API_ bool IsRepeat(char ch); +GTEST_API_ bool IsAsciiWhiteSpace(char ch); +GTEST_API_ bool IsAsciiWordChar(char ch); +GTEST_API_ bool IsValidEscape(char ch); +GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch); +GTEST_API_ bool ValidateRegex(const char* regex); +GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str); +GTEST_API_ bool MatchRepetitionAndRegexAtHead( + bool escaped, char ch, char repeat, const char* regex, const char* str); +GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str); + +#endif // GTEST_USES_SIMPLE_RE + +// Parses the command line for Google Test flags, without initializing +// other parts of Google Test. +GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, char** argv); +GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv); + +#if GTEST_HAS_DEATH_TEST + +// Returns the message describing the last system error, regardless of the +// platform. +GTEST_API_ std::string GetLastErrnoDescription(); + +# if GTEST_OS_WINDOWS +// Provides leak-safe Windows kernel handle ownership. +class AutoHandle { + public: + AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} + explicit AutoHandle(HANDLE handle) : handle_(handle) {} + + ~AutoHandle() { Reset(); } + + HANDLE Get() const { return handle_; } + void Reset() { Reset(INVALID_HANDLE_VALUE); } + void Reset(HANDLE handle) { + if (handle != handle_) { + if (handle_ != INVALID_HANDLE_VALUE) + ::CloseHandle(handle_); + handle_ = handle; + } + } + + private: + HANDLE handle_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle); +}; +# endif // GTEST_OS_WINDOWS + +// Attempts to parse a string into a positive integer pointed to by the +// number parameter. Returns true if that is possible. +// GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we can use +// it here. +template +bool ParseNaturalNumber(const ::std::string& str, Integer* number) { + // Fail fast if the given string does not begin with a digit; + // this bypasses strtoXXX's "optional leading whitespace and plus + // or minus sign" semantics, which are undesirable here. + if (str.empty() || !IsDigit(str[0])) { + return false; + } + errno = 0; + + char* end; + // BiggestConvertible is the largest integer type that system-provided + // string-to-number conversion routines can return. + +# if GTEST_OS_WINDOWS && !defined(__GNUC__) + + // MSVC and C++ Builder define __int64 instead of the standard long long. + typedef unsigned __int64 BiggestConvertible; + const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10); + +# else + + typedef unsigned long long BiggestConvertible; // NOLINT + const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10); + +# endif // GTEST_OS_WINDOWS && !defined(__GNUC__) + + const bool parse_success = *end == '\0' && errno == 0; + + // TODO(vladl@google.com): Convert this to compile time assertion when it is + // available. + GTEST_CHECK_(sizeof(Integer) <= sizeof(parsed)); + + const Integer result = static_cast(parsed); + if (parse_success && static_cast(result) == parsed) { + *number = result; + return true; + } + return false; +} +#endif // GTEST_HAS_DEATH_TEST + +// TestResult contains some private methods that should be hidden from +// Google Test user but are required for testing. This class allow our tests +// to access them. +// +// This class is supplied only for the purpose of testing Google Test's own +// constructs. Do not use it in user tests, either directly or indirectly. +class TestResultAccessor { + public: + static void RecordProperty(TestResult* test_result, + const std::string& xml_element, + const TestProperty& property) { + test_result->RecordProperty(xml_element, property); + } + + static void ClearTestPartResults(TestResult* test_result) { + test_result->ClearTestPartResults(); + } + + static const std::vector& test_part_results( + const TestResult& test_result) { + return test_result.test_part_results(); + } +}; + +#if GTEST_CAN_STREAM_RESULTS_ + +// Streams test results to the given port on the given host machine. +class StreamingListener : public EmptyTestEventListener { + public: + // Abstract base class for writing strings to a socket. + class AbstractSocketWriter { + public: + virtual ~AbstractSocketWriter() {} + + // Sends a string to the socket. + virtual void Send(const string& message) = 0; + + // Closes the socket. + virtual void CloseConnection() {} + + // Sends a string and a newline to the socket. + void SendLn(const string& message) { + Send(message + "\n"); + } + }; + + // Concrete class for actually writing strings to a socket. + class SocketWriter : public AbstractSocketWriter { + public: + SocketWriter(const string& host, const string& port) + : sockfd_(-1), host_name_(host), port_num_(port) { + MakeConnection(); + } + + virtual ~SocketWriter() { + if (sockfd_ != -1) + CloseConnection(); + } + + // Sends a string to the socket. + virtual void Send(const string& message) { + GTEST_CHECK_(sockfd_ != -1) + << "Send() can be called only when there is a connection."; + + const int len = static_cast(message.length()); + if (write(sockfd_, message.c_str(), len) != len) { + GTEST_LOG_(WARNING) + << "stream_result_to: failed to stream to " + << host_name_ << ":" << port_num_; + } + } + + private: + // Creates a client socket and connects to the server. + void MakeConnection(); + + // Closes the socket. + void CloseConnection() { + GTEST_CHECK_(sockfd_ != -1) + << "CloseConnection() can be called only when there is a connection."; + + close(sockfd_); + sockfd_ = -1; + } + + int sockfd_; // socket file descriptor + const string host_name_; + const string port_num_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(SocketWriter); + }; // class SocketWriter + + // Escapes '=', '&', '%', and '\n' characters in str as "%xx". + static string UrlEncode(const char* str); + + StreamingListener(const string& host, const string& port) + : socket_writer_(new SocketWriter(host, port)) { Start(); } + + explicit StreamingListener(AbstractSocketWriter* socket_writer) + : socket_writer_(socket_writer) { Start(); } + + void OnTestProgramStart(const UnitTest& /* unit_test */) { + SendLn("event=TestProgramStart"); + } + + void OnTestProgramEnd(const UnitTest& unit_test) { + // Note that Google Test current only report elapsed time for each + // test iteration, not for the entire test program. + SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed())); + + // Notify the streaming server to stop. + socket_writer_->CloseConnection(); + } + + void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) { + SendLn("event=TestIterationStart&iteration=" + + StreamableToString(iteration)); + } + + void OnTestIterationEnd(const UnitTest& unit_test, int /* iteration */) { + SendLn("event=TestIterationEnd&passed=" + + FormatBool(unit_test.Passed()) + "&elapsed_time=" + + StreamableToString(unit_test.elapsed_time()) + "ms"); + } + + void OnTestCaseStart(const TestCase& test_case) { + SendLn(std::string("event=TestCaseStart&name=") + test_case.name()); + } + + void OnTestCaseEnd(const TestCase& test_case) { + SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) + + "&elapsed_time=" + StreamableToString(test_case.elapsed_time()) + + "ms"); + } + + void OnTestStart(const TestInfo& test_info) { + SendLn(std::string("event=TestStart&name=") + test_info.name()); + } + + void OnTestEnd(const TestInfo& test_info) { + SendLn("event=TestEnd&passed=" + + FormatBool((test_info.result())->Passed()) + + "&elapsed_time=" + + StreamableToString((test_info.result())->elapsed_time()) + "ms"); + } + + void OnTestPartResult(const TestPartResult& test_part_result) { + const char* file_name = test_part_result.file_name(); + if (file_name == NULL) + file_name = ""; + SendLn("event=TestPartResult&file=" + UrlEncode(file_name) + + "&line=" + StreamableToString(test_part_result.line_number()) + + "&message=" + UrlEncode(test_part_result.message())); + } + + private: + // Sends the given message and a newline to the socket. + void SendLn(const string& message) { socket_writer_->SendLn(message); } + + // Called at the start of streaming to notify the receiver what + // protocol we are using. + void Start() { SendLn("gtest_streaming_protocol_version=1.0"); } + + string FormatBool(bool value) { return value ? "1" : "0"; } + + const scoped_ptr socket_writer_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(StreamingListener); +}; // class StreamingListener + +#endif // GTEST_CAN_STREAM_RESULTS_ + +} // namespace internal +} // namespace testing + +#endif // GTEST_SRC_GTEST_INTERNAL_INL_H_ diff --git a/gtest-1.7.0/src/gtest-port.cc b/gtest-1.7.0/src/gtest-port.cc new file mode 100644 index 000000000..0c4df5f29 --- /dev/null +++ b/gtest-1.7.0/src/gtest-port.cc @@ -0,0 +1,805 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/internal/gtest-port.h" + +#include +#include +#include +#include + +#if GTEST_OS_WINDOWS_MOBILE +# include // For TerminateProcess() +#elif GTEST_OS_WINDOWS +# include +# include +#else +# include +#endif // GTEST_OS_WINDOWS_MOBILE + +#if GTEST_OS_MAC +# include +# include +# include +#endif // GTEST_OS_MAC + +#if GTEST_OS_QNX +# include +# include +#endif // GTEST_OS_QNX + +#include "gtest/gtest-spi.h" +#include "gtest/gtest-message.h" +#include "gtest/internal/gtest-internal.h" +#include "gtest/internal/gtest-string.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { +namespace internal { + +#if defined(_MSC_VER) || defined(__BORLANDC__) +// MSVC and C++Builder do not provide a definition of STDERR_FILENO. +const int kStdOutFileno = 1; +const int kStdErrFileno = 2; +#else +const int kStdOutFileno = STDOUT_FILENO; +const int kStdErrFileno = STDERR_FILENO; +#endif // _MSC_VER + +#if GTEST_OS_MAC + +// Returns the number of threads running in the process, or 0 to indicate that +// we cannot detect it. +size_t GetThreadCount() { + const task_t task = mach_task_self(); + mach_msg_type_number_t thread_count; + thread_act_array_t thread_list; + const kern_return_t status = task_threads(task, &thread_list, &thread_count); + if (status == KERN_SUCCESS) { + // task_threads allocates resources in thread_list and we need to free them + // to avoid leaks. + vm_deallocate(task, + reinterpret_cast(thread_list), + sizeof(thread_t) * thread_count); + return static_cast(thread_count); + } else { + return 0; + } +} + +#elif GTEST_OS_QNX + +// Returns the number of threads running in the process, or 0 to indicate that +// we cannot detect it. +size_t GetThreadCount() { + const int fd = open("/proc/self/as", O_RDONLY); + if (fd < 0) { + return 0; + } + procfs_info process_info; + const int status = + devctl(fd, DCMD_PROC_INFO, &process_info, sizeof(process_info), NULL); + close(fd); + if (status == EOK) { + return static_cast(process_info.num_threads); + } else { + return 0; + } +} + +#else + +size_t GetThreadCount() { + // There's no portable way to detect the number of threads, so we just + // return 0 to indicate that we cannot detect it. + return 0; +} + +#endif // GTEST_OS_MAC + +#if GTEST_USES_POSIX_RE + +// Implements RE. Currently only needed for death tests. + +RE::~RE() { + if (is_valid_) { + // regfree'ing an invalid regex might crash because the content + // of the regex is undefined. Since the regex's are essentially + // the same, one cannot be valid (or invalid) without the other + // being so too. + regfree(&partial_regex_); + regfree(&full_regex_); + } + free(const_cast(pattern_)); +} + +// Returns true iff regular expression re matches the entire str. +bool RE::FullMatch(const char* str, const RE& re) { + if (!re.is_valid_) return false; + + regmatch_t match; + return regexec(&re.full_regex_, str, 1, &match, 0) == 0; +} + +// Returns true iff regular expression re matches a substring of str +// (including str itself). +bool RE::PartialMatch(const char* str, const RE& re) { + if (!re.is_valid_) return false; + + regmatch_t match; + return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; +} + +// Initializes an RE from its string representation. +void RE::Init(const char* regex) { + pattern_ = posix::StrDup(regex); + + // Reserves enough bytes to hold the regular expression used for a + // full match. + const size_t full_regex_len = strlen(regex) + 10; + char* const full_pattern = new char[full_regex_len]; + + snprintf(full_pattern, full_regex_len, "^(%s)$", regex); + is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; + // We want to call regcomp(&partial_regex_, ...) even if the + // previous expression returns false. Otherwise partial_regex_ may + // not be properly initialized can may cause trouble when it's + // freed. + // + // Some implementation of POSIX regex (e.g. on at least some + // versions of Cygwin) doesn't accept the empty string as a valid + // regex. We change it to an equivalent form "()" to be safe. + if (is_valid_) { + const char* const partial_regex = (*regex == '\0') ? "()" : regex; + is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; + } + EXPECT_TRUE(is_valid_) + << "Regular expression \"" << regex + << "\" is not a valid POSIX Extended regular expression."; + + delete[] full_pattern; +} + +#elif GTEST_USES_SIMPLE_RE + +// Returns true iff ch appears anywhere in str (excluding the +// terminating '\0' character). +bool IsInSet(char ch, const char* str) { + return ch != '\0' && strchr(str, ch) != NULL; +} + +// Returns true iff ch belongs to the given classification. Unlike +// similar functions in , these aren't affected by the +// current locale. +bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } +bool IsAsciiPunct(char ch) { + return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); +} +bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } +bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } +bool IsAsciiWordChar(char ch) { + return ('a' <= ch && ch <= 'z') || ('A' <= ch && ch <= 'Z') || + ('0' <= ch && ch <= '9') || ch == '_'; +} + +// Returns true iff "\\c" is a supported escape sequence. +bool IsValidEscape(char c) { + return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); +} + +// Returns true iff the given atom (specified by escaped and pattern) +// matches ch. The result is undefined if the atom is invalid. +bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { + if (escaped) { // "\\p" where p is pattern_char. + switch (pattern_char) { + case 'd': return IsAsciiDigit(ch); + case 'D': return !IsAsciiDigit(ch); + case 'f': return ch == '\f'; + case 'n': return ch == '\n'; + case 'r': return ch == '\r'; + case 's': return IsAsciiWhiteSpace(ch); + case 'S': return !IsAsciiWhiteSpace(ch); + case 't': return ch == '\t'; + case 'v': return ch == '\v'; + case 'w': return IsAsciiWordChar(ch); + case 'W': return !IsAsciiWordChar(ch); + } + return IsAsciiPunct(pattern_char) && pattern_char == ch; + } + + return (pattern_char == '.' && ch != '\n') || pattern_char == ch; +} + +// Helper function used by ValidateRegex() to format error messages. +std::string FormatRegexSyntaxError(const char* regex, int index) { + return (Message() << "Syntax error at index " << index + << " in simple regular expression \"" << regex << "\": ").GetString(); +} + +// Generates non-fatal failures and returns false if regex is invalid; +// otherwise returns true. +bool ValidateRegex(const char* regex) { + if (regex == NULL) { + // TODO(wan@google.com): fix the source file location in the + // assertion failures to match where the regex is used in user + // code. + ADD_FAILURE() << "NULL is not a valid simple regular expression."; + return false; + } + + bool is_valid = true; + + // True iff ?, *, or + can follow the previous atom. + bool prev_repeatable = false; + for (int i = 0; regex[i]; i++) { + if (regex[i] == '\\') { // An escape sequence + i++; + if (regex[i] == '\0') { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) + << "'\\' cannot appear at the end."; + return false; + } + + if (!IsValidEscape(regex[i])) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i - 1) + << "invalid escape sequence \"\\" << regex[i] << "\"."; + is_valid = false; + } + prev_repeatable = true; + } else { // Not an escape sequence. + const char ch = regex[i]; + + if (ch == '^' && i > 0) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'^' can only appear at the beginning."; + is_valid = false; + } else if (ch == '$' && regex[i + 1] != '\0') { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'$' can only appear at the end."; + is_valid = false; + } else if (IsInSet(ch, "()[]{}|")) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'" << ch << "' is unsupported."; + is_valid = false; + } else if (IsRepeat(ch) && !prev_repeatable) { + ADD_FAILURE() << FormatRegexSyntaxError(regex, i) + << "'" << ch << "' can only follow a repeatable token."; + is_valid = false; + } + + prev_repeatable = !IsInSet(ch, "^$?*+"); + } + } + + return is_valid; +} + +// Matches a repeated regex atom followed by a valid simple regular +// expression. The regex atom is defined as c if escaped is false, +// or \c otherwise. repeat is the repetition meta character (?, *, +// or +). The behavior is undefined if str contains too many +// characters to be indexable by size_t, in which case the test will +// probably time out anyway. We are fine with this limitation as +// std::string has it too. +bool MatchRepetitionAndRegexAtHead( + bool escaped, char c, char repeat, const char* regex, + const char* str) { + const size_t min_count = (repeat == '+') ? 1 : 0; + const size_t max_count = (repeat == '?') ? 1 : + static_cast(-1) - 1; + // We cannot call numeric_limits::max() as it conflicts with the + // max() macro on Windows. + + for (size_t i = 0; i <= max_count; ++i) { + // We know that the atom matches each of the first i characters in str. + if (i >= min_count && MatchRegexAtHead(regex, str + i)) { + // We have enough matches at the head, and the tail matches too. + // Since we only care about *whether* the pattern matches str + // (as opposed to *how* it matches), there is no need to find a + // greedy match. + return true; + } + if (str[i] == '\0' || !AtomMatchesChar(escaped, c, str[i])) + return false; + } + return false; +} + +// Returns true iff regex matches a prefix of str. regex must be a +// valid simple regular expression and not start with "^", or the +// result is undefined. +bool MatchRegexAtHead(const char* regex, const char* str) { + if (*regex == '\0') // An empty regex matches a prefix of anything. + return true; + + // "$" only matches the end of a string. Note that regex being + // valid guarantees that there's nothing after "$" in it. + if (*regex == '$') + return *str == '\0'; + + // Is the first thing in regex an escape sequence? + const bool escaped = *regex == '\\'; + if (escaped) + ++regex; + if (IsRepeat(regex[1])) { + // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so + // here's an indirect recursion. It terminates as the regex gets + // shorter in each recursion. + return MatchRepetitionAndRegexAtHead( + escaped, regex[0], regex[1], regex + 2, str); + } else { + // regex isn't empty, isn't "$", and doesn't start with a + // repetition. We match the first atom of regex with the first + // character of str and recurse. + return (*str != '\0') && AtomMatchesChar(escaped, *regex, *str) && + MatchRegexAtHead(regex + 1, str + 1); + } +} + +// Returns true iff regex matches any substring of str. regex must be +// a valid simple regular expression, or the result is undefined. +// +// The algorithm is recursive, but the recursion depth doesn't exceed +// the regex length, so we won't need to worry about running out of +// stack space normally. In rare cases the time complexity can be +// exponential with respect to the regex length + the string length, +// but usually it's must faster (often close to linear). +bool MatchRegexAnywhere(const char* regex, const char* str) { + if (regex == NULL || str == NULL) + return false; + + if (*regex == '^') + return MatchRegexAtHead(regex + 1, str); + + // A successful match can be anywhere in str. + do { + if (MatchRegexAtHead(regex, str)) + return true; + } while (*str++ != '\0'); + return false; +} + +// Implements the RE class. + +RE::~RE() { + free(const_cast(pattern_)); + free(const_cast(full_pattern_)); +} + +// Returns true iff regular expression re matches the entire str. +bool RE::FullMatch(const char* str, const RE& re) { + return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); +} + +// Returns true iff regular expression re matches a substring of str +// (including str itself). +bool RE::PartialMatch(const char* str, const RE& re) { + return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); +} + +// Initializes an RE from its string representation. +void RE::Init(const char* regex) { + pattern_ = full_pattern_ = NULL; + if (regex != NULL) { + pattern_ = posix::StrDup(regex); + } + + is_valid_ = ValidateRegex(regex); + if (!is_valid_) { + // No need to calculate the full pattern when the regex is invalid. + return; + } + + const size_t len = strlen(regex); + // Reserves enough bytes to hold the regular expression used for a + // full match: we need space to prepend a '^', append a '$', and + // terminate the string with '\0'. + char* buffer = static_cast(malloc(len + 3)); + full_pattern_ = buffer; + + if (*regex != '^') + *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'. + + // We don't use snprintf or strncpy, as they trigger a warning when + // compiled with VC++ 8.0. + memcpy(buffer, regex, len); + buffer += len; + + if (len == 0 || regex[len - 1] != '$') + *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'. + + *buffer = '\0'; +} + +#endif // GTEST_USES_POSIX_RE + +const char kUnknownFile[] = "unknown file"; + +// Formats a source file path and a line number as they would appear +// in an error message from the compiler used to compile this code. +GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { + const std::string file_name(file == NULL ? kUnknownFile : file); + + if (line < 0) { + return file_name + ":"; + } +#ifdef _MSC_VER + return file_name + "(" + StreamableToString(line) + "):"; +#else + return file_name + ":" + StreamableToString(line) + ":"; +#endif // _MSC_VER +} + +// Formats a file location for compiler-independent XML output. +// Although this function is not platform dependent, we put it next to +// FormatFileLocation in order to contrast the two functions. +// Note that FormatCompilerIndependentFileLocation() does NOT append colon +// to the file location it produces, unlike FormatFileLocation(). +GTEST_API_ ::std::string FormatCompilerIndependentFileLocation( + const char* file, int line) { + const std::string file_name(file == NULL ? kUnknownFile : file); + + if (line < 0) + return file_name; + else + return file_name + ":" + StreamableToString(line); +} + + +GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) + : severity_(severity) { + const char* const marker = + severity == GTEST_INFO ? "[ INFO ]" : + severity == GTEST_WARNING ? "[WARNING]" : + severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]"; + GetStream() << ::std::endl << marker << " " + << FormatFileLocation(file, line).c_str() << ": "; +} + +// Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. +GTestLog::~GTestLog() { + GetStream() << ::std::endl; + if (severity_ == GTEST_FATAL) { + fflush(stderr); + posix::Abort(); + } +} +// Disable Microsoft deprecation warnings for POSIX functions called from +// this class (creat, dup, dup2, and close) +#ifdef _MSC_VER +# pragma warning(push) +# pragma warning(disable: 4996) +#endif // _MSC_VER + +#if GTEST_HAS_STREAM_REDIRECTION + +// Object that captures an output stream (stdout/stderr). +class CapturedStream { + public: + // The ctor redirects the stream to a temporary file. + explicit CapturedStream(int fd) : fd_(fd), uncaptured_fd_(dup(fd)) { +# if GTEST_OS_WINDOWS + char temp_dir_path[MAX_PATH + 1] = { '\0' }; // NOLINT + char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT + + ::GetTempPathA(sizeof(temp_dir_path), temp_dir_path); + const UINT success = ::GetTempFileNameA(temp_dir_path, + "gtest_redir", + 0, // Generate unique file name. + temp_file_path); + GTEST_CHECK_(success != 0) + << "Unable to create a temporary file in " << temp_dir_path; + const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); + GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file " + << temp_file_path; + filename_ = temp_file_path; +# else + // There's no guarantee that a test has write access to the current + // directory, so we create the temporary file in the /tmp directory + // instead. We use /tmp on most systems, and /sdcard on Android. + // That's because Android doesn't have /tmp. +# if GTEST_OS_LINUX_ANDROID + // Note: Android applications are expected to call the framework's + // Context.getExternalStorageDirectory() method through JNI to get + // the location of the world-writable SD Card directory. However, + // this requires a Context handle, which cannot be retrieved + // globally from native code. Doing so also precludes running the + // code as part of a regular standalone executable, which doesn't + // run in a Dalvik process (e.g. when running it through 'adb shell'). + // + // The location /sdcard is directly accessible from native code + // and is the only location (unofficially) supported by the Android + // team. It's generally a symlink to the real SD Card mount point + // which can be /mnt/sdcard, /mnt/sdcard0, /system/media/sdcard, or + // other OEM-customized locations. Never rely on these, and always + // use /sdcard. + char name_template[] = "/sdcard/gtest_captured_stream.XXXXXX"; +# else + char name_template[] = "/tmp/captured_stream.XXXXXX"; +# endif // GTEST_OS_LINUX_ANDROID + const int captured_fd = mkstemp(name_template); + filename_ = name_template; +# endif // GTEST_OS_WINDOWS + fflush(NULL); + dup2(captured_fd, fd_); + close(captured_fd); + } + + ~CapturedStream() { + remove(filename_.c_str()); + } + + std::string GetCapturedString() { + if (uncaptured_fd_ != -1) { + // Restores the original stream. + fflush(NULL); + dup2(uncaptured_fd_, fd_); + close(uncaptured_fd_); + uncaptured_fd_ = -1; + } + + FILE* const file = posix::FOpen(filename_.c_str(), "r"); + const std::string content = ReadEntireFile(file); + posix::FClose(file); + return content; + } + + private: + // Reads the entire content of a file as an std::string. + static std::string ReadEntireFile(FILE* file); + + // Returns the size (in bytes) of a file. + static size_t GetFileSize(FILE* file); + + const int fd_; // A stream to capture. + int uncaptured_fd_; + // Name of the temporary file holding the stderr output. + ::std::string filename_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(CapturedStream); +}; + +// Returns the size (in bytes) of a file. +size_t CapturedStream::GetFileSize(FILE* file) { + fseek(file, 0, SEEK_END); + return static_cast(ftell(file)); +} + +// Reads the entire content of a file as a string. +std::string CapturedStream::ReadEntireFile(FILE* file) { + const size_t file_size = GetFileSize(file); + char* const buffer = new char[file_size]; + + size_t bytes_last_read = 0; // # of bytes read in the last fread() + size_t bytes_read = 0; // # of bytes read so far + + fseek(file, 0, SEEK_SET); + + // Keeps reading the file until we cannot read further or the + // pre-determined file size is reached. + do { + bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file); + bytes_read += bytes_last_read; + } while (bytes_last_read > 0 && bytes_read < file_size); + + const std::string content(buffer, bytes_read); + delete[] buffer; + + return content; +} + +# ifdef _MSC_VER +# pragma warning(pop) +# endif // _MSC_VER + +static CapturedStream* g_captured_stderr = NULL; +static CapturedStream* g_captured_stdout = NULL; + +// Starts capturing an output stream (stdout/stderr). +void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { + if (*stream != NULL) { + GTEST_LOG_(FATAL) << "Only one " << stream_name + << " capturer can exist at a time."; + } + *stream = new CapturedStream(fd); +} + +// Stops capturing the output stream and returns the captured string. +std::string GetCapturedStream(CapturedStream** captured_stream) { + const std::string content = (*captured_stream)->GetCapturedString(); + + delete *captured_stream; + *captured_stream = NULL; + + return content; +} + +// Starts capturing stdout. +void CaptureStdout() { + CaptureStream(kStdOutFileno, "stdout", &g_captured_stdout); +} + +// Starts capturing stderr. +void CaptureStderr() { + CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); +} + +// Stops capturing stdout and returns the captured string. +std::string GetCapturedStdout() { + return GetCapturedStream(&g_captured_stdout); +} + +// Stops capturing stderr and returns the captured string. +std::string GetCapturedStderr() { + return GetCapturedStream(&g_captured_stderr); +} + +#endif // GTEST_HAS_STREAM_REDIRECTION + +#if GTEST_HAS_DEATH_TEST + +// A copy of all command line arguments. Set by InitGoogleTest(). +::std::vector g_argvs; + +static const ::std::vector* g_injected_test_argvs = + NULL; // Owned. + +void SetInjectableArgvs(const ::std::vector* argvs) { + if (g_injected_test_argvs != argvs) + delete g_injected_test_argvs; + g_injected_test_argvs = argvs; +} + +const ::std::vector& GetInjectableArgvs() { + if (g_injected_test_argvs != NULL) { + return *g_injected_test_argvs; + } + return g_argvs; +} +#endif // GTEST_HAS_DEATH_TEST + +#if GTEST_OS_WINDOWS_MOBILE +namespace posix { +void Abort() { + DebugBreak(); + TerminateProcess(GetCurrentProcess(), 1); +} +} // namespace posix +#endif // GTEST_OS_WINDOWS_MOBILE + +// Returns the name of the environment variable corresponding to the +// given flag. For example, FlagToEnvVar("foo") will return +// "GTEST_FOO" in the open-source version. +static std::string FlagToEnvVar(const char* flag) { + const std::string full_flag = + (Message() << GTEST_FLAG_PREFIX_ << flag).GetString(); + + Message env_var; + for (size_t i = 0; i != full_flag.length(); i++) { + env_var << ToUpper(full_flag.c_str()[i]); + } + + return env_var.GetString(); +} + +// Parses 'str' for a 32-bit signed integer. If successful, writes +// the result to *value and returns true; otherwise leaves *value +// unchanged and returns false. +bool ParseInt32(const Message& src_text, const char* str, Int32* value) { + // Parses the environment variable as a decimal integer. + char* end = NULL; + const long long_value = strtol(str, &end, 10); // NOLINT + + // Has strtol() consumed all characters in the string? + if (*end != '\0') { + // No - an invalid character was encountered. + Message msg; + msg << "WARNING: " << src_text + << " is expected to be a 32-bit integer, but actually" + << " has value \"" << str << "\".\n"; + printf("%s", msg.GetString().c_str()); + fflush(stdout); + return false; + } + + // Is the parsed value in the range of an Int32? + const Int32 result = static_cast(long_value); + if (long_value == LONG_MAX || long_value == LONG_MIN || + // The parsed value overflows as a long. (strtol() returns + // LONG_MAX or LONG_MIN when the input overflows.) + result != long_value + // The parsed value overflows as an Int32. + ) { + Message msg; + msg << "WARNING: " << src_text + << " is expected to be a 32-bit integer, but actually" + << " has value " << str << ", which overflows.\n"; + printf("%s", msg.GetString().c_str()); + fflush(stdout); + return false; + } + + *value = result; + return true; +} + +// Reads and returns the Boolean environment variable corresponding to +// the given flag; if it's not set, returns default_value. +// +// The value is considered true iff it's not "0". +bool BoolFromGTestEnv(const char* flag, bool default_value) { + const std::string env_var = FlagToEnvVar(flag); + const char* const string_value = posix::GetEnv(env_var.c_str()); + return string_value == NULL ? + default_value : strcmp(string_value, "0") != 0; +} + +// Reads and returns a 32-bit integer stored in the environment +// variable corresponding to the given flag; if it isn't set or +// doesn't represent a valid 32-bit integer, returns default_value. +Int32 Int32FromGTestEnv(const char* flag, Int32 default_value) { + const std::string env_var = FlagToEnvVar(flag); + const char* const string_value = posix::GetEnv(env_var.c_str()); + if (string_value == NULL) { + // The environment variable is not set. + return default_value; + } + + Int32 result = default_value; + if (!ParseInt32(Message() << "Environment variable " << env_var, + string_value, &result)) { + printf("The default value %s is used.\n", + (Message() << default_value).GetString().c_str()); + fflush(stdout); + return default_value; + } + + return result; +} + +// Reads and returns the string environment variable corresponding to +// the given flag; if it's not set, returns default_value. +const char* StringFromGTestEnv(const char* flag, const char* default_value) { + const std::string env_var = FlagToEnvVar(flag); + const char* const value = posix::GetEnv(env_var.c_str()); + return value == NULL ? default_value : value; +} + +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/src/gtest-printers.cc b/gtest-1.7.0/src/gtest-printers.cc new file mode 100644 index 000000000..75fa40810 --- /dev/null +++ b/gtest-1.7.0/src/gtest-printers.cc @@ -0,0 +1,363 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Google Test - The Google C++ Testing Framework +// +// This file implements a universal value printer that can print a +// value of any type T: +// +// void ::testing::internal::UniversalPrinter::Print(value, ostream_ptr); +// +// It uses the << operator when possible, and prints the bytes in the +// object otherwise. A user can override its behavior for a class +// type Foo by defining either operator<<(::std::ostream&, const Foo&) +// or void PrintTo(const Foo&, ::std::ostream*) in the namespace that +// defines Foo. + +#include "gtest/gtest-printers.h" +#include +#include +#include // NOLINT +#include +#include "gtest/internal/gtest-port.h" + +namespace testing { + +namespace { + +using ::std::ostream; + +// Prints a segment of bytes in the given object. +void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, + size_t count, ostream* os) { + char text[5] = ""; + for (size_t i = 0; i != count; i++) { + const size_t j = start + i; + if (i != 0) { + // Organizes the bytes into groups of 2 for easy parsing by + // human. + if ((j % 2) == 0) + *os << ' '; + else + *os << '-'; + } + GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); + *os << text; + } +} + +// Prints the bytes in the given value to the given ostream. +void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, + ostream* os) { + // Tells the user how big the object is. + *os << count << "-byte object <"; + + const size_t kThreshold = 132; + const size_t kChunkSize = 64; + // If the object size is bigger than kThreshold, we'll have to omit + // some details by printing only the first and the last kChunkSize + // bytes. + // TODO(wan): let the user control the threshold using a flag. + if (count < kThreshold) { + PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); + } else { + PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); + *os << " ... "; + // Rounds up to 2-byte boundary. + const size_t resume_pos = (count - kChunkSize + 1)/2*2; + PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); + } + *os << ">"; +} + +} // namespace + +namespace internal2 { + +// Delegates to PrintBytesInObjectToImpl() to print the bytes in the +// given object. The delegation simplifies the implementation, which +// uses the << operator and thus is easier done outside of the +// ::testing::internal namespace, which contains a << operator that +// sometimes conflicts with the one in STL. +void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, + ostream* os) { + PrintBytesInObjectToImpl(obj_bytes, count, os); +} + +} // namespace internal2 + +namespace internal { + +// Depending on the value of a char (or wchar_t), we print it in one +// of three formats: +// - as is if it's a printable ASCII (e.g. 'a', '2', ' '), +// - as a hexidecimal escape sequence (e.g. '\x7F'), or +// - as a special escape sequence (e.g. '\r', '\n'). +enum CharFormat { + kAsIs, + kHexEscape, + kSpecialEscape +}; + +// Returns true if c is a printable ASCII character. We test the +// value of c directly instead of calling isprint(), which is buggy on +// Windows Mobile. +inline bool IsPrintableAscii(wchar_t c) { + return 0x20 <= c && c <= 0x7E; +} + +// Prints a wide or narrow char c as a character literal without the +// quotes, escaping it when necessary; returns how c was formatted. +// The template argument UnsignedChar is the unsigned version of Char, +// which is the type of c. +template +static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { + switch (static_cast(c)) { + case L'\0': + *os << "\\0"; + break; + case L'\'': + *os << "\\'"; + break; + case L'\\': + *os << "\\\\"; + break; + case L'\a': + *os << "\\a"; + break; + case L'\b': + *os << "\\b"; + break; + case L'\f': + *os << "\\f"; + break; + case L'\n': + *os << "\\n"; + break; + case L'\r': + *os << "\\r"; + break; + case L'\t': + *os << "\\t"; + break; + case L'\v': + *os << "\\v"; + break; + default: + if (IsPrintableAscii(c)) { + *os << static_cast(c); + return kAsIs; + } else { + *os << "\\x" + String::FormatHexInt(static_cast(c)); + return kHexEscape; + } + } + return kSpecialEscape; +} + +// Prints a wchar_t c as if it's part of a string literal, escaping it when +// necessary; returns how c was formatted. +static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { + switch (c) { + case L'\'': + *os << "'"; + return kAsIs; + case L'"': + *os << "\\\""; + return kSpecialEscape; + default: + return PrintAsCharLiteralTo(c, os); + } +} + +// Prints a char c as if it's part of a string literal, escaping it when +// necessary; returns how c was formatted. +static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { + return PrintAsStringLiteralTo( + static_cast(static_cast(c)), os); +} + +// Prints a wide or narrow character c and its code. '\0' is printed +// as "'\\0'", other unprintable characters are also properly escaped +// using the standard C++ escape sequence. The template argument +// UnsignedChar is the unsigned version of Char, which is the type of c. +template +void PrintCharAndCodeTo(Char c, ostream* os) { + // First, print c as a literal in the most readable form we can find. + *os << ((sizeof(c) > 1) ? "L'" : "'"); + const CharFormat format = PrintAsCharLiteralTo(c, os); + *os << "'"; + + // To aid user debugging, we also print c's code in decimal, unless + // it's 0 (in which case c was printed as '\\0', making the code + // obvious). + if (c == 0) + return; + *os << " (" << static_cast(c); + + // For more convenience, we print c's code again in hexidecimal, + // unless c was already printed in the form '\x##' or the code is in + // [1, 9]. + if (format == kHexEscape || (1 <= c && c <= 9)) { + // Do nothing. + } else { + *os << ", 0x" << String::FormatHexInt(static_cast(c)); + } + *os << ")"; +} + +void PrintTo(unsigned char c, ::std::ostream* os) { + PrintCharAndCodeTo(c, os); +} +void PrintTo(signed char c, ::std::ostream* os) { + PrintCharAndCodeTo(c, os); +} + +// Prints a wchar_t as a symbol if it is printable or as its internal +// code otherwise and also as its code. L'\0' is printed as "L'\\0'". +void PrintTo(wchar_t wc, ostream* os) { + PrintCharAndCodeTo(wc, os); +} + +// Prints the given array of characters to the ostream. CharType must be either +// char or wchar_t. +// The array starts at begin, the length is len, it may include '\0' characters +// and may not be NUL-terminated. +template +static void PrintCharsAsStringTo( + const CharType* begin, size_t len, ostream* os) { + const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; + *os << kQuoteBegin; + bool is_previous_hex = false; + for (size_t index = 0; index < len; ++index) { + const CharType cur = begin[index]; + if (is_previous_hex && IsXDigit(cur)) { + // Previous character is of '\x..' form and this character can be + // interpreted as another hexadecimal digit in its number. Break string to + // disambiguate. + *os << "\" " << kQuoteBegin; + } + is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; + } + *os << "\""; +} + +// Prints a (const) char/wchar_t array of 'len' elements, starting at address +// 'begin'. CharType must be either char or wchar_t. +template +static void UniversalPrintCharArray( + const CharType* begin, size_t len, ostream* os) { + // The code + // const char kFoo[] = "foo"; + // generates an array of 4, not 3, elements, with the last one being '\0'. + // + // Therefore when printing a char array, we don't print the last element if + // it's '\0', such that the output matches the string literal as it's + // written in the source code. + if (len > 0 && begin[len - 1] == '\0') { + PrintCharsAsStringTo(begin, len - 1, os); + return; + } + + // If, however, the last element in the array is not '\0', e.g. + // const char kFoo[] = { 'f', 'o', 'o' }; + // we must print the entire array. We also print a message to indicate + // that the array is not NUL-terminated. + PrintCharsAsStringTo(begin, len, os); + *os << " (no terminating NUL)"; +} + +// Prints a (const) char array of 'len' elements, starting at address 'begin'. +void UniversalPrintArray(const char* begin, size_t len, ostream* os) { + UniversalPrintCharArray(begin, len, os); +} + +// Prints a (const) wchar_t array of 'len' elements, starting at address +// 'begin'. +void UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) { + UniversalPrintCharArray(begin, len, os); +} + +// Prints the given C string to the ostream. +void PrintTo(const char* s, ostream* os) { + if (s == NULL) { + *os << "NULL"; + } else { + *os << ImplicitCast_(s) << " pointing to "; + PrintCharsAsStringTo(s, strlen(s), os); + } +} + +// MSVC compiler can be configured to define whar_t as a typedef +// of unsigned short. Defining an overload for const wchar_t* in that case +// would cause pointers to unsigned shorts be printed as wide strings, +// possibly accessing more memory than intended and causing invalid +// memory accesses. MSVC defines _NATIVE_WCHAR_T_DEFINED symbol when +// wchar_t is implemented as a native type. +#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) +// Prints the given wide C string to the ostream. +void PrintTo(const wchar_t* s, ostream* os) { + if (s == NULL) { + *os << "NULL"; + } else { + *os << ImplicitCast_(s) << " pointing to "; + PrintCharsAsStringTo(s, wcslen(s), os); + } +} +#endif // wchar_t is native + +// Prints a ::string object. +#if GTEST_HAS_GLOBAL_STRING +void PrintStringTo(const ::string& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} +#endif // GTEST_HAS_GLOBAL_STRING + +void PrintStringTo(const ::std::string& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} + +// Prints a ::wstring object. +#if GTEST_HAS_GLOBAL_WSTRING +void PrintWideStringTo(const ::wstring& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +#if GTEST_HAS_STD_WSTRING +void PrintWideStringTo(const ::std::wstring& s, ostream* os) { + PrintCharsAsStringTo(s.data(), s.size(), os); +} +#endif // GTEST_HAS_STD_WSTRING + +} // namespace internal + +} // namespace testing diff --git a/gtest-1.7.0/src/gtest-test-part.cc b/gtest-1.7.0/src/gtest-test-part.cc new file mode 100644 index 000000000..c60eef3ab --- /dev/null +++ b/gtest-1.7.0/src/gtest-test-part.cc @@ -0,0 +1,110 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// +// The Google C++ Testing Framework (Google Test) + +#include "gtest/gtest-test-part.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { + +using internal::GetUnitTestImpl; + +// Gets the summary of the failure message by omitting the stack trace +// in it. +std::string TestPartResult::ExtractSummary(const char* message) { + const char* const stack_trace = strstr(message, internal::kStackTraceMarker); + return stack_trace == NULL ? message : + std::string(message, stack_trace); +} + +// Prints a TestPartResult object. +std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { + return os + << result.file_name() << ":" << result.line_number() << ": " + << (result.type() == TestPartResult::kSuccess ? "Success" : + result.type() == TestPartResult::kFatalFailure ? "Fatal failure" : + "Non-fatal failure") << ":\n" + << result.message() << std::endl; +} + +// Appends a TestPartResult to the array. +void TestPartResultArray::Append(const TestPartResult& result) { + array_.push_back(result); +} + +// Returns the TestPartResult at the given index (0-based). +const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { + if (index < 0 || index >= size()) { + printf("\nInvalid index (%d) into TestPartResultArray.\n", index); + internal::posix::Abort(); + } + + return array_[index]; +} + +// Returns the number of TestPartResult objects in the array. +int TestPartResultArray::size() const { + return static_cast(array_.size()); +} + +namespace internal { + +HasNewFatalFailureHelper::HasNewFatalFailureHelper() + : has_new_fatal_failure_(false), + original_reporter_(GetUnitTestImpl()-> + GetTestPartResultReporterForCurrentThread()) { + GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this); +} + +HasNewFatalFailureHelper::~HasNewFatalFailureHelper() { + GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread( + original_reporter_); +} + +void HasNewFatalFailureHelper::ReportTestPartResult( + const TestPartResult& result) { + if (result.fatally_failed()) + has_new_fatal_failure_ = true; + original_reporter_->ReportTestPartResult(result); +} + +} // namespace internal + +} // namespace testing diff --git a/gtest-1.7.0/src/gtest-typed-test.cc b/gtest-1.7.0/src/gtest-typed-test.cc new file mode 100644 index 000000000..f0079f407 --- /dev/null +++ b/gtest-1.7.0/src/gtest-typed-test.cc @@ -0,0 +1,110 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/gtest-typed-test.h" +#include "gtest/gtest.h" + +namespace testing { +namespace internal { + +#if GTEST_HAS_TYPED_TEST_P + +// Skips to the first non-space char in str. Returns an empty string if str +// contains only whitespace characters. +static const char* SkipSpaces(const char* str) { + while (IsSpace(*str)) + str++; + return str; +} + +// Verifies that registered_tests match the test names in +// defined_test_names_; returns registered_tests if successful, or +// aborts the program otherwise. +const char* TypedTestCasePState::VerifyRegisteredTestNames( + const char* file, int line, const char* registered_tests) { + typedef ::std::set::const_iterator DefinedTestIter; + registered_ = true; + + // Skip initial whitespace in registered_tests since some + // preprocessors prefix stringizied literals with whitespace. + registered_tests = SkipSpaces(registered_tests); + + Message errors; + ::std::set tests; + for (const char* names = registered_tests; names != NULL; + names = SkipComma(names)) { + const std::string name = GetPrefixUntilComma(names); + if (tests.count(name) != 0) { + errors << "Test " << name << " is listed more than once.\n"; + continue; + } + + bool found = false; + for (DefinedTestIter it = defined_test_names_.begin(); + it != defined_test_names_.end(); + ++it) { + if (name == *it) { + found = true; + break; + } + } + + if (found) { + tests.insert(name); + } else { + errors << "No test named " << name + << " can be found in this test case.\n"; + } + } + + for (DefinedTestIter it = defined_test_names_.begin(); + it != defined_test_names_.end(); + ++it) { + if (tests.count(*it) == 0) { + errors << "You forgot to list test " << *it << ".\n"; + } + } + + const std::string& errors_str = errors.GetString(); + if (errors_str != "") { + fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), + errors_str.c_str()); + fflush(stderr); + posix::Abort(); + } + + return registered_tests; +} + +#endif // GTEST_HAS_TYPED_TEST_P + +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/src/gtest.cc b/gtest-1.7.0/src/gtest.cc new file mode 100644 index 000000000..6de53dd01 --- /dev/null +++ b/gtest-1.7.0/src/gtest.cc @@ -0,0 +1,5015 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// The Google C++ Testing Framework (Google Test) + +#include "gtest/gtest.h" +#include "gtest/gtest-spi.h" + +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include // NOLINT +#include +#include + +#if GTEST_OS_LINUX + +// TODO(kenton@google.com): Use autoconf to detect availability of +// gettimeofday(). +# define GTEST_HAS_GETTIMEOFDAY_ 1 + +# include // NOLINT +# include // NOLINT +# include // NOLINT +// Declares vsnprintf(). This header is not available on Windows. +# include // NOLINT +# include // NOLINT +# include // NOLINT +# include // NOLINT +# include + +#elif GTEST_OS_SYMBIAN +# define GTEST_HAS_GETTIMEOFDAY_ 1 +# include // NOLINT + +#elif GTEST_OS_ZOS +# define GTEST_HAS_GETTIMEOFDAY_ 1 +# include // NOLINT + +// On z/OS we additionally need strings.h for strcasecmp. +# include // NOLINT + +#elif GTEST_OS_WINDOWS_MOBILE // We are on Windows CE. + +# include // NOLINT + +#elif GTEST_OS_WINDOWS // We are on Windows proper. + +# include // NOLINT +# include // NOLINT +# include // NOLINT +# include // NOLINT + +# if GTEST_OS_WINDOWS_MINGW +// MinGW has gettimeofday() but not _ftime64(). +// TODO(kenton@google.com): Use autoconf to detect availability of +// gettimeofday(). +// TODO(kenton@google.com): There are other ways to get the time on +// Windows, like GetTickCount() or GetSystemTimeAsFileTime(). MinGW +// supports these. consider using them instead. +# define GTEST_HAS_GETTIMEOFDAY_ 1 +# include // NOLINT +# endif // GTEST_OS_WINDOWS_MINGW + +// cpplint thinks that the header is already included, so we want to +// silence it. +# include // NOLINT + +#else + +// Assume other platforms have gettimeofday(). +// TODO(kenton@google.com): Use autoconf to detect availability of +// gettimeofday(). +# define GTEST_HAS_GETTIMEOFDAY_ 1 + +// cpplint thinks that the header is already included, so we want to +// silence it. +# include // NOLINT +# include // NOLINT + +#endif // GTEST_OS_LINUX + +#if GTEST_HAS_EXCEPTIONS +# include +#endif + +#if GTEST_CAN_STREAM_RESULTS_ +# include // NOLINT +# include // NOLINT +#endif + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +#if GTEST_OS_WINDOWS +# define vsnprintf _vsnprintf +#endif // GTEST_OS_WINDOWS + +namespace testing { + +using internal::CountIf; +using internal::ForEach; +using internal::GetElementOr; +using internal::Shuffle; + +// Constants. + +// A test whose test case name or test name matches this filter is +// disabled and not run. +static const char kDisableTestFilter[] = "DISABLED_*:*/DISABLED_*"; + +// A test case whose name matches this filter is considered a death +// test case and will be run before test cases whose name doesn't +// match this filter. +static const char kDeathTestCaseFilter[] = "*DeathTest:*DeathTest/*"; + +// A test filter that matches everything. +static const char kUniversalFilter[] = "*"; + +// The default output file for XML output. +static const char kDefaultOutputFile[] = "test_detail.xml"; + +// The environment variable name for the test shard index. +static const char kTestShardIndex[] = "GTEST_SHARD_INDEX"; +// The environment variable name for the total number of test shards. +static const char kTestTotalShards[] = "GTEST_TOTAL_SHARDS"; +// The environment variable name for the test shard status file. +static const char kTestShardStatusFile[] = "GTEST_SHARD_STATUS_FILE"; + +namespace internal { + +// The text used in failure messages to indicate the start of the +// stack trace. +const char kStackTraceMarker[] = "\nStack trace:\n"; + +// g_help_flag is true iff the --help flag or an equivalent form is +// specified on the command line. +bool g_help_flag = false; + +} // namespace internal + +static const char* GetDefaultFilter() { + return kUniversalFilter; +} + +GTEST_DEFINE_bool_( + also_run_disabled_tests, + internal::BoolFromGTestEnv("also_run_disabled_tests", false), + "Run disabled tests too, in addition to the tests normally being run."); + +GTEST_DEFINE_bool_( + break_on_failure, + internal::BoolFromGTestEnv("break_on_failure", false), + "True iff a failed assertion should be a debugger break-point."); + +GTEST_DEFINE_bool_( + catch_exceptions, + internal::BoolFromGTestEnv("catch_exceptions", true), + "True iff " GTEST_NAME_ + " should catch exceptions and treat them as test failures."); + +GTEST_DEFINE_string_( + color, + internal::StringFromGTestEnv("color", "auto"), + "Whether to use colors in the output. Valid values: yes, no, " + "and auto. 'auto' means to use colors if the output is " + "being sent to a terminal and the TERM environment variable " + "is set to a terminal type that supports colors."); + +GTEST_DEFINE_string_( + filter, + internal::StringFromGTestEnv("filter", GetDefaultFilter()), + "A colon-separated list of glob (not regex) patterns " + "for filtering the tests to run, optionally followed by a " + "'-' and a : separated list of negative patterns (tests to " + "exclude). A test is run if it matches one of the positive " + "patterns and does not match any of the negative patterns."); + +GTEST_DEFINE_bool_(list_tests, false, + "List all tests without running them."); + +GTEST_DEFINE_string_( + output, + internal::StringFromGTestEnv("output", ""), + "A format (currently must be \"xml\"), optionally followed " + "by a colon and an output file name or directory. A directory " + "is indicated by a trailing pathname separator. " + "Examples: \"xml:filename.xml\", \"xml::directoryname/\". " + "If a directory is specified, output files will be created " + "within that directory, with file-names based on the test " + "executable's name and, if necessary, made unique by adding " + "digits."); + +GTEST_DEFINE_bool_( + print_time, + internal::BoolFromGTestEnv("print_time", true), + "True iff " GTEST_NAME_ + " should display elapsed time in text output."); + +GTEST_DEFINE_int32_( + random_seed, + internal::Int32FromGTestEnv("random_seed", 0), + "Random number seed to use when shuffling test orders. Must be in range " + "[1, 99999], or 0 to use a seed based on the current time."); + +GTEST_DEFINE_int32_( + repeat, + internal::Int32FromGTestEnv("repeat", 1), + "How many times to repeat each test. Specify a negative number " + "for repeating forever. Useful for shaking out flaky tests."); + +GTEST_DEFINE_bool_( + show_internal_stack_frames, false, + "True iff " GTEST_NAME_ " should include internal stack frames when " + "printing test failure stack traces."); + +GTEST_DEFINE_bool_( + shuffle, + internal::BoolFromGTestEnv("shuffle", false), + "True iff " GTEST_NAME_ + " should randomize tests' order on every run."); + +GTEST_DEFINE_int32_( + stack_trace_depth, + internal::Int32FromGTestEnv("stack_trace_depth", kMaxStackTraceDepth), + "The maximum number of stack frames to print when an " + "assertion fails. The valid range is 0 through 100, inclusive."); + +GTEST_DEFINE_string_( + stream_result_to, + internal::StringFromGTestEnv("stream_result_to", ""), + "This flag specifies the host name and the port number on which to stream " + "test results. Example: \"localhost:555\". The flag is effective only on " + "Linux."); + +GTEST_DEFINE_bool_( + throw_on_failure, + internal::BoolFromGTestEnv("throw_on_failure", false), + "When this flag is specified, a failed assertion will throw an exception " + "if exceptions are enabled or exit the program with a non-zero code " + "otherwise."); + +namespace internal { + +// Generates a random number from [0, range), using a Linear +// Congruential Generator (LCG). Crashes if 'range' is 0 or greater +// than kMaxRange. +UInt32 Random::Generate(UInt32 range) { + // These constants are the same as are used in glibc's rand(3). + state_ = (1103515245U*state_ + 12345U) % kMaxRange; + + GTEST_CHECK_(range > 0) + << "Cannot generate a number in the range [0, 0)."; + GTEST_CHECK_(range <= kMaxRange) + << "Generation of a number in [0, " << range << ") was requested, " + << "but this can only generate numbers in [0, " << kMaxRange << ")."; + + // Converting via modulus introduces a bit of downward bias, but + // it's simple, and a linear congruential generator isn't too good + // to begin with. + return state_ % range; +} + +// GTestIsInitialized() returns true iff the user has initialized +// Google Test. Useful for catching the user mistake of not initializing +// Google Test before calling RUN_ALL_TESTS(). +// +// A user must call testing::InitGoogleTest() to initialize Google +// Test. g_init_gtest_count is set to the number of times +// InitGoogleTest() has been called. We don't protect this variable +// under a mutex as it is only accessed in the main thread. +GTEST_API_ int g_init_gtest_count = 0; +static bool GTestIsInitialized() { return g_init_gtest_count != 0; } + +// Iterates over a vector of TestCases, keeping a running sum of the +// results of calling a given int-returning method on each. +// Returns the sum. +static int SumOverTestCaseList(const std::vector& case_list, + int (TestCase::*method)() const) { + int sum = 0; + for (size_t i = 0; i < case_list.size(); i++) { + sum += (case_list[i]->*method)(); + } + return sum; +} + +// Returns true iff the test case passed. +static bool TestCasePassed(const TestCase* test_case) { + return test_case->should_run() && test_case->Passed(); +} + +// Returns true iff the test case failed. +static bool TestCaseFailed(const TestCase* test_case) { + return test_case->should_run() && test_case->Failed(); +} + +// Returns true iff test_case contains at least one test that should +// run. +static bool ShouldRunTestCase(const TestCase* test_case) { + return test_case->should_run(); +} + +// AssertHelper constructor. +AssertHelper::AssertHelper(TestPartResult::Type type, + const char* file, + int line, + const char* message) + : data_(new AssertHelperData(type, file, line, message)) { +} + +AssertHelper::~AssertHelper() { + delete data_; +} + +// Message assignment, for assertion streaming support. +void AssertHelper::operator=(const Message& message) const { + UnitTest::GetInstance()-> + AddTestPartResult(data_->type, data_->file, data_->line, + AppendUserMessage(data_->message, message), + UnitTest::GetInstance()->impl() + ->CurrentOsStackTraceExceptTop(1) + // Skips the stack frame for this function itself. + ); // NOLINT +} + +// Mutex for linked pointers. +GTEST_API_ GTEST_DEFINE_STATIC_MUTEX_(g_linked_ptr_mutex); + +// Application pathname gotten in InitGoogleTest. +std::string g_executable_path; + +// Returns the current application's name, removing directory path if that +// is present. +FilePath GetCurrentExecutableName() { + FilePath result; + +#if GTEST_OS_WINDOWS + result.Set(FilePath(g_executable_path).RemoveExtension("exe")); +#else + result.Set(FilePath(g_executable_path)); +#endif // GTEST_OS_WINDOWS + + return result.RemoveDirectoryName(); +} + +// Functions for processing the gtest_output flag. + +// Returns the output format, or "" for normal printed output. +std::string UnitTestOptions::GetOutputFormat() { + const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); + if (gtest_output_flag == NULL) return std::string(""); + + const char* const colon = strchr(gtest_output_flag, ':'); + return (colon == NULL) ? + std::string(gtest_output_flag) : + std::string(gtest_output_flag, colon - gtest_output_flag); +} + +// Returns the name of the requested output file, or the default if none +// was explicitly specified. +std::string UnitTestOptions::GetAbsolutePathToOutputFile() { + const char* const gtest_output_flag = GTEST_FLAG(output).c_str(); + if (gtest_output_flag == NULL) + return ""; + + const char* const colon = strchr(gtest_output_flag, ':'); + if (colon == NULL) + return internal::FilePath::ConcatPaths( + internal::FilePath( + UnitTest::GetInstance()->original_working_dir()), + internal::FilePath(kDefaultOutputFile)).string(); + + internal::FilePath output_name(colon + 1); + if (!output_name.IsAbsolutePath()) + // TODO(wan@google.com): on Windows \some\path is not an absolute + // path (as its meaning depends on the current drive), yet the + // following logic for turning it into an absolute path is wrong. + // Fix it. + output_name = internal::FilePath::ConcatPaths( + internal::FilePath(UnitTest::GetInstance()->original_working_dir()), + internal::FilePath(colon + 1)); + + if (!output_name.IsDirectory()) + return output_name.string(); + + internal::FilePath result(internal::FilePath::GenerateUniqueFileName( + output_name, internal::GetCurrentExecutableName(), + GetOutputFormat().c_str())); + return result.string(); +} + +// Returns true iff the wildcard pattern matches the string. The +// first ':' or '\0' character in pattern marks the end of it. +// +// This recursive algorithm isn't very efficient, but is clear and +// works well enough for matching test names, which are short. +bool UnitTestOptions::PatternMatchesString(const char *pattern, + const char *str) { + switch (*pattern) { + case '\0': + case ':': // Either ':' or '\0' marks the end of the pattern. + return *str == '\0'; + case '?': // Matches any single character. + return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); + case '*': // Matches any string (possibly empty) of characters. + return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || + PatternMatchesString(pattern + 1, str); + default: // Non-special character. Matches itself. + return *pattern == *str && + PatternMatchesString(pattern + 1, str + 1); + } +} + +bool UnitTestOptions::MatchesFilter( + const std::string& name, const char* filter) { + const char *cur_pattern = filter; + for (;;) { + if (PatternMatchesString(cur_pattern, name.c_str())) { + return true; + } + + // Finds the next pattern in the filter. + cur_pattern = strchr(cur_pattern, ':'); + + // Returns if no more pattern can be found. + if (cur_pattern == NULL) { + return false; + } + + // Skips the pattern separater (the ':' character). + cur_pattern++; + } +} + +// Returns true iff the user-specified filter matches the test case +// name and the test name. +bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name, + const std::string &test_name) { + const std::string& full_name = test_case_name + "." + test_name.c_str(); + + // Split --gtest_filter at '-', if there is one, to separate into + // positive filter and negative filter portions + const char* const p = GTEST_FLAG(filter).c_str(); + const char* const dash = strchr(p, '-'); + std::string positive; + std::string negative; + if (dash == NULL) { + positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter + negative = ""; + } else { + positive = std::string(p, dash); // Everything up to the dash + negative = std::string(dash + 1); // Everything after the dash + if (positive.empty()) { + // Treat '-test1' as the same as '*-test1' + positive = kUniversalFilter; + } + } + + // A filter is a colon-separated list of patterns. It matches a + // test if any pattern in it matches the test. + return (MatchesFilter(full_name, positive.c_str()) && + !MatchesFilter(full_name, negative.c_str())); +} + +#if GTEST_HAS_SEH +// Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the +// given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. +// This function is useful as an __except condition. +int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { + // Google Test should handle a SEH exception if: + // 1. the user wants it to, AND + // 2. this is not a breakpoint exception, AND + // 3. this is not a C++ exception (VC++ implements them via SEH, + // apparently). + // + // SEH exception code for C++ exceptions. + // (see http://support.microsoft.com/kb/185294 for more information). + const DWORD kCxxExceptionCode = 0xe06d7363; + + bool should_handle = true; + + if (!GTEST_FLAG(catch_exceptions)) + should_handle = false; + else if (exception_code == EXCEPTION_BREAKPOINT) + should_handle = false; + else if (exception_code == kCxxExceptionCode) + should_handle = false; + + return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; +} +#endif // GTEST_HAS_SEH + +} // namespace internal + +// The c'tor sets this object as the test part result reporter used by +// Google Test. The 'result' parameter specifies where to report the +// results. Intercepts only failures from the current thread. +ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( + TestPartResultArray* result) + : intercept_mode_(INTERCEPT_ONLY_CURRENT_THREAD), + result_(result) { + Init(); +} + +// The c'tor sets this object as the test part result reporter used by +// Google Test. The 'result' parameter specifies where to report the +// results. +ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( + InterceptMode intercept_mode, TestPartResultArray* result) + : intercept_mode_(intercept_mode), + result_(result) { + Init(); +} + +void ScopedFakeTestPartResultReporter::Init() { + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + if (intercept_mode_ == INTERCEPT_ALL_THREADS) { + old_reporter_ = impl->GetGlobalTestPartResultReporter(); + impl->SetGlobalTestPartResultReporter(this); + } else { + old_reporter_ = impl->GetTestPartResultReporterForCurrentThread(); + impl->SetTestPartResultReporterForCurrentThread(this); + } +} + +// The d'tor restores the test part result reporter used by Google Test +// before. +ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() { + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + if (intercept_mode_ == INTERCEPT_ALL_THREADS) { + impl->SetGlobalTestPartResultReporter(old_reporter_); + } else { + impl->SetTestPartResultReporterForCurrentThread(old_reporter_); + } +} + +// Increments the test part result count and remembers the result. +// This method is from the TestPartResultReporterInterface interface. +void ScopedFakeTestPartResultReporter::ReportTestPartResult( + const TestPartResult& result) { + result_->Append(result); +} + +namespace internal { + +// Returns the type ID of ::testing::Test. We should always call this +// instead of GetTypeId< ::testing::Test>() to get the type ID of +// testing::Test. This is to work around a suspected linker bug when +// using Google Test as a framework on Mac OS X. The bug causes +// GetTypeId< ::testing::Test>() to return different values depending +// on whether the call is from the Google Test framework itself or +// from user test code. GetTestTypeId() is guaranteed to always +// return the same value, as it always calls GetTypeId<>() from the +// gtest.cc, which is within the Google Test framework. +TypeId GetTestTypeId() { + return GetTypeId(); +} + +// The value of GetTestTypeId() as seen from within the Google Test +// library. This is solely for testing GetTestTypeId(). +extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId(); + +// This predicate-formatter checks that 'results' contains a test part +// failure of the given type and that the failure message contains the +// given substring. +AssertionResult HasOneFailure(const char* /* results_expr */, + const char* /* type_expr */, + const char* /* substr_expr */, + const TestPartResultArray& results, + TestPartResult::Type type, + const string& substr) { + const std::string expected(type == TestPartResult::kFatalFailure ? + "1 fatal failure" : + "1 non-fatal failure"); + Message msg; + if (results.size() != 1) { + msg << "Expected: " << expected << "\n" + << " Actual: " << results.size() << " failures"; + for (int i = 0; i < results.size(); i++) { + msg << "\n" << results.GetTestPartResult(i); + } + return AssertionFailure() << msg; + } + + const TestPartResult& r = results.GetTestPartResult(0); + if (r.type() != type) { + return AssertionFailure() << "Expected: " << expected << "\n" + << " Actual:\n" + << r; + } + + if (strstr(r.message(), substr.c_str()) == NULL) { + return AssertionFailure() << "Expected: " << expected << " containing \"" + << substr << "\"\n" + << " Actual:\n" + << r; + } + + return AssertionSuccess(); +} + +// The constructor of SingleFailureChecker remembers where to look up +// test part results, what type of failure we expect, and what +// substring the failure message should contain. +SingleFailureChecker:: SingleFailureChecker( + const TestPartResultArray* results, + TestPartResult::Type type, + const string& substr) + : results_(results), + type_(type), + substr_(substr) {} + +// The destructor of SingleFailureChecker verifies that the given +// TestPartResultArray contains exactly one failure that has the given +// type and contains the given substring. If that's not the case, a +// non-fatal failure will be generated. +SingleFailureChecker::~SingleFailureChecker() { + EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); +} + +DefaultGlobalTestPartResultReporter::DefaultGlobalTestPartResultReporter( + UnitTestImpl* unit_test) : unit_test_(unit_test) {} + +void DefaultGlobalTestPartResultReporter::ReportTestPartResult( + const TestPartResult& result) { + unit_test_->current_test_result()->AddTestPartResult(result); + unit_test_->listeners()->repeater()->OnTestPartResult(result); +} + +DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter( + UnitTestImpl* unit_test) : unit_test_(unit_test) {} + +void DefaultPerThreadTestPartResultReporter::ReportTestPartResult( + const TestPartResult& result) { + unit_test_->GetGlobalTestPartResultReporter()->ReportTestPartResult(result); +} + +// Returns the global test part result reporter. +TestPartResultReporterInterface* +UnitTestImpl::GetGlobalTestPartResultReporter() { + internal::MutexLock lock(&global_test_part_result_reporter_mutex_); + return global_test_part_result_repoter_; +} + +// Sets the global test part result reporter. +void UnitTestImpl::SetGlobalTestPartResultReporter( + TestPartResultReporterInterface* reporter) { + internal::MutexLock lock(&global_test_part_result_reporter_mutex_); + global_test_part_result_repoter_ = reporter; +} + +// Returns the test part result reporter for the current thread. +TestPartResultReporterInterface* +UnitTestImpl::GetTestPartResultReporterForCurrentThread() { + return per_thread_test_part_result_reporter_.get(); +} + +// Sets the test part result reporter for the current thread. +void UnitTestImpl::SetTestPartResultReporterForCurrentThread( + TestPartResultReporterInterface* reporter) { + per_thread_test_part_result_reporter_.set(reporter); +} + +// Gets the number of successful test cases. +int UnitTestImpl::successful_test_case_count() const { + return CountIf(test_cases_, TestCasePassed); +} + +// Gets the number of failed test cases. +int UnitTestImpl::failed_test_case_count() const { + return CountIf(test_cases_, TestCaseFailed); +} + +// Gets the number of all test cases. +int UnitTestImpl::total_test_case_count() const { + return static_cast(test_cases_.size()); +} + +// Gets the number of all test cases that contain at least one test +// that should run. +int UnitTestImpl::test_case_to_run_count() const { + return CountIf(test_cases_, ShouldRunTestCase); +} + +// Gets the number of successful tests. +int UnitTestImpl::successful_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::successful_test_count); +} + +// Gets the number of failed tests. +int UnitTestImpl::failed_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); +} + +// Gets the number of disabled tests that will be reported in the XML report. +int UnitTestImpl::reportable_disabled_test_count() const { + return SumOverTestCaseList(test_cases_, + &TestCase::reportable_disabled_test_count); +} + +// Gets the number of disabled tests. +int UnitTestImpl::disabled_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::disabled_test_count); +} + +// Gets the number of tests to be printed in the XML report. +int UnitTestImpl::reportable_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count); +} + +// Gets the number of all tests. +int UnitTestImpl::total_test_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::total_test_count); +} + +// Gets the number of tests that should run. +int UnitTestImpl::test_to_run_count() const { + return SumOverTestCaseList(test_cases_, &TestCase::test_to_run_count); +} + +// Returns the current OS stack trace as an std::string. +// +// The maximum number of stack frames to be included is specified by +// the gtest_stack_trace_depth flag. The skip_count parameter +// specifies the number of top frames to be skipped, which doesn't +// count against the number of frames to be included. +// +// For example, if Foo() calls Bar(), which in turn calls +// CurrentOsStackTraceExceptTop(1), Foo() will be included in the +// trace but Bar() and CurrentOsStackTraceExceptTop() won't. +std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { + (void)skip_count; + return ""; +} + +// Returns the current time in milliseconds. +TimeInMillis GetTimeInMillis() { +#if GTEST_OS_WINDOWS_MOBILE || defined(__BORLANDC__) + // Difference between 1970-01-01 and 1601-01-01 in milliseconds. + // http://analogous.blogspot.com/2005/04/epoch.html + const TimeInMillis kJavaEpochToWinFileTimeDelta = + static_cast(116444736UL) * 100000UL; + const DWORD kTenthMicrosInMilliSecond = 10000; + + SYSTEMTIME now_systime; + FILETIME now_filetime; + ULARGE_INTEGER now_int64; + // TODO(kenton@google.com): Shouldn't this just use + // GetSystemTimeAsFileTime()? + GetSystemTime(&now_systime); + if (SystemTimeToFileTime(&now_systime, &now_filetime)) { + now_int64.LowPart = now_filetime.dwLowDateTime; + now_int64.HighPart = now_filetime.dwHighDateTime; + now_int64.QuadPart = (now_int64.QuadPart / kTenthMicrosInMilliSecond) - + kJavaEpochToWinFileTimeDelta; + return now_int64.QuadPart; + } + return 0; +#elif GTEST_OS_WINDOWS && !GTEST_HAS_GETTIMEOFDAY_ + __timeb64 now; + +# ifdef _MSC_VER + + // MSVC 8 deprecates _ftime64(), so we want to suppress warning 4996 + // (deprecated function) there. + // TODO(kenton@google.com): Use GetTickCount()? Or use + // SystemTimeToFileTime() +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4996) // Temporarily disables warning 4996. + _ftime64(&now); +# pragma warning(pop) // Restores the warning state. +# else + + _ftime64(&now); + +# endif // _MSC_VER + + return static_cast(now.time) * 1000 + now.millitm; +#elif GTEST_HAS_GETTIMEOFDAY_ + struct timeval now; + gettimeofday(&now, NULL); + return static_cast(now.tv_sec) * 1000 + now.tv_usec / 1000; +#else +# error "Don't know how to get the current time on your system." +#endif +} + +// Utilities + +// class String. + +#if GTEST_OS_WINDOWS_MOBILE +// Creates a UTF-16 wide string from the given ANSI string, allocating +// memory using new. The caller is responsible for deleting the return +// value using delete[]. Returns the wide string, or NULL if the +// input is NULL. +LPCWSTR String::AnsiToUtf16(const char* ansi) { + if (!ansi) return NULL; + const int length = strlen(ansi); + const int unicode_length = + MultiByteToWideChar(CP_ACP, 0, ansi, length, + NULL, 0); + WCHAR* unicode = new WCHAR[unicode_length + 1]; + MultiByteToWideChar(CP_ACP, 0, ansi, length, + unicode, unicode_length); + unicode[unicode_length] = 0; + return unicode; +} + +// Creates an ANSI string from the given wide string, allocating +// memory using new. The caller is responsible for deleting the return +// value using delete[]. Returns the ANSI string, or NULL if the +// input is NULL. +const char* String::Utf16ToAnsi(LPCWSTR utf16_str) { + if (!utf16_str) return NULL; + const int ansi_length = + WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, + NULL, 0, NULL, NULL); + char* ansi = new char[ansi_length + 1]; + WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, + ansi, ansi_length, NULL, NULL); + ansi[ansi_length] = 0; + return ansi; +} + +#endif // GTEST_OS_WINDOWS_MOBILE + +// Compares two C strings. Returns true iff they have the same content. +// +// Unlike strcmp(), this function can handle NULL argument(s). A NULL +// C string is considered different to any non-NULL C string, +// including the empty string. +bool String::CStringEquals(const char * lhs, const char * rhs) { + if ( lhs == NULL ) return rhs == NULL; + + if ( rhs == NULL ) return false; + + return strcmp(lhs, rhs) == 0; +} + +#if GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING + +// Converts an array of wide chars to a narrow string using the UTF-8 +// encoding, and streams the result to the given Message object. +static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, + Message* msg) { + for (size_t i = 0; i != length; ) { // NOLINT + if (wstr[i] != L'\0') { + *msg << WideStringToUtf8(wstr + i, static_cast(length - i)); + while (i != length && wstr[i] != L'\0') + i++; + } else { + *msg << '\0'; + i++; + } + } +} + +#endif // GTEST_HAS_STD_WSTRING || GTEST_HAS_GLOBAL_WSTRING + +} // namespace internal + +// Constructs an empty Message. +// We allocate the stringstream separately because otherwise each use of +// ASSERT/EXPECT in a procedure adds over 200 bytes to the procedure's +// stack frame leading to huge stack frames in some cases; gcc does not reuse +// the stack space. +Message::Message() : ss_(new ::std::stringstream) { + // By default, we want there to be enough precision when printing + // a double to a Message. + *ss_ << std::setprecision(std::numeric_limits::digits10 + 2); +} + +// These two overloads allow streaming a wide C string to a Message +// using the UTF-8 encoding. +Message& Message::operator <<(const wchar_t* wide_c_str) { + return *this << internal::String::ShowWideCString(wide_c_str); +} +Message& Message::operator <<(wchar_t* wide_c_str) { + return *this << internal::String::ShowWideCString(wide_c_str); +} + +#if GTEST_HAS_STD_WSTRING +// Converts the given wide string to a narrow string using the UTF-8 +// encoding, and streams the result to this Message object. +Message& Message::operator <<(const ::std::wstring& wstr) { + internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this); + return *this; +} +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_GLOBAL_WSTRING +// Converts the given wide string to a narrow string using the UTF-8 +// encoding, and streams the result to this Message object. +Message& Message::operator <<(const ::wstring& wstr) { + internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this); + return *this; +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +// Gets the text streamed to this object so far as an std::string. +// Each '\0' character in the buffer is replaced with "\\0". +std::string Message::GetString() const { + return internal::StringStreamToString(ss_.get()); +} + +// AssertionResult constructors. +// Used in EXPECT_TRUE/FALSE(assertion_result). +AssertionResult::AssertionResult(const AssertionResult& other) + : success_(other.success_), + message_(other.message_.get() != NULL ? + new ::std::string(*other.message_) : + static_cast< ::std::string*>(NULL)) { +} + +// Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. +AssertionResult AssertionResult::operator!() const { + AssertionResult negation(!success_); + if (message_.get() != NULL) + negation << *message_; + return negation; +} + +// Makes a successful assertion result. +AssertionResult AssertionSuccess() { + return AssertionResult(true); +} + +// Makes a failed assertion result. +AssertionResult AssertionFailure() { + return AssertionResult(false); +} + +// Makes a failed assertion result with the given failure message. +// Deprecated; use AssertionFailure() << message. +AssertionResult AssertionFailure(const Message& message) { + return AssertionFailure() << message; +} + +namespace internal { + +// Constructs and returns the message for an equality assertion +// (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. +// +// The first four parameters are the expressions used in the assertion +// and their values, as strings. For example, for ASSERT_EQ(foo, bar) +// where foo is 5 and bar is 6, we have: +// +// expected_expression: "foo" +// actual_expression: "bar" +// expected_value: "5" +// actual_value: "6" +// +// The ignoring_case parameter is true iff the assertion is a +// *_STRCASEEQ*. When it's true, the string " (ignoring case)" will +// be inserted into the message. +AssertionResult EqFailure(const char* expected_expression, + const char* actual_expression, + const std::string& expected_value, + const std::string& actual_value, + bool ignoring_case) { + Message msg; + msg << "Value of: " << actual_expression; + if (actual_value != actual_expression) { + msg << "\n Actual: " << actual_value; + } + + msg << "\nExpected: " << expected_expression; + if (ignoring_case) { + msg << " (ignoring case)"; + } + if (expected_value != expected_expression) { + msg << "\nWhich is: " << expected_value; + } + + return AssertionFailure() << msg; +} + +// Constructs a failure message for Boolean assertions such as EXPECT_TRUE. +std::string GetBoolAssertionFailureMessage( + const AssertionResult& assertion_result, + const char* expression_text, + const char* actual_predicate_value, + const char* expected_predicate_value) { + const char* actual_message = assertion_result.message(); + Message msg; + msg << "Value of: " << expression_text + << "\n Actual: " << actual_predicate_value; + if (actual_message[0] != '\0') + msg << " (" << actual_message << ")"; + msg << "\nExpected: " << expected_predicate_value; + return msg.GetString(); +} + +// Helper function for implementing ASSERT_NEAR. +AssertionResult DoubleNearPredFormat(const char* expr1, + const char* expr2, + const char* abs_error_expr, + double val1, + double val2, + double abs_error) { + const double diff = fabs(val1 - val2); + if (diff <= abs_error) return AssertionSuccess(); + + // TODO(wan): do not print the value of an expression if it's + // already a literal. + return AssertionFailure() + << "The difference between " << expr1 << " and " << expr2 + << " is " << diff << ", which exceeds " << abs_error_expr << ", where\n" + << expr1 << " evaluates to " << val1 << ",\n" + << expr2 << " evaluates to " << val2 << ", and\n" + << abs_error_expr << " evaluates to " << abs_error << "."; +} + + +// Helper template for implementing FloatLE() and DoubleLE(). +template +AssertionResult FloatingPointLE(const char* expr1, + const char* expr2, + RawType val1, + RawType val2) { + // Returns success if val1 is less than val2, + if (val1 < val2) { + return AssertionSuccess(); + } + + // or if val1 is almost equal to val2. + const FloatingPoint lhs(val1), rhs(val2); + if (lhs.AlmostEquals(rhs)) { + return AssertionSuccess(); + } + + // Note that the above two checks will both fail if either val1 or + // val2 is NaN, as the IEEE floating-point standard requires that + // any predicate involving a NaN must return false. + + ::std::stringstream val1_ss; + val1_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << val1; + + ::std::stringstream val2_ss; + val2_ss << std::setprecision(std::numeric_limits::digits10 + 2) + << val2; + + return AssertionFailure() + << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" + << " Actual: " << StringStreamToString(&val1_ss) << " vs " + << StringStreamToString(&val2_ss); +} + +} // namespace internal + +// Asserts that val1 is less than, or almost equal to, val2. Fails +// otherwise. In particular, it fails if either val1 or val2 is NaN. +AssertionResult FloatLE(const char* expr1, const char* expr2, + float val1, float val2) { + return internal::FloatingPointLE(expr1, expr2, val1, val2); +} + +// Asserts that val1 is less than, or almost equal to, val2. Fails +// otherwise. In particular, it fails if either val1 or val2 is NaN. +AssertionResult DoubleLE(const char* expr1, const char* expr2, + double val1, double val2) { + return internal::FloatingPointLE(expr1, expr2, val1, val2); +} + +namespace internal { + +// The helper function for {ASSERT|EXPECT}_EQ with int or enum +// arguments. +AssertionResult CmpHelperEQ(const char* expected_expression, + const char* actual_expression, + BiggestInt expected, + BiggestInt actual) { + if (expected == actual) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + FormatForComparisonFailureMessage(expected, actual), + FormatForComparisonFailureMessage(actual, expected), + false); +} + +// A macro for implementing the helper functions needed to implement +// ASSERT_?? and EXPECT_?? with integer or enum arguments. It is here +// just to avoid copy-and-paste of similar code. +#define GTEST_IMPL_CMP_HELPER_(op_name, op)\ +AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ + BiggestInt val1, BiggestInt val2) {\ + if (val1 op val2) {\ + return AssertionSuccess();\ + } else {\ + return AssertionFailure() \ + << "Expected: (" << expr1 << ") " #op " (" << expr2\ + << "), actual: " << FormatForComparisonFailureMessage(val1, val2)\ + << " vs " << FormatForComparisonFailureMessage(val2, val1);\ + }\ +} + +// Implements the helper function for {ASSERT|EXPECT}_NE with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(NE, !=) +// Implements the helper function for {ASSERT|EXPECT}_LE with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(LE, <=) +// Implements the helper function for {ASSERT|EXPECT}_LT with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(LT, < ) +// Implements the helper function for {ASSERT|EXPECT}_GE with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(GE, >=) +// Implements the helper function for {ASSERT|EXPECT}_GT with int or +// enum arguments. +GTEST_IMPL_CMP_HELPER_(GT, > ) + +#undef GTEST_IMPL_CMP_HELPER_ + +// The helper function for {ASSERT|EXPECT}_STREQ. +AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual) { + if (String::CStringEquals(expected, actual)) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + PrintToString(expected), + PrintToString(actual), + false); +} + +// The helper function for {ASSERT|EXPECT}_STRCASEEQ. +AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression, + const char* actual_expression, + const char* expected, + const char* actual) { + if (String::CaseInsensitiveCStringEquals(expected, actual)) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + PrintToString(expected), + PrintToString(actual), + true); +} + +// The helper function for {ASSERT|EXPECT}_STRNE. +AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2) { + if (!String::CStringEquals(s1, s2)) { + return AssertionSuccess(); + } else { + return AssertionFailure() << "Expected: (" << s1_expression << ") != (" + << s2_expression << "), actual: \"" + << s1 << "\" vs \"" << s2 << "\""; + } +} + +// The helper function for {ASSERT|EXPECT}_STRCASENE. +AssertionResult CmpHelperSTRCASENE(const char* s1_expression, + const char* s2_expression, + const char* s1, + const char* s2) { + if (!String::CaseInsensitiveCStringEquals(s1, s2)) { + return AssertionSuccess(); + } else { + return AssertionFailure() + << "Expected: (" << s1_expression << ") != (" + << s2_expression << ") (ignoring case), actual: \"" + << s1 << "\" vs \"" << s2 << "\""; + } +} + +} // namespace internal + +namespace { + +// Helper functions for implementing IsSubString() and IsNotSubstring(). + +// This group of overloaded functions return true iff needle is a +// substring of haystack. NULL is considered a substring of itself +// only. + +bool IsSubstringPred(const char* needle, const char* haystack) { + if (needle == NULL || haystack == NULL) + return needle == haystack; + + return strstr(haystack, needle) != NULL; +} + +bool IsSubstringPred(const wchar_t* needle, const wchar_t* haystack) { + if (needle == NULL || haystack == NULL) + return needle == haystack; + + return wcsstr(haystack, needle) != NULL; +} + +// StringType here can be either ::std::string or ::std::wstring. +template +bool IsSubstringPred(const StringType& needle, + const StringType& haystack) { + return haystack.find(needle) != StringType::npos; +} + +// This function implements either IsSubstring() or IsNotSubstring(), +// depending on the value of the expected_to_be_substring parameter. +// StringType here can be const char*, const wchar_t*, ::std::string, +// or ::std::wstring. +template +AssertionResult IsSubstringImpl( + bool expected_to_be_substring, + const char* needle_expr, const char* haystack_expr, + const StringType& needle, const StringType& haystack) { + if (IsSubstringPred(needle, haystack) == expected_to_be_substring) + return AssertionSuccess(); + + const bool is_wide_string = sizeof(needle[0]) > 1; + const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; + return AssertionFailure() + << "Value of: " << needle_expr << "\n" + << " Actual: " << begin_string_quote << needle << "\"\n" + << "Expected: " << (expected_to_be_substring ? "" : "not ") + << "a substring of " << haystack_expr << "\n" + << "Which is: " << begin_string_quote << haystack << "\""; +} + +} // namespace + +// IsSubstring() and IsNotSubstring() check whether needle is a +// substring of haystack (NULL is considered a substring of itself +// only), and return an appropriate error message when they fail. + +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const char* needle, const char* haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const wchar_t* needle, const wchar_t* haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::string& needle, const ::std::string& haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} + +#if GTEST_HAS_STD_WSTRING +AssertionResult IsSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack) { + return IsSubstringImpl(true, needle_expr, haystack_expr, needle, haystack); +} + +AssertionResult IsNotSubstring( + const char* needle_expr, const char* haystack_expr, + const ::std::wstring& needle, const ::std::wstring& haystack) { + return IsSubstringImpl(false, needle_expr, haystack_expr, needle, haystack); +} +#endif // GTEST_HAS_STD_WSTRING + +namespace internal { + +#if GTEST_OS_WINDOWS + +namespace { + +// Helper function for IsHRESULT{SuccessFailure} predicates +AssertionResult HRESULTFailureHelper(const char* expr, + const char* expected, + long hr) { // NOLINT +# if GTEST_OS_WINDOWS_MOBILE + + // Windows CE doesn't support FormatMessage. + const char error_text[] = ""; + +# else + + // Looks up the human-readable system message for the HRESULT code + // and since we're not passing any params to FormatMessage, we don't + // want inserts expanded. + const DWORD kFlags = FORMAT_MESSAGE_FROM_SYSTEM | + FORMAT_MESSAGE_IGNORE_INSERTS; + const DWORD kBufSize = 4096; + // Gets the system's human readable message string for this HRESULT. + char error_text[kBufSize] = { '\0' }; + DWORD message_length = ::FormatMessageA(kFlags, + 0, // no source, we're asking system + hr, // the error + 0, // no line width restrictions + error_text, // output buffer + kBufSize, // buf size + NULL); // no arguments for inserts + // Trims tailing white space (FormatMessage leaves a trailing CR-LF) + for (; message_length && IsSpace(error_text[message_length - 1]); + --message_length) { + error_text[message_length - 1] = '\0'; + } + +# endif // GTEST_OS_WINDOWS_MOBILE + + const std::string error_hex("0x" + String::FormatHexInt(hr)); + return ::testing::AssertionFailure() + << "Expected: " << expr << " " << expected << ".\n" + << " Actual: " << error_hex << " " << error_text << "\n"; +} + +} // namespace + +AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT + if (SUCCEEDED(hr)) { + return AssertionSuccess(); + } + return HRESULTFailureHelper(expr, "succeeds", hr); +} + +AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT + if (FAILED(hr)) { + return AssertionSuccess(); + } + return HRESULTFailureHelper(expr, "fails", hr); +} + +#endif // GTEST_OS_WINDOWS + +// Utility functions for encoding Unicode text (wide strings) in +// UTF-8. + +// A Unicode code-point can have upto 21 bits, and is encoded in UTF-8 +// like this: +// +// Code-point length Encoding +// 0 - 7 bits 0xxxxxxx +// 8 - 11 bits 110xxxxx 10xxxxxx +// 12 - 16 bits 1110xxxx 10xxxxxx 10xxxxxx +// 17 - 21 bits 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx + +// The maximum code-point a one-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint1 = (static_cast(1) << 7) - 1; + +// The maximum code-point a two-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint2 = (static_cast(1) << (5 + 6)) - 1; + +// The maximum code-point a three-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint3 = (static_cast(1) << (4 + 2*6)) - 1; + +// The maximum code-point a four-byte UTF-8 sequence can represent. +const UInt32 kMaxCodePoint4 = (static_cast(1) << (3 + 3*6)) - 1; + +// Chops off the n lowest bits from a bit pattern. Returns the n +// lowest bits. As a side effect, the original bit pattern will be +// shifted to the right by n bits. +inline UInt32 ChopLowBits(UInt32* bits, int n) { + const UInt32 low_bits = *bits & ((static_cast(1) << n) - 1); + *bits >>= n; + return low_bits; +} + +// Converts a Unicode code point to a narrow string in UTF-8 encoding. +// code_point parameter is of type UInt32 because wchar_t may not be +// wide enough to contain a code point. +// If the code_point is not a valid Unicode code point +// (i.e. outside of Unicode range U+0 to U+10FFFF) it will be converted +// to "(Invalid Unicode 0xXXXXXXXX)". +std::string CodePointToUtf8(UInt32 code_point) { + if (code_point > kMaxCodePoint4) { + return "(Invalid Unicode 0x" + String::FormatHexInt(code_point) + ")"; + } + + char str[5]; // Big enough for the largest valid code point. + if (code_point <= kMaxCodePoint1) { + str[1] = '\0'; + str[0] = static_cast(code_point); // 0xxxxxxx + } else if (code_point <= kMaxCodePoint2) { + str[2] = '\0'; + str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[0] = static_cast(0xC0 | code_point); // 110xxxxx + } else if (code_point <= kMaxCodePoint3) { + str[3] = '\0'; + str[2] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[0] = static_cast(0xE0 | code_point); // 1110xxxx + } else { // code_point <= kMaxCodePoint4 + str[4] = '\0'; + str[3] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[2] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[1] = static_cast(0x80 | ChopLowBits(&code_point, 6)); // 10xxxxxx + str[0] = static_cast(0xF0 | code_point); // 11110xxx + } + return str; +} + +// The following two functions only make sense if the the system +// uses UTF-16 for wide string encoding. All supported systems +// with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16. + +// Determines if the arguments constitute UTF-16 surrogate pair +// and thus should be combined into a single Unicode code point +// using CreateCodePointFromUtf16SurrogatePair. +inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { + return sizeof(wchar_t) == 2 && + (first & 0xFC00) == 0xD800 && (second & 0xFC00) == 0xDC00; +} + +// Creates a Unicode code point from UTF16 surrogate pair. +inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, + wchar_t second) { + const UInt32 mask = (1 << 10) - 1; + return (sizeof(wchar_t) == 2) ? + (((first & mask) << 10) | (second & mask)) + 0x10000 : + // This function should not be called when the condition is + // false, but we provide a sensible default in case it is. + static_cast(first); +} + +// Converts a wide string to a narrow string in UTF-8 encoding. +// The wide string is assumed to have the following encoding: +// UTF-16 if sizeof(wchar_t) == 2 (on Windows, Cygwin, Symbian OS) +// UTF-32 if sizeof(wchar_t) == 4 (on Linux) +// Parameter str points to a null-terminated wide string. +// Parameter num_chars may additionally limit the number +// of wchar_t characters processed. -1 is used when the entire string +// should be processed. +// If the string contains code points that are not valid Unicode code points +// (i.e. outside of Unicode range U+0 to U+10FFFF) they will be output +// as '(Invalid Unicode 0xXXXXXXXX)'. If the string is in UTF16 encoding +// and contains invalid UTF-16 surrogate pairs, values in those pairs +// will be encoded as individual Unicode characters from Basic Normal Plane. +std::string WideStringToUtf8(const wchar_t* str, int num_chars) { + if (num_chars == -1) + num_chars = static_cast(wcslen(str)); + + ::std::stringstream stream; + for (int i = 0; i < num_chars; ++i) { + UInt32 unicode_code_point; + + if (str[i] == L'\0') { + break; + } else if (i + 1 < num_chars && IsUtf16SurrogatePair(str[i], str[i + 1])) { + unicode_code_point = CreateCodePointFromUtf16SurrogatePair(str[i], + str[i + 1]); + i++; + } else { + unicode_code_point = static_cast(str[i]); + } + + stream << CodePointToUtf8(unicode_code_point); + } + return StringStreamToString(&stream); +} + +// Converts a wide C string to an std::string using the UTF-8 encoding. +// NULL will be converted to "(null)". +std::string String::ShowWideCString(const wchar_t * wide_c_str) { + if (wide_c_str == NULL) return "(null)"; + + return internal::WideStringToUtf8(wide_c_str, -1); +} + +// Compares two wide C strings. Returns true iff they have the same +// content. +// +// Unlike wcscmp(), this function can handle NULL argument(s). A NULL +// C string is considered different to any non-NULL C string, +// including the empty string. +bool String::WideCStringEquals(const wchar_t * lhs, const wchar_t * rhs) { + if (lhs == NULL) return rhs == NULL; + + if (rhs == NULL) return false; + + return wcscmp(lhs, rhs) == 0; +} + +// Helper function for *_STREQ on wide strings. +AssertionResult CmpHelperSTREQ(const char* expected_expression, + const char* actual_expression, + const wchar_t* expected, + const wchar_t* actual) { + if (String::WideCStringEquals(expected, actual)) { + return AssertionSuccess(); + } + + return EqFailure(expected_expression, + actual_expression, + PrintToString(expected), + PrintToString(actual), + false); +} + +// Helper function for *_STRNE on wide strings. +AssertionResult CmpHelperSTRNE(const char* s1_expression, + const char* s2_expression, + const wchar_t* s1, + const wchar_t* s2) { + if (!String::WideCStringEquals(s1, s2)) { + return AssertionSuccess(); + } + + return AssertionFailure() << "Expected: (" << s1_expression << ") != (" + << s2_expression << "), actual: " + << PrintToString(s1) + << " vs " << PrintToString(s2); +} + +// Compares two C strings, ignoring case. Returns true iff they have +// the same content. +// +// Unlike strcasecmp(), this function can handle NULL argument(s). A +// NULL C string is considered different to any non-NULL C string, +// including the empty string. +bool String::CaseInsensitiveCStringEquals(const char * lhs, const char * rhs) { + if (lhs == NULL) + return rhs == NULL; + if (rhs == NULL) + return false; + return posix::StrCaseCmp(lhs, rhs) == 0; +} + + // Compares two wide C strings, ignoring case. Returns true iff they + // have the same content. + // + // Unlike wcscasecmp(), this function can handle NULL argument(s). + // A NULL C string is considered different to any non-NULL wide C string, + // including the empty string. + // NB: The implementations on different platforms slightly differ. + // On windows, this method uses _wcsicmp which compares according to LC_CTYPE + // environment variable. On GNU platform this method uses wcscasecmp + // which compares according to LC_CTYPE category of the current locale. + // On MacOS X, it uses towlower, which also uses LC_CTYPE category of the + // current locale. +bool String::CaseInsensitiveWideCStringEquals(const wchar_t* lhs, + const wchar_t* rhs) { + if (lhs == NULL) return rhs == NULL; + + if (rhs == NULL) return false; + +#if GTEST_OS_WINDOWS + return _wcsicmp(lhs, rhs) == 0; +#elif GTEST_OS_LINUX && !GTEST_OS_LINUX_ANDROID + return wcscasecmp(lhs, rhs) == 0; +#else + // Android, Mac OS X and Cygwin don't define wcscasecmp. + // Other unknown OSes may not define it either. + wint_t left, right; + do { + left = towlower(*lhs++); + right = towlower(*rhs++); + } while (left && left == right); + return left == right; +#endif // OS selector +} + +// Returns true iff str ends with the given suffix, ignoring case. +// Any string is considered to end with an empty suffix. +bool String::EndsWithCaseInsensitive( + const std::string& str, const std::string& suffix) { + const size_t str_len = str.length(); + const size_t suffix_len = suffix.length(); + return (str_len >= suffix_len) && + CaseInsensitiveCStringEquals(str.c_str() + str_len - suffix_len, + suffix.c_str()); +} + +// Formats an int value as "%02d". +std::string String::FormatIntWidth2(int value) { + std::stringstream ss; + ss << std::setfill('0') << std::setw(2) << value; + return ss.str(); +} + +// Formats an int value as "%X". +std::string String::FormatHexInt(int value) { + std::stringstream ss; + ss << std::hex << std::uppercase << value; + return ss.str(); +} + +// Formats a byte as "%02X". +std::string String::FormatByte(unsigned char value) { + std::stringstream ss; + ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase + << static_cast(value); + return ss.str(); +} + +// Converts the buffer in a stringstream to an std::string, converting NUL +// bytes to "\\0" along the way. +std::string StringStreamToString(::std::stringstream* ss) { + const ::std::string& str = ss->str(); + const char* const start = str.c_str(); + const char* const end = start + str.length(); + + std::string result; + result.reserve(2 * (end - start)); + for (const char* ch = start; ch != end; ++ch) { + if (*ch == '\0') { + result += "\\0"; // Replaces NUL with "\\0"; + } else { + result += *ch; + } + } + + return result; +} + +// Appends the user-supplied message to the Google-Test-generated message. +std::string AppendUserMessage(const std::string& gtest_msg, + const Message& user_msg) { + // Appends the user message if it's non-empty. + const std::string user_msg_string = user_msg.GetString(); + if (user_msg_string.empty()) { + return gtest_msg; + } + + return gtest_msg + "\n" + user_msg_string; +} + +} // namespace internal + +// class TestResult + +// Creates an empty TestResult. +TestResult::TestResult() + : death_test_count_(0), + elapsed_time_(0) { +} + +// D'tor. +TestResult::~TestResult() { +} + +// Returns the i-th test part result among all the results. i can +// range from 0 to total_part_count() - 1. If i is not in that range, +// aborts the program. +const TestPartResult& TestResult::GetTestPartResult(int i) const { + if (i < 0 || i >= total_part_count()) + internal::posix::Abort(); + return test_part_results_.at(i); +} + +// Returns the i-th test property. i can range from 0 to +// test_property_count() - 1. If i is not in that range, aborts the +// program. +const TestProperty& TestResult::GetTestProperty(int i) const { + if (i < 0 || i >= test_property_count()) + internal::posix::Abort(); + return test_properties_.at(i); +} + +// Clears the test part results. +void TestResult::ClearTestPartResults() { + test_part_results_.clear(); +} + +// Adds a test part result to the list. +void TestResult::AddTestPartResult(const TestPartResult& test_part_result) { + test_part_results_.push_back(test_part_result); +} + +// Adds a test property to the list. If a property with the same key as the +// supplied property is already represented, the value of this test_property +// replaces the old value for that key. +void TestResult::RecordProperty(const std::string& xml_element, + const TestProperty& test_property) { + if (!ValidateTestProperty(xml_element, test_property)) { + return; + } + internal::MutexLock lock(&test_properites_mutex_); + const std::vector::iterator property_with_matching_key = + std::find_if(test_properties_.begin(), test_properties_.end(), + internal::TestPropertyKeyIs(test_property.key())); + if (property_with_matching_key == test_properties_.end()) { + test_properties_.push_back(test_property); + return; + } + property_with_matching_key->SetValue(test_property.value()); +} + +// The list of reserved attributes used in the element of XML +// output. +static const char* const kReservedTestSuitesAttributes[] = { + "disabled", + "errors", + "failures", + "name", + "random_seed", + "tests", + "time", + "timestamp" +}; + +// The list of reserved attributes used in the element of XML +// output. +static const char* const kReservedTestSuiteAttributes[] = { + "disabled", + "errors", + "failures", + "name", + "tests", + "time" +}; + +// The list of reserved attributes used in the element of XML output. +static const char* const kReservedTestCaseAttributes[] = { + "classname", + "name", + "status", + "time", + "type_param", + "value_param" +}; + +template +std::vector ArrayAsVector(const char* const (&array)[kSize]) { + return std::vector(array, array + kSize); +} + +static std::vector GetReservedAttributesForElement( + const std::string& xml_element) { + if (xml_element == "testsuites") { + return ArrayAsVector(kReservedTestSuitesAttributes); + } else if (xml_element == "testsuite") { + return ArrayAsVector(kReservedTestSuiteAttributes); + } else if (xml_element == "testcase") { + return ArrayAsVector(kReservedTestCaseAttributes); + } else { + GTEST_CHECK_(false) << "Unrecognized xml_element provided: " << xml_element; + } + // This code is unreachable but some compilers may not realizes that. + return std::vector(); +} + +static std::string FormatWordList(const std::vector& words) { + Message word_list; + for (size_t i = 0; i < words.size(); ++i) { + if (i > 0 && words.size() > 2) { + word_list << ", "; + } + if (i == words.size() - 1) { + word_list << "and "; + } + word_list << "'" << words[i] << "'"; + } + return word_list.GetString(); +} + +bool ValidateTestPropertyName(const std::string& property_name, + const std::vector& reserved_names) { + if (std::find(reserved_names.begin(), reserved_names.end(), property_name) != + reserved_names.end()) { + ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name + << " (" << FormatWordList(reserved_names) + << " are reserved by " << GTEST_NAME_ << ")"; + return false; + } + return true; +} + +// Adds a failure if the key is a reserved attribute of the element named +// xml_element. Returns true if the property is valid. +bool TestResult::ValidateTestProperty(const std::string& xml_element, + const TestProperty& test_property) { + return ValidateTestPropertyName(test_property.key(), + GetReservedAttributesForElement(xml_element)); +} + +// Clears the object. +void TestResult::Clear() { + test_part_results_.clear(); + test_properties_.clear(); + death_test_count_ = 0; + elapsed_time_ = 0; +} + +// Returns true iff the test failed. +bool TestResult::Failed() const { + for (int i = 0; i < total_part_count(); ++i) { + if (GetTestPartResult(i).failed()) + return true; + } + return false; +} + +// Returns true iff the test part fatally failed. +static bool TestPartFatallyFailed(const TestPartResult& result) { + return result.fatally_failed(); +} + +// Returns true iff the test fatally failed. +bool TestResult::HasFatalFailure() const { + return CountIf(test_part_results_, TestPartFatallyFailed) > 0; +} + +// Returns true iff the test part non-fatally failed. +static bool TestPartNonfatallyFailed(const TestPartResult& result) { + return result.nonfatally_failed(); +} + +// Returns true iff the test has a non-fatal failure. +bool TestResult::HasNonfatalFailure() const { + return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0; +} + +// Gets the number of all test parts. This is the sum of the number +// of successful test parts and the number of failed test parts. +int TestResult::total_part_count() const { + return static_cast(test_part_results_.size()); +} + +// Returns the number of the test properties. +int TestResult::test_property_count() const { + return static_cast(test_properties_.size()); +} + +// class Test + +// Creates a Test object. + +// The c'tor saves the values of all Google Test flags. +Test::Test() + : gtest_flag_saver_(new internal::GTestFlagSaver) { +} + +// The d'tor restores the values of all Google Test flags. +Test::~Test() { + delete gtest_flag_saver_; +} + +// Sets up the test fixture. +// +// A sub-class may override this. +void Test::SetUp() { +} + +// Tears down the test fixture. +// +// A sub-class may override this. +void Test::TearDown() { +} + +// Allows user supplied key value pairs to be recorded for later output. +void Test::RecordProperty(const std::string& key, const std::string& value) { + UnitTest::GetInstance()->RecordProperty(key, value); +} + +// Allows user supplied key value pairs to be recorded for later output. +void Test::RecordProperty(const std::string& key, int value) { + Message value_message; + value_message << value; + RecordProperty(key, value_message.GetString().c_str()); +} + +namespace internal { + +void ReportFailureInUnknownLocation(TestPartResult::Type result_type, + const std::string& message) { + // This function is a friend of UnitTest and as such has access to + // AddTestPartResult. + UnitTest::GetInstance()->AddTestPartResult( + result_type, + NULL, // No info about the source file where the exception occurred. + -1, // We have no info on which line caused the exception. + message, + ""); // No stack trace, either. +} + +} // namespace internal + +// Google Test requires all tests in the same test case to use the same test +// fixture class. This function checks if the current test has the +// same fixture class as the first test in the current test case. If +// yes, it returns true; otherwise it generates a Google Test failure and +// returns false. +bool Test::HasSameFixtureClass() { + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + const TestCase* const test_case = impl->current_test_case(); + + // Info about the first test in the current test case. + const TestInfo* const first_test_info = test_case->test_info_list()[0]; + const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; + const char* const first_test_name = first_test_info->name(); + + // Info about the current test. + const TestInfo* const this_test_info = impl->current_test_info(); + const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; + const char* const this_test_name = this_test_info->name(); + + if (this_fixture_id != first_fixture_id) { + // Is the first test defined using TEST? + const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); + // Is this test defined using TEST? + const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); + + if (first_is_TEST || this_is_TEST) { + // The user mixed TEST and TEST_F in this test case - we'll tell + // him/her how to fix it. + + // Gets the name of the TEST and the name of the TEST_F. Note + // that first_is_TEST and this_is_TEST cannot both be true, as + // the fixture IDs are different for the two tests. + const char* const TEST_name = + first_is_TEST ? first_test_name : this_test_name; + const char* const TEST_F_name = + first_is_TEST ? this_test_name : first_test_name; + + ADD_FAILURE() + << "All tests in the same test case must use the same test fixture\n" + << "class, so mixing TEST_F and TEST in the same test case is\n" + << "illegal. In test case " << this_test_info->test_case_name() + << ",\n" + << "test " << TEST_F_name << " is defined using TEST_F but\n" + << "test " << TEST_name << " is defined using TEST. You probably\n" + << "want to change the TEST to TEST_F or move it to another test\n" + << "case."; + } else { + // The user defined two fixture classes with the same name in + // two namespaces - we'll tell him/her how to fix it. + ADD_FAILURE() + << "All tests in the same test case must use the same test fixture\n" + << "class. However, in test case " + << this_test_info->test_case_name() << ",\n" + << "you defined test " << first_test_name + << " and test " << this_test_name << "\n" + << "using two different test fixture classes. This can happen if\n" + << "the two classes are from different namespaces or translation\n" + << "units and have the same name. You should probably rename one\n" + << "of the classes to put the tests into different test cases."; + } + return false; + } + + return true; +} + +#if GTEST_HAS_SEH + +// Adds an "exception thrown" fatal failure to the current test. This +// function returns its result via an output parameter pointer because VC++ +// prohibits creation of objects with destructors on stack in functions +// using __try (see error C2712). +static std::string* FormatSehExceptionMessage(DWORD exception_code, + const char* location) { + Message message; + message << "SEH exception with code 0x" << std::setbase(16) << + exception_code << std::setbase(10) << " thrown in " << location << "."; + + return new std::string(message.GetString()); +} + +#endif // GTEST_HAS_SEH + +namespace internal { + +#if GTEST_HAS_EXCEPTIONS + +// Adds an "exception thrown" fatal failure to the current test. +static std::string FormatCxxExceptionMessage(const char* description, + const char* location) { + Message message; + if (description != NULL) { + message << "C++ exception with description \"" << description << "\""; + } else { + message << "Unknown C++ exception"; + } + message << " thrown in " << location << "."; + + return message.GetString(); +} + +static std::string PrintTestPartResultToString( + const TestPartResult& test_part_result); + +GoogleTestFailureException::GoogleTestFailureException( + const TestPartResult& failure) + : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} + +#endif // GTEST_HAS_EXCEPTIONS + +// We put these helper functions in the internal namespace as IBM's xlC +// compiler rejects the code if they were declared static. + +// Runs the given method and handles SEH exceptions it throws, when +// SEH is supported; returns the 0-value for type Result in case of an +// SEH exception. (Microsoft compilers cannot handle SEH and C++ +// exceptions in the same function. Therefore, we provide a separate +// wrapper function for handling SEH exceptions.) +template +Result HandleSehExceptionsInMethodIfSupported( + T* object, Result (T::*method)(), const char* location) { +#if GTEST_HAS_SEH + __try { + return (object->*method)(); + } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT + GetExceptionCode())) { + // We create the exception message on the heap because VC++ prohibits + // creation of objects with destructors on stack in functions using __try + // (see error C2712). + std::string* exception_message = FormatSehExceptionMessage( + GetExceptionCode(), location); + internal::ReportFailureInUnknownLocation(TestPartResult::kFatalFailure, + *exception_message); + delete exception_message; + return static_cast(0); + } +#else + (void)location; + return (object->*method)(); +#endif // GTEST_HAS_SEH +} + +// Runs the given method and catches and reports C++ and/or SEH-style +// exceptions, if they are supported; returns the 0-value for type +// Result in case of an SEH exception. +template +Result HandleExceptionsInMethodIfSupported( + T* object, Result (T::*method)(), const char* location) { + // NOTE: The user code can affect the way in which Google Test handles + // exceptions by setting GTEST_FLAG(catch_exceptions), but only before + // RUN_ALL_TESTS() starts. It is technically possible to check the flag + // after the exception is caught and either report or re-throw the + // exception based on the flag's value: + // + // try { + // // Perform the test method. + // } catch (...) { + // if (GTEST_FLAG(catch_exceptions)) + // // Report the exception as failure. + // else + // throw; // Re-throws the original exception. + // } + // + // However, the purpose of this flag is to allow the program to drop into + // the debugger when the exception is thrown. On most platforms, once the + // control enters the catch block, the exception origin information is + // lost and the debugger will stop the program at the point of the + // re-throw in this function -- instead of at the point of the original + // throw statement in the code under test. For this reason, we perform + // the check early, sacrificing the ability to affect Google Test's + // exception handling in the method where the exception is thrown. + if (internal::GetUnitTestImpl()->catch_exceptions()) { +#if GTEST_HAS_EXCEPTIONS + try { + return HandleSehExceptionsInMethodIfSupported(object, method, location); + } catch (const internal::GoogleTestFailureException&) { // NOLINT + // This exception type can only be thrown by a failed Google + // Test assertion with the intention of letting another testing + // framework catch it. Therefore we just re-throw it. + throw; + } catch (const std::exception& e) { // NOLINT + internal::ReportFailureInUnknownLocation( + TestPartResult::kFatalFailure, + FormatCxxExceptionMessage(e.what(), location)); + } catch (...) { // NOLINT + internal::ReportFailureInUnknownLocation( + TestPartResult::kFatalFailure, + FormatCxxExceptionMessage(NULL, location)); + } + return static_cast(0); +#else + return HandleSehExceptionsInMethodIfSupported(object, method, location); +#endif // GTEST_HAS_EXCEPTIONS + } else { + return (object->*method)(); + } +} + +} // namespace internal + +// Runs the test and updates the test result. +void Test::Run() { + if (!HasSameFixtureClass()) return; + + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); + // We will run the test only if SetUp() was successful. + if (!HasFatalFailure()) { + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &Test::TestBody, "the test body"); + } + + // However, we want to clean up as much as possible. Hence we will + // always call TearDown(), even if SetUp() or the test body has + // failed. + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &Test::TearDown, "TearDown()"); +} + +// Returns true iff the current test has a fatal failure. +bool Test::HasFatalFailure() { + return internal::GetUnitTestImpl()->current_test_result()->HasFatalFailure(); +} + +// Returns true iff the current test has a non-fatal failure. +bool Test::HasNonfatalFailure() { + return internal::GetUnitTestImpl()->current_test_result()-> + HasNonfatalFailure(); +} + +// class TestInfo + +// Constructs a TestInfo object. It assumes ownership of the test factory +// object. +TestInfo::TestInfo(const std::string& a_test_case_name, + const std::string& a_name, + const char* a_type_param, + const char* a_value_param, + internal::TypeId fixture_class_id, + internal::TestFactoryBase* factory) + : test_case_name_(a_test_case_name), + name_(a_name), + type_param_(a_type_param ? new std::string(a_type_param) : NULL), + value_param_(a_value_param ? new std::string(a_value_param) : NULL), + fixture_class_id_(fixture_class_id), + should_run_(false), + is_disabled_(false), + matches_filter_(false), + factory_(factory), + result_() {} + +// Destructs a TestInfo object. +TestInfo::~TestInfo() { delete factory_; } + +namespace internal { + +// Creates a new TestInfo object and registers it with Google Test; +// returns the created object. +// +// Arguments: +// +// test_case_name: name of the test case +// name: name of the test +// type_param: the name of the test's type parameter, or NULL if +// this is not a typed or a type-parameterized test. +// value_param: text representation of the test's value parameter, +// or NULL if this is not a value-parameterized test. +// fixture_class_id: ID of the test fixture class +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +// factory: pointer to the factory that creates a test object. +// The newly created TestInfo instance will assume +// ownership of the factory object. +TestInfo* MakeAndRegisterTestInfo( + const char* test_case_name, + const char* name, + const char* type_param, + const char* value_param, + TypeId fixture_class_id, + SetUpTestCaseFunc set_up_tc, + TearDownTestCaseFunc tear_down_tc, + TestFactoryBase* factory) { + TestInfo* const test_info = + new TestInfo(test_case_name, name, type_param, value_param, + fixture_class_id, factory); + GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info); + return test_info; +} + +#if GTEST_HAS_PARAM_TEST +void ReportInvalidTestCaseType(const char* test_case_name, + const char* file, int line) { + Message errors; + errors + << "Attempted redefinition of test case " << test_case_name << ".\n" + << "All tests in the same test case must use the same test fixture\n" + << "class. However, in test case " << test_case_name << ", you tried\n" + << "to define a test using a fixture class different from the one\n" + << "used earlier. This can happen if the two fixture classes are\n" + << "from different namespaces and have the same name. You should\n" + << "probably rename one of the classes to put the tests into different\n" + << "test cases."; + + fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), + errors.GetString().c_str()); +} +#endif // GTEST_HAS_PARAM_TEST + +} // namespace internal + +namespace { + +// A predicate that checks the test name of a TestInfo against a known +// value. +// +// This is used for implementation of the TestCase class only. We put +// it in the anonymous namespace to prevent polluting the outer +// namespace. +// +// TestNameIs is copyable. +class TestNameIs { + public: + // Constructor. + // + // TestNameIs has NO default constructor. + explicit TestNameIs(const char* name) + : name_(name) {} + + // Returns true iff the test name of test_info matches name_. + bool operator()(const TestInfo * test_info) const { + return test_info && test_info->name() == name_; + } + + private: + std::string name_; +}; + +} // namespace + +namespace internal { + +// This method expands all parameterized tests registered with macros TEST_P +// and INSTANTIATE_TEST_CASE_P into regular tests and registers those. +// This will be done just once during the program runtime. +void UnitTestImpl::RegisterParameterizedTests() { +#if GTEST_HAS_PARAM_TEST + if (!parameterized_tests_registered_) { + parameterized_test_registry_.RegisterTests(); + parameterized_tests_registered_ = true; + } +#endif +} + +} // namespace internal + +// Creates the test object, runs it, records its result, and then +// deletes it. +void TestInfo::Run() { + if (!should_run_) return; + + // Tells UnitTest where to store test result. + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + impl->set_current_test_info(this); + + TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); + + // Notifies the unit test event listeners that a test is about to start. + repeater->OnTestStart(*this); + + const TimeInMillis start = internal::GetTimeInMillis(); + + impl->os_stack_trace_getter()->UponLeavingGTest(); + + // Creates the test object. + Test* const test = internal::HandleExceptionsInMethodIfSupported( + factory_, &internal::TestFactoryBase::CreateTest, + "the test fixture's constructor"); + + // Runs the test only if the test object was created and its + // constructor didn't generate a fatal failure. + if ((test != NULL) && !Test::HasFatalFailure()) { + // This doesn't throw as all user code that can throw are wrapped into + // exception handling code. + test->Run(); + } + + // Deletes the test object. + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + test, &Test::DeleteSelf_, "the test fixture's destructor"); + + result_.set_elapsed_time(internal::GetTimeInMillis() - start); + + // Notifies the unit test event listener that a test has just finished. + repeater->OnTestEnd(*this); + + // Tells UnitTest to stop associating assertion results to this + // test. + impl->set_current_test_info(NULL); +} + +// class TestCase + +// Gets the number of successful tests in this test case. +int TestCase::successful_test_count() const { + return CountIf(test_info_list_, TestPassed); +} + +// Gets the number of failed tests in this test case. +int TestCase::failed_test_count() const { + return CountIf(test_info_list_, TestFailed); +} + +// Gets the number of disabled tests that will be reported in the XML report. +int TestCase::reportable_disabled_test_count() const { + return CountIf(test_info_list_, TestReportableDisabled); +} + +// Gets the number of disabled tests in this test case. +int TestCase::disabled_test_count() const { + return CountIf(test_info_list_, TestDisabled); +} + +// Gets the number of tests to be printed in the XML report. +int TestCase::reportable_test_count() const { + return CountIf(test_info_list_, TestReportable); +} + +// Get the number of tests in this test case that should run. +int TestCase::test_to_run_count() const { + return CountIf(test_info_list_, ShouldRunTest); +} + +// Gets the number of all tests. +int TestCase::total_test_count() const { + return static_cast(test_info_list_.size()); +} + +// Creates a TestCase with the given name. +// +// Arguments: +// +// name: name of the test case +// a_type_param: the name of the test case's type parameter, or NULL if +// this is not a typed or a type-parameterized test case. +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +TestCase::TestCase(const char* a_name, const char* a_type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc) + : name_(a_name), + type_param_(a_type_param ? new std::string(a_type_param) : NULL), + set_up_tc_(set_up_tc), + tear_down_tc_(tear_down_tc), + should_run_(false), + elapsed_time_(0) { +} + +// Destructor of TestCase. +TestCase::~TestCase() { + // Deletes every Test in the collection. + ForEach(test_info_list_, internal::Delete); +} + +// Returns the i-th test among all the tests. i can range from 0 to +// total_test_count() - 1. If i is not in that range, returns NULL. +const TestInfo* TestCase::GetTestInfo(int i) const { + const int index = GetElementOr(test_indices_, i, -1); + return index < 0 ? NULL : test_info_list_[index]; +} + +// Returns the i-th test among all the tests. i can range from 0 to +// total_test_count() - 1. If i is not in that range, returns NULL. +TestInfo* TestCase::GetMutableTestInfo(int i) { + const int index = GetElementOr(test_indices_, i, -1); + return index < 0 ? NULL : test_info_list_[index]; +} + +// Adds a test to this test case. Will delete the test upon +// destruction of the TestCase object. +void TestCase::AddTestInfo(TestInfo * test_info) { + test_info_list_.push_back(test_info); + test_indices_.push_back(static_cast(test_indices_.size())); +} + +// Runs every test in this TestCase. +void TestCase::Run() { + if (!should_run_) return; + + internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); + impl->set_current_test_case(this); + + TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); + + repeater->OnTestCaseStart(*this); + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &TestCase::RunSetUpTestCase, "SetUpTestCase()"); + + const internal::TimeInMillis start = internal::GetTimeInMillis(); + for (int i = 0; i < total_test_count(); i++) { + GetMutableTestInfo(i)->Run(); + } + elapsed_time_ = internal::GetTimeInMillis() - start; + + impl->os_stack_trace_getter()->UponLeavingGTest(); + internal::HandleExceptionsInMethodIfSupported( + this, &TestCase::RunTearDownTestCase, "TearDownTestCase()"); + + repeater->OnTestCaseEnd(*this); + impl->set_current_test_case(NULL); +} + +// Clears the results of all tests in this test case. +void TestCase::ClearResult() { + ad_hoc_test_result_.Clear(); + ForEach(test_info_list_, TestInfo::ClearTestResult); +} + +// Shuffles the tests in this test case. +void TestCase::ShuffleTests(internal::Random* random) { + Shuffle(random, &test_indices_); +} + +// Restores the test order to before the first shuffle. +void TestCase::UnshuffleTests() { + for (size_t i = 0; i < test_indices_.size(); i++) { + test_indices_[i] = static_cast(i); + } +} + +// Formats a countable noun. Depending on its quantity, either the +// singular form or the plural form is used. e.g. +// +// FormatCountableNoun(1, "formula", "formuli") returns "1 formula". +// FormatCountableNoun(5, "book", "books") returns "5 books". +static std::string FormatCountableNoun(int count, + const char * singular_form, + const char * plural_form) { + return internal::StreamableToString(count) + " " + + (count == 1 ? singular_form : plural_form); +} + +// Formats the count of tests. +static std::string FormatTestCount(int test_count) { + return FormatCountableNoun(test_count, "test", "tests"); +} + +// Formats the count of test cases. +static std::string FormatTestCaseCount(int test_case_count) { + return FormatCountableNoun(test_case_count, "test case", "test cases"); +} + +// Converts a TestPartResult::Type enum to human-friendly string +// representation. Both kNonFatalFailure and kFatalFailure are translated +// to "Failure", as the user usually doesn't care about the difference +// between the two when viewing the test result. +static const char * TestPartResultTypeToString(TestPartResult::Type type) { + switch (type) { + case TestPartResult::kSuccess: + return "Success"; + + case TestPartResult::kNonFatalFailure: + case TestPartResult::kFatalFailure: +#ifdef _MSC_VER + return "error: "; +#else + return "Failure\n"; +#endif + default: + return "Unknown result type"; + } +} + +namespace internal { + +// Prints a TestPartResult to an std::string. +static std::string PrintTestPartResultToString( + const TestPartResult& test_part_result) { + return (Message() + << internal::FormatFileLocation(test_part_result.file_name(), + test_part_result.line_number()) + << " " << TestPartResultTypeToString(test_part_result.type()) + << test_part_result.message()).GetString(); +} + +// Prints a TestPartResult. +static void PrintTestPartResult(const TestPartResult& test_part_result) { + const std::string& result = + PrintTestPartResultToString(test_part_result); + printf("%s\n", result.c_str()); + fflush(stdout); + // If the test program runs in Visual Studio or a debugger, the + // following statements add the test part result message to the Output + // window such that the user can double-click on it to jump to the + // corresponding source code location; otherwise they do nothing. +#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + // We don't call OutputDebugString*() on Windows Mobile, as printing + // to stdout is done by OutputDebugString() there already - we don't + // want the same message printed twice. + ::OutputDebugStringA(result.c_str()); + ::OutputDebugStringA("\n"); +#endif +} + +// class PrettyUnitTestResultPrinter + +enum GTestColor { + COLOR_DEFAULT, + COLOR_RED, + COLOR_GREEN, + COLOR_YELLOW +}; + +#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + +// Returns the character attribute for the given color. +WORD GetColorAttribute(GTestColor color) { + switch (color) { + case COLOR_RED: return FOREGROUND_RED; + case COLOR_GREEN: return FOREGROUND_GREEN; + case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; + default: return 0; + } +} + +#else + +// Returns the ANSI color code for the given color. COLOR_DEFAULT is +// an invalid input. +const char* GetAnsiColorCode(GTestColor color) { + switch (color) { + case COLOR_RED: return "1"; + case COLOR_GREEN: return "2"; + case COLOR_YELLOW: return "3"; + default: return NULL; + }; +} + +#endif // GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + +// Returns true iff Google Test should use colors in the output. +bool ShouldUseColor(bool stdout_is_tty) { + const char* const gtest_color = GTEST_FLAG(color).c_str(); + + if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { +#if GTEST_OS_WINDOWS + // On Windows the TERM variable is usually not set, but the + // console there does support colors. + return stdout_is_tty; +#else + // On non-Windows platforms, we rely on the TERM variable. + const char* const term = posix::GetEnv("TERM"); + const bool term_supports_color = + String::CStringEquals(term, "xterm") || + String::CStringEquals(term, "xterm-color") || + String::CStringEquals(term, "xterm-256color") || + String::CStringEquals(term, "screen") || + String::CStringEquals(term, "screen-256color") || + String::CStringEquals(term, "linux") || + String::CStringEquals(term, "cygwin"); + return stdout_is_tty && term_supports_color; +#endif // GTEST_OS_WINDOWS + } + + return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || + String::CaseInsensitiveCStringEquals(gtest_color, "true") || + String::CaseInsensitiveCStringEquals(gtest_color, "t") || + String::CStringEquals(gtest_color, "1"); + // We take "yes", "true", "t", and "1" as meaning "yes". If the + // value is neither one of these nor "auto", we treat it as "no" to + // be conservative. +} + +// Helpers for printing colored strings to stdout. Note that on Windows, we +// cannot simply emit special characters and have the terminal change colors. +// This routine must actually emit the characters rather than return a string +// that would be colored when printed, as can be done on Linux. +void ColoredPrintf(GTestColor color, const char* fmt, ...) { + va_list args; + va_start(args, fmt); + +#if GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS || GTEST_OS_IOS + const bool use_color = false; +#else + static const bool in_color_mode = + ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); + const bool use_color = in_color_mode && (color != COLOR_DEFAULT); +#endif // GTEST_OS_WINDOWS_MOBILE || GTEST_OS_SYMBIAN || GTEST_OS_ZOS + // The '!= 0' comparison is necessary to satisfy MSVC 7.1. + + if (!use_color) { + vprintf(fmt, args); + va_end(args); + return; + } + +#if GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); + + // Gets the current text color. + CONSOLE_SCREEN_BUFFER_INFO buffer_info; + GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); + const WORD old_color_attrs = buffer_info.wAttributes; + + // We need to flush the stream buffers into the console before each + // SetConsoleTextAttribute call lest it affect the text that is already + // printed but has not yet reached the console. + fflush(stdout); + SetConsoleTextAttribute(stdout_handle, + GetColorAttribute(color) | FOREGROUND_INTENSITY); + vprintf(fmt, args); + + fflush(stdout); + // Restores the text color. + SetConsoleTextAttribute(stdout_handle, old_color_attrs); +#else + printf("\033[0;3%sm", GetAnsiColorCode(color)); + vprintf(fmt, args); + printf("\033[m"); // Resets the terminal to default. +#endif // GTEST_OS_WINDOWS && !GTEST_OS_WINDOWS_MOBILE + va_end(args); +} + +// Text printed in Google Test's text output and --gunit_list_tests +// output to label the type parameter and value parameter for a test. +static const char kTypeParamLabel[] = "TypeParam"; +static const char kValueParamLabel[] = "GetParam()"; + +void PrintFullTestCommentIfPresent(const TestInfo& test_info) { + const char* const type_param = test_info.type_param(); + const char* const value_param = test_info.value_param(); + + if (type_param != NULL || value_param != NULL) { + printf(", where "); + if (type_param != NULL) { + printf("%s = %s", kTypeParamLabel, type_param); + if (value_param != NULL) + printf(" and "); + } + if (value_param != NULL) { + printf("%s = %s", kValueParamLabel, value_param); + } + } +} + +// This class implements the TestEventListener interface. +// +// Class PrettyUnitTestResultPrinter is copyable. +class PrettyUnitTestResultPrinter : public TestEventListener { + public: + PrettyUnitTestResultPrinter() {} + static void PrintTestName(const char * test_case, const char * test) { + printf("%s.%s", test_case, test); + } + + // The following methods override what's in the TestEventListener class. + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); + virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); + virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestCaseStart(const TestCase& test_case); + virtual void OnTestStart(const TestInfo& test_info); + virtual void OnTestPartResult(const TestPartResult& result); + virtual void OnTestEnd(const TestInfo& test_info); + virtual void OnTestCaseEnd(const TestCase& test_case); + virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test); + virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) {} + virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); + virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) {} + + private: + static void PrintFailedTests(const UnitTest& unit_test); +}; + + // Fired before each iteration of tests starts. +void PrettyUnitTestResultPrinter::OnTestIterationStart( + const UnitTest& unit_test, int iteration) { + if (GTEST_FLAG(repeat) != 1) + printf("\nRepeating all tests (iteration %d) . . .\n\n", iteration + 1); + + const char* const filter = GTEST_FLAG(filter).c_str(); + + // Prints the filter if it's not *. This reminds the user that some + // tests may be skipped. + if (!String::CStringEquals(filter, kUniversalFilter)) { + ColoredPrintf(COLOR_YELLOW, + "Note: %s filter = %s\n", GTEST_NAME_, filter); + } + + if (internal::ShouldShard(kTestTotalShards, kTestShardIndex, false)) { + const Int32 shard_index = Int32FromEnvOrDie(kTestShardIndex, -1); + ColoredPrintf(COLOR_YELLOW, + "Note: This is test shard %d of %s.\n", + static_cast(shard_index) + 1, + internal::posix::GetEnv(kTestTotalShards)); + } + + if (GTEST_FLAG(shuffle)) { + ColoredPrintf(COLOR_YELLOW, + "Note: Randomizing tests' orders with a seed of %d .\n", + unit_test.random_seed()); + } + + ColoredPrintf(COLOR_GREEN, "[==========] "); + printf("Running %s from %s.\n", + FormatTestCount(unit_test.test_to_run_count()).c_str(), + FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnEnvironmentsSetUpStart( + const UnitTest& /*unit_test*/) { + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("Global test environment set-up.\n"); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { + const std::string counts = + FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("%s from %s", counts.c_str(), test_case.name()); + if (test_case.type_param() == NULL) { + printf("\n"); + } else { + printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); + } + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestStart(const TestInfo& test_info) { + ColoredPrintf(COLOR_GREEN, "[ RUN ] "); + PrintTestName(test_info.test_case_name(), test_info.name()); + printf("\n"); + fflush(stdout); +} + +// Called after an assertion failure. +void PrettyUnitTestResultPrinter::OnTestPartResult( + const TestPartResult& result) { + // If the test part succeeded, we don't need to do anything. + if (result.type() == TestPartResult::kSuccess) + return; + + // Print failure message from the assertion (e.g. expected this and got that). + PrintTestPartResult(result); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestEnd(const TestInfo& test_info) { + if (test_info.result()->Passed()) { + ColoredPrintf(COLOR_GREEN, "[ OK ] "); + } else { + ColoredPrintf(COLOR_RED, "[ FAILED ] "); + } + PrintTestName(test_info.test_case_name(), test_info.name()); + if (test_info.result()->Failed()) + PrintFullTestCommentIfPresent(test_info); + + if (GTEST_FLAG(print_time)) { + printf(" (%s ms)\n", internal::StreamableToString( + test_info.result()->elapsed_time()).c_str()); + } else { + printf("\n"); + } + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { + if (!GTEST_FLAG(print_time)) return; + + const std::string counts = + FormatCountableNoun(test_case.test_to_run_count(), "test", "tests"); + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("%s from %s (%s ms total)\n\n", + counts.c_str(), test_case.name(), + internal::StreamableToString(test_case.elapsed_time()).c_str()); + fflush(stdout); +} + +void PrettyUnitTestResultPrinter::OnEnvironmentsTearDownStart( + const UnitTest& /*unit_test*/) { + ColoredPrintf(COLOR_GREEN, "[----------] "); + printf("Global test environment tear-down\n"); + fflush(stdout); +} + +// Internal helper for printing the list of failed tests. +void PrettyUnitTestResultPrinter::PrintFailedTests(const UnitTest& unit_test) { + const int failed_test_count = unit_test.failed_test_count(); + if (failed_test_count == 0) { + return; + } + + for (int i = 0; i < unit_test.total_test_case_count(); ++i) { + const TestCase& test_case = *unit_test.GetTestCase(i); + if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { + continue; + } + for (int j = 0; j < test_case.total_test_count(); ++j) { + const TestInfo& test_info = *test_case.GetTestInfo(j); + if (!test_info.should_run() || test_info.result()->Passed()) { + continue; + } + ColoredPrintf(COLOR_RED, "[ FAILED ] "); + printf("%s.%s", test_case.name(), test_info.name()); + PrintFullTestCommentIfPresent(test_info); + printf("\n"); + } + } +} + +void PrettyUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, + int /*iteration*/) { + ColoredPrintf(COLOR_GREEN, "[==========] "); + printf("%s from %s ran.", + FormatTestCount(unit_test.test_to_run_count()).c_str(), + FormatTestCaseCount(unit_test.test_case_to_run_count()).c_str()); + if (GTEST_FLAG(print_time)) { + printf(" (%s ms total)", + internal::StreamableToString(unit_test.elapsed_time()).c_str()); + } + printf("\n"); + ColoredPrintf(COLOR_GREEN, "[ PASSED ] "); + printf("%s.\n", FormatTestCount(unit_test.successful_test_count()).c_str()); + + int num_failures = unit_test.failed_test_count(); + if (!unit_test.Passed()) { + const int failed_test_count = unit_test.failed_test_count(); + ColoredPrintf(COLOR_RED, "[ FAILED ] "); + printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); + PrintFailedTests(unit_test); + printf("\n%2d FAILED %s\n", num_failures, + num_failures == 1 ? "TEST" : "TESTS"); + } + + int num_disabled = unit_test.reportable_disabled_test_count(); + if (num_disabled && !GTEST_FLAG(also_run_disabled_tests)) { + if (!num_failures) { + printf("\n"); // Add a spacer if no FAILURE banner is displayed. + } + ColoredPrintf(COLOR_YELLOW, + " YOU HAVE %d DISABLED %s\n\n", + num_disabled, + num_disabled == 1 ? "TEST" : "TESTS"); + } + // Ensure that Google Test output is printed before, e.g., heapchecker output. + fflush(stdout); +} + +// End PrettyUnitTestResultPrinter + +// class TestEventRepeater +// +// This class forwards events to other event listeners. +class TestEventRepeater : public TestEventListener { + public: + TestEventRepeater() : forwarding_enabled_(true) {} + virtual ~TestEventRepeater(); + void Append(TestEventListener *listener); + TestEventListener* Release(TestEventListener* listener); + + // Controls whether events will be forwarded to listeners_. Set to false + // in death test child processes. + bool forwarding_enabled() const { return forwarding_enabled_; } + void set_forwarding_enabled(bool enable) { forwarding_enabled_ = enable; } + + virtual void OnTestProgramStart(const UnitTest& unit_test); + virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); + virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test); + virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test); + virtual void OnTestCaseStart(const TestCase& test_case); + virtual void OnTestStart(const TestInfo& test_info); + virtual void OnTestPartResult(const TestPartResult& result); + virtual void OnTestEnd(const TestInfo& test_info); + virtual void OnTestCaseEnd(const TestCase& test_case); + virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test); + virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test); + virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); + virtual void OnTestProgramEnd(const UnitTest& unit_test); + + private: + // Controls whether events will be forwarded to listeners_. Set to false + // in death test child processes. + bool forwarding_enabled_; + // The list of listeners that receive events. + std::vector listeners_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestEventRepeater); +}; + +TestEventRepeater::~TestEventRepeater() { + ForEach(listeners_, Delete); +} + +void TestEventRepeater::Append(TestEventListener *listener) { + listeners_.push_back(listener); +} + +// TODO(vladl@google.com): Factor the search functionality into Vector::Find. +TestEventListener* TestEventRepeater::Release(TestEventListener *listener) { + for (size_t i = 0; i < listeners_.size(); ++i) { + if (listeners_[i] == listener) { + listeners_.erase(listeners_.begin() + i); + return listener; + } + } + + return NULL; +} + +// Since most methods are very similar, use macros to reduce boilerplate. +// This defines a member that forwards the call to all listeners. +#define GTEST_REPEATER_METHOD_(Name, Type) \ +void TestEventRepeater::Name(const Type& parameter) { \ + if (forwarding_enabled_) { \ + for (size_t i = 0; i < listeners_.size(); i++) { \ + listeners_[i]->Name(parameter); \ + } \ + } \ +} +// This defines a member that forwards the call to all listeners in reverse +// order. +#define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ +void TestEventRepeater::Name(const Type& parameter) { \ + if (forwarding_enabled_) { \ + for (int i = static_cast(listeners_.size()) - 1; i >= 0; i--) { \ + listeners_[i]->Name(parameter); \ + } \ + } \ +} + +GTEST_REPEATER_METHOD_(OnTestProgramStart, UnitTest) +GTEST_REPEATER_METHOD_(OnEnvironmentsSetUpStart, UnitTest) +GTEST_REPEATER_METHOD_(OnTestCaseStart, TestCase) +GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) +GTEST_REPEATER_METHOD_(OnTestPartResult, TestPartResult) +GTEST_REPEATER_METHOD_(OnEnvironmentsTearDownStart, UnitTest) +GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsSetUpEnd, UnitTest) +GTEST_REVERSE_REPEATER_METHOD_(OnEnvironmentsTearDownEnd, UnitTest) +GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) +GTEST_REVERSE_REPEATER_METHOD_(OnTestCaseEnd, TestCase) +GTEST_REVERSE_REPEATER_METHOD_(OnTestProgramEnd, UnitTest) + +#undef GTEST_REPEATER_METHOD_ +#undef GTEST_REVERSE_REPEATER_METHOD_ + +void TestEventRepeater::OnTestIterationStart(const UnitTest& unit_test, + int iteration) { + if (forwarding_enabled_) { + for (size_t i = 0; i < listeners_.size(); i++) { + listeners_[i]->OnTestIterationStart(unit_test, iteration); + } + } +} + +void TestEventRepeater::OnTestIterationEnd(const UnitTest& unit_test, + int iteration) { + if (forwarding_enabled_) { + for (int i = static_cast(listeners_.size()) - 1; i >= 0; i--) { + listeners_[i]->OnTestIterationEnd(unit_test, iteration); + } + } +} + +// End TestEventRepeater + +// This class generates an XML output file. +class XmlUnitTestResultPrinter : public EmptyTestEventListener { + public: + explicit XmlUnitTestResultPrinter(const char* output_file); + + virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); + + private: + // Is c a whitespace character that is normalized to a space character + // when it appears in an XML attribute value? + static bool IsNormalizableWhitespace(char c) { + return c == 0x9 || c == 0xA || c == 0xD; + } + + // May c appear in a well-formed XML document? + static bool IsValidXmlCharacter(char c) { + return IsNormalizableWhitespace(c) || c >= 0x20; + } + + // Returns an XML-escaped copy of the input string str. If + // is_attribute is true, the text is meant to appear as an attribute + // value, and normalizable whitespace is preserved by replacing it + // with character references. + static std::string EscapeXml(const std::string& str, bool is_attribute); + + // Returns the given string with all characters invalid in XML removed. + static std::string RemoveInvalidXmlCharacters(const std::string& str); + + // Convenience wrapper around EscapeXml when str is an attribute value. + static std::string EscapeXmlAttribute(const std::string& str) { + return EscapeXml(str, true); + } + + // Convenience wrapper around EscapeXml when str is not an attribute value. + static std::string EscapeXmlText(const char* str) { + return EscapeXml(str, false); + } + + // Verifies that the given attribute belongs to the given element and + // streams the attribute as XML. + static void OutputXmlAttribute(std::ostream* stream, + const std::string& element_name, + const std::string& name, + const std::string& value); + + // Streams an XML CDATA section, escaping invalid CDATA sequences as needed. + static void OutputXmlCDataSection(::std::ostream* stream, const char* data); + + // Streams an XML representation of a TestInfo object. + static void OutputXmlTestInfo(::std::ostream* stream, + const char* test_case_name, + const TestInfo& test_info); + + // Prints an XML representation of a TestCase object + static void PrintXmlTestCase(::std::ostream* stream, + const TestCase& test_case); + + // Prints an XML summary of unit_test to output stream out. + static void PrintXmlUnitTest(::std::ostream* stream, + const UnitTest& unit_test); + + // Produces a string representing the test properties in a result as space + // delimited XML attributes based on the property key="value" pairs. + // When the std::string is not empty, it includes a space at the beginning, + // to delimit this attribute from prior attributes. + static std::string TestPropertiesAsXmlAttributes(const TestResult& result); + + // The output file. + const std::string output_file_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(XmlUnitTestResultPrinter); +}; + +// Creates a new XmlUnitTestResultPrinter. +XmlUnitTestResultPrinter::XmlUnitTestResultPrinter(const char* output_file) + : output_file_(output_file) { + if (output_file_.c_str() == NULL || output_file_.empty()) { + fprintf(stderr, "XML output file may not be null\n"); + fflush(stderr); + exit(EXIT_FAILURE); + } +} + +// Called after the unit test ends. +void XmlUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test, + int /*iteration*/) { + FILE* xmlout = NULL; + FilePath output_file(output_file_); + FilePath output_dir(output_file.RemoveFileName()); + + if (output_dir.CreateDirectoriesRecursively()) { + xmlout = posix::FOpen(output_file_.c_str(), "w"); + } + if (xmlout == NULL) { + // TODO(wan): report the reason of the failure. + // + // We don't do it for now as: + // + // 1. There is no urgent need for it. + // 2. It's a bit involved to make the errno variable thread-safe on + // all three operating systems (Linux, Windows, and Mac OS). + // 3. To interpret the meaning of errno in a thread-safe way, + // we need the strerror_r() function, which is not available on + // Windows. + fprintf(stderr, + "Unable to open file \"%s\"\n", + output_file_.c_str()); + fflush(stderr); + exit(EXIT_FAILURE); + } + std::stringstream stream; + PrintXmlUnitTest(&stream, unit_test); + fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); + fclose(xmlout); +} + +// Returns an XML-escaped copy of the input string str. If is_attribute +// is true, the text is meant to appear as an attribute value, and +// normalizable whitespace is preserved by replacing it with character +// references. +// +// Invalid XML characters in str, if any, are stripped from the output. +// It is expected that most, if not all, of the text processed by this +// module will consist of ordinary English text. +// If this module is ever modified to produce version 1.1 XML output, +// most invalid characters can be retained using character references. +// TODO(wan): It might be nice to have a minimally invasive, human-readable +// escaping scheme for invalid characters, rather than dropping them. +std::string XmlUnitTestResultPrinter::EscapeXml( + const std::string& str, bool is_attribute) { + Message m; + + for (size_t i = 0; i < str.size(); ++i) { + const char ch = str[i]; + switch (ch) { + case '<': + m << "<"; + break; + case '>': + m << ">"; + break; + case '&': + m << "&"; + break; + case '\'': + if (is_attribute) + m << "'"; + else + m << '\''; + break; + case '"': + if (is_attribute) + m << """; + else + m << '"'; + break; + default: + if (IsValidXmlCharacter(ch)) { + if (is_attribute && IsNormalizableWhitespace(ch)) + m << "&#x" << String::FormatByte(static_cast(ch)) + << ";"; + else + m << ch; + } + break; + } + } + + return m.GetString(); +} + +// Returns the given string with all characters invalid in XML removed. +// Currently invalid characters are dropped from the string. An +// alternative is to replace them with certain characters such as . or ?. +std::string XmlUnitTestResultPrinter::RemoveInvalidXmlCharacters( + const std::string& str) { + std::string output; + output.reserve(str.size()); + for (std::string::const_iterator it = str.begin(); it != str.end(); ++it) + if (IsValidXmlCharacter(*it)) + output.push_back(*it); + + return output; +} + +// The following routines generate an XML representation of a UnitTest +// object. +// +// This is how Google Test concepts map to the DTD: +// +// <-- corresponds to a UnitTest object +// <-- corresponds to a TestCase object +// <-- corresponds to a TestInfo object +// ... +// ... +// ... +// <-- individual assertion failures +// +// +// + +// Formats the given time in milliseconds as seconds. +std::string FormatTimeInMillisAsSeconds(TimeInMillis ms) { + ::std::stringstream ss; + ss << ms/1000.0; + return ss.str(); +} + +// Converts the given epoch time in milliseconds to a date string in the ISO +// 8601 format, without the timezone information. +std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms) { + // Using non-reentrant version as localtime_r is not portable. + time_t seconds = static_cast(ms / 1000); +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4996) // Temporarily disables warning 4996 + // (function or variable may be unsafe). + const struct tm* const time_struct = localtime(&seconds); // NOLINT +# pragma warning(pop) // Restores the warning state again. +#else + const struct tm* const time_struct = localtime(&seconds); // NOLINT +#endif + if (time_struct == NULL) + return ""; // Invalid ms value + + // YYYY-MM-DDThh:mm:ss + return StreamableToString(time_struct->tm_year + 1900) + "-" + + String::FormatIntWidth2(time_struct->tm_mon + 1) + "-" + + String::FormatIntWidth2(time_struct->tm_mday) + "T" + + String::FormatIntWidth2(time_struct->tm_hour) + ":" + + String::FormatIntWidth2(time_struct->tm_min) + ":" + + String::FormatIntWidth2(time_struct->tm_sec); +} + +// Streams an XML CDATA section, escaping invalid CDATA sequences as needed. +void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream, + const char* data) { + const char* segment = data; + *stream << ""); + if (next_segment != NULL) { + stream->write( + segment, static_cast(next_segment - segment)); + *stream << "]]>]]>"); + } else { + *stream << segment; + break; + } + } + *stream << "]]>"; +} + +void XmlUnitTestResultPrinter::OutputXmlAttribute( + std::ostream* stream, + const std::string& element_name, + const std::string& name, + const std::string& value) { + const std::vector& allowed_names = + GetReservedAttributesForElement(element_name); + + GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != + allowed_names.end()) + << "Attribute " << name << " is not allowed for element <" << element_name + << ">."; + + *stream << " " << name << "=\"" << EscapeXmlAttribute(value) << "\""; +} + +// Prints an XML representation of a TestInfo object. +// TODO(wan): There is also value in printing properties with the plain printer. +void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream, + const char* test_case_name, + const TestInfo& test_info) { + const TestResult& result = *test_info.result(); + const std::string kTestcase = "testcase"; + + *stream << " \n"; + } + const string location = internal::FormatCompilerIndependentFileLocation( + part.file_name(), part.line_number()); + const string summary = location + "\n" + part.summary(); + *stream << " "; + const string detail = location + "\n" + part.message(); + OutputXmlCDataSection(stream, RemoveInvalidXmlCharacters(detail).c_str()); + *stream << "\n"; + } + } + + if (failures == 0) + *stream << " />\n"; + else + *stream << " \n"; +} + +// Prints an XML representation of a TestCase object +void XmlUnitTestResultPrinter::PrintXmlTestCase(std::ostream* stream, + const TestCase& test_case) { + const std::string kTestsuite = "testsuite"; + *stream << " <" << kTestsuite; + OutputXmlAttribute(stream, kTestsuite, "name", test_case.name()); + OutputXmlAttribute(stream, kTestsuite, "tests", + StreamableToString(test_case.reportable_test_count())); + OutputXmlAttribute(stream, kTestsuite, "failures", + StreamableToString(test_case.failed_test_count())); + OutputXmlAttribute( + stream, kTestsuite, "disabled", + StreamableToString(test_case.reportable_disabled_test_count())); + OutputXmlAttribute(stream, kTestsuite, "errors", "0"); + OutputXmlAttribute(stream, kTestsuite, "time", + FormatTimeInMillisAsSeconds(test_case.elapsed_time())); + *stream << TestPropertiesAsXmlAttributes(test_case.ad_hoc_test_result()) + << ">\n"; + + for (int i = 0; i < test_case.total_test_count(); ++i) { + if (test_case.GetTestInfo(i)->is_reportable()) + OutputXmlTestInfo(stream, test_case.name(), *test_case.GetTestInfo(i)); + } + *stream << " \n"; +} + +// Prints an XML summary of unit_test to output stream out. +void XmlUnitTestResultPrinter::PrintXmlUnitTest(std::ostream* stream, + const UnitTest& unit_test) { + const std::string kTestsuites = "testsuites"; + + *stream << "\n"; + *stream << "<" << kTestsuites; + + OutputXmlAttribute(stream, kTestsuites, "tests", + StreamableToString(unit_test.reportable_test_count())); + OutputXmlAttribute(stream, kTestsuites, "failures", + StreamableToString(unit_test.failed_test_count())); + OutputXmlAttribute( + stream, kTestsuites, "disabled", + StreamableToString(unit_test.reportable_disabled_test_count())); + OutputXmlAttribute(stream, kTestsuites, "errors", "0"); + OutputXmlAttribute( + stream, kTestsuites, "timestamp", + FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp())); + OutputXmlAttribute(stream, kTestsuites, "time", + FormatTimeInMillisAsSeconds(unit_test.elapsed_time())); + + if (GTEST_FLAG(shuffle)) { + OutputXmlAttribute(stream, kTestsuites, "random_seed", + StreamableToString(unit_test.random_seed())); + } + + *stream << TestPropertiesAsXmlAttributes(unit_test.ad_hoc_test_result()); + + OutputXmlAttribute(stream, kTestsuites, "name", "AllTests"); + *stream << ">\n"; + + for (int i = 0; i < unit_test.total_test_case_count(); ++i) { + if (unit_test.GetTestCase(i)->reportable_test_count() > 0) + PrintXmlTestCase(stream, *unit_test.GetTestCase(i)); + } + *stream << "\n"; +} + +// Produces a string representing the test properties in a result as space +// delimited XML attributes based on the property key="value" pairs. +std::string XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes( + const TestResult& result) { + Message attributes; + for (int i = 0; i < result.test_property_count(); ++i) { + const TestProperty& property = result.GetTestProperty(i); + attributes << " " << property.key() << "=" + << "\"" << EscapeXmlAttribute(property.value()) << "\""; + } + return attributes.GetString(); +} + +// End XmlUnitTestResultPrinter + +#if GTEST_CAN_STREAM_RESULTS_ + +// Checks if str contains '=', '&', '%' or '\n' characters. If yes, +// replaces them by "%xx" where xx is their hexadecimal value. For +// example, replaces "=" with "%3D". This algorithm is O(strlen(str)) +// in both time and space -- important as the input str may contain an +// arbitrarily long test failure message and stack trace. +string StreamingListener::UrlEncode(const char* str) { + string result; + result.reserve(strlen(str) + 1); + for (char ch = *str; ch != '\0'; ch = *++str) { + switch (ch) { + case '%': + case '=': + case '&': + case '\n': + result.append("%" + String::FormatByte(static_cast(ch))); + break; + default: + result.push_back(ch); + break; + } + } + return result; +} + +void StreamingListener::SocketWriter::MakeConnection() { + GTEST_CHECK_(sockfd_ == -1) + << "MakeConnection() can't be called when there is already a connection."; + + addrinfo hints; + memset(&hints, 0, sizeof(hints)); + hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses. + hints.ai_socktype = SOCK_STREAM; + addrinfo* servinfo = NULL; + + // Use the getaddrinfo() to get a linked list of IP addresses for + // the given host name. + const int error_num = getaddrinfo( + host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); + if (error_num != 0) { + GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " + << gai_strerror(error_num); + } + + // Loop through all the results and connect to the first we can. + for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; + cur_addr = cur_addr->ai_next) { + sockfd_ = socket( + cur_addr->ai_family, cur_addr->ai_socktype, cur_addr->ai_protocol); + if (sockfd_ != -1) { + // Connect the client socket to the server socket. + if (connect(sockfd_, cur_addr->ai_addr, cur_addr->ai_addrlen) == -1) { + close(sockfd_); + sockfd_ = -1; + } + } + } + + freeaddrinfo(servinfo); // all done with this structure + + if (sockfd_ == -1) { + GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " + << host_name_ << ":" << port_num_; + } +} + +// End of class Streaming Listener +#endif // GTEST_CAN_STREAM_RESULTS__ + +// Class ScopedTrace + +// Pushes the given source file location and message onto a per-thread +// trace stack maintained by Google Test. +ScopedTrace::ScopedTrace(const char* file, int line, const Message& message) + GTEST_LOCK_EXCLUDED_(&UnitTest::mutex_) { + TraceInfo trace; + trace.file = file; + trace.line = line; + trace.message = message.GetString(); + + UnitTest::GetInstance()->PushGTestTrace(trace); +} + +// Pops the info pushed by the c'tor. +ScopedTrace::~ScopedTrace() + GTEST_LOCK_EXCLUDED_(&UnitTest::mutex_) { + UnitTest::GetInstance()->PopGTestTrace(); +} + + +// class OsStackTraceGetter + +// Returns the current OS stack trace as an std::string. Parameters: +// +// max_depth - the maximum number of stack frames to be included +// in the trace. +// skip_count - the number of top frames to be skipped; doesn't count +// against max_depth. +// +string OsStackTraceGetter::CurrentStackTrace(int /* max_depth */, + int /* skip_count */) + GTEST_LOCK_EXCLUDED_(mutex_) { + return ""; +} + +void OsStackTraceGetter::UponLeavingGTest() + GTEST_LOCK_EXCLUDED_(mutex_) { +} + +const char* const +OsStackTraceGetter::kElidedFramesMarker = + "... " GTEST_NAME_ " internal frames ..."; + +// A helper class that creates the premature-exit file in its +// constructor and deletes the file in its destructor. +class ScopedPrematureExitFile { + public: + explicit ScopedPrematureExitFile(const char* premature_exit_filepath) + : premature_exit_filepath_(premature_exit_filepath) { + // If a path to the premature-exit file is specified... + if (premature_exit_filepath != NULL && *premature_exit_filepath != '\0') { + // create the file with a single "0" character in it. I/O + // errors are ignored as there's nothing better we can do and we + // don't want to fail the test because of this. + FILE* pfile = posix::FOpen(premature_exit_filepath, "w"); + fwrite("0", 1, 1, pfile); + fclose(pfile); + } + } + + ~ScopedPrematureExitFile() { + if (premature_exit_filepath_ != NULL && *premature_exit_filepath_ != '\0') { + remove(premature_exit_filepath_); + } + } + + private: + const char* const premature_exit_filepath_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedPrematureExitFile); +}; + +} // namespace internal + +// class TestEventListeners + +TestEventListeners::TestEventListeners() + : repeater_(new internal::TestEventRepeater()), + default_result_printer_(NULL), + default_xml_generator_(NULL) { +} + +TestEventListeners::~TestEventListeners() { delete repeater_; } + +// Returns the standard listener responsible for the default console +// output. Can be removed from the listeners list to shut down default +// console output. Note that removing this object from the listener list +// with Release transfers its ownership to the user. +void TestEventListeners::Append(TestEventListener* listener) { + repeater_->Append(listener); +} + +// Removes the given event listener from the list and returns it. It then +// becomes the caller's responsibility to delete the listener. Returns +// NULL if the listener is not found in the list. +TestEventListener* TestEventListeners::Release(TestEventListener* listener) { + if (listener == default_result_printer_) + default_result_printer_ = NULL; + else if (listener == default_xml_generator_) + default_xml_generator_ = NULL; + return repeater_->Release(listener); +} + +// Returns repeater that broadcasts the TestEventListener events to all +// subscribers. +TestEventListener* TestEventListeners::repeater() { return repeater_; } + +// Sets the default_result_printer attribute to the provided listener. +// The listener is also added to the listener list and previous +// default_result_printer is removed from it and deleted. The listener can +// also be NULL in which case it will not be added to the list. Does +// nothing if the previous and the current listener objects are the same. +void TestEventListeners::SetDefaultResultPrinter(TestEventListener* listener) { + if (default_result_printer_ != listener) { + // It is an error to pass this method a listener that is already in the + // list. + delete Release(default_result_printer_); + default_result_printer_ = listener; + if (listener != NULL) + Append(listener); + } +} + +// Sets the default_xml_generator attribute to the provided listener. The +// listener is also added to the listener list and previous +// default_xml_generator is removed from it and deleted. The listener can +// also be NULL in which case it will not be added to the list. Does +// nothing if the previous and the current listener objects are the same. +void TestEventListeners::SetDefaultXmlGenerator(TestEventListener* listener) { + if (default_xml_generator_ != listener) { + // It is an error to pass this method a listener that is already in the + // list. + delete Release(default_xml_generator_); + default_xml_generator_ = listener; + if (listener != NULL) + Append(listener); + } +} + +// Controls whether events will be forwarded by the repeater to the +// listeners in the list. +bool TestEventListeners::EventForwardingEnabled() const { + return repeater_->forwarding_enabled(); +} + +void TestEventListeners::SuppressEventForwarding() { + repeater_->set_forwarding_enabled(false); +} + +// class UnitTest + +// Gets the singleton UnitTest object. The first time this method is +// called, a UnitTest object is constructed and returned. Consecutive +// calls will return the same object. +// +// We don't protect this under mutex_ as a user is not supposed to +// call this before main() starts, from which point on the return +// value will never change. +UnitTest* UnitTest::GetInstance() { + // When compiled with MSVC 7.1 in optimized mode, destroying the + // UnitTest object upon exiting the program messes up the exit code, + // causing successful tests to appear failed. We have to use a + // different implementation in this case to bypass the compiler bug. + // This implementation makes the compiler happy, at the cost of + // leaking the UnitTest object. + + // CodeGear C++Builder insists on a public destructor for the + // default implementation. Use this implementation to keep good OO + // design with private destructor. + +#if (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) + static UnitTest* const instance = new UnitTest; + return instance; +#else + static UnitTest instance; + return &instance; +#endif // (_MSC_VER == 1310 && !defined(_DEBUG)) || defined(__BORLANDC__) +} + +// Gets the number of successful test cases. +int UnitTest::successful_test_case_count() const { + return impl()->successful_test_case_count(); +} + +// Gets the number of failed test cases. +int UnitTest::failed_test_case_count() const { + return impl()->failed_test_case_count(); +} + +// Gets the number of all test cases. +int UnitTest::total_test_case_count() const { + return impl()->total_test_case_count(); +} + +// Gets the number of all test cases that contain at least one test +// that should run. +int UnitTest::test_case_to_run_count() const { + return impl()->test_case_to_run_count(); +} + +// Gets the number of successful tests. +int UnitTest::successful_test_count() const { + return impl()->successful_test_count(); +} + +// Gets the number of failed tests. +int UnitTest::failed_test_count() const { return impl()->failed_test_count(); } + +// Gets the number of disabled tests that will be reported in the XML report. +int UnitTest::reportable_disabled_test_count() const { + return impl()->reportable_disabled_test_count(); +} + +// Gets the number of disabled tests. +int UnitTest::disabled_test_count() const { + return impl()->disabled_test_count(); +} + +// Gets the number of tests to be printed in the XML report. +int UnitTest::reportable_test_count() const { + return impl()->reportable_test_count(); +} + +// Gets the number of all tests. +int UnitTest::total_test_count() const { return impl()->total_test_count(); } + +// Gets the number of tests that should run. +int UnitTest::test_to_run_count() const { return impl()->test_to_run_count(); } + +// Gets the time of the test program start, in ms from the start of the +// UNIX epoch. +internal::TimeInMillis UnitTest::start_timestamp() const { + return impl()->start_timestamp(); +} + +// Gets the elapsed time, in milliseconds. +internal::TimeInMillis UnitTest::elapsed_time() const { + return impl()->elapsed_time(); +} + +// Returns true iff the unit test passed (i.e. all test cases passed). +bool UnitTest::Passed() const { return impl()->Passed(); } + +// Returns true iff the unit test failed (i.e. some test case failed +// or something outside of all tests failed). +bool UnitTest::Failed() const { return impl()->Failed(); } + +// Gets the i-th test case among all the test cases. i can range from 0 to +// total_test_case_count() - 1. If i is not in that range, returns NULL. +const TestCase* UnitTest::GetTestCase(int i) const { + return impl()->GetTestCase(i); +} + +// Returns the TestResult containing information on test failures and +// properties logged outside of individual test cases. +const TestResult& UnitTest::ad_hoc_test_result() const { + return *impl()->ad_hoc_test_result(); +} + +// Gets the i-th test case among all the test cases. i can range from 0 to +// total_test_case_count() - 1. If i is not in that range, returns NULL. +TestCase* UnitTest::GetMutableTestCase(int i) { + return impl()->GetMutableTestCase(i); +} + +// Returns the list of event listeners that can be used to track events +// inside Google Test. +TestEventListeners& UnitTest::listeners() { + return *impl()->listeners(); +} + +// Registers and returns a global test environment. When a test +// program is run, all global test environments will be set-up in the +// order they were registered. After all tests in the program have +// finished, all global test environments will be torn-down in the +// *reverse* order they were registered. +// +// The UnitTest object takes ownership of the given environment. +// +// We don't protect this under mutex_, as we only support calling it +// from the main thread. +Environment* UnitTest::AddEnvironment(Environment* env) { + if (env == NULL) { + return NULL; + } + + impl_->environments().push_back(env); + return env; +} + +// Adds a TestPartResult to the current TestResult object. All Google Test +// assertion macros (e.g. ASSERT_TRUE, EXPECT_EQ, etc) eventually call +// this to report their results. The user code should use the +// assertion macros instead of calling this directly. +void UnitTest::AddTestPartResult( + TestPartResult::Type result_type, + const char* file_name, + int line_number, + const std::string& message, + const std::string& os_stack_trace) GTEST_LOCK_EXCLUDED_(mutex_) { + Message msg; + msg << message; + + internal::MutexLock lock(&mutex_); + if (impl_->gtest_trace_stack().size() > 0) { + msg << "\n" << GTEST_NAME_ << " trace:"; + + for (int i = static_cast(impl_->gtest_trace_stack().size()); + i > 0; --i) { + const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; + msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) + << " " << trace.message; + } + } + + if (os_stack_trace.c_str() != NULL && !os_stack_trace.empty()) { + msg << internal::kStackTraceMarker << os_stack_trace; + } + + const TestPartResult result = + TestPartResult(result_type, file_name, line_number, + msg.GetString().c_str()); + impl_->GetTestPartResultReporterForCurrentThread()-> + ReportTestPartResult(result); + + if (result_type != TestPartResult::kSuccess) { + // gtest_break_on_failure takes precedence over + // gtest_throw_on_failure. This allows a user to set the latter + // in the code (perhaps in order to use Google Test assertions + // with another testing framework) and specify the former on the + // command line for debugging. + if (GTEST_FLAG(break_on_failure)) { +#if GTEST_OS_WINDOWS + // Using DebugBreak on Windows allows gtest to still break into a debugger + // when a failure happens and both the --gtest_break_on_failure and + // the --gtest_catch_exceptions flags are specified. + DebugBreak(); +#else + // Dereference NULL through a volatile pointer to prevent the compiler + // from removing. We use this rather than abort() or __builtin_trap() for + // portability: Symbian doesn't implement abort() well, and some debuggers + // don't correctly trap abort(). + *static_cast(NULL) = 1; +#endif // GTEST_OS_WINDOWS + } else if (GTEST_FLAG(throw_on_failure)) { +#if GTEST_HAS_EXCEPTIONS + throw internal::GoogleTestFailureException(result); +#else + // We cannot call abort() as it generates a pop-up in debug mode + // that cannot be suppressed in VC 7.1 or below. + exit(1); +#endif + } + } +} + +// Adds a TestProperty to the current TestResult object when invoked from +// inside a test, to current TestCase's ad_hoc_test_result_ when invoked +// from SetUpTestCase or TearDownTestCase, or to the global property set +// when invoked elsewhere. If the result already contains a property with +// the same key, the value will be updated. +void UnitTest::RecordProperty(const std::string& key, + const std::string& value) { + impl_->RecordProperty(TestProperty(key, value)); +} + +// Runs all tests in this UnitTest object and prints the result. +// Returns 0 if successful, or 1 otherwise. +// +// We don't protect this under mutex_, as we only support calling it +// from the main thread. +int UnitTest::Run() { + const bool in_death_test_child_process = + internal::GTEST_FLAG(internal_run_death_test).length() > 0; + + // Google Test implements this protocol for catching that a test + // program exits before returning control to Google Test: + // + // 1. Upon start, Google Test creates a file whose absolute path + // is specified by the environment variable + // TEST_PREMATURE_EXIT_FILE. + // 2. When Google Test has finished its work, it deletes the file. + // + // This allows a test runner to set TEST_PREMATURE_EXIT_FILE before + // running a Google-Test-based test program and check the existence + // of the file at the end of the test execution to see if it has + // exited prematurely. + + // If we are in the child process of a death test, don't + // create/delete the premature exit file, as doing so is unnecessary + // and will confuse the parent process. Otherwise, create/delete + // the file upon entering/leaving this function. If the program + // somehow exits before this function has a chance to return, the + // premature-exit file will be left undeleted, causing a test runner + // that understands the premature-exit-file protocol to report the + // test as having failed. + const internal::ScopedPrematureExitFile premature_exit_file( + in_death_test_child_process ? + NULL : internal::posix::GetEnv("TEST_PREMATURE_EXIT_FILE")); + + // Captures the value of GTEST_FLAG(catch_exceptions). This value will be + // used for the duration of the program. + impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); + +#if GTEST_HAS_SEH + // Either the user wants Google Test to catch exceptions thrown by the + // tests or this is executing in the context of death test child + // process. In either case the user does not want to see pop-up dialogs + // about crashes - they are expected. + if (impl()->catch_exceptions() || in_death_test_child_process) { +# if !GTEST_OS_WINDOWS_MOBILE + // SetErrorMode doesn't exist on CE. + SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOALIGNMENTFAULTEXCEPT | + SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX); +# endif // !GTEST_OS_WINDOWS_MOBILE + +# if (defined(_MSC_VER) || GTEST_OS_WINDOWS_MINGW) && !GTEST_OS_WINDOWS_MOBILE + // Death test children can be terminated with _abort(). On Windows, + // _abort() can show a dialog with a warning message. This forces the + // abort message to go to stderr instead. + _set_error_mode(_OUT_TO_STDERR); +# endif + +# if _MSC_VER >= 1400 && !GTEST_OS_WINDOWS_MOBILE + // In the debug version, Visual Studio pops up a separate dialog + // offering a choice to debug the aborted program. We need to suppress + // this dialog or it will pop up for every EXPECT/ASSERT_DEATH statement + // executed. Google Test will notify the user of any unexpected + // failure via stderr. + // + // VC++ doesn't define _set_abort_behavior() prior to the version 8.0. + // Users of prior VC versions shall suffer the agony and pain of + // clicking through the countless debug dialogs. + // TODO(vladl@google.com): find a way to suppress the abort dialog() in the + // debug mode when compiled with VC 7.1 or lower. + if (!GTEST_FLAG(break_on_failure)) + _set_abort_behavior( + 0x0, // Clear the following flags: + _WRITE_ABORT_MSG | _CALL_REPORTFAULT); // pop-up window, core dump. +# endif + } +#endif // GTEST_HAS_SEH + + return internal::HandleExceptionsInMethodIfSupported( + impl(), + &internal::UnitTestImpl::RunAllTests, + "auxiliary test code (environments or event listeners)") ? 0 : 1; +} + +// Returns the working directory when the first TEST() or TEST_F() was +// executed. +const char* UnitTest::original_working_dir() const { + return impl_->original_working_dir_.c_str(); +} + +// Returns the TestCase object for the test that's currently running, +// or NULL if no test is running. +const TestCase* UnitTest::current_test_case() const + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + return impl_->current_test_case(); +} + +// Returns the TestInfo object for the test that's currently running, +// or NULL if no test is running. +const TestInfo* UnitTest::current_test_info() const + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + return impl_->current_test_info(); +} + +// Returns the random seed used at the start of the current test run. +int UnitTest::random_seed() const { return impl_->random_seed(); } + +#if GTEST_HAS_PARAM_TEST +// Returns ParameterizedTestCaseRegistry object used to keep track of +// value-parameterized tests and instantiate and register them. +internal::ParameterizedTestCaseRegistry& + UnitTest::parameterized_test_registry() + GTEST_LOCK_EXCLUDED_(mutex_) { + return impl_->parameterized_test_registry(); +} +#endif // GTEST_HAS_PARAM_TEST + +// Creates an empty UnitTest. +UnitTest::UnitTest() { + impl_ = new internal::UnitTestImpl(this); +} + +// Destructor of UnitTest. +UnitTest::~UnitTest() { + delete impl_; +} + +// Pushes a trace defined by SCOPED_TRACE() on to the per-thread +// Google Test trace stack. +void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + impl_->gtest_trace_stack().push_back(trace); +} + +// Pops a trace from the per-thread Google Test trace stack. +void UnitTest::PopGTestTrace() + GTEST_LOCK_EXCLUDED_(mutex_) { + internal::MutexLock lock(&mutex_); + impl_->gtest_trace_stack().pop_back(); +} + +namespace internal { + +UnitTestImpl::UnitTestImpl(UnitTest* parent) + : parent_(parent), +#ifdef _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4355) // Temporarily disables warning 4355 + // (using this in initializer). + default_global_test_part_result_reporter_(this), + default_per_thread_test_part_result_reporter_(this), +# pragma warning(pop) // Restores the warning state again. +#else + default_global_test_part_result_reporter_(this), + default_per_thread_test_part_result_reporter_(this), +#endif // _MSC_VER + global_test_part_result_repoter_( + &default_global_test_part_result_reporter_), + per_thread_test_part_result_reporter_( + &default_per_thread_test_part_result_reporter_), +#if GTEST_HAS_PARAM_TEST + parameterized_test_registry_(), + parameterized_tests_registered_(false), +#endif // GTEST_HAS_PARAM_TEST + last_death_test_case_(-1), + current_test_case_(NULL), + current_test_info_(NULL), + ad_hoc_test_result_(), + os_stack_trace_getter_(NULL), + post_flag_parse_init_performed_(false), + random_seed_(0), // Will be overridden by the flag before first use. + random_(0), // Will be reseeded before first use. + start_timestamp_(0), + elapsed_time_(0), +#if GTEST_HAS_DEATH_TEST + death_test_factory_(new DefaultDeathTestFactory), +#endif + // Will be overridden by the flag before first use. + catch_exceptions_(false) { + listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter); +} + +UnitTestImpl::~UnitTestImpl() { + // Deletes every TestCase. + ForEach(test_cases_, internal::Delete); + + // Deletes every Environment. + ForEach(environments_, internal::Delete); + + delete os_stack_trace_getter_; +} + +// Adds a TestProperty to the current TestResult object when invoked in a +// context of a test, to current test case's ad_hoc_test_result when invoke +// from SetUpTestCase/TearDownTestCase, or to the global property set +// otherwise. If the result already contains a property with the same key, +// the value will be updated. +void UnitTestImpl::RecordProperty(const TestProperty& test_property) { + std::string xml_element; + TestResult* test_result; // TestResult appropriate for property recording. + + if (current_test_info_ != NULL) { + xml_element = "testcase"; + test_result = &(current_test_info_->result_); + } else if (current_test_case_ != NULL) { + xml_element = "testsuite"; + test_result = &(current_test_case_->ad_hoc_test_result_); + } else { + xml_element = "testsuites"; + test_result = &ad_hoc_test_result_; + } + test_result->RecordProperty(xml_element, test_property); +} + +#if GTEST_HAS_DEATH_TEST +// Disables event forwarding if the control is currently in a death test +// subprocess. Must not be called before InitGoogleTest. +void UnitTestImpl::SuppressTestEventsIfInSubprocess() { + if (internal_run_death_test_flag_.get() != NULL) + listeners()->SuppressEventForwarding(); +} +#endif // GTEST_HAS_DEATH_TEST + +// Initializes event listeners performing XML output as specified by +// UnitTestOptions. Must not be called before InitGoogleTest. +void UnitTestImpl::ConfigureXmlOutput() { + const std::string& output_format = UnitTestOptions::GetOutputFormat(); + if (output_format == "xml") { + listeners()->SetDefaultXmlGenerator(new XmlUnitTestResultPrinter( + UnitTestOptions::GetAbsolutePathToOutputFile().c_str())); + } else if (output_format != "") { + printf("WARNING: unrecognized output format \"%s\" ignored.\n", + output_format.c_str()); + fflush(stdout); + } +} + +#if GTEST_CAN_STREAM_RESULTS_ +// Initializes event listeners for streaming test results in string form. +// Must not be called before InitGoogleTest. +void UnitTestImpl::ConfigureStreamingOutput() { + const std::string& target = GTEST_FLAG(stream_result_to); + if (!target.empty()) { + const size_t pos = target.find(':'); + if (pos != std::string::npos) { + listeners()->Append(new StreamingListener(target.substr(0, pos), + target.substr(pos+1))); + } else { + printf("WARNING: unrecognized streaming target \"%s\" ignored.\n", + target.c_str()); + fflush(stdout); + } + } +} +#endif // GTEST_CAN_STREAM_RESULTS_ + +// Performs initialization dependent upon flag values obtained in +// ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to +// ParseGoogleTestFlagsOnly. In case a user neglects to call InitGoogleTest +// this function is also called from RunAllTests. Since this function can be +// called more than once, it has to be idempotent. +void UnitTestImpl::PostFlagParsingInit() { + // Ensures that this function does not execute more than once. + if (!post_flag_parse_init_performed_) { + post_flag_parse_init_performed_ = true; + +#if GTEST_HAS_DEATH_TEST + InitDeathTestSubprocessControlInfo(); + SuppressTestEventsIfInSubprocess(); +#endif // GTEST_HAS_DEATH_TEST + + // Registers parameterized tests. This makes parameterized tests + // available to the UnitTest reflection API without running + // RUN_ALL_TESTS. + RegisterParameterizedTests(); + + // Configures listeners for XML output. This makes it possible for users + // to shut down the default XML output before invoking RUN_ALL_TESTS. + ConfigureXmlOutput(); + +#if GTEST_CAN_STREAM_RESULTS_ + // Configures listeners for streaming test results to the specified server. + ConfigureStreamingOutput(); +#endif // GTEST_CAN_STREAM_RESULTS_ + } +} + +// A predicate that checks the name of a TestCase against a known +// value. +// +// This is used for implementation of the UnitTest class only. We put +// it in the anonymous namespace to prevent polluting the outer +// namespace. +// +// TestCaseNameIs is copyable. +class TestCaseNameIs { + public: + // Constructor. + explicit TestCaseNameIs(const std::string& name) + : name_(name) {} + + // Returns true iff the name of test_case matches name_. + bool operator()(const TestCase* test_case) const { + return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0; + } + + private: + std::string name_; +}; + +// Finds and returns a TestCase with the given name. If one doesn't +// exist, creates one and returns it. It's the CALLER'S +// RESPONSIBILITY to ensure that this function is only called WHEN THE +// TESTS ARE NOT SHUFFLED. +// +// Arguments: +// +// test_case_name: name of the test case +// type_param: the name of the test case's type parameter, or NULL if +// this is not a typed or a type-parameterized test case. +// set_up_tc: pointer to the function that sets up the test case +// tear_down_tc: pointer to the function that tears down the test case +TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, + const char* type_param, + Test::SetUpTestCaseFunc set_up_tc, + Test::TearDownTestCaseFunc tear_down_tc) { + // Can we find a TestCase with the given name? + const std::vector::const_iterator test_case = + std::find_if(test_cases_.begin(), test_cases_.end(), + TestCaseNameIs(test_case_name)); + + if (test_case != test_cases_.end()) + return *test_case; + + // No. Let's create one. + TestCase* const new_test_case = + new TestCase(test_case_name, type_param, set_up_tc, tear_down_tc); + + // Is this a death test case? + if (internal::UnitTestOptions::MatchesFilter(test_case_name, + kDeathTestCaseFilter)) { + // Yes. Inserts the test case after the last death test case + // defined so far. This only works when the test cases haven't + // been shuffled. Otherwise we may end up running a death test + // after a non-death test. + ++last_death_test_case_; + test_cases_.insert(test_cases_.begin() + last_death_test_case_, + new_test_case); + } else { + // No. Appends to the end of the list. + test_cases_.push_back(new_test_case); + } + + test_case_indices_.push_back(static_cast(test_case_indices_.size())); + return new_test_case; +} + +// Helpers for setting up / tearing down the given environment. They +// are for use in the ForEach() function. +static void SetUpEnvironment(Environment* env) { env->SetUp(); } +static void TearDownEnvironment(Environment* env) { env->TearDown(); } + +// Runs all tests in this UnitTest object, prints the result, and +// returns true if all tests are successful. If any exception is +// thrown during a test, the test is considered to be failed, but the +// rest of the tests will still be run. +// +// When parameterized tests are enabled, it expands and registers +// parameterized tests first in RegisterParameterizedTests(). +// All other functions called from RunAllTests() may safely assume that +// parameterized tests are ready to be counted and run. +bool UnitTestImpl::RunAllTests() { + // Makes sure InitGoogleTest() was called. + if (!GTestIsInitialized()) { + printf("%s", + "\nThis test program did NOT call ::testing::InitGoogleTest " + "before calling RUN_ALL_TESTS(). Please fix it.\n"); + return false; + } + + // Do not run any test if the --help flag was specified. + if (g_help_flag) + return true; + + // Repeats the call to the post-flag parsing initialization in case the + // user didn't call InitGoogleTest. + PostFlagParsingInit(); + + // Even if sharding is not on, test runners may want to use the + // GTEST_SHARD_STATUS_FILE to query whether the test supports the sharding + // protocol. + internal::WriteToShardStatusFileIfNeeded(); + + // True iff we are in a subprocess for running a thread-safe-style + // death test. + bool in_subprocess_for_death_test = false; + +#if GTEST_HAS_DEATH_TEST + in_subprocess_for_death_test = (internal_run_death_test_flag_.get() != NULL); +#endif // GTEST_HAS_DEATH_TEST + + const bool should_shard = ShouldShard(kTestTotalShards, kTestShardIndex, + in_subprocess_for_death_test); + + // Compares the full test names with the filter to decide which + // tests to run. + const bool has_tests_to_run = FilterTests(should_shard + ? HONOR_SHARDING_PROTOCOL + : IGNORE_SHARDING_PROTOCOL) > 0; + + // Lists the tests and exits if the --gtest_list_tests flag was specified. + if (GTEST_FLAG(list_tests)) { + // This must be called *after* FilterTests() has been called. + ListTestsMatchingFilter(); + return true; + } + + random_seed_ = GTEST_FLAG(shuffle) ? + GetRandomSeedFromFlag(GTEST_FLAG(random_seed)) : 0; + + // True iff at least one test has failed. + bool failed = false; + + TestEventListener* repeater = listeners()->repeater(); + + start_timestamp_ = GetTimeInMillis(); + repeater->OnTestProgramStart(*parent_); + + // How many times to repeat the tests? We don't want to repeat them + // when we are inside the subprocess of a death test. + const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); + // Repeats forever if the repeat count is negative. + const bool forever = repeat < 0; + for (int i = 0; forever || i != repeat; i++) { + // We want to preserve failures generated by ad-hoc test + // assertions executed before RUN_ALL_TESTS(). + ClearNonAdHocTestResult(); + + const TimeInMillis start = GetTimeInMillis(); + + // Shuffles test cases and tests if requested. + if (has_tests_to_run && GTEST_FLAG(shuffle)) { + random()->Reseed(random_seed_); + // This should be done before calling OnTestIterationStart(), + // such that a test event listener can see the actual test order + // in the event. + ShuffleTests(); + } + + // Tells the unit test event listeners that the tests are about to start. + repeater->OnTestIterationStart(*parent_, i); + + // Runs each test case if there is at least one test to run. + if (has_tests_to_run) { + // Sets up all environments beforehand. + repeater->OnEnvironmentsSetUpStart(*parent_); + ForEach(environments_, SetUpEnvironment); + repeater->OnEnvironmentsSetUpEnd(*parent_); + + // Runs the tests only if there was no fatal failure during global + // set-up. + if (!Test::HasFatalFailure()) { + for (int test_index = 0; test_index < total_test_case_count(); + test_index++) { + GetMutableTestCase(test_index)->Run(); + } + } + + // Tears down all environments in reverse order afterwards. + repeater->OnEnvironmentsTearDownStart(*parent_); + std::for_each(environments_.rbegin(), environments_.rend(), + TearDownEnvironment); + repeater->OnEnvironmentsTearDownEnd(*parent_); + } + + elapsed_time_ = GetTimeInMillis() - start; + + // Tells the unit test event listener that the tests have just finished. + repeater->OnTestIterationEnd(*parent_, i); + + // Gets the result and clears it. + if (!Passed()) { + failed = true; + } + + // Restores the original test order after the iteration. This + // allows the user to quickly repro a failure that happens in the + // N-th iteration without repeating the first (N - 1) iterations. + // This is not enclosed in "if (GTEST_FLAG(shuffle)) { ... }", in + // case the user somehow changes the value of the flag somewhere + // (it's always safe to unshuffle the tests). + UnshuffleTests(); + + if (GTEST_FLAG(shuffle)) { + // Picks a new random seed for each iteration. + random_seed_ = GetNextRandomSeed(random_seed_); + } + } + + repeater->OnTestProgramEnd(*parent_); + + return !failed; +} + +// Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file +// if the variable is present. If a file already exists at this location, this +// function will write over it. If the variable is present, but the file cannot +// be created, prints an error and exits. +void WriteToShardStatusFileIfNeeded() { + const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); + if (test_shard_file != NULL) { + FILE* const file = posix::FOpen(test_shard_file, "w"); + if (file == NULL) { + ColoredPrintf(COLOR_RED, + "Could not write to the test shard status file \"%s\" " + "specified by the %s environment variable.\n", + test_shard_file, kTestShardStatusFile); + fflush(stdout); + exit(EXIT_FAILURE); + } + fclose(file); + } +} + +// Checks whether sharding is enabled by examining the relevant +// environment variable values. If the variables are present, +// but inconsistent (i.e., shard_index >= total_shards), prints +// an error and exits. If in_subprocess_for_death_test, sharding is +// disabled because it must only be applied to the original test +// process. Otherwise, we could filter out death tests we intended to execute. +bool ShouldShard(const char* total_shards_env, + const char* shard_index_env, + bool in_subprocess_for_death_test) { + if (in_subprocess_for_death_test) { + return false; + } + + const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1); + const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1); + + if (total_shards == -1 && shard_index == -1) { + return false; + } else if (total_shards == -1 && shard_index != -1) { + const Message msg = Message() + << "Invalid environment variables: you have " + << kTestShardIndex << " = " << shard_index + << ", but have left " << kTestTotalShards << " unset.\n"; + ColoredPrintf(COLOR_RED, msg.GetString().c_str()); + fflush(stdout); + exit(EXIT_FAILURE); + } else if (total_shards != -1 && shard_index == -1) { + const Message msg = Message() + << "Invalid environment variables: you have " + << kTestTotalShards << " = " << total_shards + << ", but have left " << kTestShardIndex << " unset.\n"; + ColoredPrintf(COLOR_RED, msg.GetString().c_str()); + fflush(stdout); + exit(EXIT_FAILURE); + } else if (shard_index < 0 || shard_index >= total_shards) { + const Message msg = Message() + << "Invalid environment variables: we require 0 <= " + << kTestShardIndex << " < " << kTestTotalShards + << ", but you have " << kTestShardIndex << "=" << shard_index + << ", " << kTestTotalShards << "=" << total_shards << ".\n"; + ColoredPrintf(COLOR_RED, msg.GetString().c_str()); + fflush(stdout); + exit(EXIT_FAILURE); + } + + return total_shards > 1; +} + +// Parses the environment variable var as an Int32. If it is unset, +// returns default_val. If it is not an Int32, prints an error +// and aborts. +Int32 Int32FromEnvOrDie(const char* var, Int32 default_val) { + const char* str_val = posix::GetEnv(var); + if (str_val == NULL) { + return default_val; + } + + Int32 result; + if (!ParseInt32(Message() << "The value of environment variable " << var, + str_val, &result)) { + exit(EXIT_FAILURE); + } + return result; +} + +// Given the total number of shards, the shard index, and the test id, +// returns true iff the test should be run on this shard. The test id is +// some arbitrary but unique non-negative integer assigned to each test +// method. Assumes that 0 <= shard_index < total_shards. +bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { + return (test_id % total_shards) == shard_index; +} + +// Compares the name of each test with the user-specified filter to +// decide whether the test should be run, then records the result in +// each TestCase and TestInfo object. +// If shard_tests == true, further filters tests based on sharding +// variables in the environment - see +// http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide. +// Returns the number of tests that should run. +int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { + const Int32 total_shards = shard_tests == HONOR_SHARDING_PROTOCOL ? + Int32FromEnvOrDie(kTestTotalShards, -1) : -1; + const Int32 shard_index = shard_tests == HONOR_SHARDING_PROTOCOL ? + Int32FromEnvOrDie(kTestShardIndex, -1) : -1; + + // num_runnable_tests are the number of tests that will + // run across all shards (i.e., match filter and are not disabled). + // num_selected_tests are the number of tests to be run on + // this shard. + int num_runnable_tests = 0; + int num_selected_tests = 0; + for (size_t i = 0; i < test_cases_.size(); i++) { + TestCase* const test_case = test_cases_[i]; + const std::string &test_case_name = test_case->name(); + test_case->set_should_run(false); + + for (size_t j = 0; j < test_case->test_info_list().size(); j++) { + TestInfo* const test_info = test_case->test_info_list()[j]; + const std::string test_name(test_info->name()); + // A test is disabled if test case name or test name matches + // kDisableTestFilter. + const bool is_disabled = + internal::UnitTestOptions::MatchesFilter(test_case_name, + kDisableTestFilter) || + internal::UnitTestOptions::MatchesFilter(test_name, + kDisableTestFilter); + test_info->is_disabled_ = is_disabled; + + const bool matches_filter = + internal::UnitTestOptions::FilterMatchesTest(test_case_name, + test_name); + test_info->matches_filter_ = matches_filter; + + const bool is_runnable = + (GTEST_FLAG(also_run_disabled_tests) || !is_disabled) && + matches_filter; + + const bool is_selected = is_runnable && + (shard_tests == IGNORE_SHARDING_PROTOCOL || + ShouldRunTestOnShard(total_shards, shard_index, + num_runnable_tests)); + + num_runnable_tests += is_runnable; + num_selected_tests += is_selected; + + test_info->should_run_ = is_selected; + test_case->set_should_run(test_case->should_run() || is_selected); + } + } + return num_selected_tests; +} + +// Prints the given C-string on a single line by replacing all '\n' +// characters with string "\\n". If the output takes more than +// max_length characters, only prints the first max_length characters +// and "...". +static void PrintOnOneLine(const char* str, int max_length) { + if (str != NULL) { + for (int i = 0; *str != '\0'; ++str) { + if (i >= max_length) { + printf("..."); + break; + } + if (*str == '\n') { + printf("\\n"); + i += 2; + } else { + printf("%c", *str); + ++i; + } + } + } +} + +// Prints the names of the tests matching the user-specified filter flag. +void UnitTestImpl::ListTestsMatchingFilter() { + // Print at most this many characters for each type/value parameter. + const int kMaxParamLength = 250; + + for (size_t i = 0; i < test_cases_.size(); i++) { + const TestCase* const test_case = test_cases_[i]; + bool printed_test_case_name = false; + + for (size_t j = 0; j < test_case->test_info_list().size(); j++) { + const TestInfo* const test_info = + test_case->test_info_list()[j]; + if (test_info->matches_filter_) { + if (!printed_test_case_name) { + printed_test_case_name = true; + printf("%s.", test_case->name()); + if (test_case->type_param() != NULL) { + printf(" # %s = ", kTypeParamLabel); + // We print the type parameter on a single line to make + // the output easy to parse by a program. + PrintOnOneLine(test_case->type_param(), kMaxParamLength); + } + printf("\n"); + } + printf(" %s", test_info->name()); + if (test_info->value_param() != NULL) { + printf(" # %s = ", kValueParamLabel); + // We print the value parameter on a single line to make the + // output easy to parse by a program. + PrintOnOneLine(test_info->value_param(), kMaxParamLength); + } + printf("\n"); + } + } + } + fflush(stdout); +} + +// Sets the OS stack trace getter. +// +// Does nothing if the input and the current OS stack trace getter are +// the same; otherwise, deletes the old getter and makes the input the +// current getter. +void UnitTestImpl::set_os_stack_trace_getter( + OsStackTraceGetterInterface* getter) { + if (os_stack_trace_getter_ != getter) { + delete os_stack_trace_getter_; + os_stack_trace_getter_ = getter; + } +} + +// Returns the current OS stack trace getter if it is not NULL; +// otherwise, creates an OsStackTraceGetter, makes it the current +// getter, and returns it. +OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { + if (os_stack_trace_getter_ == NULL) { + os_stack_trace_getter_ = new OsStackTraceGetter; + } + + return os_stack_trace_getter_; +} + +// Returns the TestResult for the test that's currently running, or +// the TestResult for the ad hoc test if no test is running. +TestResult* UnitTestImpl::current_test_result() { + return current_test_info_ ? + &(current_test_info_->result_) : &ad_hoc_test_result_; +} + +// Shuffles all test cases, and the tests within each test case, +// making sure that death tests are still run first. +void UnitTestImpl::ShuffleTests() { + // Shuffles the death test cases. + ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); + + // Shuffles the non-death test cases. + ShuffleRange(random(), last_death_test_case_ + 1, + static_cast(test_cases_.size()), &test_case_indices_); + + // Shuffles the tests inside each test case. + for (size_t i = 0; i < test_cases_.size(); i++) { + test_cases_[i]->ShuffleTests(random()); + } +} + +// Restores the test cases and tests to their order before the first shuffle. +void UnitTestImpl::UnshuffleTests() { + for (size_t i = 0; i < test_cases_.size(); i++) { + // Unshuffles the tests in each test case. + test_cases_[i]->UnshuffleTests(); + // Resets the index of each test case. + test_case_indices_[i] = static_cast(i); + } +} + +// Returns the current OS stack trace as an std::string. +// +// The maximum number of stack frames to be included is specified by +// the gtest_stack_trace_depth flag. The skip_count parameter +// specifies the number of top frames to be skipped, which doesn't +// count against the number of frames to be included. +// +// For example, if Foo() calls Bar(), which in turn calls +// GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in +// the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't. +std::string GetCurrentOsStackTraceExceptTop(UnitTest* /*unit_test*/, + int skip_count) { + // We pass skip_count + 1 to skip this wrapper function in addition + // to what the user really wants to skip. + return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); +} + +// Used by the GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ macro to +// suppress unreachable code warnings. +namespace { +class ClassUniqueToAlwaysTrue {}; +} + +bool IsTrue(bool condition) { return condition; } + +bool AlwaysTrue() { +#if GTEST_HAS_EXCEPTIONS + // This condition is always false so AlwaysTrue() never actually throws, + // but it makes the compiler think that it may throw. + if (IsTrue(false)) + throw ClassUniqueToAlwaysTrue(); +#endif // GTEST_HAS_EXCEPTIONS + return true; +} + +// If *pstr starts with the given prefix, modifies *pstr to be right +// past the prefix and returns true; otherwise leaves *pstr unchanged +// and returns false. None of pstr, *pstr, and prefix can be NULL. +bool SkipPrefix(const char* prefix, const char** pstr) { + const size_t prefix_len = strlen(prefix); + if (strncmp(*pstr, prefix, prefix_len) == 0) { + *pstr += prefix_len; + return true; + } + return false; +} + +// Parses a string as a command line flag. The string should have +// the format "--flag=value". When def_optional is true, the "=value" +// part can be omitted. +// +// Returns the value of the flag, or NULL if the parsing failed. +const char* ParseFlagValue(const char* str, + const char* flag, + bool def_optional) { + // str and flag must not be NULL. + if (str == NULL || flag == NULL) return NULL; + + // The flag must start with "--" followed by GTEST_FLAG_PREFIX_. + const std::string flag_str = std::string("--") + GTEST_FLAG_PREFIX_ + flag; + const size_t flag_len = flag_str.length(); + if (strncmp(str, flag_str.c_str(), flag_len) != 0) return NULL; + + // Skips the flag name. + const char* flag_end = str + flag_len; + + // When def_optional is true, it's OK to not have a "=value" part. + if (def_optional && (flag_end[0] == '\0')) { + return flag_end; + } + + // If def_optional is true and there are more characters after the + // flag name, or if def_optional is false, there must be a '=' after + // the flag name. + if (flag_end[0] != '=') return NULL; + + // Returns the string after "=". + return flag_end + 1; +} + +// Parses a string for a bool flag, in the form of either +// "--flag=value" or "--flag". +// +// In the former case, the value is taken as true as long as it does +// not start with '0', 'f', or 'F'. +// +// In the latter case, the value is taken as true. +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +bool ParseBoolFlag(const char* str, const char* flag, bool* value) { + // Gets the value of the flag as a string. + const char* const value_str = ParseFlagValue(str, flag, true); + + // Aborts if the parsing failed. + if (value_str == NULL) return false; + + // Converts the string value to a bool. + *value = !(*value_str == '0' || *value_str == 'f' || *value_str == 'F'); + return true; +} + +// Parses a string for an Int32 flag, in the form of +// "--flag=value". +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +bool ParseInt32Flag(const char* str, const char* flag, Int32* value) { + // Gets the value of the flag as a string. + const char* const value_str = ParseFlagValue(str, flag, false); + + // Aborts if the parsing failed. + if (value_str == NULL) return false; + + // Sets *value to the value of the flag. + return ParseInt32(Message() << "The value of flag --" << flag, + value_str, value); +} + +// Parses a string for a string flag, in the form of +// "--flag=value". +// +// On success, stores the value of the flag in *value, and returns +// true. On failure, returns false without changing *value. +bool ParseStringFlag(const char* str, const char* flag, std::string* value) { + // Gets the value of the flag as a string. + const char* const value_str = ParseFlagValue(str, flag, false); + + // Aborts if the parsing failed. + if (value_str == NULL) return false; + + // Sets *value to the value of the flag. + *value = value_str; + return true; +} + +// Determines whether a string has a prefix that Google Test uses for its +// flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. +// If Google Test detects that a command line flag has its prefix but is not +// recognized, it will print its help message. Flags starting with +// GTEST_INTERNAL_PREFIX_ followed by "internal_" are considered Google Test +// internal flags and do not trigger the help message. +static bool HasGoogleTestFlagPrefix(const char* str) { + return (SkipPrefix("--", &str) || + SkipPrefix("-", &str) || + SkipPrefix("/", &str)) && + !SkipPrefix(GTEST_FLAG_PREFIX_ "internal_", &str) && + (SkipPrefix(GTEST_FLAG_PREFIX_, &str) || + SkipPrefix(GTEST_FLAG_PREFIX_DASH_, &str)); +} + +// Prints a string containing code-encoded text. The following escape +// sequences can be used in the string to control the text color: +// +// @@ prints a single '@' character. +// @R changes the color to red. +// @G changes the color to green. +// @Y changes the color to yellow. +// @D changes to the default terminal text color. +// +// TODO(wan@google.com): Write tests for this once we add stdout +// capturing to Google Test. +static void PrintColorEncoded(const char* str) { + GTestColor color = COLOR_DEFAULT; // The current color. + + // Conceptually, we split the string into segments divided by escape + // sequences. Then we print one segment at a time. At the end of + // each iteration, the str pointer advances to the beginning of the + // next segment. + for (;;) { + const char* p = strchr(str, '@'); + if (p == NULL) { + ColoredPrintf(color, "%s", str); + return; + } + + ColoredPrintf(color, "%s", std::string(str, p).c_str()); + + const char ch = p[1]; + str = p + 2; + if (ch == '@') { + ColoredPrintf(color, "@"); + } else if (ch == 'D') { + color = COLOR_DEFAULT; + } else if (ch == 'R') { + color = COLOR_RED; + } else if (ch == 'G') { + color = COLOR_GREEN; + } else if (ch == 'Y') { + color = COLOR_YELLOW; + } else { + --str; + } + } +} + +static const char kColorEncodedHelpMessage[] = +"This program contains tests written using " GTEST_NAME_ ". You can use the\n" +"following command line flags to control its behavior:\n" +"\n" +"Test Selection:\n" +" @G--" GTEST_FLAG_PREFIX_ "list_tests@D\n" +" List the names of all tests instead of running them. The name of\n" +" TEST(Foo, Bar) is \"Foo.Bar\".\n" +" @G--" GTEST_FLAG_PREFIX_ "filter=@YPOSTIVE_PATTERNS" + "[@G-@YNEGATIVE_PATTERNS]@D\n" +" Run only the tests whose name matches one of the positive patterns but\n" +" none of the negative patterns. '?' matches any single character; '*'\n" +" matches any substring; ':' separates two patterns.\n" +" @G--" GTEST_FLAG_PREFIX_ "also_run_disabled_tests@D\n" +" Run all disabled tests too.\n" +"\n" +"Test Execution:\n" +" @G--" GTEST_FLAG_PREFIX_ "repeat=@Y[COUNT]@D\n" +" Run the tests repeatedly; use a negative count to repeat forever.\n" +" @G--" GTEST_FLAG_PREFIX_ "shuffle@D\n" +" Randomize tests' orders on every iteration.\n" +" @G--" GTEST_FLAG_PREFIX_ "random_seed=@Y[NUMBER]@D\n" +" Random number seed to use for shuffling test orders (between 1 and\n" +" 99999, or 0 to use a seed based on the current time).\n" +"\n" +"Test Output:\n" +" @G--" GTEST_FLAG_PREFIX_ "color=@Y(@Gyes@Y|@Gno@Y|@Gauto@Y)@D\n" +" Enable/disable colored output. The default is @Gauto@D.\n" +" -@G-" GTEST_FLAG_PREFIX_ "print_time=0@D\n" +" Don't print the elapsed time of each test.\n" +" @G--" GTEST_FLAG_PREFIX_ "output=xml@Y[@G:@YDIRECTORY_PATH@G" + GTEST_PATH_SEP_ "@Y|@G:@YFILE_PATH]@D\n" +" Generate an XML report in the given directory or with the given file\n" +" name. @YFILE_PATH@D defaults to @Gtest_details.xml@D.\n" +#if GTEST_CAN_STREAM_RESULTS_ +" @G--" GTEST_FLAG_PREFIX_ "stream_result_to=@YHOST@G:@YPORT@D\n" +" Stream test results to the given server.\n" +#endif // GTEST_CAN_STREAM_RESULTS_ +"\n" +"Assertion Behavior:\n" +#if GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS +" @G--" GTEST_FLAG_PREFIX_ "death_test_style=@Y(@Gfast@Y|@Gthreadsafe@Y)@D\n" +" Set the default death test style.\n" +#endif // GTEST_HAS_DEATH_TEST && !GTEST_OS_WINDOWS +" @G--" GTEST_FLAG_PREFIX_ "break_on_failure@D\n" +" Turn assertion failures into debugger break-points.\n" +" @G--" GTEST_FLAG_PREFIX_ "throw_on_failure@D\n" +" Turn assertion failures into C++ exceptions.\n" +" @G--" GTEST_FLAG_PREFIX_ "catch_exceptions=0@D\n" +" Do not report exceptions as test failures. Instead, allow them\n" +" to crash the program or throw a pop-up (on Windows).\n" +"\n" +"Except for @G--" GTEST_FLAG_PREFIX_ "list_tests@D, you can alternatively set " + "the corresponding\n" +"environment variable of a flag (all letters in upper-case). For example, to\n" +"disable colored text output, you can either specify @G--" GTEST_FLAG_PREFIX_ + "color=no@D or set\n" +"the @G" GTEST_FLAG_PREFIX_UPPER_ "COLOR@D environment variable to @Gno@D.\n" +"\n" +"For more information, please read the " GTEST_NAME_ " documentation at\n" +"@G" GTEST_PROJECT_URL_ "@D. If you find a bug in " GTEST_NAME_ "\n" +"(not one in your own code or tests), please report it to\n" +"@G<" GTEST_DEV_EMAIL_ ">@D.\n"; + +// Parses the command line for Google Test flags, without initializing +// other parts of Google Test. The type parameter CharType can be +// instantiated to either char or wchar_t. +template +void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) { + for (int i = 1; i < *argc; i++) { + const std::string arg_string = StreamableToString(argv[i]); + const char* const arg = arg_string.c_str(); + + using internal::ParseBoolFlag; + using internal::ParseInt32Flag; + using internal::ParseStringFlag; + + // Do we see a Google Test flag? + if (ParseBoolFlag(arg, kAlsoRunDisabledTestsFlag, + >EST_FLAG(also_run_disabled_tests)) || + ParseBoolFlag(arg, kBreakOnFailureFlag, + >EST_FLAG(break_on_failure)) || + ParseBoolFlag(arg, kCatchExceptionsFlag, + >EST_FLAG(catch_exceptions)) || + ParseStringFlag(arg, kColorFlag, >EST_FLAG(color)) || + ParseStringFlag(arg, kDeathTestStyleFlag, + >EST_FLAG(death_test_style)) || + ParseBoolFlag(arg, kDeathTestUseFork, + >EST_FLAG(death_test_use_fork)) || + ParseStringFlag(arg, kFilterFlag, >EST_FLAG(filter)) || + ParseStringFlag(arg, kInternalRunDeathTestFlag, + >EST_FLAG(internal_run_death_test)) || + ParseBoolFlag(arg, kListTestsFlag, >EST_FLAG(list_tests)) || + ParseStringFlag(arg, kOutputFlag, >EST_FLAG(output)) || + ParseBoolFlag(arg, kPrintTimeFlag, >EST_FLAG(print_time)) || + ParseInt32Flag(arg, kRandomSeedFlag, >EST_FLAG(random_seed)) || + ParseInt32Flag(arg, kRepeatFlag, >EST_FLAG(repeat)) || + ParseBoolFlag(arg, kShuffleFlag, >EST_FLAG(shuffle)) || + ParseInt32Flag(arg, kStackTraceDepthFlag, + >EST_FLAG(stack_trace_depth)) || + ParseStringFlag(arg, kStreamResultToFlag, + >EST_FLAG(stream_result_to)) || + ParseBoolFlag(arg, kThrowOnFailureFlag, + >EST_FLAG(throw_on_failure)) + ) { + // Yes. Shift the remainder of the argv list left by one. Note + // that argv has (*argc + 1) elements, the last one always being + // NULL. The following loop moves the trailing NULL element as + // well. + for (int j = i; j != *argc; j++) { + argv[j] = argv[j + 1]; + } + + // Decrements the argument count. + (*argc)--; + + // We also need to decrement the iterator as we just removed + // an element. + i--; + } else if (arg_string == "--help" || arg_string == "-h" || + arg_string == "-?" || arg_string == "/?" || + HasGoogleTestFlagPrefix(arg)) { + // Both help flag and unrecognized Google Test flags (excluding + // internal ones) trigger help display. + g_help_flag = true; + } + } + + if (g_help_flag) { + // We print the help here instead of in RUN_ALL_TESTS(), as the + // latter may not be called at all if the user is using Google + // Test with another testing framework. + PrintColorEncoded(kColorEncodedHelpMessage); + } +} + +// Parses the command line for Google Test flags, without initializing +// other parts of Google Test. +void ParseGoogleTestFlagsOnly(int* argc, char** argv) { + ParseGoogleTestFlagsOnlyImpl(argc, argv); +} +void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) { + ParseGoogleTestFlagsOnlyImpl(argc, argv); +} + +// The internal implementation of InitGoogleTest(). +// +// The type parameter CharType can be instantiated to either char or +// wchar_t. +template +void InitGoogleTestImpl(int* argc, CharType** argv) { + g_init_gtest_count++; + + // We don't want to run the initialization code twice. + if (g_init_gtest_count != 1) return; + + if (*argc <= 0) return; + + internal::g_executable_path = internal::StreamableToString(argv[0]); + +#if GTEST_HAS_DEATH_TEST + + g_argvs.clear(); + for (int i = 0; i != *argc; i++) { + g_argvs.push_back(StreamableToString(argv[i])); + } + +#endif // GTEST_HAS_DEATH_TEST + + ParseGoogleTestFlagsOnly(argc, argv); + GetUnitTestImpl()->PostFlagParsingInit(); +} + +} // namespace internal + +// Initializes Google Test. This must be called before calling +// RUN_ALL_TESTS(). In particular, it parses a command line for the +// flags that Google Test recognizes. Whenever a Google Test flag is +// seen, it is removed from argv, and *argc is decremented. +// +// No value is returned. Instead, the Google Test flag variables are +// updated. +// +// Calling the function for the second time has no user-visible effect. +void InitGoogleTest(int* argc, char** argv) { + internal::InitGoogleTestImpl(argc, argv); +} + +// This overloaded version can be used in Windows programs compiled in +// UNICODE mode. +void InitGoogleTest(int* argc, wchar_t** argv) { + internal::InitGoogleTestImpl(argc, argv); +} + +} // namespace testing diff --git a/gtest-1.7.0/src/gtest_main.cc b/gtest-1.7.0/src/gtest_main.cc new file mode 100644 index 000000000..f30282255 --- /dev/null +++ b/gtest-1.7.0/src/gtest_main.cc @@ -0,0 +1,38 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +#include + +#include "gtest/gtest.h" + +GTEST_API_ int main(int argc, char **argv) { + printf("Running main() from gtest_main.cc\n"); + testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/src/gtest_main.lo b/gtest-1.7.0/src/gtest_main.lo new file mode 100644 index 000000000..d8de4077e --- /dev/null +++ b/gtest-1.7.0/src/gtest_main.lo @@ -0,0 +1,12 @@ +# src/gtest_main.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/gtest_main.o' + +# Name of the non-PIC object +non_pic_object='gtest_main.o' + diff --git a/gtest-1.7.0/src/gtest_main.o b/gtest-1.7.0/src/gtest_main.o new file mode 100644 index 0000000000000000000000000000000000000000..ee62df84a2d03b12cebbba78acec2caf00f13828 GIT binary patch literal 20588 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 // For RaiseException(). +# endif + +# include "gtest/gtest-spi.h" + +# if GTEST_HAS_EXCEPTIONS + +# include // For std::exception. + +// Tests that death tests report thrown exceptions as failures and that the +// exceptions do not escape death test macros. +TEST(CxxExceptionDeathTest, ExceptionIsFailure) { + try { + EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw 1, ""), "threw an exception"); + } catch (...) { // NOLINT + FAIL() << "An exception escaped a death test macro invocation " + << "with catch_exceptions " + << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); + } +} + +class TestException : public std::exception { + public: + virtual const char* what() const throw() { return "exceptional message"; } +}; + +TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) { + // Verifies that the exception message is quoted in the failure text. + EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""), + "exceptional message"); + // Verifies that the location is mentioned in the failure text. + EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""), + "gtest-death-test_ex_test.cc"); +} +# endif // GTEST_HAS_EXCEPTIONS + +# if GTEST_HAS_SEH +// Tests that enabling interception of SEH exceptions with the +// catch_exceptions flag does not interfere with SEH exceptions being +// treated as death by death tests. +TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) { + EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") + << "with catch_exceptions " + << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled"); +} +# endif + +#endif // GTEST_HAS_DEATH_TEST + +int main(int argc, char** argv) { + testing::InitGoogleTest(&argc, argv); + testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0; + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest-death-test_test.cc b/gtest-1.7.0/test/gtest-death-test_test.cc new file mode 100644 index 000000000..c2d26df99 --- /dev/null +++ b/gtest-1.7.0/test/gtest-death-test_test.cc @@ -0,0 +1,1367 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Tests for death tests. + +#include "gtest/gtest-death-test.h" +#include "gtest/gtest.h" +#include "gtest/internal/gtest-filepath.h" + +using testing::internal::AlwaysFalse; +using testing::internal::AlwaysTrue; + +#if GTEST_HAS_DEATH_TEST + +# if GTEST_OS_WINDOWS +# include // For chdir(). +# else +# include +# include // For waitpid. +# endif // GTEST_OS_WINDOWS + +# include +# include +# include + +# if GTEST_OS_LINUX +# include +# endif // GTEST_OS_LINUX + +# include "gtest/gtest-spi.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +# define GTEST_IMPLEMENTATION_ 1 +# include "src/gtest-internal-inl.h" +# undef GTEST_IMPLEMENTATION_ + +namespace posix = ::testing::internal::posix; + +using testing::Message; +using testing::internal::DeathTest; +using testing::internal::DeathTestFactory; +using testing::internal::FilePath; +using testing::internal::GetLastErrnoDescription; +using testing::internal::GetUnitTestImpl; +using testing::internal::InDeathTestChild; +using testing::internal::ParseNaturalNumber; + +namespace testing { +namespace internal { + +// A helper class whose objects replace the death test factory for a +// single UnitTest object during their lifetimes. +class ReplaceDeathTestFactory { + public: + explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) + : unit_test_impl_(GetUnitTestImpl()) { + old_factory_ = unit_test_impl_->death_test_factory_.release(); + unit_test_impl_->death_test_factory_.reset(new_factory); + } + + ~ReplaceDeathTestFactory() { + unit_test_impl_->death_test_factory_.release(); + unit_test_impl_->death_test_factory_.reset(old_factory_); + } + private: + // Prevents copying ReplaceDeathTestFactory objects. + ReplaceDeathTestFactory(const ReplaceDeathTestFactory&); + void operator=(const ReplaceDeathTestFactory&); + + UnitTestImpl* unit_test_impl_; + DeathTestFactory* old_factory_; +}; + +} // namespace internal +} // namespace testing + +void DieWithMessage(const ::std::string& message) { + fprintf(stderr, "%s", message.c_str()); + fflush(stderr); // Make sure the text is printed before the process exits. + + // We call _exit() instead of exit(), as the former is a direct + // system call and thus safer in the presence of threads. exit() + // will invoke user-defined exit-hooks, which may do dangerous + // things that conflict with death tests. + // + // Some compilers can recognize that _exit() never returns and issue the + // 'unreachable code' warning for code following this function, unless + // fooled by a fake condition. + if (AlwaysTrue()) + _exit(1); +} + +void DieInside(const ::std::string& function) { + DieWithMessage("death inside " + function + "()."); +} + +// Tests that death tests work. + +class TestForDeathTest : public testing::Test { + protected: + TestForDeathTest() : original_dir_(FilePath::GetCurrentDir()) {} + + virtual ~TestForDeathTest() { + posix::ChDir(original_dir_.c_str()); + } + + // A static member function that's expected to die. + static void StaticMemberFunction() { DieInside("StaticMemberFunction"); } + + // A method of the test fixture that may die. + void MemberFunction() { + if (should_die_) + DieInside("MemberFunction"); + } + + // True iff MemberFunction() should die. + bool should_die_; + const FilePath original_dir_; +}; + +// A class with a member function that may die. +class MayDie { + public: + explicit MayDie(bool should_die) : should_die_(should_die) {} + + // A member function that may die. + void MemberFunction() const { + if (should_die_) + DieInside("MayDie::MemberFunction"); + } + + private: + // True iff MemberFunction() should die. + bool should_die_; +}; + +// A global function that's expected to die. +void GlobalFunction() { DieInside("GlobalFunction"); } + +// A non-void function that's expected to die. +int NonVoidFunction() { + DieInside("NonVoidFunction"); + return 1; +} + +// A unary function that may die. +void DieIf(bool should_die) { + if (should_die) + DieInside("DieIf"); +} + +// A binary function that may die. +bool DieIfLessThan(int x, int y) { + if (x < y) { + DieInside("DieIfLessThan"); + } + return true; +} + +// Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture. +void DeathTestSubroutine() { + EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); + ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); +} + +// Death in dbg, not opt. +int DieInDebugElse12(int* sideeffect) { + if (sideeffect) *sideeffect = 12; + +# ifndef NDEBUG + + DieInside("DieInDebugElse12"); + +# endif // NDEBUG + + return 12; +} + +# if GTEST_OS_WINDOWS + +// Tests the ExitedWithCode predicate. +TEST(ExitStatusPredicateTest, ExitedWithCode) { + // On Windows, the process's exit code is the same as its exit status, + // so the predicate just compares the its input with its parameter. + EXPECT_TRUE(testing::ExitedWithCode(0)(0)); + EXPECT_TRUE(testing::ExitedWithCode(1)(1)); + EXPECT_TRUE(testing::ExitedWithCode(42)(42)); + EXPECT_FALSE(testing::ExitedWithCode(0)(1)); + EXPECT_FALSE(testing::ExitedWithCode(1)(0)); +} + +# else + +// Returns the exit status of a process that calls _exit(2) with a +// given exit code. This is a helper function for the +// ExitStatusPredicateTest test suite. +static int NormalExitStatus(int exit_code) { + pid_t child_pid = fork(); + if (child_pid == 0) { + _exit(exit_code); + } + int status; + waitpid(child_pid, &status, 0); + return status; +} + +// Returns the exit status of a process that raises a given signal. +// If the signal does not cause the process to die, then it returns +// instead the exit status of a process that exits normally with exit +// code 1. This is a helper function for the ExitStatusPredicateTest +// test suite. +static int KilledExitStatus(int signum) { + pid_t child_pid = fork(); + if (child_pid == 0) { + raise(signum); + _exit(1); + } + int status; + waitpid(child_pid, &status, 0); + return status; +} + +// Tests the ExitedWithCode predicate. +TEST(ExitStatusPredicateTest, ExitedWithCode) { + const int status0 = NormalExitStatus(0); + const int status1 = NormalExitStatus(1); + const int status42 = NormalExitStatus(42); + const testing::ExitedWithCode pred0(0); + const testing::ExitedWithCode pred1(1); + const testing::ExitedWithCode pred42(42); + EXPECT_PRED1(pred0, status0); + EXPECT_PRED1(pred1, status1); + EXPECT_PRED1(pred42, status42); + EXPECT_FALSE(pred0(status1)); + EXPECT_FALSE(pred42(status0)); + EXPECT_FALSE(pred1(status42)); +} + +// Tests the KilledBySignal predicate. +TEST(ExitStatusPredicateTest, KilledBySignal) { + const int status_segv = KilledExitStatus(SIGSEGV); + const int status_kill = KilledExitStatus(SIGKILL); + const testing::KilledBySignal pred_segv(SIGSEGV); + const testing::KilledBySignal pred_kill(SIGKILL); + EXPECT_PRED1(pred_segv, status_segv); + EXPECT_PRED1(pred_kill, status_kill); + EXPECT_FALSE(pred_segv(status_kill)); + EXPECT_FALSE(pred_kill(status_segv)); +} + +# endif // GTEST_OS_WINDOWS + +// Tests that the death test macros expand to code which may or may not +// be followed by operator<<, and that in either case the complete text +// comprises only a single C++ statement. +TEST_F(TestForDeathTest, SingleStatement) { + if (AlwaysFalse()) + // This would fail if executed; this is a compilation test only + ASSERT_DEATH(return, ""); + + if (AlwaysTrue()) + EXPECT_DEATH(_exit(1), ""); + else + // This empty "else" branch is meant to ensure that EXPECT_DEATH + // doesn't expand into an "if" statement without an "else" + ; + + if (AlwaysFalse()) + ASSERT_DEATH(return, "") << "did not die"; + + if (AlwaysFalse()) + ; + else + EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3; +} + +void DieWithEmbeddedNul() { + fprintf(stderr, "Hello%cmy null world.\n", '\0'); + fflush(stderr); + _exit(1); +} + +# if GTEST_USES_PCRE +// Tests that EXPECT_DEATH and ASSERT_DEATH work when the error +// message has a NUL character in it. +TEST_F(TestForDeathTest, EmbeddedNulInMessage) { + // TODO(wan@google.com): doesn't support matching strings + // with embedded NUL characters - find a way to workaround it. + EXPECT_DEATH(DieWithEmbeddedNul(), "my null world"); + ASSERT_DEATH(DieWithEmbeddedNul(), "my null world"); +} +# endif // GTEST_USES_PCRE + +// Tests that death test macros expand to code which interacts well with switch +// statements. +TEST_F(TestForDeathTest, SwitchStatement) { +// Microsoft compiler usually complains about switch statements without +// case labels. We suppress that warning for this test. +# ifdef _MSC_VER +# pragma warning(push) +# pragma warning(disable: 4065) +# endif // _MSC_VER + + switch (0) + default: + ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"; + + switch (0) + case 0: + EXPECT_DEATH(_exit(1), "") << "exit in switch case"; + +# ifdef _MSC_VER +# pragma warning(pop) +# endif // _MSC_VER +} + +// Tests that a static member function can be used in a "fast" style +// death test. +TEST_F(TestForDeathTest, StaticMemberFunctionFastStyle) { + testing::GTEST_FLAG(death_test_style) = "fast"; + ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember"); +} + +// Tests that a method of the test fixture can be used in a "fast" +// style death test. +TEST_F(TestForDeathTest, MemberFunctionFastStyle) { + testing::GTEST_FLAG(death_test_style) = "fast"; + should_die_ = true; + EXPECT_DEATH(MemberFunction(), "inside.*MemberFunction"); +} + +void ChangeToRootDir() { posix::ChDir(GTEST_PATH_SEP_); } + +// Tests that death tests work even if the current directory has been +// changed. +TEST_F(TestForDeathTest, FastDeathTestInChangedDir) { + testing::GTEST_FLAG(death_test_style) = "fast"; + + ChangeToRootDir(); + EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); + + ChangeToRootDir(); + ASSERT_DEATH(_exit(1), ""); +} + +# if GTEST_OS_LINUX +void SigprofAction(int, siginfo_t*, void*) { /* no op */ } + +// Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms). +void SetSigprofActionAndTimer() { + struct itimerval timer; + timer.it_interval.tv_sec = 0; + timer.it_interval.tv_usec = 1; + timer.it_value = timer.it_interval; + ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); + struct sigaction signal_action; + memset(&signal_action, 0, sizeof(signal_action)); + sigemptyset(&signal_action.sa_mask); + signal_action.sa_sigaction = SigprofAction; + signal_action.sa_flags = SA_RESTART | SA_SIGINFO; + ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, NULL)); +} + +// Disables ITIMER_PROF timer and ignores SIGPROF signal. +void DisableSigprofActionAndTimer(struct sigaction* old_signal_action) { + struct itimerval timer; + timer.it_interval.tv_sec = 0; + timer.it_interval.tv_usec = 0; + timer.it_value = timer.it_interval; + ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL)); + struct sigaction signal_action; + memset(&signal_action, 0, sizeof(signal_action)); + sigemptyset(&signal_action.sa_mask); + signal_action.sa_handler = SIG_IGN; + ASSERT_EQ(0, sigaction(SIGPROF, &signal_action, old_signal_action)); +} + +// Tests that death tests work when SIGPROF handler and timer are set. +TEST_F(TestForDeathTest, FastSigprofActionSet) { + testing::GTEST_FLAG(death_test_style) = "fast"; + SetSigprofActionAndTimer(); + EXPECT_DEATH(_exit(1), ""); + struct sigaction old_signal_action; + DisableSigprofActionAndTimer(&old_signal_action); + EXPECT_TRUE(old_signal_action.sa_sigaction == SigprofAction); +} + +TEST_F(TestForDeathTest, ThreadSafeSigprofActionSet) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + SetSigprofActionAndTimer(); + EXPECT_DEATH(_exit(1), ""); + struct sigaction old_signal_action; + DisableSigprofActionAndTimer(&old_signal_action); + EXPECT_TRUE(old_signal_action.sa_sigaction == SigprofAction); +} +# endif // GTEST_OS_LINUX + +// Repeats a representative sample of death tests in the "threadsafe" style: + +TEST_F(TestForDeathTest, StaticMemberFunctionThreadsafeStyle) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + ASSERT_DEATH(StaticMemberFunction(), "death.*StaticMember"); +} + +TEST_F(TestForDeathTest, MemberFunctionThreadsafeStyle) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + should_die_ = true; + EXPECT_DEATH(MemberFunction(), "inside.*MemberFunction"); +} + +TEST_F(TestForDeathTest, ThreadsafeDeathTestInLoop) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + + for (int i = 0; i < 3; ++i) + EXPECT_EXIT(_exit(i), testing::ExitedWithCode(i), "") << ": i = " << i; +} + +TEST_F(TestForDeathTest, ThreadsafeDeathTestInChangedDir) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + + ChangeToRootDir(); + EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); + + ChangeToRootDir(); + ASSERT_DEATH(_exit(1), ""); +} + +TEST_F(TestForDeathTest, MixedStyles) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + EXPECT_DEATH(_exit(1), ""); + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_DEATH(_exit(1), ""); +} + +# if GTEST_HAS_CLONE && GTEST_HAS_PTHREAD + +namespace { + +bool pthread_flag; + +void SetPthreadFlag() { + pthread_flag = true; +} + +} // namespace + +TEST_F(TestForDeathTest, DoesNotExecuteAtforkHooks) { + if (!testing::GTEST_FLAG(death_test_use_fork)) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + pthread_flag = false; + ASSERT_EQ(0, pthread_atfork(&SetPthreadFlag, NULL, NULL)); + ASSERT_DEATH(_exit(1), ""); + ASSERT_FALSE(pthread_flag); + } +} + +# endif // GTEST_HAS_CLONE && GTEST_HAS_PTHREAD + +// Tests that a method of another class can be used in a death test. +TEST_F(TestForDeathTest, MethodOfAnotherClass) { + const MayDie x(true); + ASSERT_DEATH(x.MemberFunction(), "MayDie\\:\\:MemberFunction"); +} + +// Tests that a global function can be used in a death test. +TEST_F(TestForDeathTest, GlobalFunction) { + EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); +} + +// Tests that any value convertible to an RE works as a second +// argument to EXPECT_DEATH. +TEST_F(TestForDeathTest, AcceptsAnythingConvertibleToRE) { + static const char regex_c_str[] = "GlobalFunction"; + EXPECT_DEATH(GlobalFunction(), regex_c_str); + + const testing::internal::RE regex(regex_c_str); + EXPECT_DEATH(GlobalFunction(), regex); + +# if GTEST_HAS_GLOBAL_STRING + + const string regex_str(regex_c_str); + EXPECT_DEATH(GlobalFunction(), regex_str); + +# endif // GTEST_HAS_GLOBAL_STRING + + const ::std::string regex_std_str(regex_c_str); + EXPECT_DEATH(GlobalFunction(), regex_std_str); +} + +// Tests that a non-void function can be used in a death test. +TEST_F(TestForDeathTest, NonVoidFunction) { + ASSERT_DEATH(NonVoidFunction(), "NonVoidFunction"); +} + +// Tests that functions that take parameter(s) can be used in a death test. +TEST_F(TestForDeathTest, FunctionWithParameter) { + EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); + EXPECT_DEATH(DieIfLessThan(2, 3), "DieIfLessThan"); +} + +// Tests that ASSERT_DEATH can be used outside a TEST, TEST_F, or test fixture. +TEST_F(TestForDeathTest, OutsideFixture) { + DeathTestSubroutine(); +} + +// Tests that death tests can be done inside a loop. +TEST_F(TestForDeathTest, InsideLoop) { + for (int i = 0; i < 5; i++) { + EXPECT_DEATH(DieIfLessThan(-1, i), "DieIfLessThan") << "where i == " << i; + } +} + +// Tests that a compound statement can be used in a death test. +TEST_F(TestForDeathTest, CompoundStatement) { + EXPECT_DEATH({ // NOLINT + const int x = 2; + const int y = x + 1; + DieIfLessThan(x, y); + }, + "DieIfLessThan"); +} + +// Tests that code that doesn't die causes a death test to fail. +TEST_F(TestForDeathTest, DoesNotDie) { + EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), + "failed to die"); +} + +// Tests that a death test fails when the error message isn't expected. +TEST_F(TestForDeathTest, ErrorMessageMismatch) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; + }, "died but not with expected error"); +} + +// On exit, *aborted will be true iff the EXPECT_DEATH() statement +// aborted the function. +void ExpectDeathTestHelper(bool* aborted) { + *aborted = true; + EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. + *aborted = false; +} + +// Tests that EXPECT_DEATH doesn't abort the test on failure. +TEST_F(TestForDeathTest, EXPECT_DEATH) { + bool aborted = true; + EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted), + "failed to die"); + EXPECT_FALSE(aborted); +} + +// Tests that ASSERT_DEATH does abort the test on failure. +TEST_F(TestForDeathTest, ASSERT_DEATH) { + static bool aborted; + EXPECT_FATAL_FAILURE({ // NOLINT + aborted = true; + ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. + aborted = false; + }, "failed to die"); + EXPECT_TRUE(aborted); +} + +// Tests that EXPECT_DEATH evaluates the arguments exactly once. +TEST_F(TestForDeathTest, SingleEvaluation) { + int x = 3; + EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); + + const char* regex = "DieIf"; + const char* regex_save = regex; + EXPECT_DEATH(DieIfLessThan(3, 4), regex++); + EXPECT_EQ(regex_save + 1, regex); +} + +// Tests that run-away death tests are reported as failures. +TEST_F(TestForDeathTest, RunawayIsFailure) { + EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(static_cast(0), "Foo"), + "failed to die."); +} + +// Tests that death tests report executing 'return' in the statement as +// failure. +TEST_F(TestForDeathTest, ReturnIsFailure) { + EXPECT_FATAL_FAILURE(ASSERT_DEATH(return, "Bar"), + "illegal return in test statement."); +} + +// Tests that EXPECT_DEBUG_DEATH works as expected, that is, you can stream a +// message to it, and in debug mode it: +// 1. Asserts on death. +// 2. Has no side effect. +// +// And in opt mode, it: +// 1. Has side effects but does not assert. +TEST_F(TestForDeathTest, TestExpectDebugDeath) { + int sideeffect = 0; + + EXPECT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12") + << "Must accept a streamed message"; + +# ifdef NDEBUG + + // Checks that the assignment occurs in opt mode (sideeffect). + EXPECT_EQ(12, sideeffect); + +# else + + // Checks that the assignment does not occur in dbg mode (no sideeffect). + EXPECT_EQ(0, sideeffect); + +# endif +} + +// Tests that ASSERT_DEBUG_DEATH works as expected, that is, you can stream a +// message to it, and in debug mode it: +// 1. Asserts on death. +// 2. Has no side effect. +// +// And in opt mode, it: +// 1. Has side effects but does not assert. +TEST_F(TestForDeathTest, TestAssertDebugDeath) { + int sideeffect = 0; + + ASSERT_DEBUG_DEATH(DieInDebugElse12(&sideeffect), "death.*DieInDebugElse12") + << "Must accept a streamed message"; + +# ifdef NDEBUG + + // Checks that the assignment occurs in opt mode (sideeffect). + EXPECT_EQ(12, sideeffect); + +# else + + // Checks that the assignment does not occur in dbg mode (no sideeffect). + EXPECT_EQ(0, sideeffect); + +# endif +} + +# ifndef NDEBUG + +void ExpectDebugDeathHelper(bool* aborted) { + *aborted = true; + EXPECT_DEBUG_DEATH(return, "") << "This is expected to fail."; + *aborted = false; +} + +# if GTEST_OS_WINDOWS +TEST(PopUpDeathTest, DoesNotShowPopUpOnAbort) { + printf("This test should be considered failing if it shows " + "any pop-up dialogs.\n"); + fflush(stdout); + + EXPECT_DEATH({ + testing::GTEST_FLAG(catch_exceptions) = false; + abort(); + }, ""); +} +# endif // GTEST_OS_WINDOWS + +// Tests that EXPECT_DEBUG_DEATH in debug mode does not abort +// the function. +TEST_F(TestForDeathTest, ExpectDebugDeathDoesNotAbort) { + bool aborted = true; + EXPECT_NONFATAL_FAILURE(ExpectDebugDeathHelper(&aborted), ""); + EXPECT_FALSE(aborted); +} + +void AssertDebugDeathHelper(bool* aborted) { + *aborted = true; + ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail."; + *aborted = false; +} + +// Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on +// failure. +TEST_F(TestForDeathTest, AssertDebugDeathAborts) { + static bool aborted; + aborted = false; + EXPECT_FATAL_FAILURE(AssertDebugDeathHelper(&aborted), ""); + EXPECT_TRUE(aborted); +} + +# endif // _NDEBUG + +// Tests the *_EXIT family of macros, using a variety of predicates. +static void TestExitMacros() { + EXPECT_EXIT(_exit(1), testing::ExitedWithCode(1), ""); + ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), ""); + +# if GTEST_OS_WINDOWS + + // Of all signals effects on the process exit code, only those of SIGABRT + // are documented on Windows. + // See http://msdn.microsoft.com/en-us/library/dwwzkt4c(VS.71).aspx. + EXPECT_EXIT(raise(SIGABRT), testing::ExitedWithCode(3), "") << "b_ar"; + +# else + + EXPECT_EXIT(raise(SIGKILL), testing::KilledBySignal(SIGKILL), "") << "foo"; + ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; + + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "") + << "This failure is expected, too."; + }, "This failure is expected, too."); + +# endif // GTEST_OS_WINDOWS + + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_EXIT(raise(SIGSEGV), testing::ExitedWithCode(0), "") + << "This failure is expected."; + }, "This failure is expected."); +} + +TEST_F(TestForDeathTest, ExitMacros) { + TestExitMacros(); +} + +TEST_F(TestForDeathTest, ExitMacrosUsingFork) { + testing::GTEST_FLAG(death_test_use_fork) = true; + TestExitMacros(); +} + +TEST_F(TestForDeathTest, InvalidStyle) { + testing::GTEST_FLAG(death_test_style) = "rococo"; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_DEATH(_exit(0), "") << "This failure is expected."; + }, "This failure is expected."); +} + +TEST_F(TestForDeathTest, DeathTestFailedOutput) { + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_NONFATAL_FAILURE( + EXPECT_DEATH(DieWithMessage("death\n"), + "expected message"), + "Actual msg:\n" + "[ DEATH ] death\n"); +} + +TEST_F(TestForDeathTest, DeathTestUnexpectedReturnOutput) { + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_NONFATAL_FAILURE( + EXPECT_DEATH({ + fprintf(stderr, "returning\n"); + fflush(stderr); + return; + }, ""), + " Result: illegal return in test statement.\n" + " Error msg:\n" + "[ DEATH ] returning\n"); +} + +TEST_F(TestForDeathTest, DeathTestBadExitCodeOutput) { + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_NONFATAL_FAILURE( + EXPECT_EXIT(DieWithMessage("exiting with rc 1\n"), + testing::ExitedWithCode(3), + "expected message"), + " Result: died but not with expected exit code:\n" + " Exited with exit status 1\n" + "Actual msg:\n" + "[ DEATH ] exiting with rc 1\n"); +} + +TEST_F(TestForDeathTest, DeathTestMultiLineMatchFail) { + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_NONFATAL_FAILURE( + EXPECT_DEATH(DieWithMessage("line 1\nline 2\nline 3\n"), + "line 1\nxyz\nline 3\n"), + "Actual msg:\n" + "[ DEATH ] line 1\n" + "[ DEATH ] line 2\n" + "[ DEATH ] line 3\n"); +} + +TEST_F(TestForDeathTest, DeathTestMultiLineMatchPass) { + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_DEATH(DieWithMessage("line 1\nline 2\nline 3\n"), + "line 1\nline 2\nline 3\n"); +} + +// A DeathTestFactory that returns MockDeathTests. +class MockDeathTestFactory : public DeathTestFactory { + public: + MockDeathTestFactory(); + virtual bool Create(const char* statement, + const ::testing::internal::RE* regex, + const char* file, int line, DeathTest** test); + + // Sets the parameters for subsequent calls to Create. + void SetParameters(bool create, DeathTest::TestRole role, + int status, bool passed); + + // Accessors. + int AssumeRoleCalls() const { return assume_role_calls_; } + int WaitCalls() const { return wait_calls_; } + int PassedCalls() const { return passed_args_.size(); } + bool PassedArgument(int n) const { return passed_args_[n]; } + int AbortCalls() const { return abort_args_.size(); } + DeathTest::AbortReason AbortArgument(int n) const { + return abort_args_[n]; + } + bool TestDeleted() const { return test_deleted_; } + + private: + friend class MockDeathTest; + // If true, Create will return a MockDeathTest; otherwise it returns + // NULL. + bool create_; + // The value a MockDeathTest will return from its AssumeRole method. + DeathTest::TestRole role_; + // The value a MockDeathTest will return from its Wait method. + int status_; + // The value a MockDeathTest will return from its Passed method. + bool passed_; + + // Number of times AssumeRole was called. + int assume_role_calls_; + // Number of times Wait was called. + int wait_calls_; + // The arguments to the calls to Passed since the last call to + // SetParameters. + std::vector passed_args_; + // The arguments to the calls to Abort since the last call to + // SetParameters. + std::vector abort_args_; + // True if the last MockDeathTest returned by Create has been + // deleted. + bool test_deleted_; +}; + + +// A DeathTest implementation useful in testing. It returns values set +// at its creation from its various inherited DeathTest methods, and +// reports calls to those methods to its parent MockDeathTestFactory +// object. +class MockDeathTest : public DeathTest { + public: + MockDeathTest(MockDeathTestFactory *parent, + TestRole role, int status, bool passed) : + parent_(parent), role_(role), status_(status), passed_(passed) { + } + virtual ~MockDeathTest() { + parent_->test_deleted_ = true; + } + virtual TestRole AssumeRole() { + ++parent_->assume_role_calls_; + return role_; + } + virtual int Wait() { + ++parent_->wait_calls_; + return status_; + } + virtual bool Passed(bool exit_status_ok) { + parent_->passed_args_.push_back(exit_status_ok); + return passed_; + } + virtual void Abort(AbortReason reason) { + parent_->abort_args_.push_back(reason); + } + + private: + MockDeathTestFactory* const parent_; + const TestRole role_; + const int status_; + const bool passed_; +}; + + +// MockDeathTestFactory constructor. +MockDeathTestFactory::MockDeathTestFactory() + : create_(true), + role_(DeathTest::OVERSEE_TEST), + status_(0), + passed_(true), + assume_role_calls_(0), + wait_calls_(0), + passed_args_(), + abort_args_() { +} + + +// Sets the parameters for subsequent calls to Create. +void MockDeathTestFactory::SetParameters(bool create, + DeathTest::TestRole role, + int status, bool passed) { + create_ = create; + role_ = role; + status_ = status; + passed_ = passed; + + assume_role_calls_ = 0; + wait_calls_ = 0; + passed_args_.clear(); + abort_args_.clear(); +} + + +// Sets test to NULL (if create_ is false) or to the address of a new +// MockDeathTest object with parameters taken from the last call +// to SetParameters (if create_ is true). Always returns true. +bool MockDeathTestFactory::Create(const char* /*statement*/, + const ::testing::internal::RE* /*regex*/, + const char* /*file*/, + int /*line*/, + DeathTest** test) { + test_deleted_ = false; + if (create_) { + *test = new MockDeathTest(this, role_, status_, passed_); + } else { + *test = NULL; + } + return true; +} + +// A test fixture for testing the logic of the GTEST_DEATH_TEST_ macro. +// It installs a MockDeathTestFactory that is used for the duration +// of the test case. +class MacroLogicDeathTest : public testing::Test { + protected: + static testing::internal::ReplaceDeathTestFactory* replacer_; + static MockDeathTestFactory* factory_; + + static void SetUpTestCase() { + factory_ = new MockDeathTestFactory; + replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); + } + + static void TearDownTestCase() { + delete replacer_; + replacer_ = NULL; + delete factory_; + factory_ = NULL; + } + + // Runs a death test that breaks the rules by returning. Such a death + // test cannot be run directly from a test routine that uses a + // MockDeathTest, or the remainder of the routine will not be executed. + static void RunReturningDeathTest(bool* flag) { + ASSERT_DEATH({ // NOLINT + *flag = true; + return; + }, ""); + } +}; + +testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer_ + = NULL; +MockDeathTestFactory* MacroLogicDeathTest::factory_ = NULL; + + +// Test that nothing happens when the factory doesn't return a DeathTest: +TEST_F(MacroLogicDeathTest, NothingHappens) { + bool flag = false; + factory_->SetParameters(false, DeathTest::OVERSEE_TEST, 0, true); + EXPECT_DEATH(flag = true, ""); + EXPECT_FALSE(flag); + EXPECT_EQ(0, factory_->AssumeRoleCalls()); + EXPECT_EQ(0, factory_->WaitCalls()); + EXPECT_EQ(0, factory_->PassedCalls()); + EXPECT_EQ(0, factory_->AbortCalls()); + EXPECT_FALSE(factory_->TestDeleted()); +} + +// Test that the parent process doesn't run the death test code, +// and that the Passed method returns false when the (simulated) +// child process exits with status 0: +TEST_F(MacroLogicDeathTest, ChildExitsSuccessfully) { + bool flag = false; + factory_->SetParameters(true, DeathTest::OVERSEE_TEST, 0, true); + EXPECT_DEATH(flag = true, ""); + EXPECT_FALSE(flag); + EXPECT_EQ(1, factory_->AssumeRoleCalls()); + EXPECT_EQ(1, factory_->WaitCalls()); + ASSERT_EQ(1, factory_->PassedCalls()); + EXPECT_FALSE(factory_->PassedArgument(0)); + EXPECT_EQ(0, factory_->AbortCalls()); + EXPECT_TRUE(factory_->TestDeleted()); +} + +// Tests that the Passed method was given the argument "true" when +// the (simulated) child process exits with status 1: +TEST_F(MacroLogicDeathTest, ChildExitsUnsuccessfully) { + bool flag = false; + factory_->SetParameters(true, DeathTest::OVERSEE_TEST, 1, true); + EXPECT_DEATH(flag = true, ""); + EXPECT_FALSE(flag); + EXPECT_EQ(1, factory_->AssumeRoleCalls()); + EXPECT_EQ(1, factory_->WaitCalls()); + ASSERT_EQ(1, factory_->PassedCalls()); + EXPECT_TRUE(factory_->PassedArgument(0)); + EXPECT_EQ(0, factory_->AbortCalls()); + EXPECT_TRUE(factory_->TestDeleted()); +} + +// Tests that the (simulated) child process executes the death test +// code, and is aborted with the correct AbortReason if it +// executes a return statement. +TEST_F(MacroLogicDeathTest, ChildPerformsReturn) { + bool flag = false; + factory_->SetParameters(true, DeathTest::EXECUTE_TEST, 0, true); + RunReturningDeathTest(&flag); + EXPECT_TRUE(flag); + EXPECT_EQ(1, factory_->AssumeRoleCalls()); + EXPECT_EQ(0, factory_->WaitCalls()); + EXPECT_EQ(0, factory_->PassedCalls()); + EXPECT_EQ(1, factory_->AbortCalls()); + EXPECT_EQ(DeathTest::TEST_ENCOUNTERED_RETURN_STATEMENT, + factory_->AbortArgument(0)); + EXPECT_TRUE(factory_->TestDeleted()); +} + +// Tests that the (simulated) child process is aborted with the +// correct AbortReason if it does not die. +TEST_F(MacroLogicDeathTest, ChildDoesNotDie) { + bool flag = false; + factory_->SetParameters(true, DeathTest::EXECUTE_TEST, 0, true); + EXPECT_DEATH(flag = true, ""); + EXPECT_TRUE(flag); + EXPECT_EQ(1, factory_->AssumeRoleCalls()); + EXPECT_EQ(0, factory_->WaitCalls()); + EXPECT_EQ(0, factory_->PassedCalls()); + // This time there are two calls to Abort: one since the test didn't + // die, and another from the ReturnSentinel when it's destroyed. The + // sentinel normally isn't destroyed if a test doesn't die, since + // _exit(2) is called in that case by ForkingDeathTest, but not by + // our MockDeathTest. + ASSERT_EQ(2, factory_->AbortCalls()); + EXPECT_EQ(DeathTest::TEST_DID_NOT_DIE, + factory_->AbortArgument(0)); + EXPECT_EQ(DeathTest::TEST_ENCOUNTERED_RETURN_STATEMENT, + factory_->AbortArgument(1)); + EXPECT_TRUE(factory_->TestDeleted()); +} + +// Tests that a successful death test does not register a successful +// test part. +TEST(SuccessRegistrationDeathTest, NoSuccessPart) { + EXPECT_DEATH(_exit(1), ""); + EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count()); +} + +TEST(StreamingAssertionsDeathTest, DeathTest) { + EXPECT_DEATH(_exit(1), "") << "unexpected failure"; + ASSERT_DEATH(_exit(1), "") << "unexpected failure"; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_DEATH(_exit(0), "") << "expected failure"; + }, "expected failure"); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_DEATH(_exit(0), "") << "expected failure"; + }, "expected failure"); +} + +// Tests that GetLastErrnoDescription returns an empty string when the +// last error is 0 and non-empty string when it is non-zero. +TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) { + errno = ENOENT; + EXPECT_STRNE("", GetLastErrnoDescription().c_str()); + errno = 0; + EXPECT_STREQ("", GetLastErrnoDescription().c_str()); +} + +# if GTEST_OS_WINDOWS +TEST(AutoHandleTest, AutoHandleWorks) { + HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); + ASSERT_NE(INVALID_HANDLE_VALUE, handle); + + // Tests that the AutoHandle is correctly initialized with a handle. + testing::internal::AutoHandle auto_handle(handle); + EXPECT_EQ(handle, auto_handle.Get()); + + // Tests that Reset assigns INVALID_HANDLE_VALUE. + // Note that this cannot verify whether the original handle is closed. + auto_handle.Reset(); + EXPECT_EQ(INVALID_HANDLE_VALUE, auto_handle.Get()); + + // Tests that Reset assigns the new handle. + // Note that this cannot verify whether the original handle is closed. + handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); + ASSERT_NE(INVALID_HANDLE_VALUE, handle); + auto_handle.Reset(handle); + EXPECT_EQ(handle, auto_handle.Get()); + + // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default. + testing::internal::AutoHandle auto_handle2; + EXPECT_EQ(INVALID_HANDLE_VALUE, auto_handle2.Get()); +} +# endif // GTEST_OS_WINDOWS + +# if GTEST_OS_WINDOWS +typedef unsigned __int64 BiggestParsable; +typedef signed __int64 BiggestSignedParsable; +# else +typedef unsigned long long BiggestParsable; +typedef signed long long BiggestSignedParsable; +# endif // GTEST_OS_WINDOWS + +// We cannot use std::numeric_limits::max() as it clashes with the +// max() macro defined by . +const BiggestParsable kBiggestParsableMax = ULLONG_MAX; +const BiggestSignedParsable kBiggestSignedParsableMax = LLONG_MAX; + +TEST(ParseNaturalNumberTest, RejectsInvalidFormat) { + BiggestParsable result = 0; + + // Rejects non-numbers. + EXPECT_FALSE(ParseNaturalNumber("non-number string", &result)); + + // Rejects numbers with whitespace prefix. + EXPECT_FALSE(ParseNaturalNumber(" 123", &result)); + + // Rejects negative numbers. + EXPECT_FALSE(ParseNaturalNumber("-123", &result)); + + // Rejects numbers starting with a plus sign. + EXPECT_FALSE(ParseNaturalNumber("+123", &result)); + errno = 0; +} + +TEST(ParseNaturalNumberTest, RejectsOverflownNumbers) { + BiggestParsable result = 0; + + EXPECT_FALSE(ParseNaturalNumber("99999999999999999999999", &result)); + + signed char char_result = 0; + EXPECT_FALSE(ParseNaturalNumber("200", &char_result)); + errno = 0; +} + +TEST(ParseNaturalNumberTest, AcceptsValidNumbers) { + BiggestParsable result = 0; + + result = 0; + ASSERT_TRUE(ParseNaturalNumber("123", &result)); + EXPECT_EQ(123U, result); + + // Check 0 as an edge case. + result = 1; + ASSERT_TRUE(ParseNaturalNumber("0", &result)); + EXPECT_EQ(0U, result); + + result = 1; + ASSERT_TRUE(ParseNaturalNumber("00000", &result)); + EXPECT_EQ(0U, result); +} + +TEST(ParseNaturalNumberTest, AcceptsTypeLimits) { + Message msg; + msg << kBiggestParsableMax; + + BiggestParsable result = 0; + EXPECT_TRUE(ParseNaturalNumber(msg.GetString(), &result)); + EXPECT_EQ(kBiggestParsableMax, result); + + Message msg2; + msg2 << kBiggestSignedParsableMax; + + BiggestSignedParsable signed_result = 0; + EXPECT_TRUE(ParseNaturalNumber(msg2.GetString(), &signed_result)); + EXPECT_EQ(kBiggestSignedParsableMax, signed_result); + + Message msg3; + msg3 << INT_MAX; + + int int_result = 0; + EXPECT_TRUE(ParseNaturalNumber(msg3.GetString(), &int_result)); + EXPECT_EQ(INT_MAX, int_result); + + Message msg4; + msg4 << UINT_MAX; + + unsigned int uint_result = 0; + EXPECT_TRUE(ParseNaturalNumber(msg4.GetString(), &uint_result)); + EXPECT_EQ(UINT_MAX, uint_result); +} + +TEST(ParseNaturalNumberTest, WorksForShorterIntegers) { + short short_result = 0; + ASSERT_TRUE(ParseNaturalNumber("123", &short_result)); + EXPECT_EQ(123, short_result); + + signed char char_result = 0; + ASSERT_TRUE(ParseNaturalNumber("123", &char_result)); + EXPECT_EQ(123, char_result); +} + +# if GTEST_OS_WINDOWS +TEST(EnvironmentTest, HandleFitsIntoSizeT) { + // TODO(vladl@google.com): Remove this test after this condition is verified + // in a static assertion in gtest-death-test.cc in the function + // GetStatusFileDescriptor. + ASSERT_TRUE(sizeof(HANDLE) <= sizeof(size_t)); +} +# endif // GTEST_OS_WINDOWS + +// Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED trigger +// failures when death tests are available on the system. +TEST(ConditionalDeathMacrosDeathTest, ExpectsDeathWhenDeathTestsAvailable) { + EXPECT_DEATH_IF_SUPPORTED(DieInside("CondDeathTestExpectMacro"), + "death inside CondDeathTestExpectMacro"); + ASSERT_DEATH_IF_SUPPORTED(DieInside("CondDeathTestAssertMacro"), + "death inside CondDeathTestAssertMacro"); + + // Empty statement will not crash, which must trigger a failure. + EXPECT_NONFATAL_FAILURE(EXPECT_DEATH_IF_SUPPORTED(;, ""), ""); + EXPECT_FATAL_FAILURE(ASSERT_DEATH_IF_SUPPORTED(;, ""), ""); +} + +#else + +using testing::internal::CaptureStderr; +using testing::internal::GetCapturedStderr; + +// Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED are still +// defined but do not trigger failures when death tests are not available on +// the system. +TEST(ConditionalDeathMacrosTest, WarnsWhenDeathTestsNotAvailable) { + // Empty statement will not crash, but that should not trigger a failure + // when death tests are not supported. + CaptureStderr(); + EXPECT_DEATH_IF_SUPPORTED(;, ""); + std::string output = GetCapturedStderr(); + ASSERT_TRUE(NULL != strstr(output.c_str(), + "Death tests are not supported on this platform")); + ASSERT_TRUE(NULL != strstr(output.c_str(), ";")); + + // The streamed message should not be printed as there is no test failure. + CaptureStderr(); + EXPECT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; + output = GetCapturedStderr(); + ASSERT_TRUE(NULL == strstr(output.c_str(), "streamed message")); + + CaptureStderr(); + ASSERT_DEATH_IF_SUPPORTED(;, ""); // NOLINT + output = GetCapturedStderr(); + ASSERT_TRUE(NULL != strstr(output.c_str(), + "Death tests are not supported on this platform")); + ASSERT_TRUE(NULL != strstr(output.c_str(), ";")); + + CaptureStderr(); + ASSERT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; // NOLINT + output = GetCapturedStderr(); + ASSERT_TRUE(NULL == strstr(output.c_str(), "streamed message")); +} + +void FuncWithAssert(int* n) { + ASSERT_DEATH_IF_SUPPORTED(return;, ""); + (*n)++; +} + +// Tests that ASSERT_DEATH_IF_SUPPORTED does not return from the current +// function (as ASSERT_DEATH does) if death tests are not supported. +TEST(ConditionalDeathMacrosTest, AssertDeatDoesNotReturnhIfUnsupported) { + int n = 0; + FuncWithAssert(&n); + EXPECT_EQ(1, n); +} + +TEST(InDeathTestChildDeathTest, ReportsDeathTestCorrectlyInFastStyle) { + testing::GTEST_FLAG(death_test_style) = "fast"; + EXPECT_FALSE(InDeathTestChild()); + EXPECT_DEATH({ + fprintf(stderr, InDeathTestChild() ? "Inside" : "Outside"); + fflush(stderr); + _exit(1); + }, "Inside"); +} + +TEST(InDeathTestChildDeathTest, ReportsDeathTestCorrectlyInThreadSafeStyle) { + testing::GTEST_FLAG(death_test_style) = "threadsafe"; + EXPECT_FALSE(InDeathTestChild()); + EXPECT_DEATH({ + fprintf(stderr, InDeathTestChild() ? "Inside" : "Outside"); + fflush(stderr); + _exit(1); + }, "Inside"); +} + +#endif // GTEST_HAS_DEATH_TEST + +// Tests that the death test macros expand to code which may or may not +// be followed by operator<<, and that in either case the complete text +// comprises only a single C++ statement. +// +// The syntax should work whether death tests are available or not. +TEST(ConditionalDeathMacrosSyntaxDeathTest, SingleStatement) { + if (AlwaysFalse()) + // This would fail if executed; this is a compilation test only + ASSERT_DEATH_IF_SUPPORTED(return, ""); + + if (AlwaysTrue()) + EXPECT_DEATH_IF_SUPPORTED(_exit(1), ""); + else + // This empty "else" branch is meant to ensure that EXPECT_DEATH + // doesn't expand into an "if" statement without an "else" + ; // NOLINT + + if (AlwaysFalse()) + ASSERT_DEATH_IF_SUPPORTED(return, "") << "did not die"; + + if (AlwaysFalse()) + ; // NOLINT + else + EXPECT_DEATH_IF_SUPPORTED(_exit(1), "") << 1 << 2 << 3; +} + +// Tests that conditional death test macros expand to code which interacts +// well with switch statements. +TEST(ConditionalDeathMacrosSyntaxDeathTest, SwitchStatement) { +// Microsoft compiler usually complains about switch statements without +// case labels. We suppress that warning for this test. +#ifdef _MSC_VER +# pragma warning(push) +# pragma warning(disable: 4065) +#endif // _MSC_VER + + switch (0) + default: + ASSERT_DEATH_IF_SUPPORTED(_exit(1), "") + << "exit in default switch handler"; + + switch (0) + case 0: + EXPECT_DEATH_IF_SUPPORTED(_exit(1), "") << "exit in switch case"; + +#ifdef _MSC_VER +# pragma warning(pop) +#endif // _MSC_VER +} + +// Tests that a test case whose name ends with "DeathTest" works fine +// on Windows. +TEST(NotADeathTest, Test) { + SUCCEED(); +} diff --git a/gtest-1.7.0/test/gtest-filepath_test.cc b/gtest-1.7.0/test/gtest-filepath_test.cc new file mode 100644 index 000000000..ae9f55a0c --- /dev/null +++ b/gtest-1.7.0/test/gtest-filepath_test.cc @@ -0,0 +1,680 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: keith.ray@gmail.com (Keith Ray) +// +// Google Test filepath utilities +// +// This file tests classes and functions used internally by +// Google Test. They are subject to change without notice. +// +// This file is #included from gtest_unittest.cc, to avoid changing +// build or make-files for some existing Google Test clients. Do not +// #include this file anywhere else! + +#include "gtest/internal/gtest-filepath.h" +#include "gtest/gtest.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +#if GTEST_OS_WINDOWS_MOBILE +# include // NOLINT +#elif GTEST_OS_WINDOWS +# include // NOLINT +#endif // GTEST_OS_WINDOWS_MOBILE + +namespace testing { +namespace internal { +namespace { + +#if GTEST_OS_WINDOWS_MOBILE +// TODO(wan@google.com): Move these to the POSIX adapter section in +// gtest-port.h. + +// Windows CE doesn't have the remove C function. +int remove(const char* path) { + LPCWSTR wpath = String::AnsiToUtf16(path); + int ret = DeleteFile(wpath) ? 0 : -1; + delete [] wpath; + return ret; +} +// Windows CE doesn't have the _rmdir C function. +int _rmdir(const char* path) { + FilePath filepath(path); + LPCWSTR wpath = String::AnsiToUtf16( + filepath.RemoveTrailingPathSeparator().c_str()); + int ret = RemoveDirectory(wpath) ? 0 : -1; + delete [] wpath; + return ret; +} + +#else + +TEST(GetCurrentDirTest, ReturnsCurrentDir) { + const FilePath original_dir = FilePath::GetCurrentDir(); + EXPECT_FALSE(original_dir.IsEmpty()); + + posix::ChDir(GTEST_PATH_SEP_); + const FilePath cwd = FilePath::GetCurrentDir(); + posix::ChDir(original_dir.c_str()); + +# if GTEST_OS_WINDOWS + + // Skips the ":". + const char* const cwd_without_drive = strchr(cwd.c_str(), ':'); + ASSERT_TRUE(cwd_without_drive != NULL); + EXPECT_STREQ(GTEST_PATH_SEP_, cwd_without_drive + 1); + +# else + + EXPECT_EQ(GTEST_PATH_SEP_, cwd.string()); + +# endif +} + +#endif // GTEST_OS_WINDOWS_MOBILE + +TEST(IsEmptyTest, ReturnsTrueForEmptyPath) { + EXPECT_TRUE(FilePath("").IsEmpty()); +} + +TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) { + EXPECT_FALSE(FilePath("a").IsEmpty()); + EXPECT_FALSE(FilePath(".").IsEmpty()); + EXPECT_FALSE(FilePath("a/b").IsEmpty()); + EXPECT_FALSE(FilePath("a\\b\\").IsEmpty()); +} + +// RemoveDirectoryName "" -> "" +TEST(RemoveDirectoryNameTest, WhenEmptyName) { + EXPECT_EQ("", FilePath("").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName "afile" -> "afile" +TEST(RemoveDirectoryNameTest, ButNoDirectory) { + EXPECT_EQ("afile", + FilePath("afile").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName "/afile" -> "afile" +TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName) { + EXPECT_EQ("afile", + FilePath(GTEST_PATH_SEP_ "afile").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName "adir/" -> "" +TEST(RemoveDirectoryNameTest, WhereThereIsNoFileName) { + EXPECT_EQ("", + FilePath("adir" GTEST_PATH_SEP_).RemoveDirectoryName().string()); +} + +// RemoveDirectoryName "adir/afile" -> "afile" +TEST(RemoveDirectoryNameTest, ShouldGiveFileName) { + EXPECT_EQ("afile", + FilePath("adir" GTEST_PATH_SEP_ "afile").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName "adir/subdir/afile" -> "afile" +TEST(RemoveDirectoryNameTest, ShouldAlsoGiveFileName) { + EXPECT_EQ("afile", + FilePath("adir" GTEST_PATH_SEP_ "subdir" GTEST_PATH_SEP_ "afile") + .RemoveDirectoryName().string()); +} + +#if GTEST_HAS_ALT_PATH_SEP_ + +// Tests that RemoveDirectoryName() works with the alternate separator +// on Windows. + +// RemoveDirectoryName("/afile") -> "afile" +TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileNameForAlternateSeparator) { + EXPECT_EQ("afile", FilePath("/afile").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName("adir/") -> "" +TEST(RemoveDirectoryNameTest, WhereThereIsNoFileNameForAlternateSeparator) { + EXPECT_EQ("", FilePath("adir/").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName("adir/afile") -> "afile" +TEST(RemoveDirectoryNameTest, ShouldGiveFileNameForAlternateSeparator) { + EXPECT_EQ("afile", FilePath("adir/afile").RemoveDirectoryName().string()); +} + +// RemoveDirectoryName("adir/subdir/afile") -> "afile" +TEST(RemoveDirectoryNameTest, ShouldAlsoGiveFileNameForAlternateSeparator) { + EXPECT_EQ("afile", + FilePath("adir/subdir/afile").RemoveDirectoryName().string()); +} + +#endif + +// RemoveFileName "" -> "./" +TEST(RemoveFileNameTest, EmptyName) { +#if GTEST_OS_WINDOWS_MOBILE + // On Windows CE, we use the root as the current directory. + EXPECT_EQ(GTEST_PATH_SEP_, FilePath("").RemoveFileName().string()); +#else + EXPECT_EQ("." GTEST_PATH_SEP_, FilePath("").RemoveFileName().string()); +#endif +} + +// RemoveFileName "adir/" -> "adir/" +TEST(RemoveFileNameTest, ButNoFile) { + EXPECT_EQ("adir" GTEST_PATH_SEP_, + FilePath("adir" GTEST_PATH_SEP_).RemoveFileName().string()); +} + +// RemoveFileName "adir/afile" -> "adir/" +TEST(RemoveFileNameTest, GivesDirName) { + EXPECT_EQ("adir" GTEST_PATH_SEP_, + FilePath("adir" GTEST_PATH_SEP_ "afile").RemoveFileName().string()); +} + +// RemoveFileName "adir/subdir/afile" -> "adir/subdir/" +TEST(RemoveFileNameTest, GivesDirAndSubDirName) { + EXPECT_EQ("adir" GTEST_PATH_SEP_ "subdir" GTEST_PATH_SEP_, + FilePath("adir" GTEST_PATH_SEP_ "subdir" GTEST_PATH_SEP_ "afile") + .RemoveFileName().string()); +} + +// RemoveFileName "/afile" -> "/" +TEST(RemoveFileNameTest, GivesRootDir) { + EXPECT_EQ(GTEST_PATH_SEP_, + FilePath(GTEST_PATH_SEP_ "afile").RemoveFileName().string()); +} + +#if GTEST_HAS_ALT_PATH_SEP_ + +// Tests that RemoveFileName() works with the alternate separator on +// Windows. + +// RemoveFileName("adir/") -> "adir/" +TEST(RemoveFileNameTest, ButNoFileForAlternateSeparator) { + EXPECT_EQ("adir" GTEST_PATH_SEP_, + FilePath("adir/").RemoveFileName().string()); +} + +// RemoveFileName("adir/afile") -> "adir/" +TEST(RemoveFileNameTest, GivesDirNameForAlternateSeparator) { + EXPECT_EQ("adir" GTEST_PATH_SEP_, + FilePath("adir/afile").RemoveFileName().string()); +} + +// RemoveFileName("adir/subdir/afile") -> "adir/subdir/" +TEST(RemoveFileNameTest, GivesDirAndSubDirNameForAlternateSeparator) { + EXPECT_EQ("adir" GTEST_PATH_SEP_ "subdir" GTEST_PATH_SEP_, + FilePath("adir/subdir/afile").RemoveFileName().string()); +} + +// RemoveFileName("/afile") -> "\" +TEST(RemoveFileNameTest, GivesRootDirForAlternateSeparator) { + EXPECT_EQ(GTEST_PATH_SEP_, FilePath("/afile").RemoveFileName().string()); +} + +#endif + +TEST(MakeFileNameTest, GenerateWhenNumberIsZero) { + FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), + 0, "xml"); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); +} + +TEST(MakeFileNameTest, GenerateFileNameNumberGtZero) { + FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), + 12, "xml"); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.string()); +} + +TEST(MakeFileNameTest, GenerateFileNameWithSlashNumberIsZero) { + FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), + FilePath("bar"), 0, "xml"); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); +} + +TEST(MakeFileNameTest, GenerateFileNameWithSlashNumberGtZero) { + FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), + FilePath("bar"), 12, "xml"); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar_12.xml", actual.string()); +} + +TEST(MakeFileNameTest, GenerateWhenNumberIsZeroAndDirIsEmpty) { + FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), + 0, "xml"); + EXPECT_EQ("bar.xml", actual.string()); +} + +TEST(MakeFileNameTest, GenerateWhenNumberIsNotZeroAndDirIsEmpty) { + FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), + 14, "xml"); + EXPECT_EQ("bar_14.xml", actual.string()); +} + +TEST(ConcatPathsTest, WorksWhenDirDoesNotEndWithPathSep) { + FilePath actual = FilePath::ConcatPaths(FilePath("foo"), + FilePath("bar.xml")); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); +} + +TEST(ConcatPathsTest, WorksWhenPath1EndsWithPathSep) { + FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), + FilePath("bar.xml")); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar.xml", actual.string()); +} + +TEST(ConcatPathsTest, Path1BeingEmpty) { + FilePath actual = FilePath::ConcatPaths(FilePath(""), + FilePath("bar.xml")); + EXPECT_EQ("bar.xml", actual.string()); +} + +TEST(ConcatPathsTest, Path2BeingEmpty) { + FilePath actual = FilePath::ConcatPaths(FilePath("foo"), FilePath("")); + EXPECT_EQ("foo" GTEST_PATH_SEP_, actual.string()); +} + +TEST(ConcatPathsTest, BothPathBeingEmpty) { + FilePath actual = FilePath::ConcatPaths(FilePath(""), + FilePath("")); + EXPECT_EQ("", actual.string()); +} + +TEST(ConcatPathsTest, Path1ContainsPathSep) { + FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), + FilePath("foobar.xml")); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar" GTEST_PATH_SEP_ "foobar.xml", + actual.string()); +} + +TEST(ConcatPathsTest, Path2ContainsPathSep) { + FilePath actual = FilePath::ConcatPaths( + FilePath("foo" GTEST_PATH_SEP_), + FilePath("bar" GTEST_PATH_SEP_ "bar.xml")); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar" GTEST_PATH_SEP_ "bar.xml", + actual.string()); +} + +TEST(ConcatPathsTest, Path2EndsWithPathSep) { + FilePath actual = FilePath::ConcatPaths(FilePath("foo"), + FilePath("bar" GTEST_PATH_SEP_)); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar" GTEST_PATH_SEP_, actual.string()); +} + +// RemoveTrailingPathSeparator "" -> "" +TEST(RemoveTrailingPathSeparatorTest, EmptyString) { + EXPECT_EQ("", FilePath("").RemoveTrailingPathSeparator().string()); +} + +// RemoveTrailingPathSeparator "foo" -> "foo" +TEST(RemoveTrailingPathSeparatorTest, FileNoSlashString) { + EXPECT_EQ("foo", FilePath("foo").RemoveTrailingPathSeparator().string()); +} + +// RemoveTrailingPathSeparator "foo/" -> "foo" +TEST(RemoveTrailingPathSeparatorTest, ShouldRemoveTrailingSeparator) { + EXPECT_EQ("foo", + FilePath("foo" GTEST_PATH_SEP_).RemoveTrailingPathSeparator().string()); +#if GTEST_HAS_ALT_PATH_SEP_ + EXPECT_EQ("foo", FilePath("foo/").RemoveTrailingPathSeparator().string()); +#endif +} + +// RemoveTrailingPathSeparator "foo/bar/" -> "foo/bar/" +TEST(RemoveTrailingPathSeparatorTest, ShouldRemoveLastSeparator) { + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar", + FilePath("foo" GTEST_PATH_SEP_ "bar" GTEST_PATH_SEP_) + .RemoveTrailingPathSeparator().string()); +} + +// RemoveTrailingPathSeparator "foo/bar" -> "foo/bar" +TEST(RemoveTrailingPathSeparatorTest, ShouldReturnUnmodified) { + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar", + FilePath("foo" GTEST_PATH_SEP_ "bar") + .RemoveTrailingPathSeparator().string()); +} + +TEST(DirectoryTest, RootDirectoryExists) { +#if GTEST_OS_WINDOWS // We are on Windows. + char current_drive[_MAX_PATH]; // NOLINT + current_drive[0] = static_cast(_getdrive() + 'A' - 1); + current_drive[1] = ':'; + current_drive[2] = '\\'; + current_drive[3] = '\0'; + EXPECT_TRUE(FilePath(current_drive).DirectoryExists()); +#else + EXPECT_TRUE(FilePath("/").DirectoryExists()); +#endif // GTEST_OS_WINDOWS +} + +#if GTEST_OS_WINDOWS +TEST(DirectoryTest, RootOfWrongDriveDoesNotExists) { + const int saved_drive_ = _getdrive(); + // Find a drive that doesn't exist. Start with 'Z' to avoid common ones. + for (char drive = 'Z'; drive >= 'A'; drive--) + if (_chdrive(drive - 'A' + 1) == -1) { + char non_drive[_MAX_PATH]; // NOLINT + non_drive[0] = drive; + non_drive[1] = ':'; + non_drive[2] = '\\'; + non_drive[3] = '\0'; + EXPECT_FALSE(FilePath(non_drive).DirectoryExists()); + break; + } + _chdrive(saved_drive_); +} +#endif // GTEST_OS_WINDOWS + +#if !GTEST_OS_WINDOWS_MOBILE +// Windows CE _does_ consider an empty directory to exist. +TEST(DirectoryTest, EmptyPathDirectoryDoesNotExist) { + EXPECT_FALSE(FilePath("").DirectoryExists()); +} +#endif // !GTEST_OS_WINDOWS_MOBILE + +TEST(DirectoryTest, CurrentDirectoryExists) { +#if GTEST_OS_WINDOWS // We are on Windows. +# ifndef _WIN32_CE // Windows CE doesn't have a current directory. + + EXPECT_TRUE(FilePath(".").DirectoryExists()); + EXPECT_TRUE(FilePath(".\\").DirectoryExists()); + +# endif // _WIN32_CE +#else + EXPECT_TRUE(FilePath(".").DirectoryExists()); + EXPECT_TRUE(FilePath("./").DirectoryExists()); +#endif // GTEST_OS_WINDOWS +} + +// "foo/bar" == foo//bar" == "foo///bar" +TEST(NormalizeTest, MultipleConsecutiveSepaparatorsInMidstring) { + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar", + FilePath("foo" GTEST_PATH_SEP_ "bar").string()); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar", + FilePath("foo" GTEST_PATH_SEP_ GTEST_PATH_SEP_ "bar").string()); + EXPECT_EQ("foo" GTEST_PATH_SEP_ "bar", + FilePath("foo" GTEST_PATH_SEP_ GTEST_PATH_SEP_ + GTEST_PATH_SEP_ "bar").string()); +} + +// "/bar" == //bar" == "///bar" +TEST(NormalizeTest, MultipleConsecutiveSepaparatorsAtStringStart) { + EXPECT_EQ(GTEST_PATH_SEP_ "bar", + FilePath(GTEST_PATH_SEP_ "bar").string()); + EXPECT_EQ(GTEST_PATH_SEP_ "bar", + FilePath(GTEST_PATH_SEP_ GTEST_PATH_SEP_ "bar").string()); + EXPECT_EQ(GTEST_PATH_SEP_ "bar", + FilePath(GTEST_PATH_SEP_ GTEST_PATH_SEP_ GTEST_PATH_SEP_ "bar").string()); +} + +// "foo/" == foo//" == "foo///" +TEST(NormalizeTest, MultipleConsecutiveSepaparatorsAtStringEnd) { + EXPECT_EQ("foo" GTEST_PATH_SEP_, + FilePath("foo" GTEST_PATH_SEP_).string()); + EXPECT_EQ("foo" GTEST_PATH_SEP_, + FilePath("foo" GTEST_PATH_SEP_ GTEST_PATH_SEP_).string()); + EXPECT_EQ("foo" GTEST_PATH_SEP_, + FilePath("foo" GTEST_PATH_SEP_ GTEST_PATH_SEP_ GTEST_PATH_SEP_).string()); +} + +#if GTEST_HAS_ALT_PATH_SEP_ + +// Tests that separators at the end of the string are normalized +// regardless of their combination (e.g. "foo\" =="foo/\" == +// "foo\\/"). +TEST(NormalizeTest, MixAlternateSeparatorAtStringEnd) { + EXPECT_EQ("foo" GTEST_PATH_SEP_, + FilePath("foo/").string()); + EXPECT_EQ("foo" GTEST_PATH_SEP_, + FilePath("foo" GTEST_PATH_SEP_ "/").string()); + EXPECT_EQ("foo" GTEST_PATH_SEP_, + FilePath("foo//" GTEST_PATH_SEP_).string()); +} + +#endif + +TEST(AssignmentOperatorTest, DefaultAssignedToNonDefault) { + FilePath default_path; + FilePath non_default_path("path"); + non_default_path = default_path; + EXPECT_EQ("", non_default_path.string()); + EXPECT_EQ("", default_path.string()); // RHS var is unchanged. +} + +TEST(AssignmentOperatorTest, NonDefaultAssignedToDefault) { + FilePath non_default_path("path"); + FilePath default_path; + default_path = non_default_path; + EXPECT_EQ("path", default_path.string()); + EXPECT_EQ("path", non_default_path.string()); // RHS var is unchanged. +} + +TEST(AssignmentOperatorTest, ConstAssignedToNonConst) { + const FilePath const_default_path("const_path"); + FilePath non_default_path("path"); + non_default_path = const_default_path; + EXPECT_EQ("const_path", non_default_path.string()); +} + +class DirectoryCreationTest : public Test { + protected: + virtual void SetUp() { + testdata_path_.Set(FilePath( + TempDir() + GetCurrentExecutableName().string() + + "_directory_creation" GTEST_PATH_SEP_ "test" GTEST_PATH_SEP_)); + testdata_file_.Set(testdata_path_.RemoveTrailingPathSeparator()); + + unique_file0_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), + 0, "txt")); + unique_file1_.Set(FilePath::MakeFileName(testdata_path_, FilePath("unique"), + 1, "txt")); + + remove(testdata_file_.c_str()); + remove(unique_file0_.c_str()); + remove(unique_file1_.c_str()); + posix::RmDir(testdata_path_.c_str()); + } + + virtual void TearDown() { + remove(testdata_file_.c_str()); + remove(unique_file0_.c_str()); + remove(unique_file1_.c_str()); + posix::RmDir(testdata_path_.c_str()); + } + + std::string TempDir() const { +#if GTEST_OS_WINDOWS_MOBILE + return "\\temp\\"; +#elif GTEST_OS_WINDOWS + const char* temp_dir = posix::GetEnv("TEMP"); + if (temp_dir == NULL || temp_dir[0] == '\0') + return "\\temp\\"; + else if (temp_dir[strlen(temp_dir) - 1] == '\\') + return temp_dir; + else + return std::string(temp_dir) + "\\"; +#elif GTEST_OS_LINUX_ANDROID + return "/sdcard/"; +#else + return "/tmp/"; +#endif // GTEST_OS_WINDOWS_MOBILE + } + + void CreateTextFile(const char* filename) { + FILE* f = posix::FOpen(filename, "w"); + fprintf(f, "text\n"); + fclose(f); + } + + // Strings representing a directory and a file, with identical paths + // except for the trailing separator character that distinquishes + // a directory named 'test' from a file named 'test'. Example names: + FilePath testdata_path_; // "/tmp/directory_creation/test/" + FilePath testdata_file_; // "/tmp/directory_creation/test" + FilePath unique_file0_; // "/tmp/directory_creation/test/unique.txt" + FilePath unique_file1_; // "/tmp/directory_creation/test/unique_1.txt" +}; + +TEST_F(DirectoryCreationTest, CreateDirectoriesRecursively) { + EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string(); + EXPECT_TRUE(testdata_path_.CreateDirectoriesRecursively()); + EXPECT_TRUE(testdata_path_.DirectoryExists()); +} + +TEST_F(DirectoryCreationTest, CreateDirectoriesForAlreadyExistingPath) { + EXPECT_FALSE(testdata_path_.DirectoryExists()) << testdata_path_.string(); + EXPECT_TRUE(testdata_path_.CreateDirectoriesRecursively()); + // Call 'create' again... should still succeed. + EXPECT_TRUE(testdata_path_.CreateDirectoriesRecursively()); +} + +TEST_F(DirectoryCreationTest, CreateDirectoriesAndUniqueFilename) { + FilePath file_path(FilePath::GenerateUniqueFileName(testdata_path_, + FilePath("unique"), "txt")); + EXPECT_EQ(unique_file0_.string(), file_path.string()); + EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there + + testdata_path_.CreateDirectoriesRecursively(); + EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there + CreateTextFile(file_path.c_str()); + EXPECT_TRUE(file_path.FileOrDirectoryExists()); + + FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, + FilePath("unique"), "txt")); + EXPECT_EQ(unique_file1_.string(), file_path2.string()); + EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there + CreateTextFile(file_path2.c_str()); + EXPECT_TRUE(file_path2.FileOrDirectoryExists()); +} + +TEST_F(DirectoryCreationTest, CreateDirectoriesFail) { + // force a failure by putting a file where we will try to create a directory. + CreateTextFile(testdata_file_.c_str()); + EXPECT_TRUE(testdata_file_.FileOrDirectoryExists()); + EXPECT_FALSE(testdata_file_.DirectoryExists()); + EXPECT_FALSE(testdata_file_.CreateDirectoriesRecursively()); +} + +TEST(NoDirectoryCreationTest, CreateNoDirectoriesForDefaultXmlFile) { + const FilePath test_detail_xml("test_detail.xml"); + EXPECT_FALSE(test_detail_xml.CreateDirectoriesRecursively()); +} + +TEST(FilePathTest, DefaultConstructor) { + FilePath fp; + EXPECT_EQ("", fp.string()); +} + +TEST(FilePathTest, CharAndCopyConstructors) { + const FilePath fp("spicy"); + EXPECT_EQ("spicy", fp.string()); + + const FilePath fp_copy(fp); + EXPECT_EQ("spicy", fp_copy.string()); +} + +TEST(FilePathTest, StringConstructor) { + const FilePath fp(std::string("cider")); + EXPECT_EQ("cider", fp.string()); +} + +TEST(FilePathTest, Set) { + const FilePath apple("apple"); + FilePath mac("mac"); + mac.Set(apple); // Implement Set() since overloading operator= is forbidden. + EXPECT_EQ("apple", mac.string()); + EXPECT_EQ("apple", apple.string()); +} + +TEST(FilePathTest, ToString) { + const FilePath file("drink"); + EXPECT_EQ("drink", file.string()); +} + +TEST(FilePathTest, RemoveExtension) { + EXPECT_EQ("app", FilePath("app.cc").RemoveExtension("cc").string()); + EXPECT_EQ("app", FilePath("app.exe").RemoveExtension("exe").string()); + EXPECT_EQ("APP", FilePath("APP.EXE").RemoveExtension("exe").string()); +} + +TEST(FilePathTest, RemoveExtensionWhenThereIsNoExtension) { + EXPECT_EQ("app", FilePath("app").RemoveExtension("exe").string()); +} + +TEST(FilePathTest, IsDirectory) { + EXPECT_FALSE(FilePath("cola").IsDirectory()); + EXPECT_TRUE(FilePath("koala" GTEST_PATH_SEP_).IsDirectory()); +#if GTEST_HAS_ALT_PATH_SEP_ + EXPECT_TRUE(FilePath("koala/").IsDirectory()); +#endif +} + +TEST(FilePathTest, IsAbsolutePath) { + EXPECT_FALSE(FilePath("is" GTEST_PATH_SEP_ "relative").IsAbsolutePath()); + EXPECT_FALSE(FilePath("").IsAbsolutePath()); +#if GTEST_OS_WINDOWS + EXPECT_TRUE(FilePath("c:\\" GTEST_PATH_SEP_ "is_not" + GTEST_PATH_SEP_ "relative").IsAbsolutePath()); + EXPECT_FALSE(FilePath("c:foo" GTEST_PATH_SEP_ "bar").IsAbsolutePath()); + EXPECT_TRUE(FilePath("c:/" GTEST_PATH_SEP_ "is_not" + GTEST_PATH_SEP_ "relative").IsAbsolutePath()); +#else + EXPECT_TRUE(FilePath(GTEST_PATH_SEP_ "is_not" GTEST_PATH_SEP_ "relative") + .IsAbsolutePath()); +#endif // GTEST_OS_WINDOWS +} + +TEST(FilePathTest, IsRootDirectory) { +#if GTEST_OS_WINDOWS + EXPECT_TRUE(FilePath("a:\\").IsRootDirectory()); + EXPECT_TRUE(FilePath("Z:/").IsRootDirectory()); + EXPECT_TRUE(FilePath("e://").IsRootDirectory()); + EXPECT_FALSE(FilePath("").IsRootDirectory()); + EXPECT_FALSE(FilePath("b:").IsRootDirectory()); + EXPECT_FALSE(FilePath("b:a").IsRootDirectory()); + EXPECT_FALSE(FilePath("8:/").IsRootDirectory()); + EXPECT_FALSE(FilePath("c|/").IsRootDirectory()); +#else + EXPECT_TRUE(FilePath("/").IsRootDirectory()); + EXPECT_TRUE(FilePath("//").IsRootDirectory()); + EXPECT_FALSE(FilePath("").IsRootDirectory()); + EXPECT_FALSE(FilePath("\\").IsRootDirectory()); + EXPECT_FALSE(FilePath("/x").IsRootDirectory()); +#endif +} + +} // namespace +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/test/gtest-linked_ptr_test.cc b/gtest-1.7.0/test/gtest-linked_ptr_test.cc new file mode 100644 index 000000000..6fcf5124a --- /dev/null +++ b/gtest-1.7.0/test/gtest-linked_ptr_test.cc @@ -0,0 +1,154 @@ +// Copyright 2003, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: Dan Egnor (egnor@google.com) +// Ported to Windows: Vadim Berman (vadimb@google.com) + +#include "gtest/internal/gtest-linked_ptr.h" + +#include +#include "gtest/gtest.h" + +namespace { + +using testing::Message; +using testing::internal::linked_ptr; + +int num; +Message* history = NULL; + +// Class which tracks allocation/deallocation +class A { + public: + A(): mynum(num++) { *history << "A" << mynum << " ctor\n"; } + virtual ~A() { *history << "A" << mynum << " dtor\n"; } + virtual void Use() { *history << "A" << mynum << " use\n"; } + protected: + int mynum; +}; + +// Subclass +class B : public A { + public: + B() { *history << "B" << mynum << " ctor\n"; } + ~B() { *history << "B" << mynum << " dtor\n"; } + virtual void Use() { *history << "B" << mynum << " use\n"; } +}; + +class LinkedPtrTest : public testing::Test { + public: + LinkedPtrTest() { + num = 0; + history = new Message; + } + + virtual ~LinkedPtrTest() { + delete history; + history = NULL; + } +}; + +TEST_F(LinkedPtrTest, GeneralTest) { + { + linked_ptr a0, a1, a2; + // Use explicit function call notation here to suppress self-assign warning. + a0.operator=(a0); + a1 = a2; + ASSERT_EQ(a0.get(), static_cast(NULL)); + ASSERT_EQ(a1.get(), static_cast(NULL)); + ASSERT_EQ(a2.get(), static_cast(NULL)); + ASSERT_TRUE(a0 == NULL); + ASSERT_TRUE(a1 == NULL); + ASSERT_TRUE(a2 == NULL); + + { + linked_ptr a3(new A); + a0 = a3; + ASSERT_TRUE(a0 == a3); + ASSERT_TRUE(a0 != NULL); + ASSERT_TRUE(a0.get() == a3); + ASSERT_TRUE(a0 == a3.get()); + linked_ptr a4(a0); + a1 = a4; + linked_ptr a5(new A); + ASSERT_TRUE(a5.get() != a3); + ASSERT_TRUE(a5 != a3.get()); + a2 = a5; + linked_ptr b0(new B); + linked_ptr a6(b0); + ASSERT_TRUE(b0 == a6); + ASSERT_TRUE(a6 == b0); + ASSERT_TRUE(b0 != NULL); + a5 = b0; + a5 = b0; + a3->Use(); + a4->Use(); + a5->Use(); + a6->Use(); + b0->Use(); + (*b0).Use(); + b0.get()->Use(); + } + + a0->Use(); + a1->Use(); + a2->Use(); + + a1 = a2; + a2.reset(new A); + a0.reset(); + + linked_ptr a7; + } + + ASSERT_STREQ( + "A0 ctor\n" + "A1 ctor\n" + "A2 ctor\n" + "B2 ctor\n" + "A0 use\n" + "A0 use\n" + "B2 use\n" + "B2 use\n" + "B2 use\n" + "B2 use\n" + "B2 use\n" + "B2 dtor\n" + "A2 dtor\n" + "A0 use\n" + "A0 use\n" + "A1 use\n" + "A3 ctor\n" + "A0 dtor\n" + "A3 dtor\n" + "A1 dtor\n", + history->GetString().c_str()); +} + +} // Unnamed namespace diff --git a/gtest-1.7.0/test/gtest-listener_test.cc b/gtest-1.7.0/test/gtest-listener_test.cc new file mode 100644 index 000000000..99662cff3 --- /dev/null +++ b/gtest-1.7.0/test/gtest-listener_test.cc @@ -0,0 +1,310 @@ +// Copyright 2009 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) +// +// The Google C++ Testing Framework (Google Test) +// +// This file verifies Google Test event listeners receive events at the +// right times. + +#include "gtest/gtest.h" +#include + +using ::testing::AddGlobalTestEnvironment; +using ::testing::Environment; +using ::testing::InitGoogleTest; +using ::testing::Test; +using ::testing::TestCase; +using ::testing::TestEventListener; +using ::testing::TestInfo; +using ::testing::TestPartResult; +using ::testing::UnitTest; + +// Used by tests to register their events. +std::vector* g_events = NULL; + +namespace testing { +namespace internal { + +class EventRecordingListener : public TestEventListener { + public: + explicit EventRecordingListener(const char* name) : name_(name) {} + + protected: + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) { + g_events->push_back(GetFullMethodName("OnTestProgramStart")); + } + + virtual void OnTestIterationStart(const UnitTest& /*unit_test*/, + int iteration) { + Message message; + message << GetFullMethodName("OnTestIterationStart") + << "(" << iteration << ")"; + g_events->push_back(message.GetString()); + } + + virtual void OnEnvironmentsSetUpStart(const UnitTest& /*unit_test*/) { + g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpStart")); + } + + virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) { + g_events->push_back(GetFullMethodName("OnEnvironmentsSetUpEnd")); + } + + virtual void OnTestCaseStart(const TestCase& /*test_case*/) { + g_events->push_back(GetFullMethodName("OnTestCaseStart")); + } + + virtual void OnTestStart(const TestInfo& /*test_info*/) { + g_events->push_back(GetFullMethodName("OnTestStart")); + } + + virtual void OnTestPartResult(const TestPartResult& /*test_part_result*/) { + g_events->push_back(GetFullMethodName("OnTestPartResult")); + } + + virtual void OnTestEnd(const TestInfo& /*test_info*/) { + g_events->push_back(GetFullMethodName("OnTestEnd")); + } + + virtual void OnTestCaseEnd(const TestCase& /*test_case*/) { + g_events->push_back(GetFullMethodName("OnTestCaseEnd")); + } + + virtual void OnEnvironmentsTearDownStart(const UnitTest& /*unit_test*/) { + g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownStart")); + } + + virtual void OnEnvironmentsTearDownEnd(const UnitTest& /*unit_test*/) { + g_events->push_back(GetFullMethodName("OnEnvironmentsTearDownEnd")); + } + + virtual void OnTestIterationEnd(const UnitTest& /*unit_test*/, + int iteration) { + Message message; + message << GetFullMethodName("OnTestIterationEnd") + << "(" << iteration << ")"; + g_events->push_back(message.GetString()); + } + + virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) { + g_events->push_back(GetFullMethodName("OnTestProgramEnd")); + } + + private: + std::string GetFullMethodName(const char* name) { + return name_ + "." + name; + } + + std::string name_; +}; + +class EnvironmentInvocationCatcher : public Environment { + protected: + virtual void SetUp() { + g_events->push_back("Environment::SetUp"); + } + + virtual void TearDown() { + g_events->push_back("Environment::TearDown"); + } +}; + +class ListenerTest : public Test { + protected: + static void SetUpTestCase() { + g_events->push_back("ListenerTest::SetUpTestCase"); + } + + static void TearDownTestCase() { + g_events->push_back("ListenerTest::TearDownTestCase"); + } + + virtual void SetUp() { + g_events->push_back("ListenerTest::SetUp"); + } + + virtual void TearDown() { + g_events->push_back("ListenerTest::TearDown"); + } +}; + +TEST_F(ListenerTest, DoesFoo) { + // Test execution order within a test case is not guaranteed so we are not + // recording the test name. + g_events->push_back("ListenerTest::* Test Body"); + SUCCEED(); // Triggers OnTestPartResult. +} + +TEST_F(ListenerTest, DoesBar) { + g_events->push_back("ListenerTest::* Test Body"); + SUCCEED(); // Triggers OnTestPartResult. +} + +} // namespace internal + +} // namespace testing + +using ::testing::internal::EnvironmentInvocationCatcher; +using ::testing::internal::EventRecordingListener; + +void VerifyResults(const std::vector& data, + const char* const* expected_data, + int expected_data_size) { + const int actual_size = data.size(); + // If the following assertion fails, a new entry will be appended to + // data. Hence we save data.size() first. + EXPECT_EQ(expected_data_size, actual_size); + + // Compares the common prefix. + const int shorter_size = expected_data_size <= actual_size ? + expected_data_size : actual_size; + int i = 0; + for (; i < shorter_size; ++i) { + ASSERT_STREQ(expected_data[i], data[i].c_str()) + << "at position " << i; + } + + // Prints extra elements in the actual data. + for (; i < actual_size; ++i) { + printf(" Actual event #%d: %s\n", i, data[i].c_str()); + } +} + +int main(int argc, char **argv) { + std::vector events; + g_events = &events; + InitGoogleTest(&argc, argv); + + UnitTest::GetInstance()->listeners().Append( + new EventRecordingListener("1st")); + UnitTest::GetInstance()->listeners().Append( + new EventRecordingListener("2nd")); + + AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); + + GTEST_CHECK_(events.size() == 0) + << "AddGlobalTestEnvironment should not generate any events itself."; + + ::testing::GTEST_FLAG(repeat) = 2; + int ret_val = RUN_ALL_TESTS(); + + const char* const expected_events[] = { + "1st.OnTestProgramStart", + "2nd.OnTestProgramStart", + "1st.OnTestIterationStart(0)", + "2nd.OnTestIterationStart(0)", + "1st.OnEnvironmentsSetUpStart", + "2nd.OnEnvironmentsSetUpStart", + "Environment::SetUp", + "2nd.OnEnvironmentsSetUpEnd", + "1st.OnEnvironmentsSetUpEnd", + "1st.OnTestCaseStart", + "2nd.OnTestCaseStart", + "ListenerTest::SetUpTestCase", + "1st.OnTestStart", + "2nd.OnTestStart", + "ListenerTest::SetUp", + "ListenerTest::* Test Body", + "1st.OnTestPartResult", + "2nd.OnTestPartResult", + "ListenerTest::TearDown", + "2nd.OnTestEnd", + "1st.OnTestEnd", + "1st.OnTestStart", + "2nd.OnTestStart", + "ListenerTest::SetUp", + "ListenerTest::* Test Body", + "1st.OnTestPartResult", + "2nd.OnTestPartResult", + "ListenerTest::TearDown", + "2nd.OnTestEnd", + "1st.OnTestEnd", + "ListenerTest::TearDownTestCase", + "2nd.OnTestCaseEnd", + "1st.OnTestCaseEnd", + "1st.OnEnvironmentsTearDownStart", + "2nd.OnEnvironmentsTearDownStart", + "Environment::TearDown", + "2nd.OnEnvironmentsTearDownEnd", + "1st.OnEnvironmentsTearDownEnd", + "2nd.OnTestIterationEnd(0)", + "1st.OnTestIterationEnd(0)", + "1st.OnTestIterationStart(1)", + "2nd.OnTestIterationStart(1)", + "1st.OnEnvironmentsSetUpStart", + "2nd.OnEnvironmentsSetUpStart", + "Environment::SetUp", + "2nd.OnEnvironmentsSetUpEnd", + "1st.OnEnvironmentsSetUpEnd", + "1st.OnTestCaseStart", + "2nd.OnTestCaseStart", + "ListenerTest::SetUpTestCase", + "1st.OnTestStart", + "2nd.OnTestStart", + "ListenerTest::SetUp", + "ListenerTest::* Test Body", + "1st.OnTestPartResult", + "2nd.OnTestPartResult", + "ListenerTest::TearDown", + "2nd.OnTestEnd", + "1st.OnTestEnd", + "1st.OnTestStart", + "2nd.OnTestStart", + "ListenerTest::SetUp", + "ListenerTest::* Test Body", + "1st.OnTestPartResult", + "2nd.OnTestPartResult", + "ListenerTest::TearDown", + "2nd.OnTestEnd", + "1st.OnTestEnd", + "ListenerTest::TearDownTestCase", + "2nd.OnTestCaseEnd", + "1st.OnTestCaseEnd", + "1st.OnEnvironmentsTearDownStart", + "2nd.OnEnvironmentsTearDownStart", + "Environment::TearDown", + "2nd.OnEnvironmentsTearDownEnd", + "1st.OnEnvironmentsTearDownEnd", + "2nd.OnTestIterationEnd(1)", + "1st.OnTestIterationEnd(1)", + "2nd.OnTestProgramEnd", + "1st.OnTestProgramEnd" + }; + VerifyResults(events, + expected_events, + sizeof(expected_events)/sizeof(expected_events[0])); + + // We need to check manually for ad hoc test failures that happen after + // RUN_ALL_TESTS finishes. + if (UnitTest::GetInstance()->Failed()) + ret_val = 1; + + return ret_val; +} diff --git a/gtest-1.7.0/test/gtest-message_test.cc b/gtest-1.7.0/test/gtest-message_test.cc new file mode 100644 index 000000000..175238ef4 --- /dev/null +++ b/gtest-1.7.0/test/gtest-message_test.cc @@ -0,0 +1,159 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Tests for the Message class. + +#include "gtest/gtest-message.h" + +#include "gtest/gtest.h" + +namespace { + +using ::testing::Message; + +// Tests the testing::Message class + +// Tests the default constructor. +TEST(MessageTest, DefaultConstructor) { + const Message msg; + EXPECT_EQ("", msg.GetString()); +} + +// Tests the copy constructor. +TEST(MessageTest, CopyConstructor) { + const Message msg1("Hello"); + const Message msg2(msg1); + EXPECT_EQ("Hello", msg2.GetString()); +} + +// Tests constructing a Message from a C-string. +TEST(MessageTest, ConstructsFromCString) { + Message msg("Hello"); + EXPECT_EQ("Hello", msg.GetString()); +} + +// Tests streaming a float. +TEST(MessageTest, StreamsFloat) { + const std::string s = (Message() << 1.23456F << " " << 2.34567F).GetString(); + // Both numbers should be printed with enough precision. + EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str()); +} + +// Tests streaming a double. +TEST(MessageTest, StreamsDouble) { + const std::string s = (Message() << 1260570880.4555497 << " " + << 1260572265.1954534).GetString(); + // Both numbers should be printed with enough precision. + EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str()); +} + +// Tests streaming a non-char pointer. +TEST(MessageTest, StreamsPointer) { + int n = 0; + int* p = &n; + EXPECT_NE("(null)", (Message() << p).GetString()); +} + +// Tests streaming a NULL non-char pointer. +TEST(MessageTest, StreamsNullPointer) { + int* p = NULL; + EXPECT_EQ("(null)", (Message() << p).GetString()); +} + +// Tests streaming a C string. +TEST(MessageTest, StreamsCString) { + EXPECT_EQ("Foo", (Message() << "Foo").GetString()); +} + +// Tests streaming a NULL C string. +TEST(MessageTest, StreamsNullCString) { + char* p = NULL; + EXPECT_EQ("(null)", (Message() << p).GetString()); +} + +// Tests streaming std::string. +TEST(MessageTest, StreamsString) { + const ::std::string str("Hello"); + EXPECT_EQ("Hello", (Message() << str).GetString()); +} + +// Tests that we can output strings containing embedded NULs. +TEST(MessageTest, StreamsStringWithEmbeddedNUL) { + const char char_array_with_nul[] = + "Here's a NUL\0 and some more string"; + const ::std::string string_with_nul(char_array_with_nul, + sizeof(char_array_with_nul) - 1); + EXPECT_EQ("Here's a NUL\\0 and some more string", + (Message() << string_with_nul).GetString()); +} + +// Tests streaming a NUL char. +TEST(MessageTest, StreamsNULChar) { + EXPECT_EQ("\\0", (Message() << '\0').GetString()); +} + +// Tests streaming int. +TEST(MessageTest, StreamsInt) { + EXPECT_EQ("123", (Message() << 123).GetString()); +} + +// Tests that basic IO manipulators (endl, ends, and flush) can be +// streamed to Message. +TEST(MessageTest, StreamsBasicIoManip) { + EXPECT_EQ("Line 1.\nA NUL char \\0 in line 2.", + (Message() << "Line 1." << std::endl + << "A NUL char " << std::ends << std::flush + << " in line 2.").GetString()); +} + +// Tests Message::GetString() +TEST(MessageTest, GetString) { + Message msg; + msg << 1 << " lamb"; + EXPECT_EQ("1 lamb", msg.GetString()); +} + +// Tests streaming a Message object to an ostream. +TEST(MessageTest, StreamsToOStream) { + Message msg("Hello"); + ::std::stringstream ss; + ss << msg; + EXPECT_EQ("Hello", testing::internal::StringStreamToString(&ss)); +} + +// Tests that a Message object doesn't take up too much stack space. +TEST(MessageTest, DoesNotTakeUpMuchStackSpace) { + EXPECT_LE(sizeof(Message), 16U); +} + +} // namespace diff --git a/gtest-1.7.0/test/gtest-options_test.cc b/gtest-1.7.0/test/gtest-options_test.cc new file mode 100644 index 000000000..5586dc3b1 --- /dev/null +++ b/gtest-1.7.0/test/gtest-options_test.cc @@ -0,0 +1,215 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: keith.ray@gmail.com (Keith Ray) +// +// Google Test UnitTestOptions tests +// +// This file tests classes and functions used internally by +// Google Test. They are subject to change without notice. +// +// This file is #included from gtest.cc, to avoid changing build or +// make-files on Windows and other platforms. Do not #include this file +// anywhere else! + +#include "gtest/gtest.h" + +#if GTEST_OS_WINDOWS_MOBILE +# include +#elif GTEST_OS_WINDOWS +# include +#endif // GTEST_OS_WINDOWS_MOBILE + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { +namespace internal { +namespace { + +// Turns the given relative path into an absolute path. +FilePath GetAbsolutePathOf(const FilePath& relative_path) { + return FilePath::ConcatPaths(FilePath::GetCurrentDir(), relative_path); +} + +// Testing UnitTestOptions::GetOutputFormat/GetOutputFile. + +TEST(XmlOutputTest, GetOutputFormatDefault) { + GTEST_FLAG(output) = ""; + EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str()); +} + +TEST(XmlOutputTest, GetOutputFormat) { + GTEST_FLAG(output) = "xml:filename"; + EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str()); +} + +TEST(XmlOutputTest, GetOutputFileDefault) { + GTEST_FLAG(output) = ""; + EXPECT_EQ(GetAbsolutePathOf(FilePath("test_detail.xml")).string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +} + +TEST(XmlOutputTest, GetOutputFileSingleFile) { + GTEST_FLAG(output) = "xml:filename.abc"; + EXPECT_EQ(GetAbsolutePathOf(FilePath("filename.abc")).string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +} + +TEST(XmlOutputTest, GetOutputFileFromDirectoryPath) { + GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_; + const std::string expected_output_file = + GetAbsolutePathOf( + FilePath(std::string("path") + GTEST_PATH_SEP_ + + GetCurrentExecutableName().string() + ".xml")).string(); + const std::string& output_file = + UnitTestOptions::GetAbsolutePathToOutputFile(); +#if GTEST_OS_WINDOWS + EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); +#else + EXPECT_EQ(expected_output_file, output_file.c_str()); +#endif +} + +TEST(OutputFileHelpersTest, GetCurrentExecutableName) { + const std::string exe_str = GetCurrentExecutableName().string(); +#if GTEST_OS_WINDOWS + const bool success = + _strcmpi("gtest-options_test", exe_str.c_str()) == 0 || + _strcmpi("gtest-options-ex_test", exe_str.c_str()) == 0 || + _strcmpi("gtest_all_test", exe_str.c_str()) == 0 || + _strcmpi("gtest_dll_test", exe_str.c_str()) == 0; +#else + // TODO(wan@google.com): remove the hard-coded "lt-" prefix when + // Chandler Carruth's libtool replacement is ready. + const bool success = + exe_str == "gtest-options_test" || + exe_str == "gtest_all_test" || + exe_str == "lt-gtest_all_test" || + exe_str == "gtest_dll_test"; +#endif // GTEST_OS_WINDOWS + if (!success) + FAIL() << "GetCurrentExecutableName() returns " << exe_str; +} + +class XmlOutputChangeDirTest : public Test { + protected: + virtual void SetUp() { + original_working_dir_ = FilePath::GetCurrentDir(); + posix::ChDir(".."); + // This will make the test fail if run from the root directory. + EXPECT_NE(original_working_dir_.string(), + FilePath::GetCurrentDir().string()); + } + + virtual void TearDown() { + posix::ChDir(original_working_dir_.string().c_str()); + } + + FilePath original_working_dir_; +}; + +TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefault) { + GTEST_FLAG(output) = ""; + EXPECT_EQ(FilePath::ConcatPaths(original_working_dir_, + FilePath("test_detail.xml")).string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +} + +TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefaultXML) { + GTEST_FLAG(output) = "xml"; + EXPECT_EQ(FilePath::ConcatPaths(original_working_dir_, + FilePath("test_detail.xml")).string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +} + +TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativeFile) { + GTEST_FLAG(output) = "xml:filename.abc"; + EXPECT_EQ(FilePath::ConcatPaths(original_working_dir_, + FilePath("filename.abc")).string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +} + +TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativePath) { + GTEST_FLAG(output) = "xml:path" GTEST_PATH_SEP_; + const std::string expected_output_file = + FilePath::ConcatPaths( + original_working_dir_, + FilePath(std::string("path") + GTEST_PATH_SEP_ + + GetCurrentExecutableName().string() + ".xml")).string(); + const std::string& output_file = + UnitTestOptions::GetAbsolutePathToOutputFile(); +#if GTEST_OS_WINDOWS + EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); +#else + EXPECT_EQ(expected_output_file, output_file.c_str()); +#endif +} + +TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsoluteFile) { +#if GTEST_OS_WINDOWS + GTEST_FLAG(output) = "xml:c:\\tmp\\filename.abc"; + EXPECT_EQ(FilePath("c:\\tmp\\filename.abc").string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +#else + GTEST_FLAG(output) ="xml:/tmp/filename.abc"; + EXPECT_EQ(FilePath("/tmp/filename.abc").string(), + UnitTestOptions::GetAbsolutePathToOutputFile()); +#endif +} + +TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsolutePath) { +#if GTEST_OS_WINDOWS + const std::string path = "c:\\tmp\\"; +#else + const std::string path = "/tmp/"; +#endif + + GTEST_FLAG(output) = "xml:" + path; + const std::string expected_output_file = + path + GetCurrentExecutableName().string() + ".xml"; + const std::string& output_file = + UnitTestOptions::GetAbsolutePathToOutputFile(); + +#if GTEST_OS_WINDOWS + EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); +#else + EXPECT_EQ(expected_output_file, output_file.c_str()); +#endif +} + +} // namespace +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/test/gtest-param-test2_test.cc b/gtest-1.7.0/test/gtest-param-test2_test.cc new file mode 100644 index 000000000..4a782fe70 --- /dev/null +++ b/gtest-1.7.0/test/gtest-param-test2_test.cc @@ -0,0 +1,65 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) +// +// Tests for Google Test itself. This verifies that the basic constructs of +// Google Test work. + +#include "gtest/gtest.h" + +#include "test/gtest-param-test_test.h" + +#if GTEST_HAS_PARAM_TEST + +using ::testing::Values; +using ::testing::internal::ParamGenerator; + +// Tests that generators defined in a different translation unit +// are functional. The test using extern_gen is defined +// in gtest-param-test_test.cc. +ParamGenerator extern_gen = Values(33); + +// Tests that a parameterized test case can be defined in one translation unit +// and instantiated in another. The test is defined in gtest-param-test_test.cc +// and ExternalInstantiationTest fixture class is defined in +// gtest-param-test_test.h. +INSTANTIATE_TEST_CASE_P(MultiplesOf33, + ExternalInstantiationTest, + Values(33, 66)); + +// Tests that a parameterized test case can be instantiated +// in multiple translation units. Another instantiation is defined +// in gtest-param-test_test.cc and InstantiationInMultipleTranslaionUnitsTest +// fixture is defined in gtest-param-test_test.h +INSTANTIATE_TEST_CASE_P(Sequence2, + InstantiationInMultipleTranslaionUnitsTest, + Values(42*3, 42*4, 42*5)); + +#endif // GTEST_HAS_PARAM_TEST diff --git a/gtest-1.7.0/test/gtest-param-test_test.cc b/gtest-1.7.0/test/gtest-param-test_test.cc new file mode 100644 index 000000000..f60cb8a55 --- /dev/null +++ b/gtest-1.7.0/test/gtest-param-test_test.cc @@ -0,0 +1,904 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) +// +// Tests for Google Test itself. This file verifies that the parameter +// generators objects produce correct parameter sequences and that +// Google Test runtime instantiates correct tests from those sequences. + +#include "gtest/gtest.h" + +#if GTEST_HAS_PARAM_TEST + +# include +# include +# include +# include +# include +# include + +// To include gtest-internal-inl.h. +# define GTEST_IMPLEMENTATION_ 1 +# include "src/gtest-internal-inl.h" // for UnitTestOptions +# undef GTEST_IMPLEMENTATION_ + +# include "test/gtest-param-test_test.h" + +using ::std::vector; +using ::std::sort; + +using ::testing::AddGlobalTestEnvironment; +using ::testing::Bool; +using ::testing::Message; +using ::testing::Range; +using ::testing::TestWithParam; +using ::testing::Values; +using ::testing::ValuesIn; + +# if GTEST_HAS_COMBINE +using ::testing::Combine; +using ::std::tr1::get; +using ::std::tr1::make_tuple; +using ::std::tr1::tuple; +# endif // GTEST_HAS_COMBINE + +using ::testing::internal::ParamGenerator; +using ::testing::internal::UnitTestOptions; + +// Prints a value to a string. +// +// TODO(wan@google.com): remove PrintValue() when we move matchers and +// EXPECT_THAT() from Google Mock to Google Test. At that time, we +// can write EXPECT_THAT(x, Eq(y)) to compare two tuples x and y, as +// EXPECT_THAT() and the matchers know how to print tuples. +template +::std::string PrintValue(const T& value) { + ::std::stringstream stream; + stream << value; + return stream.str(); +} + +# if GTEST_HAS_COMBINE + +// These overloads allow printing tuples in our tests. We cannot +// define an operator<< for tuples, as that definition needs to be in +// the std namespace in order to be picked up by Google Test via +// Argument-Dependent Lookup, yet defining anything in the std +// namespace in non-STL code is undefined behavior. + +template +::std::string PrintValue(const tuple& value) { + ::std::stringstream stream; + stream << "(" << get<0>(value) << ", " << get<1>(value) << ")"; + return stream.str(); +} + +template +::std::string PrintValue(const tuple& value) { + ::std::stringstream stream; + stream << "(" << get<0>(value) << ", " << get<1>(value) + << ", "<< get<2>(value) << ")"; + return stream.str(); +} + +template +::std::string PrintValue( + const tuple& value) { + ::std::stringstream stream; + stream << "(" << get<0>(value) << ", " << get<1>(value) + << ", "<< get<2>(value) << ", " << get<3>(value) + << ", "<< get<4>(value) << ", " << get<5>(value) + << ", "<< get<6>(value) << ", " << get<7>(value) + << ", "<< get<8>(value) << ", " << get<9>(value) << ")"; + return stream.str(); +} + +# endif // GTEST_HAS_COMBINE + +// Verifies that a sequence generated by the generator and accessed +// via the iterator object matches the expected one using Google Test +// assertions. +template +void VerifyGenerator(const ParamGenerator& generator, + const T (&expected_values)[N]) { + typename ParamGenerator::iterator it = generator.begin(); + for (size_t i = 0; i < N; ++i) { + ASSERT_FALSE(it == generator.end()) + << "At element " << i << " when accessing via an iterator " + << "created with the copy constructor.\n"; + // We cannot use EXPECT_EQ() here as the values may be tuples, + // which don't support <<. + EXPECT_TRUE(expected_values[i] == *it) + << "where i is " << i + << ", expected_values[i] is " << PrintValue(expected_values[i]) + << ", *it is " << PrintValue(*it) + << ", and 'it' is an iterator created with the copy constructor.\n"; + it++; + } + EXPECT_TRUE(it == generator.end()) + << "At the presumed end of sequence when accessing via an iterator " + << "created with the copy constructor.\n"; + + // Test the iterator assignment. The following lines verify that + // the sequence accessed via an iterator initialized via the + // assignment operator (as opposed to a copy constructor) matches + // just the same. + it = generator.begin(); + for (size_t i = 0; i < N; ++i) { + ASSERT_FALSE(it == generator.end()) + << "At element " << i << " when accessing via an iterator " + << "created with the assignment operator.\n"; + EXPECT_TRUE(expected_values[i] == *it) + << "where i is " << i + << ", expected_values[i] is " << PrintValue(expected_values[i]) + << ", *it is " << PrintValue(*it) + << ", and 'it' is an iterator created with the copy constructor.\n"; + it++; + } + EXPECT_TRUE(it == generator.end()) + << "At the presumed end of sequence when accessing via an iterator " + << "created with the assignment operator.\n"; +} + +template +void VerifyGeneratorIsEmpty(const ParamGenerator& generator) { + typename ParamGenerator::iterator it = generator.begin(); + EXPECT_TRUE(it == generator.end()); + + it = generator.begin(); + EXPECT_TRUE(it == generator.end()); +} + +// Generator tests. They test that each of the provided generator functions +// generates an expected sequence of values. The general test pattern +// instantiates a generator using one of the generator functions, +// checks the sequence produced by the generator using its iterator API, +// and then resets the iterator back to the beginning of the sequence +// and checks the sequence again. + +// Tests that iterators produced by generator functions conform to the +// ForwardIterator concept. +TEST(IteratorTest, ParamIteratorConformsToForwardIteratorConcept) { + const ParamGenerator gen = Range(0, 10); + ParamGenerator::iterator it = gen.begin(); + + // Verifies that iterator initialization works as expected. + ParamGenerator::iterator it2 = it; + EXPECT_TRUE(*it == *it2) << "Initialized iterators must point to the " + << "element same as its source points to"; + + // Verifies that iterator assignment works as expected. + it++; + EXPECT_FALSE(*it == *it2); + it2 = it; + EXPECT_TRUE(*it == *it2) << "Assigned iterators must point to the " + << "element same as its source points to"; + + // Verifies that prefix operator++() returns *this. + EXPECT_EQ(&it, &(++it)) << "Result of the prefix operator++ must be " + << "refer to the original object"; + + // Verifies that the result of the postfix operator++ points to the value + // pointed to by the original iterator. + int original_value = *it; // Have to compute it outside of macro call to be + // unaffected by the parameter evaluation order. + EXPECT_EQ(original_value, *(it++)); + + // Verifies that prefix and postfix operator++() advance an iterator + // all the same. + it2 = it; + it++; + ++it2; + EXPECT_TRUE(*it == *it2); +} + +// Tests that Range() generates the expected sequence. +TEST(RangeTest, IntRangeWithDefaultStep) { + const ParamGenerator gen = Range(0, 3); + const int expected_values[] = {0, 1, 2}; + VerifyGenerator(gen, expected_values); +} + +// Edge case. Tests that Range() generates the single element sequence +// as expected when provided with range limits that are equal. +TEST(RangeTest, IntRangeSingleValue) { + const ParamGenerator gen = Range(0, 1); + const int expected_values[] = {0}; + VerifyGenerator(gen, expected_values); +} + +// Edge case. Tests that Range() with generates empty sequence when +// supplied with an empty range. +TEST(RangeTest, IntRangeEmpty) { + const ParamGenerator gen = Range(0, 0); + VerifyGeneratorIsEmpty(gen); +} + +// Tests that Range() with custom step (greater then one) generates +// the expected sequence. +TEST(RangeTest, IntRangeWithCustomStep) { + const ParamGenerator gen = Range(0, 9, 3); + const int expected_values[] = {0, 3, 6}; + VerifyGenerator(gen, expected_values); +} + +// Tests that Range() with custom step (greater then one) generates +// the expected sequence when the last element does not fall on the +// upper range limit. Sequences generated by Range() must not have +// elements beyond the range limits. +TEST(RangeTest, IntRangeWithCustomStepOverUpperBound) { + const ParamGenerator gen = Range(0, 4, 3); + const int expected_values[] = {0, 3}; + VerifyGenerator(gen, expected_values); +} + +// Verifies that Range works with user-defined types that define +// copy constructor, operator=(), operator+(), and operator<(). +class DogAdder { + public: + explicit DogAdder(const char* a_value) : value_(a_value) {} + DogAdder(const DogAdder& other) : value_(other.value_.c_str()) {} + + DogAdder operator=(const DogAdder& other) { + if (this != &other) + value_ = other.value_; + return *this; + } + DogAdder operator+(const DogAdder& other) const { + Message msg; + msg << value_.c_str() << other.value_.c_str(); + return DogAdder(msg.GetString().c_str()); + } + bool operator<(const DogAdder& other) const { + return value_ < other.value_; + } + const std::string& value() const { return value_; } + + private: + std::string value_; +}; + +TEST(RangeTest, WorksWithACustomType) { + const ParamGenerator gen = + Range(DogAdder("cat"), DogAdder("catdogdog"), DogAdder("dog")); + ParamGenerator::iterator it = gen.begin(); + + ASSERT_FALSE(it == gen.end()); + EXPECT_STREQ("cat", it->value().c_str()); + + ASSERT_FALSE(++it == gen.end()); + EXPECT_STREQ("catdog", it->value().c_str()); + + EXPECT_TRUE(++it == gen.end()); +} + +class IntWrapper { + public: + explicit IntWrapper(int a_value) : value_(a_value) {} + IntWrapper(const IntWrapper& other) : value_(other.value_) {} + + IntWrapper operator=(const IntWrapper& other) { + value_ = other.value_; + return *this; + } + // operator+() adds a different type. + IntWrapper operator+(int other) const { return IntWrapper(value_ + other); } + bool operator<(const IntWrapper& other) const { + return value_ < other.value_; + } + int value() const { return value_; } + + private: + int value_; +}; + +TEST(RangeTest, WorksWithACustomTypeWithDifferentIncrementType) { + const ParamGenerator gen = Range(IntWrapper(0), IntWrapper(2)); + ParamGenerator::iterator it = gen.begin(); + + ASSERT_FALSE(it == gen.end()); + EXPECT_EQ(0, it->value()); + + ASSERT_FALSE(++it == gen.end()); + EXPECT_EQ(1, it->value()); + + EXPECT_TRUE(++it == gen.end()); +} + +// Tests that ValuesIn() with an array parameter generates +// the expected sequence. +TEST(ValuesInTest, ValuesInArray) { + int array[] = {3, 5, 8}; + const ParamGenerator gen = ValuesIn(array); + VerifyGenerator(gen, array); +} + +// Tests that ValuesIn() with a const array parameter generates +// the expected sequence. +TEST(ValuesInTest, ValuesInConstArray) { + const int array[] = {3, 5, 8}; + const ParamGenerator gen = ValuesIn(array); + VerifyGenerator(gen, array); +} + +// Edge case. Tests that ValuesIn() with an array parameter containing a +// single element generates the single element sequence. +TEST(ValuesInTest, ValuesInSingleElementArray) { + int array[] = {42}; + const ParamGenerator gen = ValuesIn(array); + VerifyGenerator(gen, array); +} + +// Tests that ValuesIn() generates the expected sequence for an STL +// container (vector). +TEST(ValuesInTest, ValuesInVector) { + typedef ::std::vector ContainerType; + ContainerType values; + values.push_back(3); + values.push_back(5); + values.push_back(8); + const ParamGenerator gen = ValuesIn(values); + + const int expected_values[] = {3, 5, 8}; + VerifyGenerator(gen, expected_values); +} + +// Tests that ValuesIn() generates the expected sequence. +TEST(ValuesInTest, ValuesInIteratorRange) { + typedef ::std::vector ContainerType; + ContainerType values; + values.push_back(3); + values.push_back(5); + values.push_back(8); + const ParamGenerator gen = ValuesIn(values.begin(), values.end()); + + const int expected_values[] = {3, 5, 8}; + VerifyGenerator(gen, expected_values); +} + +// Edge case. Tests that ValuesIn() provided with an iterator range specifying a +// single value generates a single-element sequence. +TEST(ValuesInTest, ValuesInSingleElementIteratorRange) { + typedef ::std::vector ContainerType; + ContainerType values; + values.push_back(42); + const ParamGenerator gen = ValuesIn(values.begin(), values.end()); + + const int expected_values[] = {42}; + VerifyGenerator(gen, expected_values); +} + +// Edge case. Tests that ValuesIn() provided with an empty iterator range +// generates an empty sequence. +TEST(ValuesInTest, ValuesInEmptyIteratorRange) { + typedef ::std::vector ContainerType; + ContainerType values; + const ParamGenerator gen = ValuesIn(values.begin(), values.end()); + + VerifyGeneratorIsEmpty(gen); +} + +// Tests that the Values() generates the expected sequence. +TEST(ValuesTest, ValuesWorks) { + const ParamGenerator gen = Values(3, 5, 8); + + const int expected_values[] = {3, 5, 8}; + VerifyGenerator(gen, expected_values); +} + +// Tests that Values() generates the expected sequences from elements of +// different types convertible to ParamGenerator's parameter type. +TEST(ValuesTest, ValuesWorksForValuesOfCompatibleTypes) { + const ParamGenerator gen = Values(3, 5.0f, 8.0); + + const double expected_values[] = {3.0, 5.0, 8.0}; + VerifyGenerator(gen, expected_values); +} + +TEST(ValuesTest, ValuesWorksForMaxLengthList) { + const ParamGenerator gen = Values( + 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, + 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500); + + const int expected_values[] = { + 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, + 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, + 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, + 310, 320, 330, 340, 350, 360, 370, 380, 390, 400, + 410, 420, 430, 440, 450, 460, 470, 480, 490, 500}; + VerifyGenerator(gen, expected_values); +} + +// Edge case test. Tests that single-parameter Values() generates the sequence +// with the single value. +TEST(ValuesTest, ValuesWithSingleParameter) { + const ParamGenerator gen = Values(42); + + const int expected_values[] = {42}; + VerifyGenerator(gen, expected_values); +} + +// Tests that Bool() generates sequence (false, true). +TEST(BoolTest, BoolWorks) { + const ParamGenerator gen = Bool(); + + const bool expected_values[] = {false, true}; + VerifyGenerator(gen, expected_values); +} + +# if GTEST_HAS_COMBINE + +// Tests that Combine() with two parameters generates the expected sequence. +TEST(CombineTest, CombineWithTwoParameters) { + const char* foo = "foo"; + const char* bar = "bar"; + const ParamGenerator > gen = + Combine(Values(foo, bar), Values(3, 4)); + + tuple expected_values[] = { + make_tuple(foo, 3), make_tuple(foo, 4), + make_tuple(bar, 3), make_tuple(bar, 4)}; + VerifyGenerator(gen, expected_values); +} + +// Tests that Combine() with three parameters generates the expected sequence. +TEST(CombineTest, CombineWithThreeParameters) { + const ParamGenerator > gen = Combine(Values(0, 1), + Values(3, 4), + Values(5, 6)); + tuple expected_values[] = { + make_tuple(0, 3, 5), make_tuple(0, 3, 6), + make_tuple(0, 4, 5), make_tuple(0, 4, 6), + make_tuple(1, 3, 5), make_tuple(1, 3, 6), + make_tuple(1, 4, 5), make_tuple(1, 4, 6)}; + VerifyGenerator(gen, expected_values); +} + +// Tests that the Combine() with the first parameter generating a single value +// sequence generates a sequence with the number of elements equal to the +// number of elements in the sequence generated by the second parameter. +TEST(CombineTest, CombineWithFirstParameterSingleValue) { + const ParamGenerator > gen = Combine(Values(42), + Values(0, 1)); + + tuple expected_values[] = {make_tuple(42, 0), make_tuple(42, 1)}; + VerifyGenerator(gen, expected_values); +} + +// Tests that the Combine() with the second parameter generating a single value +// sequence generates a sequence with the number of elements equal to the +// number of elements in the sequence generated by the first parameter. +TEST(CombineTest, CombineWithSecondParameterSingleValue) { + const ParamGenerator > gen = Combine(Values(0, 1), + Values(42)); + + tuple expected_values[] = {make_tuple(0, 42), make_tuple(1, 42)}; + VerifyGenerator(gen, expected_values); +} + +// Tests that when the first parameter produces an empty sequence, +// Combine() produces an empty sequence, too. +TEST(CombineTest, CombineWithFirstParameterEmptyRange) { + const ParamGenerator > gen = Combine(Range(0, 0), + Values(0, 1)); + VerifyGeneratorIsEmpty(gen); +} + +// Tests that when the second parameter produces an empty sequence, +// Combine() produces an empty sequence, too. +TEST(CombineTest, CombineWithSecondParameterEmptyRange) { + const ParamGenerator > gen = Combine(Values(0, 1), + Range(1, 1)); + VerifyGeneratorIsEmpty(gen); +} + +// Edge case. Tests that combine works with the maximum number +// of parameters supported by Google Test (currently 10). +TEST(CombineTest, CombineWithMaxNumberOfParameters) { + const char* foo = "foo"; + const char* bar = "bar"; + const ParamGenerator > gen = Combine(Values(foo, bar), + Values(1), Values(2), + Values(3), Values(4), + Values(5), Values(6), + Values(7), Values(8), + Values(9)); + + tuple + expected_values[] = {make_tuple(foo, 1, 2, 3, 4, 5, 6, 7, 8, 9), + make_tuple(bar, 1, 2, 3, 4, 5, 6, 7, 8, 9)}; + VerifyGenerator(gen, expected_values); +} + +# endif // GTEST_HAS_COMBINE + +// Tests that an generator produces correct sequence after being +// assigned from another generator. +TEST(ParamGeneratorTest, AssignmentWorks) { + ParamGenerator gen = Values(1, 2); + const ParamGenerator gen2 = Values(3, 4); + gen = gen2; + + const int expected_values[] = {3, 4}; + VerifyGenerator(gen, expected_values); +} + +// This test verifies that the tests are expanded and run as specified: +// one test per element from the sequence produced by the generator +// specified in INSTANTIATE_TEST_CASE_P. It also verifies that the test's +// fixture constructor, SetUp(), and TearDown() have run and have been +// supplied with the correct parameters. + +// The use of environment object allows detection of the case where no test +// case functionality is run at all. In this case TestCaseTearDown will not +// be able to detect missing tests, naturally. +template +class TestGenerationEnvironment : public ::testing::Environment { + public: + static TestGenerationEnvironment* Instance() { + static TestGenerationEnvironment* instance = new TestGenerationEnvironment; + return instance; + } + + void FixtureConstructorExecuted() { fixture_constructor_count_++; } + void SetUpExecuted() { set_up_count_++; } + void TearDownExecuted() { tear_down_count_++; } + void TestBodyExecuted() { test_body_count_++; } + + virtual void TearDown() { + // If all MultipleTestGenerationTest tests have been de-selected + // by the filter flag, the following checks make no sense. + bool perform_check = false; + + for (int i = 0; i < kExpectedCalls; ++i) { + Message msg; + msg << "TestsExpandedAndRun/" << i; + if (UnitTestOptions::FilterMatchesTest( + "TestExpansionModule/MultipleTestGenerationTest", + msg.GetString().c_str())) { + perform_check = true; + } + } + if (perform_check) { + EXPECT_EQ(kExpectedCalls, fixture_constructor_count_) + << "Fixture constructor of ParamTestGenerationTest test case " + << "has not been run as expected."; + EXPECT_EQ(kExpectedCalls, set_up_count_) + << "Fixture SetUp method of ParamTestGenerationTest test case " + << "has not been run as expected."; + EXPECT_EQ(kExpectedCalls, tear_down_count_) + << "Fixture TearDown method of ParamTestGenerationTest test case " + << "has not been run as expected."; + EXPECT_EQ(kExpectedCalls, test_body_count_) + << "Test in ParamTestGenerationTest test case " + << "has not been run as expected."; + } + } + + private: + TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0), + tear_down_count_(0), test_body_count_(0) {} + + int fixture_constructor_count_; + int set_up_count_; + int tear_down_count_; + int test_body_count_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationEnvironment); +}; + +const int test_generation_params[] = {36, 42, 72}; + +class TestGenerationTest : public TestWithParam { + public: + enum { + PARAMETER_COUNT = + sizeof(test_generation_params)/sizeof(test_generation_params[0]) + }; + + typedef TestGenerationEnvironment Environment; + + TestGenerationTest() { + Environment::Instance()->FixtureConstructorExecuted(); + current_parameter_ = GetParam(); + } + virtual void SetUp() { + Environment::Instance()->SetUpExecuted(); + EXPECT_EQ(current_parameter_, GetParam()); + } + virtual void TearDown() { + Environment::Instance()->TearDownExecuted(); + EXPECT_EQ(current_parameter_, GetParam()); + } + + static void SetUpTestCase() { + bool all_tests_in_test_case_selected = true; + + for (int i = 0; i < PARAMETER_COUNT; ++i) { + Message test_name; + test_name << "TestsExpandedAndRun/" << i; + if ( !UnitTestOptions::FilterMatchesTest( + "TestExpansionModule/MultipleTestGenerationTest", + test_name.GetString())) { + all_tests_in_test_case_selected = false; + } + } + EXPECT_TRUE(all_tests_in_test_case_selected) + << "When running the TestGenerationTest test case all of its tests\n" + << "must be selected by the filter flag for the test case to pass.\n" + << "If not all of them are enabled, we can't reliably conclude\n" + << "that the correct number of tests have been generated."; + + collected_parameters_.clear(); + } + + static void TearDownTestCase() { + vector expected_values(test_generation_params, + test_generation_params + PARAMETER_COUNT); + // Test execution order is not guaranteed by Google Test, + // so the order of values in collected_parameters_ can be + // different and we have to sort to compare. + sort(expected_values.begin(), expected_values.end()); + sort(collected_parameters_.begin(), collected_parameters_.end()); + + EXPECT_TRUE(collected_parameters_ == expected_values); + } + + protected: + int current_parameter_; + static vector collected_parameters_; + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(TestGenerationTest); +}; +vector TestGenerationTest::collected_parameters_; + +TEST_P(TestGenerationTest, TestsExpandedAndRun) { + Environment::Instance()->TestBodyExecuted(); + EXPECT_EQ(current_parameter_, GetParam()); + collected_parameters_.push_back(GetParam()); +} +INSTANTIATE_TEST_CASE_P(TestExpansionModule, TestGenerationTest, + ValuesIn(test_generation_params)); + +// This test verifies that the element sequence (third parameter of +// INSTANTIATE_TEST_CASE_P) is evaluated in InitGoogleTest() and neither at +// the call site of INSTANTIATE_TEST_CASE_P nor in RUN_ALL_TESTS(). For +// that, we declare param_value_ to be a static member of +// GeneratorEvaluationTest and initialize it to 0. We set it to 1 in +// main(), just before invocation of InitGoogleTest(). After calling +// InitGoogleTest(), we set the value to 2. If the sequence is evaluated +// before or after InitGoogleTest, INSTANTIATE_TEST_CASE_P will create a +// test with parameter other than 1, and the test body will fail the +// assertion. +class GeneratorEvaluationTest : public TestWithParam { + public: + static int param_value() { return param_value_; } + static void set_param_value(int param_value) { param_value_ = param_value; } + + private: + static int param_value_; +}; +int GeneratorEvaluationTest::param_value_ = 0; + +TEST_P(GeneratorEvaluationTest, GeneratorsEvaluatedInMain) { + EXPECT_EQ(1, GetParam()); +} +INSTANTIATE_TEST_CASE_P(GenEvalModule, + GeneratorEvaluationTest, + Values(GeneratorEvaluationTest::param_value())); + +// Tests that generators defined in a different translation unit are +// functional. Generator extern_gen is defined in gtest-param-test_test2.cc. +extern ParamGenerator extern_gen; +class ExternalGeneratorTest : public TestWithParam {}; +TEST_P(ExternalGeneratorTest, ExternalGenerator) { + // Sequence produced by extern_gen contains only a single value + // which we verify here. + EXPECT_EQ(GetParam(), 33); +} +INSTANTIATE_TEST_CASE_P(ExternalGeneratorModule, + ExternalGeneratorTest, + extern_gen); + +// Tests that a parameterized test case can be defined in one translation +// unit and instantiated in another. This test will be instantiated in +// gtest-param-test_test2.cc. ExternalInstantiationTest fixture class is +// defined in gtest-param-test_test.h. +TEST_P(ExternalInstantiationTest, IsMultipleOf33) { + EXPECT_EQ(0, GetParam() % 33); +} + +// Tests that a parameterized test case can be instantiated with multiple +// generators. +class MultipleInstantiationTest : public TestWithParam {}; +TEST_P(MultipleInstantiationTest, AllowsMultipleInstances) { +} +INSTANTIATE_TEST_CASE_P(Sequence1, MultipleInstantiationTest, Values(1, 2)); +INSTANTIATE_TEST_CASE_P(Sequence2, MultipleInstantiationTest, Range(3, 5)); + +// Tests that a parameterized test case can be instantiated +// in multiple translation units. This test will be instantiated +// here and in gtest-param-test_test2.cc. +// InstantiationInMultipleTranslationUnitsTest fixture class +// is defined in gtest-param-test_test.h. +TEST_P(InstantiationInMultipleTranslaionUnitsTest, IsMultipleOf42) { + EXPECT_EQ(0, GetParam() % 42); +} +INSTANTIATE_TEST_CASE_P(Sequence1, + InstantiationInMultipleTranslaionUnitsTest, + Values(42, 42*2)); + +// Tests that each iteration of parameterized test runs in a separate test +// object. +class SeparateInstanceTest : public TestWithParam { + public: + SeparateInstanceTest() : count_(0) {} + + static void TearDownTestCase() { + EXPECT_GE(global_count_, 2) + << "If some (but not all) SeparateInstanceTest tests have been " + << "filtered out this test will fail. Make sure that all " + << "GeneratorEvaluationTest are selected or de-selected together " + << "by the test filter."; + } + + protected: + int count_; + static int global_count_; +}; +int SeparateInstanceTest::global_count_ = 0; + +TEST_P(SeparateInstanceTest, TestsRunInSeparateInstances) { + EXPECT_EQ(0, count_++); + global_count_++; +} +INSTANTIATE_TEST_CASE_P(FourElemSequence, SeparateInstanceTest, Range(1, 4)); + +// Tests that all instantiations of a test have named appropriately. Test +// defined with TEST_P(TestCaseName, TestName) and instantiated with +// INSTANTIATE_TEST_CASE_P(SequenceName, TestCaseName, generator) must be named +// SequenceName/TestCaseName.TestName/i, where i is the 0-based index of the +// sequence element used to instantiate the test. +class NamingTest : public TestWithParam {}; + +TEST_P(NamingTest, TestsReportCorrectNamesAndParameters) { + const ::testing::TestInfo* const test_info = + ::testing::UnitTest::GetInstance()->current_test_info(); + + EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name()); + + Message index_stream; + index_stream << "TestsReportCorrectNamesAndParameters/" << GetParam(); + EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name()); + + EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); +} + +INSTANTIATE_TEST_CASE_P(ZeroToFiveSequence, NamingTest, Range(0, 5)); + +// Class that cannot be streamed into an ostream. It needs to be copyable +// (and, in case of MSVC, also assignable) in order to be a test parameter +// type. Its default copy constructor and assignment operator do exactly +// what we need. +class Unstreamable { + public: + explicit Unstreamable(int value) : value_(value) {} + + private: + int value_; +}; + +class CommentTest : public TestWithParam {}; + +TEST_P(CommentTest, TestsCorrectlyReportUnstreamableParams) { + const ::testing::TestInfo* const test_info = + ::testing::UnitTest::GetInstance()->current_test_info(); + + EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param()); +} + +INSTANTIATE_TEST_CASE_P(InstantiationWithComments, + CommentTest, + Values(Unstreamable(1))); + +// Verify that we can create a hierarchy of test fixtures, where the base +// class fixture is not parameterized and the derived class is. In this case +// ParameterizedDerivedTest inherits from NonParameterizedBaseTest. We +// perform simple tests on both. +class NonParameterizedBaseTest : public ::testing::Test { + public: + NonParameterizedBaseTest() : n_(17) { } + protected: + int n_; +}; + +class ParameterizedDerivedTest : public NonParameterizedBaseTest, + public ::testing::WithParamInterface { + protected: + ParameterizedDerivedTest() : count_(0) { } + int count_; + static int global_count_; +}; + +int ParameterizedDerivedTest::global_count_ = 0; + +TEST_F(NonParameterizedBaseTest, FixtureIsInitialized) { + EXPECT_EQ(17, n_); +} + +TEST_P(ParameterizedDerivedTest, SeesSequence) { + EXPECT_EQ(17, n_); + EXPECT_EQ(0, count_++); + EXPECT_EQ(GetParam(), global_count_++); +} + +class ParameterizedDeathTest : public ::testing::TestWithParam { }; + +TEST_F(ParameterizedDeathTest, GetParamDiesFromTestF) { + EXPECT_DEATH_IF_SUPPORTED(GetParam(), + ".* value-parameterized test .*"); +} + +INSTANTIATE_TEST_CASE_P(RangeZeroToFive, ParameterizedDerivedTest, Range(0, 5)); + +#endif // GTEST_HAS_PARAM_TEST + +TEST(CompileTest, CombineIsDefinedOnlyWhenGtestHasParamTestIsDefined) { +#if GTEST_HAS_COMBINE && !GTEST_HAS_PARAM_TEST + FAIL() << "GTEST_HAS_COMBINE is defined while GTEST_HAS_PARAM_TEST is not\n" +#endif +} + +int main(int argc, char **argv) { +#if GTEST_HAS_PARAM_TEST + // Used in TestGenerationTest test case. + AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); + // Used in GeneratorEvaluationTest test case. Tests that the updated value + // will be picked up for instantiating tests in GeneratorEvaluationTest. + GeneratorEvaluationTest::set_param_value(1); +#endif // GTEST_HAS_PARAM_TEST + + ::testing::InitGoogleTest(&argc, argv); + +#if GTEST_HAS_PARAM_TEST + // Used in GeneratorEvaluationTest test case. Tests that value updated + // here will NOT be used for instantiating tests in + // GeneratorEvaluationTest. + GeneratorEvaluationTest::set_param_value(2); +#endif // GTEST_HAS_PARAM_TEST + + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest-param-test_test.h b/gtest-1.7.0/test/gtest-param-test_test.h new file mode 100644 index 000000000..26ea122b1 --- /dev/null +++ b/gtest-1.7.0/test/gtest-param-test_test.h @@ -0,0 +1,57 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: vladl@google.com (Vlad Losev) +// +// The Google C++ Testing Framework (Google Test) +// +// This header file provides classes and functions used internally +// for testing Google Test itself. + +#ifndef GTEST_TEST_GTEST_PARAM_TEST_TEST_H_ +#define GTEST_TEST_GTEST_PARAM_TEST_TEST_H_ + +#include "gtest/gtest.h" + +#if GTEST_HAS_PARAM_TEST + +// Test fixture for testing definition and instantiation of a test +// in separate translation units. +class ExternalInstantiationTest : public ::testing::TestWithParam { +}; + +// Test fixture for testing instantiation of a test in multiple +// translation units. +class InstantiationInMultipleTranslaionUnitsTest + : public ::testing::TestWithParam { +}; + +#endif // GTEST_HAS_PARAM_TEST + +#endif // GTEST_TEST_GTEST_PARAM_TEST_TEST_H_ diff --git a/gtest-1.7.0/test/gtest-port_test.cc b/gtest-1.7.0/test/gtest-port_test.cc new file mode 100644 index 000000000..43f1f2010 --- /dev/null +++ b/gtest-1.7.0/test/gtest-port_test.cc @@ -0,0 +1,1253 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Authors: vladl@google.com (Vlad Losev), wan@google.com (Zhanyong Wan) +// +// This file tests the internal cross-platform support utilities. + +#include "gtest/internal/gtest-port.h" + +#include + +#if GTEST_OS_MAC +# include +#endif // GTEST_OS_MAC + +#include +#include // For std::pair and std::make_pair. +#include + +#include "gtest/gtest.h" +#include "gtest/gtest-spi.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +using std::make_pair; +using std::pair; + +namespace testing { +namespace internal { + +TEST(IsXDigitTest, WorksForNarrowAscii) { + EXPECT_TRUE(IsXDigit('0')); + EXPECT_TRUE(IsXDigit('9')); + EXPECT_TRUE(IsXDigit('A')); + EXPECT_TRUE(IsXDigit('F')); + EXPECT_TRUE(IsXDigit('a')); + EXPECT_TRUE(IsXDigit('f')); + + EXPECT_FALSE(IsXDigit('-')); + EXPECT_FALSE(IsXDigit('g')); + EXPECT_FALSE(IsXDigit('G')); +} + +TEST(IsXDigitTest, ReturnsFalseForNarrowNonAscii) { + EXPECT_FALSE(IsXDigit(static_cast(0x80))); + EXPECT_FALSE(IsXDigit(static_cast('0' | 0x80))); +} + +TEST(IsXDigitTest, WorksForWideAscii) { + EXPECT_TRUE(IsXDigit(L'0')); + EXPECT_TRUE(IsXDigit(L'9')); + EXPECT_TRUE(IsXDigit(L'A')); + EXPECT_TRUE(IsXDigit(L'F')); + EXPECT_TRUE(IsXDigit(L'a')); + EXPECT_TRUE(IsXDigit(L'f')); + + EXPECT_FALSE(IsXDigit(L'-')); + EXPECT_FALSE(IsXDigit(L'g')); + EXPECT_FALSE(IsXDigit(L'G')); +} + +TEST(IsXDigitTest, ReturnsFalseForWideNonAscii) { + EXPECT_FALSE(IsXDigit(static_cast(0x80))); + EXPECT_FALSE(IsXDigit(static_cast(L'0' | 0x80))); + EXPECT_FALSE(IsXDigit(static_cast(L'0' | 0x100))); +} + +class Base { + public: + // Copy constructor and assignment operator do exactly what we need, so we + // use them. + Base() : member_(0) {} + explicit Base(int n) : member_(n) {} + virtual ~Base() {} + int member() { return member_; } + + private: + int member_; +}; + +class Derived : public Base { + public: + explicit Derived(int n) : Base(n) {} +}; + +TEST(ImplicitCastTest, ConvertsPointers) { + Derived derived(0); + EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_(&derived)); +} + +TEST(ImplicitCastTest, CanUseInheritance) { + Derived derived(1); + Base base = ::testing::internal::ImplicitCast_(derived); + EXPECT_EQ(derived.member(), base.member()); +} + +class Castable { + public: + explicit Castable(bool* converted) : converted_(converted) {} + operator Base() { + *converted_ = true; + return Base(); + } + + private: + bool* converted_; +}; + +TEST(ImplicitCastTest, CanUseNonConstCastOperator) { + bool converted = false; + Castable castable(&converted); + Base base = ::testing::internal::ImplicitCast_(castable); + EXPECT_TRUE(converted); +} + +class ConstCastable { + public: + explicit ConstCastable(bool* converted) : converted_(converted) {} + operator Base() const { + *converted_ = true; + return Base(); + } + + private: + bool* converted_; +}; + +TEST(ImplicitCastTest, CanUseConstCastOperatorOnConstValues) { + bool converted = false; + const ConstCastable const_castable(&converted); + Base base = ::testing::internal::ImplicitCast_(const_castable); + EXPECT_TRUE(converted); +} + +class ConstAndNonConstCastable { + public: + ConstAndNonConstCastable(bool* converted, bool* const_converted) + : converted_(converted), const_converted_(const_converted) {} + operator Base() { + *converted_ = true; + return Base(); + } + operator Base() const { + *const_converted_ = true; + return Base(); + } + + private: + bool* converted_; + bool* const_converted_; +}; + +TEST(ImplicitCastTest, CanSelectBetweenConstAndNonConstCasrAppropriately) { + bool converted = false; + bool const_converted = false; + ConstAndNonConstCastable castable(&converted, &const_converted); + Base base = ::testing::internal::ImplicitCast_(castable); + EXPECT_TRUE(converted); + EXPECT_FALSE(const_converted); + + converted = false; + const_converted = false; + const ConstAndNonConstCastable const_castable(&converted, &const_converted); + base = ::testing::internal::ImplicitCast_(const_castable); + EXPECT_FALSE(converted); + EXPECT_TRUE(const_converted); +} + +class To { + public: + To(bool* converted) { *converted = true; } // NOLINT +}; + +TEST(ImplicitCastTest, CanUseImplicitConstructor) { + bool converted = false; + To to = ::testing::internal::ImplicitCast_(&converted); + (void)to; + EXPECT_TRUE(converted); +} + +TEST(IteratorTraitsTest, WorksForSTLContainerIterators) { + StaticAssertTypeEq::const_iterator>::value_type>(); + StaticAssertTypeEq::iterator>::value_type>(); +} + +TEST(IteratorTraitsTest, WorksForPointerToNonConst) { + StaticAssertTypeEq::value_type>(); + StaticAssertTypeEq::value_type>(); +} + +TEST(IteratorTraitsTest, WorksForPointerToConst) { + StaticAssertTypeEq::value_type>(); + StaticAssertTypeEq::value_type>(); +} + +// Tests that the element_type typedef is available in scoped_ptr and refers +// to the parameter type. +TEST(ScopedPtrTest, DefinesElementType) { + StaticAssertTypeEq::element_type>(); +} + +// TODO(vladl@google.com): Implement THE REST of scoped_ptr tests. + +TEST(GtestCheckSyntaxTest, BehavesLikeASingleStatement) { + if (AlwaysFalse()) + GTEST_CHECK_(false) << "This should never be executed; " + "It's a compilation test only."; + + if (AlwaysTrue()) + GTEST_CHECK_(true); + else + ; // NOLINT + + if (AlwaysFalse()) + ; // NOLINT + else + GTEST_CHECK_(true) << ""; +} + +TEST(GtestCheckSyntaxTest, WorksWithSwitch) { + switch (0) { + case 1: + break; + default: + GTEST_CHECK_(true); + } + + switch (0) + case 0: + GTEST_CHECK_(true) << "Check failed in switch case"; +} + +// Verifies behavior of FormatFileLocation. +TEST(FormatFileLocationTest, FormatsFileLocation) { + EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); + EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); +} + +TEST(FormatFileLocationTest, FormatsUnknownFile) { + EXPECT_PRED_FORMAT2( + IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); + EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); +} + +TEST(FormatFileLocationTest, FormatsUknownLine) { + EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); +} + +TEST(FormatFileLocationTest, FormatsUknownFileAndLine) { + EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); +} + +// Verifies behavior of FormatCompilerIndependentFileLocation. +TEST(FormatCompilerIndependentFileLocationTest, FormatsFileLocation) { + EXPECT_EQ("foo.cc:42", FormatCompilerIndependentFileLocation("foo.cc", 42)); +} + +TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownFile) { + EXPECT_EQ("unknown file:42", + FormatCompilerIndependentFileLocation(NULL, 42)); +} + +TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownLine) { + EXPECT_EQ("foo.cc", FormatCompilerIndependentFileLocation("foo.cc", -1)); +} + +TEST(FormatCompilerIndependentFileLocationTest, FormatsUknownFileAndLine) { + EXPECT_EQ("unknown file", FormatCompilerIndependentFileLocation(NULL, -1)); +} + +#if GTEST_OS_MAC || GTEST_OS_QNX +void* ThreadFunc(void* data) { + pthread_mutex_t* mutex = static_cast(data); + pthread_mutex_lock(mutex); + pthread_mutex_unlock(mutex); + return NULL; +} + +TEST(GetThreadCountTest, ReturnsCorrectValue) { + EXPECT_EQ(1U, GetThreadCount()); + pthread_mutex_t mutex; + pthread_attr_t attr; + pthread_t thread_id; + + // TODO(vladl@google.com): turn mutex into internal::Mutex for automatic + // destruction. + pthread_mutex_init(&mutex, NULL); + pthread_mutex_lock(&mutex); + ASSERT_EQ(0, pthread_attr_init(&attr)); + ASSERT_EQ(0, pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE)); + + const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); + ASSERT_EQ(0, pthread_attr_destroy(&attr)); + ASSERT_EQ(0, status); + EXPECT_EQ(2U, GetThreadCount()); + pthread_mutex_unlock(&mutex); + + void* dummy; + ASSERT_EQ(0, pthread_join(thread_id, &dummy)); + +# if GTEST_OS_MAC + + // MacOS X may not immediately report the updated thread count after + // joining a thread, causing flakiness in this test. To counter that, we + // wait for up to .5 seconds for the OS to report the correct value. + for (int i = 0; i < 5; ++i) { + if (GetThreadCount() == 1) + break; + + SleepMilliseconds(100); + } + +# endif // GTEST_OS_MAC + + EXPECT_EQ(1U, GetThreadCount()); + pthread_mutex_destroy(&mutex); +} +#else +TEST(GetThreadCountTest, ReturnsZeroWhenUnableToCountThreads) { + EXPECT_EQ(0U, GetThreadCount()); +} +#endif // GTEST_OS_MAC || GTEST_OS_QNX + +TEST(GtestCheckDeathTest, DiesWithCorrectOutputOnFailure) { + const bool a_false_condition = false; + const char regex[] = +#ifdef _MSC_VER + "gtest-port_test\\.cc\\(\\d+\\):" +#elif GTEST_USES_POSIX_RE + "gtest-port_test\\.cc:[0-9]+" +#else + "gtest-port_test\\.cc:\\d+" +#endif // _MSC_VER + ".*a_false_condition.*Extra info.*"; + + EXPECT_DEATH_IF_SUPPORTED(GTEST_CHECK_(a_false_condition) << "Extra info", + regex); +} + +#if GTEST_HAS_DEATH_TEST + +TEST(GtestCheckDeathTest, LivesSilentlyOnSuccess) { + EXPECT_EXIT({ + GTEST_CHECK_(true) << "Extra info"; + ::std::cerr << "Success\n"; + exit(0); }, + ::testing::ExitedWithCode(0), "Success"); +} + +#endif // GTEST_HAS_DEATH_TEST + +// Verifies that Google Test choose regular expression engine appropriate to +// the platform. The test will produce compiler errors in case of failure. +// For simplicity, we only cover the most important platforms here. +TEST(RegexEngineSelectionTest, SelectsCorrectRegexEngine) { +#if GTEST_HAS_POSIX_RE + + EXPECT_TRUE(GTEST_USES_POSIX_RE); + +#else + + EXPECT_TRUE(GTEST_USES_SIMPLE_RE); + +#endif +} + +#if GTEST_USES_POSIX_RE + +# if GTEST_HAS_TYPED_TEST + +template +class RETest : public ::testing::Test {}; + +// Defines StringTypes as the list of all string types that class RE +// supports. +typedef testing::Types< + ::std::string, +# if GTEST_HAS_GLOBAL_STRING + ::string, +# endif // GTEST_HAS_GLOBAL_STRING + const char*> StringTypes; + +TYPED_TEST_CASE(RETest, StringTypes); + +// Tests RE's implicit constructors. +TYPED_TEST(RETest, ImplicitConstructorWorks) { + const RE empty(TypeParam("")); + EXPECT_STREQ("", empty.pattern()); + + const RE simple(TypeParam("hello")); + EXPECT_STREQ("hello", simple.pattern()); + + const RE normal(TypeParam(".*(\\w+)")); + EXPECT_STREQ(".*(\\w+)", normal.pattern()); +} + +// Tests that RE's constructors reject invalid regular expressions. +TYPED_TEST(RETest, RejectsInvalidRegex) { + EXPECT_NONFATAL_FAILURE({ + const RE invalid(TypeParam("?")); + }, "\"?\" is not a valid POSIX Extended regular expression."); +} + +// Tests RE::FullMatch(). +TYPED_TEST(RETest, FullMatchWorks) { + const RE empty(TypeParam("")); + EXPECT_TRUE(RE::FullMatch(TypeParam(""), empty)); + EXPECT_FALSE(RE::FullMatch(TypeParam("a"), empty)); + + const RE re(TypeParam("a.*z")); + EXPECT_TRUE(RE::FullMatch(TypeParam("az"), re)); + EXPECT_TRUE(RE::FullMatch(TypeParam("axyz"), re)); + EXPECT_FALSE(RE::FullMatch(TypeParam("baz"), re)); + EXPECT_FALSE(RE::FullMatch(TypeParam("azy"), re)); +} + +// Tests RE::PartialMatch(). +TYPED_TEST(RETest, PartialMatchWorks) { + const RE empty(TypeParam("")); + EXPECT_TRUE(RE::PartialMatch(TypeParam(""), empty)); + EXPECT_TRUE(RE::PartialMatch(TypeParam("a"), empty)); + + const RE re(TypeParam("a.*z")); + EXPECT_TRUE(RE::PartialMatch(TypeParam("az"), re)); + EXPECT_TRUE(RE::PartialMatch(TypeParam("axyz"), re)); + EXPECT_TRUE(RE::PartialMatch(TypeParam("baz"), re)); + EXPECT_TRUE(RE::PartialMatch(TypeParam("azy"), re)); + EXPECT_FALSE(RE::PartialMatch(TypeParam("zza"), re)); +} + +# endif // GTEST_HAS_TYPED_TEST + +#elif GTEST_USES_SIMPLE_RE + +TEST(IsInSetTest, NulCharIsNotInAnySet) { + EXPECT_FALSE(IsInSet('\0', "")); + EXPECT_FALSE(IsInSet('\0', "\0")); + EXPECT_FALSE(IsInSet('\0', "a")); +} + +TEST(IsInSetTest, WorksForNonNulChars) { + EXPECT_FALSE(IsInSet('a', "Ab")); + EXPECT_FALSE(IsInSet('c', "")); + + EXPECT_TRUE(IsInSet('b', "bcd")); + EXPECT_TRUE(IsInSet('b', "ab")); +} + +TEST(IsAsciiDigitTest, IsFalseForNonDigit) { + EXPECT_FALSE(IsAsciiDigit('\0')); + EXPECT_FALSE(IsAsciiDigit(' ')); + EXPECT_FALSE(IsAsciiDigit('+')); + EXPECT_FALSE(IsAsciiDigit('-')); + EXPECT_FALSE(IsAsciiDigit('.')); + EXPECT_FALSE(IsAsciiDigit('a')); +} + +TEST(IsAsciiDigitTest, IsTrueForDigit) { + EXPECT_TRUE(IsAsciiDigit('0')); + EXPECT_TRUE(IsAsciiDigit('1')); + EXPECT_TRUE(IsAsciiDigit('5')); + EXPECT_TRUE(IsAsciiDigit('9')); +} + +TEST(IsAsciiPunctTest, IsFalseForNonPunct) { + EXPECT_FALSE(IsAsciiPunct('\0')); + EXPECT_FALSE(IsAsciiPunct(' ')); + EXPECT_FALSE(IsAsciiPunct('\n')); + EXPECT_FALSE(IsAsciiPunct('a')); + EXPECT_FALSE(IsAsciiPunct('0')); +} + +TEST(IsAsciiPunctTest, IsTrueForPunct) { + for (const char* p = "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"; *p; p++) { + EXPECT_PRED1(IsAsciiPunct, *p); + } +} + +TEST(IsRepeatTest, IsFalseForNonRepeatChar) { + EXPECT_FALSE(IsRepeat('\0')); + EXPECT_FALSE(IsRepeat(' ')); + EXPECT_FALSE(IsRepeat('a')); + EXPECT_FALSE(IsRepeat('1')); + EXPECT_FALSE(IsRepeat('-')); +} + +TEST(IsRepeatTest, IsTrueForRepeatChar) { + EXPECT_TRUE(IsRepeat('?')); + EXPECT_TRUE(IsRepeat('*')); + EXPECT_TRUE(IsRepeat('+')); +} + +TEST(IsAsciiWhiteSpaceTest, IsFalseForNonWhiteSpace) { + EXPECT_FALSE(IsAsciiWhiteSpace('\0')); + EXPECT_FALSE(IsAsciiWhiteSpace('a')); + EXPECT_FALSE(IsAsciiWhiteSpace('1')); + EXPECT_FALSE(IsAsciiWhiteSpace('+')); + EXPECT_FALSE(IsAsciiWhiteSpace('_')); +} + +TEST(IsAsciiWhiteSpaceTest, IsTrueForWhiteSpace) { + EXPECT_TRUE(IsAsciiWhiteSpace(' ')); + EXPECT_TRUE(IsAsciiWhiteSpace('\n')); + EXPECT_TRUE(IsAsciiWhiteSpace('\r')); + EXPECT_TRUE(IsAsciiWhiteSpace('\t')); + EXPECT_TRUE(IsAsciiWhiteSpace('\v')); + EXPECT_TRUE(IsAsciiWhiteSpace('\f')); +} + +TEST(IsAsciiWordCharTest, IsFalseForNonWordChar) { + EXPECT_FALSE(IsAsciiWordChar('\0')); + EXPECT_FALSE(IsAsciiWordChar('+')); + EXPECT_FALSE(IsAsciiWordChar('.')); + EXPECT_FALSE(IsAsciiWordChar(' ')); + EXPECT_FALSE(IsAsciiWordChar('\n')); +} + +TEST(IsAsciiWordCharTest, IsTrueForLetter) { + EXPECT_TRUE(IsAsciiWordChar('a')); + EXPECT_TRUE(IsAsciiWordChar('b')); + EXPECT_TRUE(IsAsciiWordChar('A')); + EXPECT_TRUE(IsAsciiWordChar('Z')); +} + +TEST(IsAsciiWordCharTest, IsTrueForDigit) { + EXPECT_TRUE(IsAsciiWordChar('0')); + EXPECT_TRUE(IsAsciiWordChar('1')); + EXPECT_TRUE(IsAsciiWordChar('7')); + EXPECT_TRUE(IsAsciiWordChar('9')); +} + +TEST(IsAsciiWordCharTest, IsTrueForUnderscore) { + EXPECT_TRUE(IsAsciiWordChar('_')); +} + +TEST(IsValidEscapeTest, IsFalseForNonPrintable) { + EXPECT_FALSE(IsValidEscape('\0')); + EXPECT_FALSE(IsValidEscape('\007')); +} + +TEST(IsValidEscapeTest, IsFalseForDigit) { + EXPECT_FALSE(IsValidEscape('0')); + EXPECT_FALSE(IsValidEscape('9')); +} + +TEST(IsValidEscapeTest, IsFalseForWhiteSpace) { + EXPECT_FALSE(IsValidEscape(' ')); + EXPECT_FALSE(IsValidEscape('\n')); +} + +TEST(IsValidEscapeTest, IsFalseForSomeLetter) { + EXPECT_FALSE(IsValidEscape('a')); + EXPECT_FALSE(IsValidEscape('Z')); +} + +TEST(IsValidEscapeTest, IsTrueForPunct) { + EXPECT_TRUE(IsValidEscape('.')); + EXPECT_TRUE(IsValidEscape('-')); + EXPECT_TRUE(IsValidEscape('^')); + EXPECT_TRUE(IsValidEscape('$')); + EXPECT_TRUE(IsValidEscape('(')); + EXPECT_TRUE(IsValidEscape(']')); + EXPECT_TRUE(IsValidEscape('{')); + EXPECT_TRUE(IsValidEscape('|')); +} + +TEST(IsValidEscapeTest, IsTrueForSomeLetter) { + EXPECT_TRUE(IsValidEscape('d')); + EXPECT_TRUE(IsValidEscape('D')); + EXPECT_TRUE(IsValidEscape('s')); + EXPECT_TRUE(IsValidEscape('S')); + EXPECT_TRUE(IsValidEscape('w')); + EXPECT_TRUE(IsValidEscape('W')); +} + +TEST(AtomMatchesCharTest, EscapedPunct) { + EXPECT_FALSE(AtomMatchesChar(true, '\\', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, '\\', ' ')); + EXPECT_FALSE(AtomMatchesChar(true, '_', '.')); + EXPECT_FALSE(AtomMatchesChar(true, '.', 'a')); + + EXPECT_TRUE(AtomMatchesChar(true, '\\', '\\')); + EXPECT_TRUE(AtomMatchesChar(true, '_', '_')); + EXPECT_TRUE(AtomMatchesChar(true, '+', '+')); + EXPECT_TRUE(AtomMatchesChar(true, '.', '.')); +} + +TEST(AtomMatchesCharTest, Escaped_d) { + EXPECT_FALSE(AtomMatchesChar(true, 'd', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 'd', 'a')); + EXPECT_FALSE(AtomMatchesChar(true, 'd', '.')); + + EXPECT_TRUE(AtomMatchesChar(true, 'd', '0')); + EXPECT_TRUE(AtomMatchesChar(true, 'd', '9')); +} + +TEST(AtomMatchesCharTest, Escaped_D) { + EXPECT_FALSE(AtomMatchesChar(true, 'D', '0')); + EXPECT_FALSE(AtomMatchesChar(true, 'D', '9')); + + EXPECT_TRUE(AtomMatchesChar(true, 'D', '\0')); + EXPECT_TRUE(AtomMatchesChar(true, 'D', 'a')); + EXPECT_TRUE(AtomMatchesChar(true, 'D', '-')); +} + +TEST(AtomMatchesCharTest, Escaped_s) { + EXPECT_FALSE(AtomMatchesChar(true, 's', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 's', 'a')); + EXPECT_FALSE(AtomMatchesChar(true, 's', '.')); + EXPECT_FALSE(AtomMatchesChar(true, 's', '9')); + + EXPECT_TRUE(AtomMatchesChar(true, 's', ' ')); + EXPECT_TRUE(AtomMatchesChar(true, 's', '\n')); + EXPECT_TRUE(AtomMatchesChar(true, 's', '\t')); +} + +TEST(AtomMatchesCharTest, Escaped_S) { + EXPECT_FALSE(AtomMatchesChar(true, 'S', ' ')); + EXPECT_FALSE(AtomMatchesChar(true, 'S', '\r')); + + EXPECT_TRUE(AtomMatchesChar(true, 'S', '\0')); + EXPECT_TRUE(AtomMatchesChar(true, 'S', 'a')); + EXPECT_TRUE(AtomMatchesChar(true, 'S', '9')); +} + +TEST(AtomMatchesCharTest, Escaped_w) { + EXPECT_FALSE(AtomMatchesChar(true, 'w', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 'w', '+')); + EXPECT_FALSE(AtomMatchesChar(true, 'w', ' ')); + EXPECT_FALSE(AtomMatchesChar(true, 'w', '\n')); + + EXPECT_TRUE(AtomMatchesChar(true, 'w', '0')); + EXPECT_TRUE(AtomMatchesChar(true, 'w', 'b')); + EXPECT_TRUE(AtomMatchesChar(true, 'w', 'C')); + EXPECT_TRUE(AtomMatchesChar(true, 'w', '_')); +} + +TEST(AtomMatchesCharTest, Escaped_W) { + EXPECT_FALSE(AtomMatchesChar(true, 'W', 'A')); + EXPECT_FALSE(AtomMatchesChar(true, 'W', 'b')); + EXPECT_FALSE(AtomMatchesChar(true, 'W', '9')); + EXPECT_FALSE(AtomMatchesChar(true, 'W', '_')); + + EXPECT_TRUE(AtomMatchesChar(true, 'W', '\0')); + EXPECT_TRUE(AtomMatchesChar(true, 'W', '*')); + EXPECT_TRUE(AtomMatchesChar(true, 'W', '\n')); +} + +TEST(AtomMatchesCharTest, EscapedWhiteSpace) { + EXPECT_FALSE(AtomMatchesChar(true, 'f', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 'f', '\n')); + EXPECT_FALSE(AtomMatchesChar(true, 'n', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 'n', '\r')); + EXPECT_FALSE(AtomMatchesChar(true, 'r', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 'r', 'a')); + EXPECT_FALSE(AtomMatchesChar(true, 't', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 't', 't')); + EXPECT_FALSE(AtomMatchesChar(true, 'v', '\0')); + EXPECT_FALSE(AtomMatchesChar(true, 'v', '\f')); + + EXPECT_TRUE(AtomMatchesChar(true, 'f', '\f')); + EXPECT_TRUE(AtomMatchesChar(true, 'n', '\n')); + EXPECT_TRUE(AtomMatchesChar(true, 'r', '\r')); + EXPECT_TRUE(AtomMatchesChar(true, 't', '\t')); + EXPECT_TRUE(AtomMatchesChar(true, 'v', '\v')); +} + +TEST(AtomMatchesCharTest, UnescapedDot) { + EXPECT_FALSE(AtomMatchesChar(false, '.', '\n')); + + EXPECT_TRUE(AtomMatchesChar(false, '.', '\0')); + EXPECT_TRUE(AtomMatchesChar(false, '.', '.')); + EXPECT_TRUE(AtomMatchesChar(false, '.', 'a')); + EXPECT_TRUE(AtomMatchesChar(false, '.', ' ')); +} + +TEST(AtomMatchesCharTest, UnescapedChar) { + EXPECT_FALSE(AtomMatchesChar(false, 'a', '\0')); + EXPECT_FALSE(AtomMatchesChar(false, 'a', 'b')); + EXPECT_FALSE(AtomMatchesChar(false, '$', 'a')); + + EXPECT_TRUE(AtomMatchesChar(false, '$', '$')); + EXPECT_TRUE(AtomMatchesChar(false, '5', '5')); + EXPECT_TRUE(AtomMatchesChar(false, 'Z', 'Z')); +} + +TEST(ValidateRegexTest, GeneratesFailureAndReturnsFalseForInvalid) { + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(NULL)), + "NULL is not a valid simple regular expression"); + EXPECT_NONFATAL_FAILURE( + ASSERT_FALSE(ValidateRegex("a\\")), + "Syntax error at index 1 in simple regular expression \"a\\\": "); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("a\\")), + "'\\' cannot appear at the end"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("\\n\\")), + "'\\' cannot appear at the end"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("\\s\\hb")), + "invalid escape sequence \"\\h\""); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^^")), + "'^' can only appear at the beginning"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex(".*^b")), + "'^' can only appear at the beginning"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("$$")), + "'$' can only appear at the end"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^$a")), + "'$' can only appear at the end"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("a(b")), + "'(' is unsupported"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("ab)")), + "')' is unsupported"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("[ab")), + "'[' is unsupported"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("a{2")), + "'{' is unsupported"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("?")), + "'?' can only follow a repeatable token"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("^*")), + "'*' can only follow a repeatable token"); + EXPECT_NONFATAL_FAILURE(ASSERT_FALSE(ValidateRegex("5*+")), + "'+' can only follow a repeatable token"); +} + +TEST(ValidateRegexTest, ReturnsTrueForValid) { + EXPECT_TRUE(ValidateRegex("")); + EXPECT_TRUE(ValidateRegex("a")); + EXPECT_TRUE(ValidateRegex(".*")); + EXPECT_TRUE(ValidateRegex("^a_+")); + EXPECT_TRUE(ValidateRegex("^a\\t\\&?")); + EXPECT_TRUE(ValidateRegex("09*$")); + EXPECT_TRUE(ValidateRegex("^Z$")); + EXPECT_TRUE(ValidateRegex("a\\^Z\\$\\(\\)\\|\\[\\]\\{\\}")); +} + +TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrOne) { + EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); + // Repeating more than once. + EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); + + // Repeating zero times. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); + // Repeating once. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); +} + +TEST(MatchRepetitionAndRegexAtHeadTest, WorksForZeroOrMany) { + EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '*', "a$", "baab")); + + // Repeating zero times. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); + // Repeating once. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); + // Repeating more than once. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); +} + +TEST(MatchRepetitionAndRegexAtHeadTest, WorksForOneOrMany) { + EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "a$", "baab")); + // Repeating zero times. + EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "b", "bc")); + + // Repeating once. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '+', "b", "abc")); + // Repeating more than once. + EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '+', "-", "ab_1-g")); +} + +TEST(MatchRegexAtHeadTest, ReturnsTrueForEmptyRegex) { + EXPECT_TRUE(MatchRegexAtHead("", "")); + EXPECT_TRUE(MatchRegexAtHead("", "ab")); +} + +TEST(MatchRegexAtHeadTest, WorksWhenDollarIsInRegex) { + EXPECT_FALSE(MatchRegexAtHead("$", "a")); + + EXPECT_TRUE(MatchRegexAtHead("$", "")); + EXPECT_TRUE(MatchRegexAtHead("a$", "a")); +} + +TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithEscapeSequence) { + EXPECT_FALSE(MatchRegexAtHead("\\w", "+")); + EXPECT_FALSE(MatchRegexAtHead("\\W", "ab")); + + EXPECT_TRUE(MatchRegexAtHead("\\sa", "\nab")); + EXPECT_TRUE(MatchRegexAtHead("\\d", "1a")); +} + +TEST(MatchRegexAtHeadTest, WorksWhenRegexStartsWithRepetition) { + EXPECT_FALSE(MatchRegexAtHead(".+a", "abc")); + EXPECT_FALSE(MatchRegexAtHead("a?b", "aab")); + + EXPECT_TRUE(MatchRegexAtHead(".*a", "bc12-ab")); + EXPECT_TRUE(MatchRegexAtHead("a?b", "b")); + EXPECT_TRUE(MatchRegexAtHead("a?b", "ab")); +} + +TEST(MatchRegexAtHeadTest, + WorksWhenRegexStartsWithRepetionOfEscapeSequence) { + EXPECT_FALSE(MatchRegexAtHead("\\.+a", "abc")); + EXPECT_FALSE(MatchRegexAtHead("\\s?b", " b")); + + EXPECT_TRUE(MatchRegexAtHead("\\(*a", "((((ab")); + EXPECT_TRUE(MatchRegexAtHead("\\^?b", "^b")); + EXPECT_TRUE(MatchRegexAtHead("\\\\?b", "b")); + EXPECT_TRUE(MatchRegexAtHead("\\\\?b", "\\b")); +} + +TEST(MatchRegexAtHeadTest, MatchesSequentially) { + EXPECT_FALSE(MatchRegexAtHead("ab.*c", "acabc")); + + EXPECT_TRUE(MatchRegexAtHead("ab.*c", "ab-fsc")); +} + +TEST(MatchRegexAnywhereTest, ReturnsFalseWhenStringIsNull) { + EXPECT_FALSE(MatchRegexAnywhere("", NULL)); +} + +TEST(MatchRegexAnywhereTest, WorksWhenRegexStartsWithCaret) { + EXPECT_FALSE(MatchRegexAnywhere("^a", "ba")); + EXPECT_FALSE(MatchRegexAnywhere("^$", "a")); + + EXPECT_TRUE(MatchRegexAnywhere("^a", "ab")); + EXPECT_TRUE(MatchRegexAnywhere("^", "ab")); + EXPECT_TRUE(MatchRegexAnywhere("^$", "")); +} + +TEST(MatchRegexAnywhereTest, ReturnsFalseWhenNoMatch) { + EXPECT_FALSE(MatchRegexAnywhere("a", "bcde123")); + EXPECT_FALSE(MatchRegexAnywhere("a.+a", "--aa88888888")); +} + +TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingPrefix) { + EXPECT_TRUE(MatchRegexAnywhere("\\w+", "ab1_ - 5")); + EXPECT_TRUE(MatchRegexAnywhere(".*=", "=")); + EXPECT_TRUE(MatchRegexAnywhere("x.*ab?.*bc", "xaaabc")); +} + +TEST(MatchRegexAnywhereTest, ReturnsTrueWhenMatchingNonPrefix) { + EXPECT_TRUE(MatchRegexAnywhere("\\w+", "$$$ ab1_ - 5")); + EXPECT_TRUE(MatchRegexAnywhere("\\.+=", "= ...=")); +} + +// Tests RE's implicit constructors. +TEST(RETest, ImplicitConstructorWorks) { + const RE empty(""); + EXPECT_STREQ("", empty.pattern()); + + const RE simple("hello"); + EXPECT_STREQ("hello", simple.pattern()); +} + +// Tests that RE's constructors reject invalid regular expressions. +TEST(RETest, RejectsInvalidRegex) { + EXPECT_NONFATAL_FAILURE({ + const RE normal(NULL); + }, "NULL is not a valid simple regular expression"); + + EXPECT_NONFATAL_FAILURE({ + const RE normal(".*(\\w+"); + }, "'(' is unsupported"); + + EXPECT_NONFATAL_FAILURE({ + const RE invalid("^?"); + }, "'?' can only follow a repeatable token"); +} + +// Tests RE::FullMatch(). +TEST(RETest, FullMatchWorks) { + const RE empty(""); + EXPECT_TRUE(RE::FullMatch("", empty)); + EXPECT_FALSE(RE::FullMatch("a", empty)); + + const RE re1("a"); + EXPECT_TRUE(RE::FullMatch("a", re1)); + + const RE re("a.*z"); + EXPECT_TRUE(RE::FullMatch("az", re)); + EXPECT_TRUE(RE::FullMatch("axyz", re)); + EXPECT_FALSE(RE::FullMatch("baz", re)); + EXPECT_FALSE(RE::FullMatch("azy", re)); +} + +// Tests RE::PartialMatch(). +TEST(RETest, PartialMatchWorks) { + const RE empty(""); + EXPECT_TRUE(RE::PartialMatch("", empty)); + EXPECT_TRUE(RE::PartialMatch("a", empty)); + + const RE re("a.*z"); + EXPECT_TRUE(RE::PartialMatch("az", re)); + EXPECT_TRUE(RE::PartialMatch("axyz", re)); + EXPECT_TRUE(RE::PartialMatch("baz", re)); + EXPECT_TRUE(RE::PartialMatch("azy", re)); + EXPECT_FALSE(RE::PartialMatch("zza", re)); +} + +#endif // GTEST_USES_POSIX_RE + +#if !GTEST_OS_WINDOWS_MOBILE + +TEST(CaptureTest, CapturesStdout) { + CaptureStdout(); + fprintf(stdout, "abc"); + EXPECT_STREQ("abc", GetCapturedStdout().c_str()); + + CaptureStdout(); + fprintf(stdout, "def%cghi", '\0'); + EXPECT_EQ(::std::string("def\0ghi", 7), ::std::string(GetCapturedStdout())); +} + +TEST(CaptureTest, CapturesStderr) { + CaptureStderr(); + fprintf(stderr, "jkl"); + EXPECT_STREQ("jkl", GetCapturedStderr().c_str()); + + CaptureStderr(); + fprintf(stderr, "jkl%cmno", '\0'); + EXPECT_EQ(::std::string("jkl\0mno", 7), ::std::string(GetCapturedStderr())); +} + +// Tests that stdout and stderr capture don't interfere with each other. +TEST(CaptureTest, CapturesStdoutAndStderr) { + CaptureStdout(); + CaptureStderr(); + fprintf(stdout, "pqr"); + fprintf(stderr, "stu"); + EXPECT_STREQ("pqr", GetCapturedStdout().c_str()); + EXPECT_STREQ("stu", GetCapturedStderr().c_str()); +} + +TEST(CaptureDeathTest, CannotReenterStdoutCapture) { + CaptureStdout(); + EXPECT_DEATH_IF_SUPPORTED(CaptureStdout(), + "Only one stdout capturer can exist at a time"); + GetCapturedStdout(); + + // We cannot test stderr capturing using death tests as they use it + // themselves. +} + +#endif // !GTEST_OS_WINDOWS_MOBILE + +TEST(ThreadLocalTest, DefaultConstructorInitializesToDefaultValues) { + ThreadLocal t1; + EXPECT_EQ(0, t1.get()); + + ThreadLocal t2; + EXPECT_TRUE(t2.get() == NULL); +} + +TEST(ThreadLocalTest, SingleParamConstructorInitializesToParam) { + ThreadLocal t1(123); + EXPECT_EQ(123, t1.get()); + + int i = 0; + ThreadLocal t2(&i); + EXPECT_EQ(&i, t2.get()); +} + +class NoDefaultContructor { + public: + explicit NoDefaultContructor(const char*) {} + NoDefaultContructor(const NoDefaultContructor&) {} +}; + +TEST(ThreadLocalTest, ValueDefaultContructorIsNotRequiredForParamVersion) { + ThreadLocal bar(NoDefaultContructor("foo")); + bar.pointer(); +} + +TEST(ThreadLocalTest, GetAndPointerReturnSameValue) { + ThreadLocal thread_local_string; + + EXPECT_EQ(thread_local_string.pointer(), &(thread_local_string.get())); + + // Verifies the condition still holds after calling set. + thread_local_string.set("foo"); + EXPECT_EQ(thread_local_string.pointer(), &(thread_local_string.get())); +} + +TEST(ThreadLocalTest, PointerAndConstPointerReturnSameValue) { + ThreadLocal thread_local_string; + const ThreadLocal& const_thread_local_string = + thread_local_string; + + EXPECT_EQ(thread_local_string.pointer(), const_thread_local_string.pointer()); + + thread_local_string.set("foo"); + EXPECT_EQ(thread_local_string.pointer(), const_thread_local_string.pointer()); +} + +#if GTEST_IS_THREADSAFE + +void AddTwo(int* param) { *param += 2; } + +TEST(ThreadWithParamTest, ConstructorExecutesThreadFunc) { + int i = 40; + ThreadWithParam thread(&AddTwo, &i, NULL); + thread.Join(); + EXPECT_EQ(42, i); +} + +TEST(MutexDeathTest, AssertHeldShouldAssertWhenNotLocked) { + // AssertHeld() is flaky only in the presence of multiple threads accessing + // the lock. In this case, the test is robust. + EXPECT_DEATH_IF_SUPPORTED({ + Mutex m; + { MutexLock lock(&m); } + m.AssertHeld(); + }, + "thread .*hold"); +} + +TEST(MutexTest, AssertHeldShouldNotAssertWhenLocked) { + Mutex m; + MutexLock lock(&m); + m.AssertHeld(); +} + +class AtomicCounterWithMutex { + public: + explicit AtomicCounterWithMutex(Mutex* mutex) : + value_(0), mutex_(mutex), random_(42) {} + + void Increment() { + MutexLock lock(mutex_); + int temp = value_; + { + // Locking a mutex puts up a memory barrier, preventing reads and + // writes to value_ rearranged when observed from other threads. + // + // We cannot use Mutex and MutexLock here or rely on their memory + // barrier functionality as we are testing them here. + pthread_mutex_t memory_barrier_mutex; + GTEST_CHECK_POSIX_SUCCESS_( + pthread_mutex_init(&memory_barrier_mutex, NULL)); + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_lock(&memory_barrier_mutex)); + + SleepMilliseconds(random_.Generate(30)); + + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_unlock(&memory_barrier_mutex)); + GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_destroy(&memory_barrier_mutex)); + } + value_ = temp + 1; + } + int value() const { return value_; } + + private: + volatile int value_; + Mutex* const mutex_; // Protects value_. + Random random_; +}; + +void CountingThreadFunc(pair param) { + for (int i = 0; i < param.second; ++i) + param.first->Increment(); +} + +// Tests that the mutex only lets one thread at a time to lock it. +TEST(MutexTest, OnlyOneThreadCanLockAtATime) { + Mutex mutex; + AtomicCounterWithMutex locked_counter(&mutex); + + typedef ThreadWithParam > ThreadType; + const int kCycleCount = 20; + const int kThreadCount = 7; + scoped_ptr counting_threads[kThreadCount]; + Notification threads_can_start; + // Creates and runs kThreadCount threads that increment locked_counter + // kCycleCount times each. + for (int i = 0; i < kThreadCount; ++i) { + counting_threads[i].reset(new ThreadType(&CountingThreadFunc, + make_pair(&locked_counter, + kCycleCount), + &threads_can_start)); + } + threads_can_start.Notify(); + for (int i = 0; i < kThreadCount; ++i) + counting_threads[i]->Join(); + + // If the mutex lets more than one thread to increment the counter at a + // time, they are likely to encounter a race condition and have some + // increments overwritten, resulting in the lower then expected counter + // value. + EXPECT_EQ(kCycleCount * kThreadCount, locked_counter.value()); +} + +template +void RunFromThread(void (func)(T), T param) { + ThreadWithParam thread(func, param, NULL); + thread.Join(); +} + +void RetrieveThreadLocalValue( + pair*, std::string*> param) { + *param.second = param.first->get(); +} + +TEST(ThreadLocalTest, ParameterizedConstructorSetsDefault) { + ThreadLocal thread_local_string("foo"); + EXPECT_STREQ("foo", thread_local_string.get().c_str()); + + thread_local_string.set("bar"); + EXPECT_STREQ("bar", thread_local_string.get().c_str()); + + std::string result; + RunFromThread(&RetrieveThreadLocalValue, + make_pair(&thread_local_string, &result)); + EXPECT_STREQ("foo", result.c_str()); +} + +// DestructorTracker keeps track of whether its instances have been +// destroyed. +static std::vector g_destroyed; + +class DestructorTracker { + public: + DestructorTracker() : index_(GetNewIndex()) {} + DestructorTracker(const DestructorTracker& /* rhs */) + : index_(GetNewIndex()) {} + ~DestructorTracker() { + // We never access g_destroyed concurrently, so we don't need to + // protect the write operation under a mutex. + g_destroyed[index_] = true; + } + + private: + static int GetNewIndex() { + g_destroyed.push_back(false); + return g_destroyed.size() - 1; + } + const int index_; +}; + +typedef ThreadLocal* ThreadParam; + +void CallThreadLocalGet(ThreadParam thread_local_param) { + thread_local_param->get(); +} + +// Tests that when a ThreadLocal object dies in a thread, it destroys +// the managed object for that thread. +TEST(ThreadLocalTest, DestroysManagedObjectForOwnThreadWhenDying) { + g_destroyed.clear(); + + { + // The next line default constructs a DestructorTracker object as + // the default value of objects managed by thread_local_tracker. + ThreadLocal thread_local_tracker; + ASSERT_EQ(1U, g_destroyed.size()); + ASSERT_FALSE(g_destroyed[0]); + + // This creates another DestructorTracker object for the main thread. + thread_local_tracker.get(); + ASSERT_EQ(2U, g_destroyed.size()); + ASSERT_FALSE(g_destroyed[0]); + ASSERT_FALSE(g_destroyed[1]); + } + + // Now thread_local_tracker has died. It should have destroyed both the + // default value shared by all threads and the value for the main + // thread. + ASSERT_EQ(2U, g_destroyed.size()); + EXPECT_TRUE(g_destroyed[0]); + EXPECT_TRUE(g_destroyed[1]); + + g_destroyed.clear(); +} + +// Tests that when a thread exits, the thread-local object for that +// thread is destroyed. +TEST(ThreadLocalTest, DestroysManagedObjectAtThreadExit) { + g_destroyed.clear(); + + { + // The next line default constructs a DestructorTracker object as + // the default value of objects managed by thread_local_tracker. + ThreadLocal thread_local_tracker; + ASSERT_EQ(1U, g_destroyed.size()); + ASSERT_FALSE(g_destroyed[0]); + + // This creates another DestructorTracker object in the new thread. + ThreadWithParam thread( + &CallThreadLocalGet, &thread_local_tracker, NULL); + thread.Join(); + + // Now the new thread has exited. The per-thread object for it + // should have been destroyed. + ASSERT_EQ(2U, g_destroyed.size()); + ASSERT_FALSE(g_destroyed[0]); + ASSERT_TRUE(g_destroyed[1]); + } + + // Now thread_local_tracker has died. The default value should have been + // destroyed too. + ASSERT_EQ(2U, g_destroyed.size()); + EXPECT_TRUE(g_destroyed[0]); + EXPECT_TRUE(g_destroyed[1]); + + g_destroyed.clear(); +} + +TEST(ThreadLocalTest, ThreadLocalMutationsAffectOnlyCurrentThread) { + ThreadLocal thread_local_string; + thread_local_string.set("Foo"); + EXPECT_STREQ("Foo", thread_local_string.get().c_str()); + + std::string result; + RunFromThread(&RetrieveThreadLocalValue, + make_pair(&thread_local_string, &result)); + EXPECT_TRUE(result.empty()); +} + +#endif // GTEST_IS_THREADSAFE + +} // namespace internal +} // namespace testing diff --git a/gtest-1.7.0/test/gtest-printers_test.cc b/gtest-1.7.0/test/gtest-printers_test.cc new file mode 100644 index 000000000..c2beca7d8 --- /dev/null +++ b/gtest-1.7.0/test/gtest-printers_test.cc @@ -0,0 +1,1566 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Google Test - The Google C++ Testing Framework +// +// This file tests the universal value printer. + +#include "gtest/gtest-printers.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "gtest/gtest.h" + +// hash_map and hash_set are available under Visual C++. +#if _MSC_VER +# define GTEST_HAS_HASH_MAP_ 1 // Indicates that hash_map is available. +# include // NOLINT +# define GTEST_HAS_HASH_SET_ 1 // Indicates that hash_set is available. +# include // NOLINT +#endif // GTEST_OS_WINDOWS + +// Some user-defined types for testing the universal value printer. + +// An anonymous enum type. +enum AnonymousEnum { + kAE1 = -1, + kAE2 = 1 +}; + +// An enum without a user-defined printer. +enum EnumWithoutPrinter { + kEWP1 = -2, + kEWP2 = 42 +}; + +// An enum with a << operator. +enum EnumWithStreaming { + kEWS1 = 10 +}; + +std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) { + return os << (e == kEWS1 ? "kEWS1" : "invalid"); +} + +// An enum with a PrintTo() function. +enum EnumWithPrintTo { + kEWPT1 = 1 +}; + +void PrintTo(EnumWithPrintTo e, std::ostream* os) { + *os << (e == kEWPT1 ? "kEWPT1" : "invalid"); +} + +// A class implicitly convertible to BiggestInt. +class BiggestIntConvertible { + public: + operator ::testing::internal::BiggestInt() const { return 42; } +}; + +// A user-defined unprintable class template in the global namespace. +template +class UnprintableTemplateInGlobal { + public: + UnprintableTemplateInGlobal() : value_() {} + private: + T value_; +}; + +// A user-defined streamable type in the global namespace. +class StreamableInGlobal { + public: + virtual ~StreamableInGlobal() {} +}; + +inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { + os << "StreamableInGlobal"; +} + +void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { + os << "StreamableInGlobal*"; +} + +namespace foo { + +// A user-defined unprintable type in a user namespace. +class UnprintableInFoo { + public: + UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); } + private: + char xy_[8]; + double z_; +}; + +// A user-defined printable type in a user-chosen namespace. +struct PrintableViaPrintTo { + PrintableViaPrintTo() : value() {} + int value; +}; + +void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { + *os << "PrintableViaPrintTo: " << x.value; +} + +// A type with a user-defined << for printing its pointer. +struct PointerPrintable { +}; + +::std::ostream& operator<<(::std::ostream& os, + const PointerPrintable* /* x */) { + return os << "PointerPrintable*"; +} + +// A user-defined printable class template in a user-chosen namespace. +template +class PrintableViaPrintToTemplate { + public: + explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} + + const T& value() const { return value_; } + private: + T value_; +}; + +template +void PrintTo(const PrintableViaPrintToTemplate& x, ::std::ostream* os) { + *os << "PrintableViaPrintToTemplate: " << x.value(); +} + +// A user-defined streamable class template in a user namespace. +template +class StreamableTemplateInFoo { + public: + StreamableTemplateInFoo() : value_() {} + + const T& value() const { return value_; } + private: + T value_; +}; + +template +inline ::std::ostream& operator<<(::std::ostream& os, + const StreamableTemplateInFoo& x) { + return os << "StreamableTemplateInFoo: " << x.value(); +} + +} // namespace foo + +namespace testing { +namespace gtest_printers_test { + +using ::std::deque; +using ::std::list; +using ::std::make_pair; +using ::std::map; +using ::std::multimap; +using ::std::multiset; +using ::std::pair; +using ::std::set; +using ::std::vector; +using ::testing::PrintToString; +using ::testing::internal::FormatForComparisonFailureMessage; +using ::testing::internal::ImplicitCast_; +using ::testing::internal::NativeArray; +using ::testing::internal::RE; +using ::testing::internal::Strings; +using ::testing::internal::UniversalPrint; +using ::testing::internal::UniversalPrinter; +using ::testing::internal::UniversalTersePrint; +using ::testing::internal::UniversalTersePrintTupleFieldsToStrings; +using ::testing::internal::kReference; +using ::testing::internal::string; + +#if GTEST_HAS_TR1_TUPLE +using ::std::tr1::make_tuple; +using ::std::tr1::tuple; +#endif + +// The hash_* classes are not part of the C++ standard. STLport +// defines them in namespace std. MSVC defines them in ::stdext. GCC +// defines them in ::. +#ifdef _STLP_HASH_MAP // We got from STLport. +using ::std::hash_map; +using ::std::hash_set; +using ::std::hash_multimap; +using ::std::hash_multiset; +#elif _MSC_VER +using ::stdext::hash_map; +using ::stdext::hash_set; +using ::stdext::hash_multimap; +using ::stdext::hash_multiset; +#endif + +// Prints a value to a string using the universal value printer. This +// is a helper for testing UniversalPrinter::Print() for various types. +template +string Print(const T& value) { + ::std::stringstream ss; + UniversalPrinter::Print(value, &ss); + return ss.str(); +} + +// Prints a value passed by reference to a string, using the universal +// value printer. This is a helper for testing +// UniversalPrinter::Print() for various types. +template +string PrintByRef(const T& value) { + ::std::stringstream ss; + UniversalPrinter::Print(value, &ss); + return ss.str(); +} + +// Tests printing various enum types. + +TEST(PrintEnumTest, AnonymousEnum) { + EXPECT_EQ("-1", Print(kAE1)); + EXPECT_EQ("1", Print(kAE2)); +} + +TEST(PrintEnumTest, EnumWithoutPrinter) { + EXPECT_EQ("-2", Print(kEWP1)); + EXPECT_EQ("42", Print(kEWP2)); +} + +TEST(PrintEnumTest, EnumWithStreaming) { + EXPECT_EQ("kEWS1", Print(kEWS1)); + EXPECT_EQ("invalid", Print(static_cast(0))); +} + +TEST(PrintEnumTest, EnumWithPrintTo) { + EXPECT_EQ("kEWPT1", Print(kEWPT1)); + EXPECT_EQ("invalid", Print(static_cast(0))); +} + +// Tests printing a class implicitly convertible to BiggestInt. + +TEST(PrintClassTest, BiggestIntConvertible) { + EXPECT_EQ("42", Print(BiggestIntConvertible())); +} + +// Tests printing various char types. + +// char. +TEST(PrintCharTest, PlainChar) { + EXPECT_EQ("'\\0'", Print('\0')); + EXPECT_EQ("'\\'' (39, 0x27)", Print('\'')); + EXPECT_EQ("'\"' (34, 0x22)", Print('"')); + EXPECT_EQ("'?' (63, 0x3F)", Print('?')); + EXPECT_EQ("'\\\\' (92, 0x5C)", Print('\\')); + EXPECT_EQ("'\\a' (7)", Print('\a')); + EXPECT_EQ("'\\b' (8)", Print('\b')); + EXPECT_EQ("'\\f' (12, 0xC)", Print('\f')); + EXPECT_EQ("'\\n' (10, 0xA)", Print('\n')); + EXPECT_EQ("'\\r' (13, 0xD)", Print('\r')); + EXPECT_EQ("'\\t' (9)", Print('\t')); + EXPECT_EQ("'\\v' (11, 0xB)", Print('\v')); + EXPECT_EQ("'\\x7F' (127)", Print('\x7F')); + EXPECT_EQ("'\\xFF' (255)", Print('\xFF')); + EXPECT_EQ("' ' (32, 0x20)", Print(' ')); + EXPECT_EQ("'a' (97, 0x61)", Print('a')); +} + +// signed char. +TEST(PrintCharTest, SignedChar) { + EXPECT_EQ("'\\0'", Print(static_cast('\0'))); + EXPECT_EQ("'\\xCE' (-50)", + Print(static_cast(-50))); +} + +// unsigned char. +TEST(PrintCharTest, UnsignedChar) { + EXPECT_EQ("'\\0'", Print(static_cast('\0'))); + EXPECT_EQ("'b' (98, 0x62)", + Print(static_cast('b'))); +} + +// Tests printing other simple, built-in types. + +// bool. +TEST(PrintBuiltInTypeTest, Bool) { + EXPECT_EQ("false", Print(false)); + EXPECT_EQ("true", Print(true)); +} + +// wchar_t. +TEST(PrintBuiltInTypeTest, Wchar_t) { + EXPECT_EQ("L'\\0'", Print(L'\0')); + EXPECT_EQ("L'\\'' (39, 0x27)", Print(L'\'')); + EXPECT_EQ("L'\"' (34, 0x22)", Print(L'"')); + EXPECT_EQ("L'?' (63, 0x3F)", Print(L'?')); + EXPECT_EQ("L'\\\\' (92, 0x5C)", Print(L'\\')); + EXPECT_EQ("L'\\a' (7)", Print(L'\a')); + EXPECT_EQ("L'\\b' (8)", Print(L'\b')); + EXPECT_EQ("L'\\f' (12, 0xC)", Print(L'\f')); + EXPECT_EQ("L'\\n' (10, 0xA)", Print(L'\n')); + EXPECT_EQ("L'\\r' (13, 0xD)", Print(L'\r')); + EXPECT_EQ("L'\\t' (9)", Print(L'\t')); + EXPECT_EQ("L'\\v' (11, 0xB)", Print(L'\v')); + EXPECT_EQ("L'\\x7F' (127)", Print(L'\x7F')); + EXPECT_EQ("L'\\xFF' (255)", Print(L'\xFF')); + EXPECT_EQ("L' ' (32, 0x20)", Print(L' ')); + EXPECT_EQ("L'a' (97, 0x61)", Print(L'a')); + EXPECT_EQ("L'\\x576' (1398)", Print(static_cast(0x576))); + EXPECT_EQ("L'\\xC74D' (51021)", Print(static_cast(0xC74D))); +} + +// Test that Int64 provides more storage than wchar_t. +TEST(PrintTypeSizeTest, Wchar_t) { + EXPECT_LT(sizeof(wchar_t), sizeof(testing::internal::Int64)); +} + +// Various integer types. +TEST(PrintBuiltInTypeTest, Integer) { + EXPECT_EQ("'\\xFF' (255)", Print(static_cast(255))); // uint8 + EXPECT_EQ("'\\x80' (-128)", Print(static_cast(-128))); // int8 + EXPECT_EQ("65535", Print(USHRT_MAX)); // uint16 + EXPECT_EQ("-32768", Print(SHRT_MIN)); // int16 + EXPECT_EQ("4294967295", Print(UINT_MAX)); // uint32 + EXPECT_EQ("-2147483648", Print(INT_MIN)); // int32 + EXPECT_EQ("18446744073709551615", + Print(static_cast(-1))); // uint64 + EXPECT_EQ("-9223372036854775808", + Print(static_cast(1) << 63)); // int64 +} + +// Size types. +TEST(PrintBuiltInTypeTest, Size_t) { + EXPECT_EQ("1", Print(sizeof('a'))); // size_t. +#if !GTEST_OS_WINDOWS + // Windows has no ssize_t type. + EXPECT_EQ("-2", Print(static_cast(-2))); // ssize_t. +#endif // !GTEST_OS_WINDOWS +} + +// Floating-points. +TEST(PrintBuiltInTypeTest, FloatingPoints) { + EXPECT_EQ("1.5", Print(1.5f)); // float + EXPECT_EQ("-2.5", Print(-2.5)); // double +} + +// Since ::std::stringstream::operator<<(const void *) formats the pointer +// output differently with different compilers, we have to create the expected +// output first and use it as our expectation. +static string PrintPointer(const void *p) { + ::std::stringstream expected_result_stream; + expected_result_stream << p; + return expected_result_stream.str(); +} + +// Tests printing C strings. + +// const char*. +TEST(PrintCStringTest, Const) { + const char* p = "World"; + EXPECT_EQ(PrintPointer(p) + " pointing to \"World\"", Print(p)); +} + +// char*. +TEST(PrintCStringTest, NonConst) { + char p[] = "Hi"; + EXPECT_EQ(PrintPointer(p) + " pointing to \"Hi\"", + Print(static_cast(p))); +} + +// NULL C string. +TEST(PrintCStringTest, Null) { + const char* p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// Tests that C strings are escaped properly. +TEST(PrintCStringTest, EscapesProperly) { + const char* p = "'\"?\\\a\b\f\n\r\t\v\x7F\xFF a"; + EXPECT_EQ(PrintPointer(p) + " pointing to \"'\\\"?\\\\\\a\\b\\f" + "\\n\\r\\t\\v\\x7F\\xFF a\"", + Print(p)); +} + + + +// MSVC compiler can be configured to define whar_t as a typedef +// of unsigned short. Defining an overload for const wchar_t* in that case +// would cause pointers to unsigned shorts be printed as wide strings, +// possibly accessing more memory than intended and causing invalid +// memory accesses. MSVC defines _NATIVE_WCHAR_T_DEFINED symbol when +// wchar_t is implemented as a native type. +#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) + +// const wchar_t*. +TEST(PrintWideCStringTest, Const) { + const wchar_t* p = L"World"; + EXPECT_EQ(PrintPointer(p) + " pointing to L\"World\"", Print(p)); +} + +// wchar_t*. +TEST(PrintWideCStringTest, NonConst) { + wchar_t p[] = L"Hi"; + EXPECT_EQ(PrintPointer(p) + " pointing to L\"Hi\"", + Print(static_cast(p))); +} + +// NULL wide C string. +TEST(PrintWideCStringTest, Null) { + const wchar_t* p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// Tests that wide C strings are escaped properly. +TEST(PrintWideCStringTest, EscapesProperly) { + const wchar_t s[] = {'\'', '"', '?', '\\', '\a', '\b', '\f', '\n', '\r', + '\t', '\v', 0xD3, 0x576, 0x8D3, 0xC74D, ' ', 'a', '\0'}; + EXPECT_EQ(PrintPointer(s) + " pointing to L\"'\\\"?\\\\\\a\\b\\f" + "\\n\\r\\t\\v\\xD3\\x576\\x8D3\\xC74D a\"", + Print(static_cast(s))); +} +#endif // native wchar_t + +// Tests printing pointers to other char types. + +// signed char*. +TEST(PrintCharPointerTest, SignedChar) { + signed char* p = reinterpret_cast(0x1234); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// const signed char*. +TEST(PrintCharPointerTest, ConstSignedChar) { + signed char* p = reinterpret_cast(0x1234); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// unsigned char*. +TEST(PrintCharPointerTest, UnsignedChar) { + unsigned char* p = reinterpret_cast(0x1234); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// const unsigned char*. +TEST(PrintCharPointerTest, ConstUnsignedChar) { + const unsigned char* p = reinterpret_cast(0x1234); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// Tests printing pointers to simple, built-in types. + +// bool*. +TEST(PrintPointerToBuiltInTypeTest, Bool) { + bool* p = reinterpret_cast(0xABCD); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// void*. +TEST(PrintPointerToBuiltInTypeTest, Void) { + void* p = reinterpret_cast(0xABCD); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// const void*. +TEST(PrintPointerToBuiltInTypeTest, ConstVoid) { + const void* p = reinterpret_cast(0xABCD); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// Tests printing pointers to pointers. +TEST(PrintPointerToPointerTest, IntPointerPointer) { + int** p = reinterpret_cast(0xABCD); + EXPECT_EQ(PrintPointer(p), Print(p)); + p = NULL; + EXPECT_EQ("NULL", Print(p)); +} + +// Tests printing (non-member) function pointers. + +void MyFunction(int /* n */) {} + +TEST(PrintPointerTest, NonMemberFunctionPointer) { + // We cannot directly cast &MyFunction to const void* because the + // standard disallows casting between pointers to functions and + // pointers to objects, and some compilers (e.g. GCC 3.4) enforce + // this limitation. + EXPECT_EQ( + PrintPointer(reinterpret_cast( + reinterpret_cast(&MyFunction))), + Print(&MyFunction)); + int (*p)(bool) = NULL; // NOLINT + EXPECT_EQ("NULL", Print(p)); +} + +// An assertion predicate determining whether a one string is a prefix for +// another. +template +AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { + if (str.find(prefix, 0) == 0) + return AssertionSuccess(); + + const bool is_wide_string = sizeof(prefix[0]) > 1; + const char* const begin_string_quote = is_wide_string ? "L\"" : "\""; + return AssertionFailure() + << begin_string_quote << prefix << "\" is not a prefix of " + << begin_string_quote << str << "\"\n"; +} + +// Tests printing member variable pointers. Although they are called +// pointers, they don't point to a location in the address space. +// Their representation is implementation-defined. Thus they will be +// printed as raw bytes. + +struct Foo { + public: + virtual ~Foo() {} + int MyMethod(char x) { return x + 1; } + virtual char MyVirtualMethod(int /* n */) { return 'a'; } + + int value; +}; + +TEST(PrintPointerTest, MemberVariablePointer) { + EXPECT_TRUE(HasPrefix(Print(&Foo::value), + Print(sizeof(&Foo::value)) + "-byte object ")); + int (Foo::*p) = NULL; // NOLINT + EXPECT_TRUE(HasPrefix(Print(p), + Print(sizeof(p)) + "-byte object ")); +} + +// Tests printing member function pointers. Although they are called +// pointers, they don't point to a location in the address space. +// Their representation is implementation-defined. Thus they will be +// printed as raw bytes. +TEST(PrintPointerTest, MemberFunctionPointer) { + EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), + Print(sizeof(&Foo::MyMethod)) + "-byte object ")); + EXPECT_TRUE( + HasPrefix(Print(&Foo::MyVirtualMethod), + Print(sizeof((&Foo::MyVirtualMethod))) + "-byte object ")); + int (Foo::*p)(char) = NULL; // NOLINT + EXPECT_TRUE(HasPrefix(Print(p), + Print(sizeof(p)) + "-byte object ")); +} + +// Tests printing C arrays. + +// The difference between this and Print() is that it ensures that the +// argument is a reference to an array. +template +string PrintArrayHelper(T (&a)[N]) { + return Print(a); +} + +// One-dimensional array. +TEST(PrintArrayTest, OneDimensionalArray) { + int a[5] = { 1, 2, 3, 4, 5 }; + EXPECT_EQ("{ 1, 2, 3, 4, 5 }", PrintArrayHelper(a)); +} + +// Two-dimensional array. +TEST(PrintArrayTest, TwoDimensionalArray) { + int a[2][5] = { + { 1, 2, 3, 4, 5 }, + { 6, 7, 8, 9, 0 } + }; + EXPECT_EQ("{ { 1, 2, 3, 4, 5 }, { 6, 7, 8, 9, 0 } }", PrintArrayHelper(a)); +} + +// Array of const elements. +TEST(PrintArrayTest, ConstArray) { + const bool a[1] = { false }; + EXPECT_EQ("{ false }", PrintArrayHelper(a)); +} + +// char array without terminating NUL. +TEST(PrintArrayTest, CharArrayWithNoTerminatingNul) { + // Array a contains '\0' in the middle and doesn't end with '\0'. + char a[] = { 'H', '\0', 'i' }; + EXPECT_EQ("\"H\\0i\" (no terminating NUL)", PrintArrayHelper(a)); +} + +// const char array with terminating NUL. +TEST(PrintArrayTest, ConstCharArrayWithTerminatingNul) { + const char a[] = "\0Hi"; + EXPECT_EQ("\"\\0Hi\"", PrintArrayHelper(a)); +} + +// const wchar_t array without terminating NUL. +TEST(PrintArrayTest, WCharArrayWithNoTerminatingNul) { + // Array a contains '\0' in the middle and doesn't end with '\0'. + const wchar_t a[] = { L'H', L'\0', L'i' }; + EXPECT_EQ("L\"H\\0i\" (no terminating NUL)", PrintArrayHelper(a)); +} + +// wchar_t array with terminating NUL. +TEST(PrintArrayTest, WConstCharArrayWithTerminatingNul) { + const wchar_t a[] = L"\0Hi"; + EXPECT_EQ("L\"\\0Hi\"", PrintArrayHelper(a)); +} + +// Array of objects. +TEST(PrintArrayTest, ObjectArray) { + string a[3] = { "Hi", "Hello", "Ni hao" }; + EXPECT_EQ("{ \"Hi\", \"Hello\", \"Ni hao\" }", PrintArrayHelper(a)); +} + +// Array with many elements. +TEST(PrintArrayTest, BigArray) { + int a[100] = { 1, 2, 3 }; + EXPECT_EQ("{ 1, 2, 3, 0, 0, 0, 0, 0, ..., 0, 0, 0, 0, 0, 0, 0, 0 }", + PrintArrayHelper(a)); +} + +// Tests printing ::string and ::std::string. + +#if GTEST_HAS_GLOBAL_STRING +// ::string. +TEST(PrintStringTest, StringInGlobalNamespace) { + const char s[] = "'\"?\\\a\b\f\n\0\r\t\v\x7F\xFF a"; + const ::string str(s, sizeof(s)); + EXPECT_EQ("\"'\\\"?\\\\\\a\\b\\f\\n\\0\\r\\t\\v\\x7F\\xFF a\\0\"", + Print(str)); +} +#endif // GTEST_HAS_GLOBAL_STRING + +// ::std::string. +TEST(PrintStringTest, StringInStdNamespace) { + const char s[] = "'\"?\\\a\b\f\n\0\r\t\v\x7F\xFF a"; + const ::std::string str(s, sizeof(s)); + EXPECT_EQ("\"'\\\"?\\\\\\a\\b\\f\\n\\0\\r\\t\\v\\x7F\\xFF a\\0\"", + Print(str)); +} + +TEST(PrintStringTest, StringAmbiguousHex) { + // "\x6BANANA" is ambiguous, it can be interpreted as starting with either of: + // '\x6', '\x6B', or '\x6BA'. + + // a hex escaping sequence following by a decimal digit + EXPECT_EQ("\"0\\x12\" \"3\"", Print(::std::string("0\x12" "3"))); + // a hex escaping sequence following by a hex digit (lower-case) + EXPECT_EQ("\"mm\\x6\" \"bananas\"", Print(::std::string("mm\x6" "bananas"))); + // a hex escaping sequence following by a hex digit (upper-case) + EXPECT_EQ("\"NOM\\x6\" \"BANANA\"", Print(::std::string("NOM\x6" "BANANA"))); + // a hex escaping sequence following by a non-xdigit + EXPECT_EQ("\"!\\x5-!\"", Print(::std::string("!\x5-!"))); +} + +// Tests printing ::wstring and ::std::wstring. + +#if GTEST_HAS_GLOBAL_WSTRING +// ::wstring. +TEST(PrintWideStringTest, StringInGlobalNamespace) { + const wchar_t s[] = L"'\"?\\\a\b\f\n\0\r\t\v\xD3\x576\x8D3\xC74D a"; + const ::wstring str(s, sizeof(s)/sizeof(wchar_t)); + EXPECT_EQ("L\"'\\\"?\\\\\\a\\b\\f\\n\\0\\r\\t\\v" + "\\xD3\\x576\\x8D3\\xC74D a\\0\"", + Print(str)); +} +#endif // GTEST_HAS_GLOBAL_WSTRING + +#if GTEST_HAS_STD_WSTRING +// ::std::wstring. +TEST(PrintWideStringTest, StringInStdNamespace) { + const wchar_t s[] = L"'\"?\\\a\b\f\n\0\r\t\v\xD3\x576\x8D3\xC74D a"; + const ::std::wstring str(s, sizeof(s)/sizeof(wchar_t)); + EXPECT_EQ("L\"'\\\"?\\\\\\a\\b\\f\\n\\0\\r\\t\\v" + "\\xD3\\x576\\x8D3\\xC74D a\\0\"", + Print(str)); +} + +TEST(PrintWideStringTest, StringAmbiguousHex) { + // same for wide strings. + EXPECT_EQ("L\"0\\x12\" L\"3\"", Print(::std::wstring(L"0\x12" L"3"))); + EXPECT_EQ("L\"mm\\x6\" L\"bananas\"", + Print(::std::wstring(L"mm\x6" L"bananas"))); + EXPECT_EQ("L\"NOM\\x6\" L\"BANANA\"", + Print(::std::wstring(L"NOM\x6" L"BANANA"))); + EXPECT_EQ("L\"!\\x5-!\"", Print(::std::wstring(L"!\x5-!"))); +} +#endif // GTEST_HAS_STD_WSTRING + +// Tests printing types that support generic streaming (i.e. streaming +// to std::basic_ostream for any valid Char and +// CharTraits types). + +// Tests printing a non-template type that supports generic streaming. + +class AllowsGenericStreaming {}; + +template +std::basic_ostream& operator<<( + std::basic_ostream& os, + const AllowsGenericStreaming& /* a */) { + return os << "AllowsGenericStreaming"; +} + +TEST(PrintTypeWithGenericStreamingTest, NonTemplateType) { + AllowsGenericStreaming a; + EXPECT_EQ("AllowsGenericStreaming", Print(a)); +} + +// Tests printing a template type that supports generic streaming. + +template +class AllowsGenericStreamingTemplate {}; + +template +std::basic_ostream& operator<<( + std::basic_ostream& os, + const AllowsGenericStreamingTemplate& /* a */) { + return os << "AllowsGenericStreamingTemplate"; +} + +TEST(PrintTypeWithGenericStreamingTest, TemplateType) { + AllowsGenericStreamingTemplate a; + EXPECT_EQ("AllowsGenericStreamingTemplate", Print(a)); +} + +// Tests printing a type that supports generic streaming and can be +// implicitly converted to another printable type. + +template +class AllowsGenericStreamingAndImplicitConversionTemplate { + public: + operator bool() const { return false; } +}; + +template +std::basic_ostream& operator<<( + std::basic_ostream& os, + const AllowsGenericStreamingAndImplicitConversionTemplate& /* a */) { + return os << "AllowsGenericStreamingAndImplicitConversionTemplate"; +} + +TEST(PrintTypeWithGenericStreamingTest, TypeImplicitlyConvertible) { + AllowsGenericStreamingAndImplicitConversionTemplate a; + EXPECT_EQ("AllowsGenericStreamingAndImplicitConversionTemplate", Print(a)); +} + +#if GTEST_HAS_STRING_PIECE_ + +// Tests printing StringPiece. + +TEST(PrintStringPieceTest, SimpleStringPiece) { + const StringPiece sp = "Hello"; + EXPECT_EQ("\"Hello\"", Print(sp)); +} + +TEST(PrintStringPieceTest, UnprintableCharacters) { + const char str[] = "NUL (\0) and \r\t"; + const StringPiece sp(str, sizeof(str) - 1); + EXPECT_EQ("\"NUL (\\0) and \\r\\t\"", Print(sp)); +} + +#endif // GTEST_HAS_STRING_PIECE_ + +// Tests printing STL containers. + +TEST(PrintStlContainerTest, EmptyDeque) { + deque empty; + EXPECT_EQ("{}", Print(empty)); +} + +TEST(PrintStlContainerTest, NonEmptyDeque) { + deque non_empty; + non_empty.push_back(1); + non_empty.push_back(3); + EXPECT_EQ("{ 1, 3 }", Print(non_empty)); +} + +#if GTEST_HAS_HASH_MAP_ + +TEST(PrintStlContainerTest, OneElementHashMap) { + hash_map map1; + map1[1] = 'a'; + EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); +} + +TEST(PrintStlContainerTest, HashMultiMap) { + hash_multimap map1; + map1.insert(make_pair(5, true)); + map1.insert(make_pair(5, false)); + + // Elements of hash_multimap can be printed in any order. + const string result = Print(map1); + EXPECT_TRUE(result == "{ (5, true), (5, false) }" || + result == "{ (5, false), (5, true) }") + << " where Print(map1) returns \"" << result << "\"."; +} + +#endif // GTEST_HAS_HASH_MAP_ + +#if GTEST_HAS_HASH_SET_ + +TEST(PrintStlContainerTest, HashSet) { + hash_set set1; + set1.insert("hello"); + EXPECT_EQ("{ \"hello\" }", Print(set1)); +} + +TEST(PrintStlContainerTest, HashMultiSet) { + const int kSize = 5; + int a[kSize] = { 1, 1, 2, 5, 1 }; + hash_multiset set1(a, a + kSize); + + // Elements of hash_multiset can be printed in any order. + const string result = Print(set1); + const string expected_pattern = "{ d, d, d, d, d }"; // d means a digit. + + // Verifies the result matches the expected pattern; also extracts + // the numbers in the result. + ASSERT_EQ(expected_pattern.length(), result.length()); + std::vector numbers; + for (size_t i = 0; i != result.length(); i++) { + if (expected_pattern[i] == 'd') { + ASSERT_NE(isdigit(static_cast(result[i])), 0); + numbers.push_back(result[i] - '0'); + } else { + EXPECT_EQ(expected_pattern[i], result[i]) << " where result is " + << result; + } + } + + // Makes sure the result contains the right numbers. + std::sort(numbers.begin(), numbers.end()); + std::sort(a, a + kSize); + EXPECT_TRUE(std::equal(a, a + kSize, numbers.begin())); +} + +#endif // GTEST_HAS_HASH_SET_ + +TEST(PrintStlContainerTest, List) { + const string a[] = { + "hello", + "world" + }; + const list strings(a, a + 2); + EXPECT_EQ("{ \"hello\", \"world\" }", Print(strings)); +} + +TEST(PrintStlContainerTest, Map) { + map map1; + map1[1] = true; + map1[5] = false; + map1[3] = true; + EXPECT_EQ("{ (1, true), (3, true), (5, false) }", Print(map1)); +} + +TEST(PrintStlContainerTest, MultiMap) { + multimap map1; + // The make_pair template function would deduce the type as + // pair here, and since the key part in a multimap has to + // be constant, without a templated ctor in the pair class (as in + // libCstd on Solaris), make_pair call would fail to compile as no + // implicit conversion is found. Thus explicit typename is used + // here instead. + map1.insert(pair(true, 0)); + map1.insert(pair(true, 1)); + map1.insert(pair(false, 2)); + EXPECT_EQ("{ (false, 2), (true, 0), (true, 1) }", Print(map1)); +} + +TEST(PrintStlContainerTest, Set) { + const unsigned int a[] = { 3, 0, 5 }; + set set1(a, a + 3); + EXPECT_EQ("{ 0, 3, 5 }", Print(set1)); +} + +TEST(PrintStlContainerTest, MultiSet) { + const int a[] = { 1, 1, 2, 5, 1 }; + multiset set1(a, a + 5); + EXPECT_EQ("{ 1, 1, 1, 2, 5 }", Print(set1)); +} + +TEST(PrintStlContainerTest, Pair) { + pair p(true, 5); + EXPECT_EQ("(true, 5)", Print(p)); +} + +TEST(PrintStlContainerTest, Vector) { + vector v; + v.push_back(1); + v.push_back(2); + EXPECT_EQ("{ 1, 2 }", Print(v)); +} + +TEST(PrintStlContainerTest, LongSequence) { + const int a[100] = { 1, 2, 3 }; + const vector v(a, a + 100); + EXPECT_EQ("{ 1, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, " + "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... }", Print(v)); +} + +TEST(PrintStlContainerTest, NestedContainer) { + const int a1[] = { 1, 2 }; + const int a2[] = { 3, 4, 5 }; + const list l1(a1, a1 + 2); + const list l2(a2, a2 + 3); + + vector > v; + v.push_back(l1); + v.push_back(l2); + EXPECT_EQ("{ { 1, 2 }, { 3, 4, 5 } }", Print(v)); +} + +TEST(PrintStlContainerTest, OneDimensionalNativeArray) { + const int a[3] = { 1, 2, 3 }; + NativeArray b(a, 3, kReference); + EXPECT_EQ("{ 1, 2, 3 }", Print(b)); +} + +TEST(PrintStlContainerTest, TwoDimensionalNativeArray) { + const int a[2][3] = { { 1, 2, 3 }, { 4, 5, 6 } }; + NativeArray b(a, 2, kReference); + EXPECT_EQ("{ { 1, 2, 3 }, { 4, 5, 6 } }", Print(b)); +} + +// Tests that a class named iterator isn't treated as a container. + +struct iterator { + char x; +}; + +TEST(PrintStlContainerTest, Iterator) { + iterator it = {}; + EXPECT_EQ("1-byte object <00>", Print(it)); +} + +// Tests that a class named const_iterator isn't treated as a container. + +struct const_iterator { + char x; +}; + +TEST(PrintStlContainerTest, ConstIterator) { + const_iterator it = {}; + EXPECT_EQ("1-byte object <00>", Print(it)); +} + +#if GTEST_HAS_TR1_TUPLE +// Tests printing tuples. + +// Tuples of various arities. +TEST(PrintTupleTest, VariousSizes) { + tuple<> t0; + EXPECT_EQ("()", Print(t0)); + + tuple t1(5); + EXPECT_EQ("(5)", Print(t1)); + + tuple t2('a', true); + EXPECT_EQ("('a' (97, 0x61), true)", Print(t2)); + + tuple t3(false, 2, 3); + EXPECT_EQ("(false, 2, 3)", Print(t3)); + + tuple t4(false, 2, 3, 4); + EXPECT_EQ("(false, 2, 3, 4)", Print(t4)); + + tuple t5(false, 2, 3, 4, true); + EXPECT_EQ("(false, 2, 3, 4, true)", Print(t5)); + + tuple t6(false, 2, 3, 4, true, 6); + EXPECT_EQ("(false, 2, 3, 4, true, 6)", Print(t6)); + + tuple t7(false, 2, 3, 4, true, 6, 7); + EXPECT_EQ("(false, 2, 3, 4, true, 6, 7)", Print(t7)); + + tuple t8( + false, 2, 3, 4, true, 6, 7, true); + EXPECT_EQ("(false, 2, 3, 4, true, 6, 7, true)", Print(t8)); + + tuple t9( + false, 2, 3, 4, true, 6, 7, true, 9); + EXPECT_EQ("(false, 2, 3, 4, true, 6, 7, true, 9)", Print(t9)); + + const char* const str = "8"; + // VC++ 2010's implementation of tuple of C++0x is deficient, requiring + // an explicit type cast of NULL to be used. + tuple + t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str, + ImplicitCast_(NULL), "10"); + EXPECT_EQ("(false, 'a' (97, 0x61), 3, 4, 5, 1.5, -2.5, " + PrintPointer(str) + + " pointing to \"8\", NULL, \"10\")", + Print(t10)); +} + +// Nested tuples. +TEST(PrintTupleTest, NestedTuple) { + tuple, char> nested(make_tuple(5, true), 'a'); + EXPECT_EQ("((5, true), 'a' (97, 0x61))", Print(nested)); +} + +#endif // GTEST_HAS_TR1_TUPLE + +// Tests printing user-defined unprintable types. + +// Unprintable types in the global namespace. +TEST(PrintUnprintableTypeTest, InGlobalNamespace) { + EXPECT_EQ("1-byte object <00>", + Print(UnprintableTemplateInGlobal())); +} + +// Unprintable types in a user namespace. +TEST(PrintUnprintableTypeTest, InUserNamespace) { + EXPECT_EQ("16-byte object ", + Print(::foo::UnprintableInFoo())); +} + +// Unprintable types are that too big to be printed completely. + +struct Big { + Big() { memset(array, 0, sizeof(array)); } + char array[257]; +}; + +TEST(PrintUnpritableTypeTest, BigObject) { + EXPECT_EQ("257-byte object <00-00 00-00 00-00 00-00 00-00 00-00 " + "00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 " + "00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 " + "00-00 00-00 00-00 00-00 00-00 00-00 ... 00-00 00-00 00-00 " + "00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 " + "00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 " + "00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00>", + Print(Big())); +} + +// Tests printing user-defined streamable types. + +// Streamable types in the global namespace. +TEST(PrintStreamableTypeTest, InGlobalNamespace) { + StreamableInGlobal x; + EXPECT_EQ("StreamableInGlobal", Print(x)); + EXPECT_EQ("StreamableInGlobal*", Print(&x)); +} + +// Printable template types in a user namespace. +TEST(PrintStreamableTypeTest, TemplateTypeInUserNamespace) { + EXPECT_EQ("StreamableTemplateInFoo: 0", + Print(::foo::StreamableTemplateInFoo())); +} + +// Tests printing user-defined types that have a PrintTo() function. +TEST(PrintPrintableTypeTest, InUserNamespace) { + EXPECT_EQ("PrintableViaPrintTo: 0", + Print(::foo::PrintableViaPrintTo())); +} + +// Tests printing a pointer to a user-defined type that has a << +// operator for its pointer. +TEST(PrintPrintableTypeTest, PointerInUserNamespace) { + ::foo::PointerPrintable x; + EXPECT_EQ("PointerPrintable*", Print(&x)); +} + +// Tests printing user-defined class template that have a PrintTo() function. +TEST(PrintPrintableTypeTest, TemplateInUserNamespace) { + EXPECT_EQ("PrintableViaPrintToTemplate: 5", + Print(::foo::PrintableViaPrintToTemplate(5))); +} + +#if GTEST_HAS_PROTOBUF_ + +// Tests printing a protocol message. +TEST(PrintProtocolMessageTest, PrintsShortDebugString) { + testing::internal::TestMessage msg; + msg.set_member("yes"); + EXPECT_EQ("", Print(msg)); +} + +// Tests printing a short proto2 message. +TEST(PrintProto2MessageTest, PrintsShortDebugStringWhenItIsShort) { + testing::internal::FooMessage msg; + msg.set_int_field(2); + msg.set_string_field("hello"); + EXPECT_PRED2(RE::FullMatch, Print(msg), + ""); +} + +// Tests printing a long proto2 message. +TEST(PrintProto2MessageTest, PrintsDebugStringWhenItIsLong) { + testing::internal::FooMessage msg; + msg.set_int_field(2); + msg.set_string_field("hello"); + msg.add_names("peter"); + msg.add_names("paul"); + msg.add_names("mary"); + EXPECT_PRED2(RE::FullMatch, Print(msg), + "<\n" + "int_field:\\s*2\n" + "string_field:\\s*\"hello\"\n" + "names:\\s*\"peter\"\n" + "names:\\s*\"paul\"\n" + "names:\\s*\"mary\"\n" + ">"); +} + +#endif // GTEST_HAS_PROTOBUF_ + +// Tests that the universal printer prints both the address and the +// value of a reference. +TEST(PrintReferenceTest, PrintsAddressAndValue) { + int n = 5; + EXPECT_EQ("@" + PrintPointer(&n) + " 5", PrintByRef(n)); + + int a[2][3] = { + { 0, 1, 2 }, + { 3, 4, 5 } + }; + EXPECT_EQ("@" + PrintPointer(a) + " { { 0, 1, 2 }, { 3, 4, 5 } }", + PrintByRef(a)); + + const ::foo::UnprintableInFoo x; + EXPECT_EQ("@" + PrintPointer(&x) + " 16-byte object " + "", + PrintByRef(x)); +} + +// Tests that the universal printer prints a function pointer passed by +// reference. +TEST(PrintReferenceTest, HandlesFunctionPointer) { + void (*fp)(int n) = &MyFunction; + const string fp_pointer_string = + PrintPointer(reinterpret_cast(&fp)); + // We cannot directly cast &MyFunction to const void* because the + // standard disallows casting between pointers to functions and + // pointers to objects, and some compilers (e.g. GCC 3.4) enforce + // this limitation. + const string fp_string = PrintPointer(reinterpret_cast( + reinterpret_cast(fp))); + EXPECT_EQ("@" + fp_pointer_string + " " + fp_string, + PrintByRef(fp)); +} + +// Tests that the universal printer prints a member function pointer +// passed by reference. +TEST(PrintReferenceTest, HandlesMemberFunctionPointer) { + int (Foo::*p)(char ch) = &Foo::MyMethod; + EXPECT_TRUE(HasPrefix( + PrintByRef(p), + "@" + PrintPointer(reinterpret_cast(&p)) + " " + + Print(sizeof(p)) + "-byte object ")); + + char (Foo::*p2)(int n) = &Foo::MyVirtualMethod; + EXPECT_TRUE(HasPrefix( + PrintByRef(p2), + "@" + PrintPointer(reinterpret_cast(&p2)) + " " + + Print(sizeof(p2)) + "-byte object ")); +} + +// Tests that the universal printer prints a member variable pointer +// passed by reference. +TEST(PrintReferenceTest, HandlesMemberVariablePointer) { + int (Foo::*p) = &Foo::value; // NOLINT + EXPECT_TRUE(HasPrefix( + PrintByRef(p), + "@" + PrintPointer(&p) + " " + Print(sizeof(p)) + "-byte object ")); +} + +// Tests that FormatForComparisonFailureMessage(), which is used to print +// an operand in a comparison assertion (e.g. ASSERT_EQ) when the assertion +// fails, formats the operand in the desired way. + +// scalar +TEST(FormatForComparisonFailureMessageTest, WorksForScalar) { + EXPECT_STREQ("123", + FormatForComparisonFailureMessage(123, 124).c_str()); +} + +// non-char pointer +TEST(FormatForComparisonFailureMessageTest, WorksForNonCharPointer) { + int n = 0; + EXPECT_EQ(PrintPointer(&n), + FormatForComparisonFailureMessage(&n, &n).c_str()); +} + +// non-char array +TEST(FormatForComparisonFailureMessageTest, FormatsNonCharArrayAsPointer) { + // In expression 'array == x', 'array' is compared by pointer. + // Therefore we want to print an array operand as a pointer. + int n[] = { 1, 2, 3 }; + EXPECT_EQ(PrintPointer(n), + FormatForComparisonFailureMessage(n, n).c_str()); +} + +// Tests formatting a char pointer when it's compared with another pointer. +// In this case we want to print it as a raw pointer, as the comparision is by +// pointer. + +// char pointer vs pointer +TEST(FormatForComparisonFailureMessageTest, WorksForCharPointerVsPointer) { + // In expression 'p == x', where 'p' and 'x' are (const or not) char + // pointers, the operands are compared by pointer. Therefore we + // want to print 'p' as a pointer instead of a C string (we don't + // even know if it's supposed to point to a valid C string). + + // const char* + const char* s = "hello"; + EXPECT_EQ(PrintPointer(s), + FormatForComparisonFailureMessage(s, s).c_str()); + + // char* + char ch = 'a'; + EXPECT_EQ(PrintPointer(&ch), + FormatForComparisonFailureMessage(&ch, &ch).c_str()); +} + +// wchar_t pointer vs pointer +TEST(FormatForComparisonFailureMessageTest, WorksForWCharPointerVsPointer) { + // In expression 'p == x', where 'p' and 'x' are (const or not) char + // pointers, the operands are compared by pointer. Therefore we + // want to print 'p' as a pointer instead of a wide C string (we don't + // even know if it's supposed to point to a valid wide C string). + + // const wchar_t* + const wchar_t* s = L"hello"; + EXPECT_EQ(PrintPointer(s), + FormatForComparisonFailureMessage(s, s).c_str()); + + // wchar_t* + wchar_t ch = L'a'; + EXPECT_EQ(PrintPointer(&ch), + FormatForComparisonFailureMessage(&ch, &ch).c_str()); +} + +// Tests formatting a char pointer when it's compared to a string object. +// In this case we want to print the char pointer as a C string. + +#if GTEST_HAS_GLOBAL_STRING +// char pointer vs ::string +TEST(FormatForComparisonFailureMessageTest, WorksForCharPointerVsString) { + const char* s = "hello \"world"; + EXPECT_STREQ("\"hello \\\"world\"", // The string content should be escaped. + FormatForComparisonFailureMessage(s, ::string()).c_str()); + + // char* + char str[] = "hi\1"; + char* p = str; + EXPECT_STREQ("\"hi\\x1\"", // The string content should be escaped. + FormatForComparisonFailureMessage(p, ::string()).c_str()); +} +#endif + +// char pointer vs std::string +TEST(FormatForComparisonFailureMessageTest, WorksForCharPointerVsStdString) { + const char* s = "hello \"world"; + EXPECT_STREQ("\"hello \\\"world\"", // The string content should be escaped. + FormatForComparisonFailureMessage(s, ::std::string()).c_str()); + + // char* + char str[] = "hi\1"; + char* p = str; + EXPECT_STREQ("\"hi\\x1\"", // The string content should be escaped. + FormatForComparisonFailureMessage(p, ::std::string()).c_str()); +} + +#if GTEST_HAS_GLOBAL_WSTRING +// wchar_t pointer vs ::wstring +TEST(FormatForComparisonFailureMessageTest, WorksForWCharPointerVsWString) { + const wchar_t* s = L"hi \"world"; + EXPECT_STREQ("L\"hi \\\"world\"", // The string content should be escaped. + FormatForComparisonFailureMessage(s, ::wstring()).c_str()); + + // wchar_t* + wchar_t str[] = L"hi\1"; + wchar_t* p = str; + EXPECT_STREQ("L\"hi\\x1\"", // The string content should be escaped. + FormatForComparisonFailureMessage(p, ::wstring()).c_str()); +} +#endif + +#if GTEST_HAS_STD_WSTRING +// wchar_t pointer vs std::wstring +TEST(FormatForComparisonFailureMessageTest, WorksForWCharPointerVsStdWString) { + const wchar_t* s = L"hi \"world"; + EXPECT_STREQ("L\"hi \\\"world\"", // The string content should be escaped. + FormatForComparisonFailureMessage(s, ::std::wstring()).c_str()); + + // wchar_t* + wchar_t str[] = L"hi\1"; + wchar_t* p = str; + EXPECT_STREQ("L\"hi\\x1\"", // The string content should be escaped. + FormatForComparisonFailureMessage(p, ::std::wstring()).c_str()); +} +#endif + +// Tests formatting a char array when it's compared with a pointer or array. +// In this case we want to print the array as a row pointer, as the comparison +// is by pointer. + +// char array vs pointer +TEST(FormatForComparisonFailureMessageTest, WorksForCharArrayVsPointer) { + char str[] = "hi \"world\""; + char* p = NULL; + EXPECT_EQ(PrintPointer(str), + FormatForComparisonFailureMessage(str, p).c_str()); +} + +// char array vs char array +TEST(FormatForComparisonFailureMessageTest, WorksForCharArrayVsCharArray) { + const char str[] = "hi \"world\""; + EXPECT_EQ(PrintPointer(str), + FormatForComparisonFailureMessage(str, str).c_str()); +} + +// wchar_t array vs pointer +TEST(FormatForComparisonFailureMessageTest, WorksForWCharArrayVsPointer) { + wchar_t str[] = L"hi \"world\""; + wchar_t* p = NULL; + EXPECT_EQ(PrintPointer(str), + FormatForComparisonFailureMessage(str, p).c_str()); +} + +// wchar_t array vs wchar_t array +TEST(FormatForComparisonFailureMessageTest, WorksForWCharArrayVsWCharArray) { + const wchar_t str[] = L"hi \"world\""; + EXPECT_EQ(PrintPointer(str), + FormatForComparisonFailureMessage(str, str).c_str()); +} + +// Tests formatting a char array when it's compared with a string object. +// In this case we want to print the array as a C string. + +#if GTEST_HAS_GLOBAL_STRING +// char array vs string +TEST(FormatForComparisonFailureMessageTest, WorksForCharArrayVsString) { + const char str[] = "hi \"w\0rld\""; + EXPECT_STREQ("\"hi \\\"w\"", // The content should be escaped. + // Embedded NUL terminates the string. + FormatForComparisonFailureMessage(str, ::string()).c_str()); +} +#endif + +// char array vs std::string +TEST(FormatForComparisonFailureMessageTest, WorksForCharArrayVsStdString) { + const char str[] = "hi \"world\""; + EXPECT_STREQ("\"hi \\\"world\\\"\"", // The content should be escaped. + FormatForComparisonFailureMessage(str, ::std::string()).c_str()); +} + +#if GTEST_HAS_GLOBAL_WSTRING +// wchar_t array vs wstring +TEST(FormatForComparisonFailureMessageTest, WorksForWCharArrayVsWString) { + const wchar_t str[] = L"hi \"world\""; + EXPECT_STREQ("L\"hi \\\"world\\\"\"", // The content should be escaped. + FormatForComparisonFailureMessage(str, ::wstring()).c_str()); +} +#endif + +#if GTEST_HAS_STD_WSTRING +// wchar_t array vs std::wstring +TEST(FormatForComparisonFailureMessageTest, WorksForWCharArrayVsStdWString) { + const wchar_t str[] = L"hi \"w\0rld\""; + EXPECT_STREQ( + "L\"hi \\\"w\"", // The content should be escaped. + // Embedded NUL terminates the string. + FormatForComparisonFailureMessage(str, ::std::wstring()).c_str()); +} +#endif + +// Useful for testing PrintToString(). We cannot use EXPECT_EQ() +// there as its implementation uses PrintToString(). The caller must +// ensure that 'value' has no side effect. +#define EXPECT_PRINT_TO_STRING_(value, expected_string) \ + EXPECT_TRUE(PrintToString(value) == (expected_string)) \ + << " where " #value " prints as " << (PrintToString(value)) + +TEST(PrintToStringTest, WorksForScalar) { + EXPECT_PRINT_TO_STRING_(123, "123"); +} + +TEST(PrintToStringTest, WorksForPointerToConstChar) { + const char* p = "hello"; + EXPECT_PRINT_TO_STRING_(p, "\"hello\""); +} + +TEST(PrintToStringTest, WorksForPointerToNonConstChar) { + char s[] = "hello"; + char* p = s; + EXPECT_PRINT_TO_STRING_(p, "\"hello\""); +} + +TEST(PrintToStringTest, EscapesForPointerToConstChar) { + const char* p = "hello\n"; + EXPECT_PRINT_TO_STRING_(p, "\"hello\\n\""); +} + +TEST(PrintToStringTest, EscapesForPointerToNonConstChar) { + char s[] = "hello\1"; + char* p = s; + EXPECT_PRINT_TO_STRING_(p, "\"hello\\x1\""); +} + +TEST(PrintToStringTest, WorksForArray) { + int n[3] = { 1, 2, 3 }; + EXPECT_PRINT_TO_STRING_(n, "{ 1, 2, 3 }"); +} + +TEST(PrintToStringTest, WorksForCharArray) { + char s[] = "hello"; + EXPECT_PRINT_TO_STRING_(s, "\"hello\""); +} + +TEST(PrintToStringTest, WorksForCharArrayWithEmbeddedNul) { + const char str_with_nul[] = "hello\0 world"; + EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); + + char mutable_str_with_nul[] = "hello\0 world"; + EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); +} + +#undef EXPECT_PRINT_TO_STRING_ + +TEST(UniversalTersePrintTest, WorksForNonReference) { + ::std::stringstream ss; + UniversalTersePrint(123, &ss); + EXPECT_EQ("123", ss.str()); +} + +TEST(UniversalTersePrintTest, WorksForReference) { + const int& n = 123; + ::std::stringstream ss; + UniversalTersePrint(n, &ss); + EXPECT_EQ("123", ss.str()); +} + +TEST(UniversalTersePrintTest, WorksForCString) { + const char* s1 = "abc"; + ::std::stringstream ss1; + UniversalTersePrint(s1, &ss1); + EXPECT_EQ("\"abc\"", ss1.str()); + + char* s2 = const_cast(s1); + ::std::stringstream ss2; + UniversalTersePrint(s2, &ss2); + EXPECT_EQ("\"abc\"", ss2.str()); + + const char* s3 = NULL; + ::std::stringstream ss3; + UniversalTersePrint(s3, &ss3); + EXPECT_EQ("NULL", ss3.str()); +} + +TEST(UniversalPrintTest, WorksForNonReference) { + ::std::stringstream ss; + UniversalPrint(123, &ss); + EXPECT_EQ("123", ss.str()); +} + +TEST(UniversalPrintTest, WorksForReference) { + const int& n = 123; + ::std::stringstream ss; + UniversalPrint(n, &ss); + EXPECT_EQ("123", ss.str()); +} + +TEST(UniversalPrintTest, WorksForCString) { + const char* s1 = "abc"; + ::std::stringstream ss1; + UniversalPrint(s1, &ss1); + EXPECT_EQ(PrintPointer(s1) + " pointing to \"abc\"", string(ss1.str())); + + char* s2 = const_cast(s1); + ::std::stringstream ss2; + UniversalPrint(s2, &ss2); + EXPECT_EQ(PrintPointer(s2) + " pointing to \"abc\"", string(ss2.str())); + + const char* s3 = NULL; + ::std::stringstream ss3; + UniversalPrint(s3, &ss3); + EXPECT_EQ("NULL", ss3.str()); +} + +TEST(UniversalPrintTest, WorksForCharArray) { + const char str[] = "\"Line\0 1\"\nLine 2"; + ::std::stringstream ss1; + UniversalPrint(str, &ss1); + EXPECT_EQ("\"\\\"Line\\0 1\\\"\\nLine 2\"", ss1.str()); + + const char mutable_str[] = "\"Line\0 1\"\nLine 2"; + ::std::stringstream ss2; + UniversalPrint(mutable_str, &ss2); + EXPECT_EQ("\"\\\"Line\\0 1\\\"\\nLine 2\"", ss2.str()); +} + +#if GTEST_HAS_TR1_TUPLE + +TEST(UniversalTersePrintTupleFieldsToStringsTest, PrintsEmptyTuple) { + Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple()); + EXPECT_EQ(0u, result.size()); +} + +TEST(UniversalTersePrintTupleFieldsToStringsTest, PrintsOneTuple) { + Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1)); + ASSERT_EQ(1u, result.size()); + EXPECT_EQ("1", result[0]); +} + +TEST(UniversalTersePrintTupleFieldsToStringsTest, PrintsTwoTuple) { + Strings result = UniversalTersePrintTupleFieldsToStrings(make_tuple(1, 'a')); + ASSERT_EQ(2u, result.size()); + EXPECT_EQ("1", result[0]); + EXPECT_EQ("'a' (97, 0x61)", result[1]); +} + +TEST(UniversalTersePrintTupleFieldsToStringsTest, PrintsTersely) { + const int n = 1; + Strings result = UniversalTersePrintTupleFieldsToStrings( + tuple(n, "a")); + ASSERT_EQ(2u, result.size()); + EXPECT_EQ("1", result[0]); + EXPECT_EQ("\"a\"", result[1]); +} + +#endif // GTEST_HAS_TR1_TUPLE + +} // namespace gtest_printers_test +} // namespace testing diff --git a/gtest-1.7.0/test/gtest-test-part_test.cc b/gtest-1.7.0/test/gtest-test-part_test.cc new file mode 100644 index 000000000..ca8ba933a --- /dev/null +++ b/gtest-1.7.0/test/gtest-test-part_test.cc @@ -0,0 +1,208 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// + +#include "gtest/gtest-test-part.h" + +#include "gtest/gtest.h" + +using testing::Message; +using testing::Test; +using testing::TestPartResult; +using testing::TestPartResultArray; + +namespace { + +// Tests the TestPartResult class. + +// The test fixture for testing TestPartResult. +class TestPartResultTest : public Test { + protected: + TestPartResultTest() + : r1_(TestPartResult::kSuccess, "foo/bar.cc", 10, "Success!"), + r2_(TestPartResult::kNonFatalFailure, "foo/bar.cc", -1, "Failure!"), + r3_(TestPartResult::kFatalFailure, NULL, -1, "Failure!") {} + + TestPartResult r1_, r2_, r3_; +}; + + +TEST_F(TestPartResultTest, ConstructorWorks) { + Message message; + message << "something is terribly wrong"; + message << static_cast(testing::internal::kStackTraceMarker); + message << "some unimportant stack trace"; + + const TestPartResult result(TestPartResult::kNonFatalFailure, + "some_file.cc", + 42, + message.GetString().c_str()); + + EXPECT_EQ(TestPartResult::kNonFatalFailure, result.type()); + EXPECT_STREQ("some_file.cc", result.file_name()); + EXPECT_EQ(42, result.line_number()); + EXPECT_STREQ(message.GetString().c_str(), result.message()); + EXPECT_STREQ("something is terribly wrong", result.summary()); +} + +TEST_F(TestPartResultTest, ResultAccessorsWork) { + const TestPartResult success(TestPartResult::kSuccess, + "file.cc", + 42, + "message"); + EXPECT_TRUE(success.passed()); + EXPECT_FALSE(success.failed()); + EXPECT_FALSE(success.nonfatally_failed()); + EXPECT_FALSE(success.fatally_failed()); + + const TestPartResult nonfatal_failure(TestPartResult::kNonFatalFailure, + "file.cc", + 42, + "message"); + EXPECT_FALSE(nonfatal_failure.passed()); + EXPECT_TRUE(nonfatal_failure.failed()); + EXPECT_TRUE(nonfatal_failure.nonfatally_failed()); + EXPECT_FALSE(nonfatal_failure.fatally_failed()); + + const TestPartResult fatal_failure(TestPartResult::kFatalFailure, + "file.cc", + 42, + "message"); + EXPECT_FALSE(fatal_failure.passed()); + EXPECT_TRUE(fatal_failure.failed()); + EXPECT_FALSE(fatal_failure.nonfatally_failed()); + EXPECT_TRUE(fatal_failure.fatally_failed()); +} + +// Tests TestPartResult::type(). +TEST_F(TestPartResultTest, type) { + EXPECT_EQ(TestPartResult::kSuccess, r1_.type()); + EXPECT_EQ(TestPartResult::kNonFatalFailure, r2_.type()); + EXPECT_EQ(TestPartResult::kFatalFailure, r3_.type()); +} + +// Tests TestPartResult::file_name(). +TEST_F(TestPartResultTest, file_name) { + EXPECT_STREQ("foo/bar.cc", r1_.file_name()); + EXPECT_STREQ(NULL, r3_.file_name()); +} + +// Tests TestPartResult::line_number(). +TEST_F(TestPartResultTest, line_number) { + EXPECT_EQ(10, r1_.line_number()); + EXPECT_EQ(-1, r2_.line_number()); +} + +// Tests TestPartResult::message(). +TEST_F(TestPartResultTest, message) { + EXPECT_STREQ("Success!", r1_.message()); +} + +// Tests TestPartResult::passed(). +TEST_F(TestPartResultTest, Passed) { + EXPECT_TRUE(r1_.passed()); + EXPECT_FALSE(r2_.passed()); + EXPECT_FALSE(r3_.passed()); +} + +// Tests TestPartResult::failed(). +TEST_F(TestPartResultTest, Failed) { + EXPECT_FALSE(r1_.failed()); + EXPECT_TRUE(r2_.failed()); + EXPECT_TRUE(r3_.failed()); +} + +// Tests TestPartResult::fatally_failed(). +TEST_F(TestPartResultTest, FatallyFailed) { + EXPECT_FALSE(r1_.fatally_failed()); + EXPECT_FALSE(r2_.fatally_failed()); + EXPECT_TRUE(r3_.fatally_failed()); +} + +// Tests TestPartResult::nonfatally_failed(). +TEST_F(TestPartResultTest, NonfatallyFailed) { + EXPECT_FALSE(r1_.nonfatally_failed()); + EXPECT_TRUE(r2_.nonfatally_failed()); + EXPECT_FALSE(r3_.nonfatally_failed()); +} + +// Tests the TestPartResultArray class. + +class TestPartResultArrayTest : public Test { + protected: + TestPartResultArrayTest() + : r1_(TestPartResult::kNonFatalFailure, "foo/bar.cc", -1, "Failure 1"), + r2_(TestPartResult::kFatalFailure, "foo/bar.cc", -1, "Failure 2") {} + + const TestPartResult r1_, r2_; +}; + +// Tests that TestPartResultArray initially has size 0. +TEST_F(TestPartResultArrayTest, InitialSizeIsZero) { + TestPartResultArray results; + EXPECT_EQ(0, results.size()); +} + +// Tests that TestPartResultArray contains the given TestPartResult +// after one Append() operation. +TEST_F(TestPartResultArrayTest, ContainsGivenResultAfterAppend) { + TestPartResultArray results; + results.Append(r1_); + EXPECT_EQ(1, results.size()); + EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); +} + +// Tests that TestPartResultArray contains the given TestPartResults +// after two Append() operations. +TEST_F(TestPartResultArrayTest, ContainsGivenResultsAfterTwoAppends) { + TestPartResultArray results; + results.Append(r1_); + results.Append(r2_); + EXPECT_EQ(2, results.size()); + EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); + EXPECT_STREQ("Failure 2", results.GetTestPartResult(1).message()); +} + +typedef TestPartResultArrayTest TestPartResultArrayDeathTest; + +// Tests that the program dies when GetTestPartResult() is called with +// an invalid index. +TEST_F(TestPartResultArrayDeathTest, DiesWhenIndexIsOutOfBound) { + TestPartResultArray results; + results.Append(r1_); + + EXPECT_DEATH_IF_SUPPORTED(results.GetTestPartResult(-1), ""); + EXPECT_DEATH_IF_SUPPORTED(results.GetTestPartResult(1), ""); +} + +// TODO(mheule@google.com): Add a test for the class HasNewFatalFailureHelper. + +} // namespace diff --git a/gtest-1.7.0/test/gtest-tuple_test.cc b/gtest-1.7.0/test/gtest-tuple_test.cc new file mode 100644 index 000000000..bfaa3e0ac --- /dev/null +++ b/gtest-1.7.0/test/gtest-tuple_test.cc @@ -0,0 +1,320 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/internal/gtest-tuple.h" +#include +#include "gtest/gtest.h" + +namespace { + +using ::std::tr1::get; +using ::std::tr1::make_tuple; +using ::std::tr1::tuple; +using ::std::tr1::tuple_element; +using ::std::tr1::tuple_size; +using ::testing::StaticAssertTypeEq; + +// Tests that tuple_element >::type returns TK. +TEST(tuple_element_Test, ReturnsElementType) { + StaticAssertTypeEq >::type>(); + StaticAssertTypeEq >::type>(); + StaticAssertTypeEq >::type>(); +} + +// Tests that tuple_size::value gives the number of fields in tuple +// type T. +TEST(tuple_size_Test, ReturnsNumberOfFields) { + EXPECT_EQ(0, +tuple_size >::value); + EXPECT_EQ(1, +tuple_size >::value); + EXPECT_EQ(1, +tuple_size >::value); + EXPECT_EQ(1, +(tuple_size > >::value)); + EXPECT_EQ(2, +(tuple_size >::value)); + EXPECT_EQ(3, +(tuple_size >::value)); +} + +// Tests comparing a tuple with itself. +TEST(ComparisonTest, ComparesWithSelf) { + const tuple a(5, 'a', false); + + EXPECT_TRUE(a == a); + EXPECT_FALSE(a != a); +} + +// Tests comparing two tuples with the same value. +TEST(ComparisonTest, ComparesEqualTuples) { + const tuple a(5, true), b(5, true); + + EXPECT_TRUE(a == b); + EXPECT_FALSE(a != b); +} + +// Tests comparing two different tuples that have no reference fields. +TEST(ComparisonTest, ComparesUnequalTuplesWithoutReferenceFields) { + typedef tuple FooTuple; + + const FooTuple a(0, 'x'); + const FooTuple b(1, 'a'); + + EXPECT_TRUE(a != b); + EXPECT_FALSE(a == b); + + const FooTuple c(1, 'b'); + + EXPECT_TRUE(b != c); + EXPECT_FALSE(b == c); +} + +// Tests comparing two different tuples that have reference fields. +TEST(ComparisonTest, ComparesUnequalTuplesWithReferenceFields) { + typedef tuple FooTuple; + + int i = 5; + const char ch = 'a'; + const FooTuple a(i, ch); + + int j = 6; + const FooTuple b(j, ch); + + EXPECT_TRUE(a != b); + EXPECT_FALSE(a == b); + + j = 5; + const char ch2 = 'b'; + const FooTuple c(j, ch2); + + EXPECT_TRUE(b != c); + EXPECT_FALSE(b == c); +} + +// Tests that a tuple field with a reference type is an alias of the +// variable it's supposed to reference. +TEST(ReferenceFieldTest, IsAliasOfReferencedVariable) { + int n = 0; + tuple t(true, n); + + n = 1; + EXPECT_EQ(n, get<1>(t)) + << "Changing a underlying variable should update the reference field."; + + // Makes sure that the implementation doesn't do anything funny with + // the & operator for the return type of get<>(). + EXPECT_EQ(&n, &(get<1>(t))) + << "The address of a reference field should equal the address of " + << "the underlying variable."; + + get<1>(t) = 2; + EXPECT_EQ(2, n) + << "Changing a reference field should update the underlying variable."; +} + +// Tests that tuple's default constructor default initializes each field. +// This test needs to compile without generating warnings. +TEST(TupleConstructorTest, DefaultConstructorDefaultInitializesEachField) { + // The TR1 report requires that tuple's default constructor default + // initializes each field, even if it's a primitive type. If the + // implementation forgets to do this, this test will catch it by + // generating warnings about using uninitialized variables (assuming + // a decent compiler). + + tuple<> empty; + + tuple a1, b1; + b1 = a1; + EXPECT_EQ(0, get<0>(b1)); + + tuple a2, b2; + b2 = a2; + EXPECT_EQ(0, get<0>(b2)); + EXPECT_EQ(0.0, get<1>(b2)); + + tuple a3, b3; + b3 = a3; + EXPECT_EQ(0.0, get<0>(b3)); + EXPECT_EQ('\0', get<1>(b3)); + EXPECT_TRUE(get<2>(b3) == NULL); + + tuple a10, b10; + b10 = a10; + EXPECT_EQ(0, get<0>(b10)); + EXPECT_EQ(0, get<1>(b10)); + EXPECT_EQ(0, get<2>(b10)); + EXPECT_EQ(0, get<3>(b10)); + EXPECT_EQ(0, get<4>(b10)); + EXPECT_EQ(0, get<5>(b10)); + EXPECT_EQ(0, get<6>(b10)); + EXPECT_EQ(0, get<7>(b10)); + EXPECT_EQ(0, get<8>(b10)); + EXPECT_EQ(0, get<9>(b10)); +} + +// Tests constructing a tuple from its fields. +TEST(TupleConstructorTest, ConstructsFromFields) { + int n = 1; + // Reference field. + tuple a(n); + EXPECT_EQ(&n, &(get<0>(a))); + + // Non-reference fields. + tuple b(5, 'a'); + EXPECT_EQ(5, get<0>(b)); + EXPECT_EQ('a', get<1>(b)); + + // Const reference field. + const int m = 2; + tuple c(true, m); + EXPECT_TRUE(get<0>(c)); + EXPECT_EQ(&m, &(get<1>(c))); +} + +// Tests tuple's copy constructor. +TEST(TupleConstructorTest, CopyConstructor) { + tuple a(0.0, true); + tuple b(a); + + EXPECT_DOUBLE_EQ(0.0, get<0>(b)); + EXPECT_TRUE(get<1>(b)); +} + +// Tests constructing a tuple from another tuple that has a compatible +// but different type. +TEST(TupleConstructorTest, ConstructsFromDifferentTupleType) { + tuple a(0, 1, 'a'); + tuple b(a); + + EXPECT_DOUBLE_EQ(0.0, get<0>(b)); + EXPECT_EQ(1, get<1>(b)); + EXPECT_EQ('a', get<2>(b)); +} + +// Tests constructing a 2-tuple from an std::pair. +TEST(TupleConstructorTest, ConstructsFromPair) { + ::std::pair a(1, 'a'); + tuple b(a); + tuple c(a); +} + +// Tests assigning a tuple to another tuple with the same type. +TEST(TupleAssignmentTest, AssignsToSameTupleType) { + const tuple a(5, 7L); + tuple b; + b = a; + EXPECT_EQ(5, get<0>(b)); + EXPECT_EQ(7L, get<1>(b)); +} + +// Tests assigning a tuple to another tuple with a different but +// compatible type. +TEST(TupleAssignmentTest, AssignsToDifferentTupleType) { + const tuple a(1, 7L, true); + tuple b; + b = a; + EXPECT_EQ(1L, get<0>(b)); + EXPECT_EQ(7, get<1>(b)); + EXPECT_TRUE(get<2>(b)); +} + +// Tests assigning an std::pair to a 2-tuple. +TEST(TupleAssignmentTest, AssignsFromPair) { + const ::std::pair a(5, true); + tuple b; + b = a; + EXPECT_EQ(5, get<0>(b)); + EXPECT_TRUE(get<1>(b)); + + tuple c; + c = a; + EXPECT_EQ(5L, get<0>(c)); + EXPECT_TRUE(get<1>(c)); +} + +// A fixture for testing big tuples. +class BigTupleTest : public testing::Test { + protected: + typedef tuple BigTuple; + + BigTupleTest() : + a_(1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + b_(1, 0, 0, 0, 0, 0, 0, 0, 0, 3) {} + + BigTuple a_, b_; +}; + +// Tests constructing big tuples. +TEST_F(BigTupleTest, Construction) { + BigTuple a; + BigTuple b(b_); +} + +// Tests that get(t) returns the N-th (0-based) field of tuple t. +TEST_F(BigTupleTest, get) { + EXPECT_EQ(1, get<0>(a_)); + EXPECT_EQ(2, get<9>(a_)); + + // Tests that get() works on a const tuple too. + const BigTuple a(a_); + EXPECT_EQ(1, get<0>(a)); + EXPECT_EQ(2, get<9>(a)); +} + +// Tests comparing big tuples. +TEST_F(BigTupleTest, Comparisons) { + EXPECT_TRUE(a_ == a_); + EXPECT_FALSE(a_ != a_); + + EXPECT_TRUE(a_ != b_); + EXPECT_FALSE(a_ == b_); +} + +TEST(MakeTupleTest, WorksForScalarTypes) { + tuple a; + a = make_tuple(true, 5); + EXPECT_TRUE(get<0>(a)); + EXPECT_EQ(5, get<1>(a)); + + tuple b; + b = make_tuple('a', 'b', 5); + EXPECT_EQ('a', get<0>(b)); + EXPECT_EQ('b', get<1>(b)); + EXPECT_EQ(5, get<2>(b)); +} + +TEST(MakeTupleTest, WorksForPointers) { + int a[] = { 1, 2, 3, 4 }; + const char* const str = "hi"; + int* const p = a; + + tuple t; + t = make_tuple(str, p); + EXPECT_EQ(str, get<0>(t)); + EXPECT_EQ(p, get<1>(t)); +} + +} // namespace diff --git a/gtest-1.7.0/test/gtest-typed-test2_test.cc b/gtest-1.7.0/test/gtest-typed-test2_test.cc new file mode 100644 index 000000000..c284700b0 --- /dev/null +++ b/gtest-1.7.0/test/gtest-typed-test2_test.cc @@ -0,0 +1,45 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include + +#include "test/gtest-typed-test_test.h" +#include "gtest/gtest.h" + +#if GTEST_HAS_TYPED_TEST_P + +// Tests that the same type-parameterized test case can be +// instantiated in different translation units linked together. +// (ContainerTest is also instantiated in gtest-typed-test_test.cc.) +INSTANTIATE_TYPED_TEST_CASE_P(Vector, ContainerTest, + testing::Types >); + +#endif // GTEST_HAS_TYPED_TEST_P diff --git a/gtest-1.7.0/test/gtest-typed-test_test.cc b/gtest-1.7.0/test/gtest-typed-test_test.cc new file mode 100644 index 000000000..dd4ba43bc --- /dev/null +++ b/gtest-1.7.0/test/gtest-typed-test_test.cc @@ -0,0 +1,360 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include +#include + +#include "test/gtest-typed-test_test.h" +#include "gtest/gtest.h" + +using testing::Test; + +// Used for testing that SetUpTestCase()/TearDownTestCase(), fixture +// ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and +// type-parameterized test. +template +class CommonTest : public Test { + // For some technical reason, SetUpTestCase() and TearDownTestCase() + // must be public. + public: + static void SetUpTestCase() { + shared_ = new T(5); + } + + static void TearDownTestCase() { + delete shared_; + shared_ = NULL; + } + + // This 'protected:' is optional. There's no harm in making all + // members of this fixture class template public. + protected: + // We used to use std::list here, but switched to std::vector since + // MSVC's doesn't compile cleanly with /W4. + typedef std::vector Vector; + typedef std::set IntSet; + + CommonTest() : value_(1) {} + + virtual ~CommonTest() { EXPECT_EQ(3, value_); } + + virtual void SetUp() { + EXPECT_EQ(1, value_); + value_++; + } + + virtual void TearDown() { + EXPECT_EQ(2, value_); + value_++; + } + + T value_; + static T* shared_; +}; + +template +T* CommonTest::shared_ = NULL; + +// This #ifdef block tests typed tests. +#if GTEST_HAS_TYPED_TEST + +using testing::Types; + +// Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, +// and SetUp()/TearDown() work correctly in typed tests + +typedef Types TwoTypes; +TYPED_TEST_CASE(CommonTest, TwoTypes); + +TYPED_TEST(CommonTest, ValuesAreCorrect) { + // Static members of the fixture class template can be visited via + // the TestFixture:: prefix. + EXPECT_EQ(5, *TestFixture::shared_); + + // Typedefs in the fixture class template can be visited via the + // "typename TestFixture::" prefix. + typename TestFixture::Vector empty; + EXPECT_EQ(0U, empty.size()); + + typename TestFixture::IntSet empty2; + EXPECT_EQ(0U, empty2.size()); + + // Non-static members of the fixture class must be visited via + // 'this', as required by C++ for class templates. + EXPECT_EQ(2, this->value_); +} + +// The second test makes sure shared_ is not deleted after the first +// test. +TYPED_TEST(CommonTest, ValuesAreStillCorrect) { + // Static members of the fixture class template can also be visited + // via 'this'. + ASSERT_TRUE(this->shared_ != NULL); + EXPECT_EQ(5, *this->shared_); + + // TypeParam can be used to refer to the type parameter. + EXPECT_EQ(static_cast(2), this->value_); +} + +// Tests that multiple TYPED_TEST_CASE's can be defined in the same +// translation unit. + +template +class TypedTest1 : public Test { +}; + +// Verifies that the second argument of TYPED_TEST_CASE can be a +// single type. +TYPED_TEST_CASE(TypedTest1, int); +TYPED_TEST(TypedTest1, A) {} + +template +class TypedTest2 : public Test { +}; + +// Verifies that the second argument of TYPED_TEST_CASE can be a +// Types<...> type list. +TYPED_TEST_CASE(TypedTest2, Types); + +// This also verifies that tests from different typed test cases can +// share the same name. +TYPED_TEST(TypedTest2, A) {} + +// Tests that a typed test case can be defined in a namespace. + +namespace library1 { + +template +class NumericTest : public Test { +}; + +typedef Types NumericTypes; +TYPED_TEST_CASE(NumericTest, NumericTypes); + +TYPED_TEST(NumericTest, DefaultIsZero) { + EXPECT_EQ(0, TypeParam()); +} + +} // namespace library1 + +#endif // GTEST_HAS_TYPED_TEST + +// This #ifdef block tests type-parameterized tests. +#if GTEST_HAS_TYPED_TEST_P + +using testing::Types; +using testing::internal::TypedTestCasePState; + +// Tests TypedTestCasePState. + +class TypedTestCasePStateTest : public Test { + protected: + virtual void SetUp() { + state_.AddTestName("foo.cc", 0, "FooTest", "A"); + state_.AddTestName("foo.cc", 0, "FooTest", "B"); + state_.AddTestName("foo.cc", 0, "FooTest", "C"); + } + + TypedTestCasePState state_; +}; + +TEST_F(TypedTestCasePStateTest, SucceedsForMatchingList) { + const char* tests = "A, B, C"; + EXPECT_EQ(tests, + state_.VerifyRegisteredTestNames("foo.cc", 1, tests)); +} + +// Makes sure that the order of the tests and spaces around the names +// don't matter. +TEST_F(TypedTestCasePStateTest, IgnoresOrderAndSpaces) { + const char* tests = "A,C, B"; + EXPECT_EQ(tests, + state_.VerifyRegisteredTestNames("foo.cc", 1, tests)); +} + +typedef TypedTestCasePStateTest TypedTestCasePStateDeathTest; + +TEST_F(TypedTestCasePStateDeathTest, DetectsDuplicates) { + EXPECT_DEATH_IF_SUPPORTED( + state_.VerifyRegisteredTestNames("foo.cc", 1, "A, B, A, C"), + "foo\\.cc.1.?: Test A is listed more than once\\."); +} + +TEST_F(TypedTestCasePStateDeathTest, DetectsExtraTest) { + EXPECT_DEATH_IF_SUPPORTED( + state_.VerifyRegisteredTestNames("foo.cc", 1, "A, B, C, D"), + "foo\\.cc.1.?: No test named D can be found in this test case\\."); +} + +TEST_F(TypedTestCasePStateDeathTest, DetectsMissedTest) { + EXPECT_DEATH_IF_SUPPORTED( + state_.VerifyRegisteredTestNames("foo.cc", 1, "A, C"), + "foo\\.cc.1.?: You forgot to list test B\\."); +} + +// Tests that defining a test for a parameterized test case generates +// a run-time error if the test case has been registered. +TEST_F(TypedTestCasePStateDeathTest, DetectsTestAfterRegistration) { + state_.VerifyRegisteredTestNames("foo.cc", 1, "A, B, C"); + EXPECT_DEATH_IF_SUPPORTED( + state_.AddTestName("foo.cc", 2, "FooTest", "D"), + "foo\\.cc.2.?: Test D must be defined before REGISTER_TYPED_TEST_CASE_P" + "\\(FooTest, \\.\\.\\.\\)\\."); +} + +// Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor, +// and SetUp()/TearDown() work correctly in type-parameterized tests. + +template +class DerivedTest : public CommonTest { +}; + +TYPED_TEST_CASE_P(DerivedTest); + +TYPED_TEST_P(DerivedTest, ValuesAreCorrect) { + // Static members of the fixture class template can be visited via + // the TestFixture:: prefix. + EXPECT_EQ(5, *TestFixture::shared_); + + // Non-static members of the fixture class must be visited via + // 'this', as required by C++ for class templates. + EXPECT_EQ(2, this->value_); +} + +// The second test makes sure shared_ is not deleted after the first +// test. +TYPED_TEST_P(DerivedTest, ValuesAreStillCorrect) { + // Static members of the fixture class template can also be visited + // via 'this'. + ASSERT_TRUE(this->shared_ != NULL); + EXPECT_EQ(5, *this->shared_); + EXPECT_EQ(2, this->value_); +} + +REGISTER_TYPED_TEST_CASE_P(DerivedTest, + ValuesAreCorrect, ValuesAreStillCorrect); + +typedef Types MyTwoTypes; +INSTANTIATE_TYPED_TEST_CASE_P(My, DerivedTest, MyTwoTypes); + +// Tests that multiple TYPED_TEST_CASE_P's can be defined in the same +// translation unit. + +template +class TypedTestP1 : public Test { +}; + +TYPED_TEST_CASE_P(TypedTestP1); + +// For testing that the code between TYPED_TEST_CASE_P() and +// TYPED_TEST_P() is not enclosed in a namespace. +typedef int IntAfterTypedTestCaseP; + +TYPED_TEST_P(TypedTestP1, A) {} +TYPED_TEST_P(TypedTestP1, B) {} + +// For testing that the code between TYPED_TEST_P() and +// REGISTER_TYPED_TEST_CASE_P() is not enclosed in a namespace. +typedef int IntBeforeRegisterTypedTestCaseP; + +REGISTER_TYPED_TEST_CASE_P(TypedTestP1, A, B); + +template +class TypedTestP2 : public Test { +}; + +TYPED_TEST_CASE_P(TypedTestP2); + +// This also verifies that tests from different type-parameterized +// test cases can share the same name. +TYPED_TEST_P(TypedTestP2, A) {} + +REGISTER_TYPED_TEST_CASE_P(TypedTestP2, A); + +// Verifies that the code between TYPED_TEST_CASE_P() and +// REGISTER_TYPED_TEST_CASE_P() is not enclosed in a namespace. +IntAfterTypedTestCaseP after = 0; +IntBeforeRegisterTypedTestCaseP before = 0; + +// Verifies that the last argument of INSTANTIATE_TYPED_TEST_CASE_P() +// can be either a single type or a Types<...> type list. +INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP1, int); +INSTANTIATE_TYPED_TEST_CASE_P(Int, TypedTestP2, Types); + +// Tests that the same type-parameterized test case can be +// instantiated more than once in the same translation unit. +INSTANTIATE_TYPED_TEST_CASE_P(Double, TypedTestP2, Types); + +// Tests that the same type-parameterized test case can be +// instantiated in different translation units linked together. +// (ContainerTest is also instantiated in gtest-typed-test_test.cc.) +typedef Types, std::set > MyContainers; +INSTANTIATE_TYPED_TEST_CASE_P(My, ContainerTest, MyContainers); + +// Tests that a type-parameterized test case can be defined and +// instantiated in a namespace. + +namespace library2 { + +template +class NumericTest : public Test { +}; + +TYPED_TEST_CASE_P(NumericTest); + +TYPED_TEST_P(NumericTest, DefaultIsZero) { + EXPECT_EQ(0, TypeParam()); +} + +TYPED_TEST_P(NumericTest, ZeroIsLessThanOne) { + EXPECT_LT(TypeParam(0), TypeParam(1)); +} + +REGISTER_TYPED_TEST_CASE_P(NumericTest, + DefaultIsZero, ZeroIsLessThanOne); +typedef Types NumericTypes; +INSTANTIATE_TYPED_TEST_CASE_P(My, NumericTest, NumericTypes); + +} // namespace library2 + +#endif // GTEST_HAS_TYPED_TEST_P + +#if !defined(GTEST_HAS_TYPED_TEST) && !defined(GTEST_HAS_TYPED_TEST_P) + +// Google Test may not support type-parameterized tests with some +// compilers. If we use conditional compilation to compile out all +// code referring to the gtest_main library, MSVC linker will not link +// that library at all and consequently complain about missing entry +// point defined in that library (fatal error LNK1561: entry point +// must be defined). This dummy test keeps gtest_main linked in. +TEST(DummyTest, TypedTestsAreNotSupportedOnThisPlatform) {} + +#endif // #if !defined(GTEST_HAS_TYPED_TEST) && !defined(GTEST_HAS_TYPED_TEST_P) diff --git a/gtest-1.7.0/test/gtest-typed-test_test.h b/gtest-1.7.0/test/gtest-typed-test_test.h new file mode 100644 index 000000000..41d75704c --- /dev/null +++ b/gtest-1.7.0/test/gtest-typed-test_test.h @@ -0,0 +1,66 @@ +// Copyright 2008 Google Inc. +// All Rights Reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#ifndef GTEST_TEST_GTEST_TYPED_TEST_TEST_H_ +#define GTEST_TEST_GTEST_TYPED_TEST_TEST_H_ + +#include "gtest/gtest.h" + +#if GTEST_HAS_TYPED_TEST_P + +using testing::Test; + +// For testing that the same type-parameterized test case can be +// instantiated in different translation units linked together. +// ContainerTest will be instantiated in both gtest-typed-test_test.cc +// and gtest-typed-test2_test.cc. + +template +class ContainerTest : public Test { +}; + +TYPED_TEST_CASE_P(ContainerTest); + +TYPED_TEST_P(ContainerTest, CanBeDefaultConstructed) { + TypeParam container; +} + +TYPED_TEST_P(ContainerTest, InitialSizeIsZero) { + TypeParam container; + EXPECT_EQ(0U, container.size()); +} + +REGISTER_TYPED_TEST_CASE_P(ContainerTest, + CanBeDefaultConstructed, InitialSizeIsZero); + +#endif // GTEST_HAS_TYPED_TEST_P + +#endif // GTEST_TEST_GTEST_TYPED_TEST_TEST_H_ diff --git a/gtest-1.7.0/test/gtest-unittest-api_test.cc b/gtest-1.7.0/test/gtest-unittest-api_test.cc new file mode 100644 index 000000000..07083e51b --- /dev/null +++ b/gtest-1.7.0/test/gtest-unittest-api_test.cc @@ -0,0 +1,341 @@ +// Copyright 2009 Google Inc. All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) +// +// The Google C++ Testing Framework (Google Test) +// +// This file contains tests verifying correctness of data provided via +// UnitTest's public methods. + +#include "gtest/gtest.h" + +#include // For strcmp. +#include + +using ::testing::InitGoogleTest; + +namespace testing { +namespace internal { + +template +struct LessByName { + bool operator()(const T* a, const T* b) { + return strcmp(a->name(), b->name()) < 0; + } +}; + +class UnitTestHelper { + public: + // Returns the array of pointers to all test cases sorted by the test case + // name. The caller is responsible for deleting the array. + static TestCase const** const GetSortedTestCases() { + UnitTest& unit_test = *UnitTest::GetInstance(); + TestCase const** const test_cases = + new const TestCase*[unit_test.total_test_case_count()]; + + for (int i = 0; i < unit_test.total_test_case_count(); ++i) + test_cases[i] = unit_test.GetTestCase(i); + + std::sort(test_cases, + test_cases + unit_test.total_test_case_count(), + LessByName()); + return test_cases; + } + + // Returns the test case by its name. The caller doesn't own the returned + // pointer. + static const TestCase* FindTestCase(const char* name) { + UnitTest& unit_test = *UnitTest::GetInstance(); + for (int i = 0; i < unit_test.total_test_case_count(); ++i) { + const TestCase* test_case = unit_test.GetTestCase(i); + if (0 == strcmp(test_case->name(), name)) + return test_case; + } + return NULL; + } + + // Returns the array of pointers to all tests in a particular test case + // sorted by the test name. The caller is responsible for deleting the + // array. + static TestInfo const** const GetSortedTests(const TestCase* test_case) { + TestInfo const** const tests = + new const TestInfo*[test_case->total_test_count()]; + + for (int i = 0; i < test_case->total_test_count(); ++i) + tests[i] = test_case->GetTestInfo(i); + + std::sort(tests, tests + test_case->total_test_count(), + LessByName()); + return tests; + } +}; + +#if GTEST_HAS_TYPED_TEST +template class TestCaseWithCommentTest : public Test {}; +TYPED_TEST_CASE(TestCaseWithCommentTest, Types); +TYPED_TEST(TestCaseWithCommentTest, Dummy) {} + +const int kTypedTestCases = 1; +const int kTypedTests = 1; +#else +const int kTypedTestCases = 0; +const int kTypedTests = 0; +#endif // GTEST_HAS_TYPED_TEST + +// We can only test the accessors that do not change value while tests run. +// Since tests can be run in any order, the values the accessors that track +// test execution (such as failed_test_count) can not be predicted. +TEST(ApiTest, UnitTestImmutableAccessorsWork) { + UnitTest* unit_test = UnitTest::GetInstance(); + + ASSERT_EQ(2 + kTypedTestCases, unit_test->total_test_case_count()); + EXPECT_EQ(1 + kTypedTestCases, unit_test->test_case_to_run_count()); + EXPECT_EQ(2, unit_test->disabled_test_count()); + EXPECT_EQ(5 + kTypedTests, unit_test->total_test_count()); + EXPECT_EQ(3 + kTypedTests, unit_test->test_to_run_count()); + + const TestCase** const test_cases = UnitTestHelper::GetSortedTestCases(); + + EXPECT_STREQ("ApiTest", test_cases[0]->name()); + EXPECT_STREQ("DISABLED_Test", test_cases[1]->name()); +#if GTEST_HAS_TYPED_TEST + EXPECT_STREQ("TestCaseWithCommentTest/0", test_cases[2]->name()); +#endif // GTEST_HAS_TYPED_TEST + + delete[] test_cases; + + // The following lines initiate actions to verify certain methods in + // FinalSuccessChecker::TearDown. + + // Records a test property to verify TestResult::GetTestProperty(). + RecordProperty("key", "value"); +} + +AssertionResult IsNull(const char* str) { + if (str != NULL) { + return testing::AssertionFailure() << "argument is " << str; + } + return AssertionSuccess(); +} + +TEST(ApiTest, TestCaseImmutableAccessorsWork) { + const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); + ASSERT_TRUE(test_case != NULL); + + EXPECT_STREQ("ApiTest", test_case->name()); + EXPECT_TRUE(IsNull(test_case->type_param())); + EXPECT_TRUE(test_case->should_run()); + EXPECT_EQ(1, test_case->disabled_test_count()); + EXPECT_EQ(3, test_case->test_to_run_count()); + ASSERT_EQ(4, test_case->total_test_count()); + + const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); + + EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); + EXPECT_STREQ("ApiTest", tests[0]->test_case_name()); + EXPECT_TRUE(IsNull(tests[0]->value_param())); + EXPECT_TRUE(IsNull(tests[0]->type_param())); + EXPECT_FALSE(tests[0]->should_run()); + + EXPECT_STREQ("TestCaseDisabledAccessorsWork", tests[1]->name()); + EXPECT_STREQ("ApiTest", tests[1]->test_case_name()); + EXPECT_TRUE(IsNull(tests[1]->value_param())); + EXPECT_TRUE(IsNull(tests[1]->type_param())); + EXPECT_TRUE(tests[1]->should_run()); + + EXPECT_STREQ("TestCaseImmutableAccessorsWork", tests[2]->name()); + EXPECT_STREQ("ApiTest", tests[2]->test_case_name()); + EXPECT_TRUE(IsNull(tests[2]->value_param())); + EXPECT_TRUE(IsNull(tests[2]->type_param())); + EXPECT_TRUE(tests[2]->should_run()); + + EXPECT_STREQ("UnitTestImmutableAccessorsWork", tests[3]->name()); + EXPECT_STREQ("ApiTest", tests[3]->test_case_name()); + EXPECT_TRUE(IsNull(tests[3]->value_param())); + EXPECT_TRUE(IsNull(tests[3]->type_param())); + EXPECT_TRUE(tests[3]->should_run()); + + delete[] tests; + tests = NULL; + +#if GTEST_HAS_TYPED_TEST + test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0"); + ASSERT_TRUE(test_case != NULL); + + EXPECT_STREQ("TestCaseWithCommentTest/0", test_case->name()); + EXPECT_STREQ(GetTypeName().c_str(), test_case->type_param()); + EXPECT_TRUE(test_case->should_run()); + EXPECT_EQ(0, test_case->disabled_test_count()); + EXPECT_EQ(1, test_case->test_to_run_count()); + ASSERT_EQ(1, test_case->total_test_count()); + + tests = UnitTestHelper::GetSortedTests(test_case); + + EXPECT_STREQ("Dummy", tests[0]->name()); + EXPECT_STREQ("TestCaseWithCommentTest/0", tests[0]->test_case_name()); + EXPECT_TRUE(IsNull(tests[0]->value_param())); + EXPECT_STREQ(GetTypeName().c_str(), tests[0]->type_param()); + EXPECT_TRUE(tests[0]->should_run()); + + delete[] tests; +#endif // GTEST_HAS_TYPED_TEST +} + +TEST(ApiTest, TestCaseDisabledAccessorsWork) { + const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); + ASSERT_TRUE(test_case != NULL); + + EXPECT_STREQ("DISABLED_Test", test_case->name()); + EXPECT_TRUE(IsNull(test_case->type_param())); + EXPECT_FALSE(test_case->should_run()); + EXPECT_EQ(1, test_case->disabled_test_count()); + EXPECT_EQ(0, test_case->test_to_run_count()); + ASSERT_EQ(1, test_case->total_test_count()); + + const TestInfo* const test_info = test_case->GetTestInfo(0); + EXPECT_STREQ("Dummy2", test_info->name()); + EXPECT_STREQ("DISABLED_Test", test_info->test_case_name()); + EXPECT_TRUE(IsNull(test_info->value_param())); + EXPECT_TRUE(IsNull(test_info->type_param())); + EXPECT_FALSE(test_info->should_run()); +} + +// These two tests are here to provide support for testing +// test_case_to_run_count, disabled_test_count, and test_to_run_count. +TEST(ApiTest, DISABLED_Dummy1) {} +TEST(DISABLED_Test, Dummy2) {} + +class FinalSuccessChecker : public Environment { + protected: + virtual void TearDown() { + UnitTest* unit_test = UnitTest::GetInstance(); + + EXPECT_EQ(1 + kTypedTestCases, unit_test->successful_test_case_count()); + EXPECT_EQ(3 + kTypedTests, unit_test->successful_test_count()); + EXPECT_EQ(0, unit_test->failed_test_case_count()); + EXPECT_EQ(0, unit_test->failed_test_count()); + EXPECT_TRUE(unit_test->Passed()); + EXPECT_FALSE(unit_test->Failed()); + ASSERT_EQ(2 + kTypedTestCases, unit_test->total_test_case_count()); + + const TestCase** const test_cases = UnitTestHelper::GetSortedTestCases(); + + EXPECT_STREQ("ApiTest", test_cases[0]->name()); + EXPECT_TRUE(IsNull(test_cases[0]->type_param())); + EXPECT_TRUE(test_cases[0]->should_run()); + EXPECT_EQ(1, test_cases[0]->disabled_test_count()); + ASSERT_EQ(4, test_cases[0]->total_test_count()); + EXPECT_EQ(3, test_cases[0]->successful_test_count()); + EXPECT_EQ(0, test_cases[0]->failed_test_count()); + EXPECT_TRUE(test_cases[0]->Passed()); + EXPECT_FALSE(test_cases[0]->Failed()); + + EXPECT_STREQ("DISABLED_Test", test_cases[1]->name()); + EXPECT_TRUE(IsNull(test_cases[1]->type_param())); + EXPECT_FALSE(test_cases[1]->should_run()); + EXPECT_EQ(1, test_cases[1]->disabled_test_count()); + ASSERT_EQ(1, test_cases[1]->total_test_count()); + EXPECT_EQ(0, test_cases[1]->successful_test_count()); + EXPECT_EQ(0, test_cases[1]->failed_test_count()); + +#if GTEST_HAS_TYPED_TEST + EXPECT_STREQ("TestCaseWithCommentTest/0", test_cases[2]->name()); + EXPECT_STREQ(GetTypeName().c_str(), test_cases[2]->type_param()); + EXPECT_TRUE(test_cases[2]->should_run()); + EXPECT_EQ(0, test_cases[2]->disabled_test_count()); + ASSERT_EQ(1, test_cases[2]->total_test_count()); + EXPECT_EQ(1, test_cases[2]->successful_test_count()); + EXPECT_EQ(0, test_cases[2]->failed_test_count()); + EXPECT_TRUE(test_cases[2]->Passed()); + EXPECT_FALSE(test_cases[2]->Failed()); +#endif // GTEST_HAS_TYPED_TEST + + const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); + const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); + EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); + EXPECT_STREQ("ApiTest", tests[0]->test_case_name()); + EXPECT_FALSE(tests[0]->should_run()); + + EXPECT_STREQ("TestCaseDisabledAccessorsWork", tests[1]->name()); + EXPECT_STREQ("ApiTest", tests[1]->test_case_name()); + EXPECT_TRUE(IsNull(tests[1]->value_param())); + EXPECT_TRUE(IsNull(tests[1]->type_param())); + EXPECT_TRUE(tests[1]->should_run()); + EXPECT_TRUE(tests[1]->result()->Passed()); + EXPECT_EQ(0, tests[1]->result()->test_property_count()); + + EXPECT_STREQ("TestCaseImmutableAccessorsWork", tests[2]->name()); + EXPECT_STREQ("ApiTest", tests[2]->test_case_name()); + EXPECT_TRUE(IsNull(tests[2]->value_param())); + EXPECT_TRUE(IsNull(tests[2]->type_param())); + EXPECT_TRUE(tests[2]->should_run()); + EXPECT_TRUE(tests[2]->result()->Passed()); + EXPECT_EQ(0, tests[2]->result()->test_property_count()); + + EXPECT_STREQ("UnitTestImmutableAccessorsWork", tests[3]->name()); + EXPECT_STREQ("ApiTest", tests[3]->test_case_name()); + EXPECT_TRUE(IsNull(tests[3]->value_param())); + EXPECT_TRUE(IsNull(tests[3]->type_param())); + EXPECT_TRUE(tests[3]->should_run()); + EXPECT_TRUE(tests[3]->result()->Passed()); + EXPECT_EQ(1, tests[3]->result()->test_property_count()); + const TestProperty& property = tests[3]->result()->GetTestProperty(0); + EXPECT_STREQ("key", property.key()); + EXPECT_STREQ("value", property.value()); + + delete[] tests; + +#if GTEST_HAS_TYPED_TEST + test_case = UnitTestHelper::FindTestCase("TestCaseWithCommentTest/0"); + tests = UnitTestHelper::GetSortedTests(test_case); + + EXPECT_STREQ("Dummy", tests[0]->name()); + EXPECT_STREQ("TestCaseWithCommentTest/0", tests[0]->test_case_name()); + EXPECT_TRUE(IsNull(tests[0]->value_param())); + EXPECT_STREQ(GetTypeName().c_str(), tests[0]->type_param()); + EXPECT_TRUE(tests[0]->should_run()); + EXPECT_TRUE(tests[0]->result()->Passed()); + EXPECT_EQ(0, tests[0]->result()->test_property_count()); + + delete[] tests; +#endif // GTEST_HAS_TYPED_TEST + delete[] test_cases; + } +}; + +} // namespace internal +} // namespace testing + +int main(int argc, char **argv) { + InitGoogleTest(&argc, argv); + + AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); + + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_all_test.cc b/gtest-1.7.0/test/gtest_all_test.cc new file mode 100644 index 000000000..955aa6282 --- /dev/null +++ b/gtest-1.7.0/test/gtest_all_test.cc @@ -0,0 +1,47 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Tests for Google C++ Testing Framework (Google Test) +// +// Sometimes it's desirable to build most of Google Test's own tests +// by compiling a single file. This file serves this purpose. +#include "test/gtest-filepath_test.cc" +#include "test/gtest-linked_ptr_test.cc" +#include "test/gtest-message_test.cc" +#include "test/gtest-options_test.cc" +#include "test/gtest-port_test.cc" +#include "test/gtest_pred_impl_unittest.cc" +#include "test/gtest_prod_test.cc" +#include "test/gtest-test-part_test.cc" +#include "test/gtest-typed-test_test.cc" +#include "test/gtest-typed-test2_test.cc" +#include "test/gtest_unittest.cc" +#include "test/production.cc" diff --git a/gtest-1.7.0/test/gtest_break_on_failure_unittest.py b/gtest-1.7.0/test/gtest_break_on_failure_unittest.py new file mode 100755 index 000000000..78f3e0f53 --- /dev/null +++ b/gtest-1.7.0/test/gtest_break_on_failure_unittest.py @@ -0,0 +1,212 @@ +#!/usr/bin/env python +# +# Copyright 2006, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test for Google Test's break-on-failure mode. + +A user can ask Google Test to seg-fault when an assertion fails, using +either the GTEST_BREAK_ON_FAILURE environment variable or the +--gtest_break_on_failure flag. This script tests such functionality +by invoking gtest_break_on_failure_unittest_ (a program written with +Google Test) with different environments and command line flags. +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import gtest_test_utils +import os +import sys + + +# Constants. + +IS_WINDOWS = os.name == 'nt' + +# The environment variable for enabling/disabling the break-on-failure mode. +BREAK_ON_FAILURE_ENV_VAR = 'GTEST_BREAK_ON_FAILURE' + +# The command line flag for enabling/disabling the break-on-failure mode. +BREAK_ON_FAILURE_FLAG = 'gtest_break_on_failure' + +# The environment variable for enabling/disabling the throw-on-failure mode. +THROW_ON_FAILURE_ENV_VAR = 'GTEST_THROW_ON_FAILURE' + +# The environment variable for enabling/disabling the catch-exceptions mode. +CATCH_EXCEPTIONS_ENV_VAR = 'GTEST_CATCH_EXCEPTIONS' + +# Path to the gtest_break_on_failure_unittest_ program. +EXE_PATH = gtest_test_utils.GetTestExecutablePath( + 'gtest_break_on_failure_unittest_') + + +environ = gtest_test_utils.environ +SetEnvVar = gtest_test_utils.SetEnvVar + +# Tests in this file run a Google-Test-based test program and expect it +# to terminate prematurely. Therefore they are incompatible with +# the premature-exit-file protocol by design. Unset the +# premature-exit filepath to prevent Google Test from creating +# the file. +SetEnvVar(gtest_test_utils.PREMATURE_EXIT_FILE_ENV_VAR, None) + + +def Run(command): + """Runs a command; returns 1 if it was killed by a signal, or 0 otherwise.""" + + p = gtest_test_utils.Subprocess(command, env=environ) + if p.terminated_by_signal: + return 1 + else: + return 0 + + +# The tests. + + +class GTestBreakOnFailureUnitTest(gtest_test_utils.TestCase): + """Tests using the GTEST_BREAK_ON_FAILURE environment variable or + the --gtest_break_on_failure flag to turn assertion failures into + segmentation faults. + """ + + def RunAndVerify(self, env_var_value, flag_value, expect_seg_fault): + """Runs gtest_break_on_failure_unittest_ and verifies that it does + (or does not) have a seg-fault. + + Args: + env_var_value: value of the GTEST_BREAK_ON_FAILURE environment + variable; None if the variable should be unset. + flag_value: value of the --gtest_break_on_failure flag; + None if the flag should not be present. + expect_seg_fault: 1 if the program is expected to generate a seg-fault; + 0 otherwise. + """ + + SetEnvVar(BREAK_ON_FAILURE_ENV_VAR, env_var_value) + + if env_var_value is None: + env_var_value_msg = ' is not set' + else: + env_var_value_msg = '=' + env_var_value + + if flag_value is None: + flag = '' + elif flag_value == '0': + flag = '--%s=0' % BREAK_ON_FAILURE_FLAG + else: + flag = '--%s' % BREAK_ON_FAILURE_FLAG + + command = [EXE_PATH] + if flag: + command.append(flag) + + if expect_seg_fault: + should_or_not = 'should' + else: + should_or_not = 'should not' + + has_seg_fault = Run(command) + + SetEnvVar(BREAK_ON_FAILURE_ENV_VAR, None) + + msg = ('when %s%s, an assertion failure in "%s" %s cause a seg-fault.' % + (BREAK_ON_FAILURE_ENV_VAR, env_var_value_msg, ' '.join(command), + should_or_not)) + self.assert_(has_seg_fault == expect_seg_fault, msg) + + def testDefaultBehavior(self): + """Tests the behavior of the default mode.""" + + self.RunAndVerify(env_var_value=None, + flag_value=None, + expect_seg_fault=0) + + def testEnvVar(self): + """Tests using the GTEST_BREAK_ON_FAILURE environment variable.""" + + self.RunAndVerify(env_var_value='0', + flag_value=None, + expect_seg_fault=0) + self.RunAndVerify(env_var_value='1', + flag_value=None, + expect_seg_fault=1) + + def testFlag(self): + """Tests using the --gtest_break_on_failure flag.""" + + self.RunAndVerify(env_var_value=None, + flag_value='0', + expect_seg_fault=0) + self.RunAndVerify(env_var_value=None, + flag_value='1', + expect_seg_fault=1) + + def testFlagOverridesEnvVar(self): + """Tests that the flag overrides the environment variable.""" + + self.RunAndVerify(env_var_value='0', + flag_value='0', + expect_seg_fault=0) + self.RunAndVerify(env_var_value='0', + flag_value='1', + expect_seg_fault=1) + self.RunAndVerify(env_var_value='1', + flag_value='0', + expect_seg_fault=0) + self.RunAndVerify(env_var_value='1', + flag_value='1', + expect_seg_fault=1) + + def testBreakOnFailureOverridesThrowOnFailure(self): + """Tests that gtest_break_on_failure overrides gtest_throw_on_failure.""" + + SetEnvVar(THROW_ON_FAILURE_ENV_VAR, '1') + try: + self.RunAndVerify(env_var_value=None, + flag_value='1', + expect_seg_fault=1) + finally: + SetEnvVar(THROW_ON_FAILURE_ENV_VAR, None) + + if IS_WINDOWS: + def testCatchExceptionsDoesNotInterfere(self): + """Tests that gtest_catch_exceptions doesn't interfere.""" + + SetEnvVar(CATCH_EXCEPTIONS_ENV_VAR, '1') + try: + self.RunAndVerify(env_var_value='1', + flag_value='1', + expect_seg_fault=1) + finally: + SetEnvVar(CATCH_EXCEPTIONS_ENV_VAR, None) + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc b/gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc new file mode 100644 index 000000000..dd07478c0 --- /dev/null +++ b/gtest-1.7.0/test/gtest_break_on_failure_unittest_.cc @@ -0,0 +1,88 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Unit test for Google Test's break-on-failure mode. +// +// A user can ask Google Test to seg-fault when an assertion fails, using +// either the GTEST_BREAK_ON_FAILURE environment variable or the +// --gtest_break_on_failure flag. This file is used for testing such +// functionality. +// +// This program will be invoked from a Python unit test. It is +// expected to fail. Don't run it directly. + +#include "gtest/gtest.h" + +#if GTEST_OS_WINDOWS +# include +# include +#endif + +namespace { + +// A test that's expected to fail. +TEST(Foo, Bar) { + EXPECT_EQ(2, 3); +} + +#if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE +// On Windows Mobile global exception handlers are not supported. +LONG WINAPI ExitWithExceptionCode( + struct _EXCEPTION_POINTERS* exception_pointers) { + exit(exception_pointers->ExceptionRecord->ExceptionCode); +} +#endif + +} // namespace + +int main(int argc, char **argv) { +#if GTEST_OS_WINDOWS + // Suppresses display of the Windows error dialog upon encountering + // a general protection fault (segment violation). + SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS); + +# if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE + + // The default unhandled exception filter does not always exit + // with the exception code as exit code - for example it exits with + // 0 for EXCEPTION_ACCESS_VIOLATION and 1 for EXCEPTION_BREAKPOINT + // if the application is compiled in debug mode. Thus we use our own + // filter which always exits with the exception code for unhandled + // exceptions. + SetUnhandledExceptionFilter(ExitWithExceptionCode); + +# endif +#endif + + testing::InitGoogleTest(&argc, argv); + + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_catch_exceptions_test.py b/gtest-1.7.0/test/gtest_catch_exceptions_test.py new file mode 100755 index 000000000..e6fc22fd1 --- /dev/null +++ b/gtest-1.7.0/test/gtest_catch_exceptions_test.py @@ -0,0 +1,237 @@ +#!/usr/bin/env python +# +# Copyright 2010 Google Inc. All Rights Reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Tests Google Test's exception catching behavior. + +This script invokes gtest_catch_exceptions_test_ and +gtest_catch_exceptions_ex_test_ (programs written with +Google Test) and verifies their output. +""" + +__author__ = 'vladl@google.com (Vlad Losev)' + +import os + +import gtest_test_utils + +# Constants. +FLAG_PREFIX = '--gtest_' +LIST_TESTS_FLAG = FLAG_PREFIX + 'list_tests' +NO_CATCH_EXCEPTIONS_FLAG = FLAG_PREFIX + 'catch_exceptions=0' +FILTER_FLAG = FLAG_PREFIX + 'filter' + +# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with +# exceptions enabled. +EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath( + 'gtest_catch_exceptions_ex_test_') + +# Path to the gtest_catch_exceptions_test_ binary, compiled with +# exceptions disabled. +EXE_PATH = gtest_test_utils.GetTestExecutablePath( + 'gtest_catch_exceptions_no_ex_test_') + +environ = gtest_test_utils.environ +SetEnvVar = gtest_test_utils.SetEnvVar + +# Tests in this file run a Google-Test-based test program and expect it +# to terminate prematurely. Therefore they are incompatible with +# the premature-exit-file protocol by design. Unset the +# premature-exit filepath to prevent Google Test from creating +# the file. +SetEnvVar(gtest_test_utils.PREMATURE_EXIT_FILE_ENV_VAR, None) + +TEST_LIST = gtest_test_utils.Subprocess( + [EXE_PATH, LIST_TESTS_FLAG], env=environ).output + +SUPPORTS_SEH_EXCEPTIONS = 'ThrowsSehException' in TEST_LIST + +if SUPPORTS_SEH_EXCEPTIONS: + BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output + +EX_BINARY_OUTPUT = gtest_test_utils.Subprocess( + [EX_EXE_PATH], env=environ).output + + +# The tests. +if SUPPORTS_SEH_EXCEPTIONS: + # pylint:disable-msg=C6302 + class CatchSehExceptionsTest(gtest_test_utils.TestCase): + """Tests exception-catching behavior.""" + + + def TestSehExceptions(self, test_output): + self.assert_('SEH exception with code 0x2a thrown ' + 'in the test fixture\'s constructor' + in test_output) + self.assert_('SEH exception with code 0x2a thrown ' + 'in the test fixture\'s destructor' + in test_output) + self.assert_('SEH exception with code 0x2a thrown in SetUpTestCase()' + in test_output) + self.assert_('SEH exception with code 0x2a thrown in TearDownTestCase()' + in test_output) + self.assert_('SEH exception with code 0x2a thrown in SetUp()' + in test_output) + self.assert_('SEH exception with code 0x2a thrown in TearDown()' + in test_output) + self.assert_('SEH exception with code 0x2a thrown in the test body' + in test_output) + + def testCatchesSehExceptionsWithCxxExceptionsEnabled(self): + self.TestSehExceptions(EX_BINARY_OUTPUT) + + def testCatchesSehExceptionsWithCxxExceptionsDisabled(self): + self.TestSehExceptions(BINARY_OUTPUT) + + +class CatchCxxExceptionsTest(gtest_test_utils.TestCase): + """Tests C++ exception-catching behavior. + + Tests in this test case verify that: + * C++ exceptions are caught and logged as C++ (not SEH) exceptions + * Exception thrown affect the remainder of the test work flow in the + expected manner. + """ + + def testCatchesCxxExceptionsInFixtureConstructor(self): + self.assert_('C++ exception with description ' + '"Standard C++ exception" thrown ' + 'in the test fixture\'s constructor' + in EX_BINARY_OUTPUT) + self.assert_('unexpected' not in EX_BINARY_OUTPUT, + 'This failure belongs in this test only if ' + '"CxxExceptionInConstructorTest" (no quotes) ' + 'appears on the same line as words "called unexpectedly"') + + if ('CxxExceptionInDestructorTest.ThrowsExceptionInDestructor' in + EX_BINARY_OUTPUT): + + def testCatchesCxxExceptionsInFixtureDestructor(self): + self.assert_('C++ exception with description ' + '"Standard C++ exception" thrown ' + 'in the test fixture\'s destructor' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInDestructorTest::TearDownTestCase() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + + def testCatchesCxxExceptionsInSetUpTestCase(self): + self.assert_('C++ exception with description "Standard C++ exception"' + ' thrown in SetUpTestCase()' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInConstructorTest::TearDownTestCase() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTestCaseTest constructor ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTestCaseTest destructor ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTestCaseTest::SetUp() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTestCaseTest::TearDown() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTestCaseTest test body ' + 'called as expected.' + in EX_BINARY_OUTPUT) + + def testCatchesCxxExceptionsInTearDownTestCase(self): + self.assert_('C++ exception with description "Standard C++ exception"' + ' thrown in TearDownTestCase()' + in EX_BINARY_OUTPUT) + + def testCatchesCxxExceptionsInSetUp(self): + self.assert_('C++ exception with description "Standard C++ exception"' + ' thrown in SetUp()' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTest::TearDownTestCase() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTest destructor ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInSetUpTest::TearDown() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('unexpected' not in EX_BINARY_OUTPUT, + 'This failure belongs in this test only if ' + '"CxxExceptionInSetUpTest" (no quotes) ' + 'appears on the same line as words "called unexpectedly"') + + def testCatchesCxxExceptionsInTearDown(self): + self.assert_('C++ exception with description "Standard C++ exception"' + ' thrown in TearDown()' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInTearDownTest::TearDownTestCase() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInTearDownTest destructor ' + 'called as expected.' + in EX_BINARY_OUTPUT) + + def testCatchesCxxExceptionsInTestBody(self): + self.assert_('C++ exception with description "Standard C++ exception"' + ' thrown in the test body' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInTestBodyTest::TearDownTestCase() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInTestBodyTest destructor ' + 'called as expected.' + in EX_BINARY_OUTPUT) + self.assert_('CxxExceptionInTestBodyTest::TearDown() ' + 'called as expected.' + in EX_BINARY_OUTPUT) + + def testCatchesNonStdCxxExceptions(self): + self.assert_('Unknown C++ exception thrown in the test body' + in EX_BINARY_OUTPUT) + + def testUnhandledCxxExceptionsAbortTheProgram(self): + # Filters out SEH exception tests on Windows. Unhandled SEH exceptions + # cause tests to show pop-up windows there. + FITLER_OUT_SEH_TESTS_FLAG = FILTER_FLAG + '=-*Seh*' + # By default, Google Test doesn't catch the exceptions. + uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess( + [EX_EXE_PATH, + NO_CATCH_EXCEPTIONS_FLAG, + FITLER_OUT_SEH_TESTS_FLAG], + env=environ).output + + self.assert_('Unhandled C++ exception terminating the program' + in uncaught_exceptions_ex_binary_output) + self.assert_('unexpected' not in uncaught_exceptions_ex_binary_output) + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc b/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc new file mode 100644 index 000000000..d0fc82c99 --- /dev/null +++ b/gtest-1.7.0/test/gtest_catch_exceptions_test_.cc @@ -0,0 +1,311 @@ +// Copyright 2010, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: vladl@google.com (Vlad Losev) +// +// Tests for Google Test itself. Tests in this file throw C++ or SEH +// exceptions, and the output is verified by gtest_catch_exceptions_test.py. + +#include "gtest/gtest.h" + +#include // NOLINT +#include // For exit(). + +#if GTEST_HAS_SEH +# include +#endif + +#if GTEST_HAS_EXCEPTIONS +# include // For set_terminate(). +# include +#endif + +using testing::Test; + +#if GTEST_HAS_SEH + +class SehExceptionInConstructorTest : public Test { + public: + SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } +}; + +TEST_F(SehExceptionInConstructorTest, ThrowsExceptionInConstructor) {} + +class SehExceptionInDestructorTest : public Test { + public: + ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } +}; + +TEST_F(SehExceptionInDestructorTest, ThrowsExceptionInDestructor) {} + +class SehExceptionInSetUpTestCaseTest : public Test { + public: + static void SetUpTestCase() { RaiseException(42, 0, 0, NULL); } +}; + +TEST_F(SehExceptionInSetUpTestCaseTest, ThrowsExceptionInSetUpTestCase) {} + +class SehExceptionInTearDownTestCaseTest : public Test { + public: + static void TearDownTestCase() { RaiseException(42, 0, 0, NULL); } +}; + +TEST_F(SehExceptionInTearDownTestCaseTest, ThrowsExceptionInTearDownTestCase) {} + +class SehExceptionInSetUpTest : public Test { + protected: + virtual void SetUp() { RaiseException(42, 0, 0, NULL); } +}; + +TEST_F(SehExceptionInSetUpTest, ThrowsExceptionInSetUp) {} + +class SehExceptionInTearDownTest : public Test { + protected: + virtual void TearDown() { RaiseException(42, 0, 0, NULL); } +}; + +TEST_F(SehExceptionInTearDownTest, ThrowsExceptionInTearDown) {} + +TEST(SehExceptionTest, ThrowsSehException) { + RaiseException(42, 0, 0, NULL); +} + +#endif // GTEST_HAS_SEH + +#if GTEST_HAS_EXCEPTIONS + +class CxxExceptionInConstructorTest : public Test { + public: + CxxExceptionInConstructorTest() { + // Without this macro VC++ complains about unreachable code at the end of + // the constructor. + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_( + throw std::runtime_error("Standard C++ exception")); + } + + static void TearDownTestCase() { + printf("%s", + "CxxExceptionInConstructorTest::TearDownTestCase() " + "called as expected.\n"); + } + + protected: + ~CxxExceptionInConstructorTest() { + ADD_FAILURE() << "CxxExceptionInConstructorTest destructor " + << "called unexpectedly."; + } + + virtual void SetUp() { + ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() " + << "called unexpectedly."; + } + + virtual void TearDown() { + ADD_FAILURE() << "CxxExceptionInConstructorTest::TearDown() " + << "called unexpectedly."; + } +}; + +TEST_F(CxxExceptionInConstructorTest, ThrowsExceptionInConstructor) { + ADD_FAILURE() << "CxxExceptionInConstructorTest test body " + << "called unexpectedly."; +} + +// Exceptions in destructors are not supported in C++11. +#if !defined(__GXX_EXPERIMENTAL_CXX0X__) && __cplusplus < 201103L +class CxxExceptionInDestructorTest : public Test { + public: + static void TearDownTestCase() { + printf("%s", + "CxxExceptionInDestructorTest::TearDownTestCase() " + "called as expected.\n"); + } + + protected: + ~CxxExceptionInDestructorTest() { + GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_( + throw std::runtime_error("Standard C++ exception")); + } +}; + +TEST_F(CxxExceptionInDestructorTest, ThrowsExceptionInDestructor) {} +#endif // C++11 mode + +class CxxExceptionInSetUpTestCaseTest : public Test { + public: + CxxExceptionInSetUpTestCaseTest() { + printf("%s", + "CxxExceptionInSetUpTestCaseTest constructor " + "called as expected.\n"); + } + + static void SetUpTestCase() { + throw std::runtime_error("Standard C++ exception"); + } + + static void TearDownTestCase() { + printf("%s", + "CxxExceptionInSetUpTestCaseTest::TearDownTestCase() " + "called as expected.\n"); + } + + protected: + ~CxxExceptionInSetUpTestCaseTest() { + printf("%s", + "CxxExceptionInSetUpTestCaseTest destructor " + "called as expected.\n"); + } + + virtual void SetUp() { + printf("%s", + "CxxExceptionInSetUpTestCaseTest::SetUp() " + "called as expected.\n"); + } + + virtual void TearDown() { + printf("%s", + "CxxExceptionInSetUpTestCaseTest::TearDown() " + "called as expected.\n"); + } +}; + +TEST_F(CxxExceptionInSetUpTestCaseTest, ThrowsExceptionInSetUpTestCase) { + printf("%s", + "CxxExceptionInSetUpTestCaseTest test body " + "called as expected.\n"); +} + +class CxxExceptionInTearDownTestCaseTest : public Test { + public: + static void TearDownTestCase() { + throw std::runtime_error("Standard C++ exception"); + } +}; + +TEST_F(CxxExceptionInTearDownTestCaseTest, ThrowsExceptionInTearDownTestCase) {} + +class CxxExceptionInSetUpTest : public Test { + public: + static void TearDownTestCase() { + printf("%s", + "CxxExceptionInSetUpTest::TearDownTestCase() " + "called as expected.\n"); + } + + protected: + ~CxxExceptionInSetUpTest() { + printf("%s", + "CxxExceptionInSetUpTest destructor " + "called as expected.\n"); + } + + virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } + + virtual void TearDown() { + printf("%s", + "CxxExceptionInSetUpTest::TearDown() " + "called as expected.\n"); + } +}; + +TEST_F(CxxExceptionInSetUpTest, ThrowsExceptionInSetUp) { + ADD_FAILURE() << "CxxExceptionInSetUpTest test body " + << "called unexpectedly."; +} + +class CxxExceptionInTearDownTest : public Test { + public: + static void TearDownTestCase() { + printf("%s", + "CxxExceptionInTearDownTest::TearDownTestCase() " + "called as expected.\n"); + } + + protected: + ~CxxExceptionInTearDownTest() { + printf("%s", + "CxxExceptionInTearDownTest destructor " + "called as expected.\n"); + } + + virtual void TearDown() { + throw std::runtime_error("Standard C++ exception"); + } +}; + +TEST_F(CxxExceptionInTearDownTest, ThrowsExceptionInTearDown) {} + +class CxxExceptionInTestBodyTest : public Test { + public: + static void TearDownTestCase() { + printf("%s", + "CxxExceptionInTestBodyTest::TearDownTestCase() " + "called as expected.\n"); + } + + protected: + ~CxxExceptionInTestBodyTest() { + printf("%s", + "CxxExceptionInTestBodyTest destructor " + "called as expected.\n"); + } + + virtual void TearDown() { + printf("%s", + "CxxExceptionInTestBodyTest::TearDown() " + "called as expected.\n"); + } +}; + +TEST_F(CxxExceptionInTestBodyTest, ThrowsStdCxxException) { + throw std::runtime_error("Standard C++ exception"); +} + +TEST(CxxExceptionTest, ThrowsNonStdCxxException) { + throw "C-string"; +} + +// This terminate handler aborts the program using exit() rather than abort(). +// This avoids showing pop-ups on Windows systems and core dumps on Unix-like +// ones. +void TerminateHandler() { + fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program."); + fflush(NULL); + exit(3); +} + +#endif // GTEST_HAS_EXCEPTIONS + +int main(int argc, char** argv) { +#if GTEST_HAS_EXCEPTIONS + std::set_terminate(&TerminateHandler); +#endif + testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_color_test.py b/gtest-1.7.0/test/gtest_color_test.py new file mode 100755 index 000000000..d02a53ed8 --- /dev/null +++ b/gtest-1.7.0/test/gtest_color_test.py @@ -0,0 +1,130 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Verifies that Google Test correctly determines whether to use colors.""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import gtest_test_utils + + +IS_WINDOWS = os.name = 'nt' + +COLOR_ENV_VAR = 'GTEST_COLOR' +COLOR_FLAG = 'gtest_color' +COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_') + + +def SetEnvVar(env_var, value): + """Sets the env variable to 'value'; unsets it when 'value' is None.""" + + if value is not None: + os.environ[env_var] = value + elif env_var in os.environ: + del os.environ[env_var] + + +def UsesColor(term, color_env_var, color_flag): + """Runs gtest_color_test_ and returns its exit code.""" + + SetEnvVar('TERM', term) + SetEnvVar(COLOR_ENV_VAR, color_env_var) + + if color_flag is None: + args = [] + else: + args = ['--%s=%s' % (COLOR_FLAG, color_flag)] + p = gtest_test_utils.Subprocess([COMMAND] + args) + return not p.exited or p.exit_code + + +class GTestColorTest(gtest_test_utils.TestCase): + def testNoEnvVarNoFlag(self): + """Tests the case when there's neither GTEST_COLOR nor --gtest_color.""" + + if not IS_WINDOWS: + self.assert_(not UsesColor('dumb', None, None)) + self.assert_(not UsesColor('emacs', None, None)) + self.assert_(not UsesColor('xterm-mono', None, None)) + self.assert_(not UsesColor('unknown', None, None)) + self.assert_(not UsesColor(None, None, None)) + self.assert_(UsesColor('linux', None, None)) + self.assert_(UsesColor('cygwin', None, None)) + self.assert_(UsesColor('xterm', None, None)) + self.assert_(UsesColor('xterm-color', None, None)) + self.assert_(UsesColor('xterm-256color', None, None)) + + def testFlagOnly(self): + """Tests the case when there's --gtest_color but not GTEST_COLOR.""" + + self.assert_(not UsesColor('dumb', None, 'no')) + self.assert_(not UsesColor('xterm-color', None, 'no')) + if not IS_WINDOWS: + self.assert_(not UsesColor('emacs', None, 'auto')) + self.assert_(UsesColor('xterm', None, 'auto')) + self.assert_(UsesColor('dumb', None, 'yes')) + self.assert_(UsesColor('xterm', None, 'yes')) + + def testEnvVarOnly(self): + """Tests the case when there's GTEST_COLOR but not --gtest_color.""" + + self.assert_(not UsesColor('dumb', 'no', None)) + self.assert_(not UsesColor('xterm-color', 'no', None)) + if not IS_WINDOWS: + self.assert_(not UsesColor('dumb', 'auto', None)) + self.assert_(UsesColor('xterm-color', 'auto', None)) + self.assert_(UsesColor('dumb', 'yes', None)) + self.assert_(UsesColor('xterm-color', 'yes', None)) + + def testEnvVarAndFlag(self): + """Tests the case when there are both GTEST_COLOR and --gtest_color.""" + + self.assert_(not UsesColor('xterm-color', 'no', 'no')) + self.assert_(UsesColor('dumb', 'no', 'yes')) + self.assert_(UsesColor('xterm-color', 'no', 'auto')) + + def testAliasesOfYesAndNo(self): + """Tests using aliases in specifying --gtest_color.""" + + self.assert_(UsesColor('dumb', None, 'true')) + self.assert_(UsesColor('dumb', None, 'YES')) + self.assert_(UsesColor('dumb', None, 'T')) + self.assert_(UsesColor('dumb', None, '1')) + + self.assert_(not UsesColor('xterm', None, 'f')) + self.assert_(not UsesColor('xterm', None, 'false')) + self.assert_(not UsesColor('xterm', None, '0')) + self.assert_(not UsesColor('xterm', None, 'unknown')) + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_color_test_.cc b/gtest-1.7.0/test/gtest_color_test_.cc new file mode 100644 index 000000000..f61ebb89b --- /dev/null +++ b/gtest-1.7.0/test/gtest_color_test_.cc @@ -0,0 +1,71 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// A helper program for testing how Google Test determines whether to use +// colors in the output. It prints "YES" and returns 1 if Google Test +// decides to use colors, and prints "NO" and returns 0 otherwise. + +#include + +#include "gtest/gtest.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +using testing::internal::ShouldUseColor; + +// The purpose of this is to ensure that the UnitTest singleton is +// created before main() is entered, and thus that ShouldUseColor() +// works the same way as in a real Google-Test-based test. We don't actual +// run the TEST itself. +TEST(GTestColorTest, Dummy) { +} + +int main(int argc, char** argv) { + testing::InitGoogleTest(&argc, argv); + + if (ShouldUseColor(true)) { + // Google Test decides to use colors in the output (assuming it + // goes to a TTY). + printf("YES\n"); + return 1; + } else { + // Google Test decides not to use colors in the output. + printf("NO\n"); + return 0; + } +} diff --git a/gtest-1.7.0/test/gtest_env_var_test.py b/gtest-1.7.0/test/gtest_env_var_test.py new file mode 100755 index 000000000..ac24337fa --- /dev/null +++ b/gtest-1.7.0/test/gtest_env_var_test.py @@ -0,0 +1,103 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Verifies that Google Test correctly parses environment variables.""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import gtest_test_utils + + +IS_WINDOWS = os.name == 'nt' +IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' + +COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_env_var_test_') + +environ = os.environ.copy() + + +def AssertEq(expected, actual): + if expected != actual: + print 'Expected: %s' % (expected,) + print ' Actual: %s' % (actual,) + raise AssertionError + + +def SetEnvVar(env_var, value): + """Sets the env variable to 'value'; unsets it when 'value' is None.""" + + if value is not None: + environ[env_var] = value + elif env_var in environ: + del environ[env_var] + + +def GetFlag(flag): + """Runs gtest_env_var_test_ and returns its output.""" + + args = [COMMAND] + if flag is not None: + args += [flag] + return gtest_test_utils.Subprocess(args, env=environ).output + + +def TestFlag(flag, test_val, default_val): + """Verifies that the given flag is affected by the corresponding env var.""" + + env_var = 'GTEST_' + flag.upper() + SetEnvVar(env_var, test_val) + AssertEq(test_val, GetFlag(flag)) + SetEnvVar(env_var, None) + AssertEq(default_val, GetFlag(flag)) + + +class GTestEnvVarTest(gtest_test_utils.TestCase): + def testEnvVarAffectsFlag(self): + """Tests that environment variable should affect the corresponding flag.""" + + TestFlag('break_on_failure', '1', '0') + TestFlag('color', 'yes', 'auto') + TestFlag('filter', 'FooTest.Bar', '*') + TestFlag('output', 'xml:tmp/foo.xml', '') + TestFlag('print_time', '0', '1') + TestFlag('repeat', '999', '1') + TestFlag('throw_on_failure', '1', '0') + TestFlag('death_test_style', 'threadsafe', 'fast') + TestFlag('catch_exceptions', '0', '1') + + if IS_LINUX: + TestFlag('death_test_use_fork', '1', '0') + TestFlag('stack_trace_depth', '0', '100') + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_env_var_test_.cc b/gtest-1.7.0/test/gtest_env_var_test_.cc new file mode 100644 index 000000000..539afc968 --- /dev/null +++ b/gtest-1.7.0/test/gtest_env_var_test_.cc @@ -0,0 +1,126 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// A helper program for testing that Google Test parses the environment +// variables correctly. + +#include "gtest/gtest.h" + +#include + +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +using ::std::cout; + +namespace testing { + +// The purpose of this is to make the test more realistic by ensuring +// that the UnitTest singleton is created before main() is entered. +// We don't actual run the TEST itself. +TEST(GTestEnvVarTest, Dummy) { +} + +void PrintFlag(const char* flag) { + if (strcmp(flag, "break_on_failure") == 0) { + cout << GTEST_FLAG(break_on_failure); + return; + } + + if (strcmp(flag, "catch_exceptions") == 0) { + cout << GTEST_FLAG(catch_exceptions); + return; + } + + if (strcmp(flag, "color") == 0) { + cout << GTEST_FLAG(color); + return; + } + + if (strcmp(flag, "death_test_style") == 0) { + cout << GTEST_FLAG(death_test_style); + return; + } + + if (strcmp(flag, "death_test_use_fork") == 0) { + cout << GTEST_FLAG(death_test_use_fork); + return; + } + + if (strcmp(flag, "filter") == 0) { + cout << GTEST_FLAG(filter); + return; + } + + if (strcmp(flag, "output") == 0) { + cout << GTEST_FLAG(output); + return; + } + + if (strcmp(flag, "print_time") == 0) { + cout << GTEST_FLAG(print_time); + return; + } + + if (strcmp(flag, "repeat") == 0) { + cout << GTEST_FLAG(repeat); + return; + } + + if (strcmp(flag, "stack_trace_depth") == 0) { + cout << GTEST_FLAG(stack_trace_depth); + return; + } + + if (strcmp(flag, "throw_on_failure") == 0) { + cout << GTEST_FLAG(throw_on_failure); + return; + } + + cout << "Invalid flag name " << flag + << ". Valid names are break_on_failure, color, filter, etc.\n"; + exit(1); +} + +} // namespace testing + +int main(int argc, char** argv) { + testing::InitGoogleTest(&argc, argv); + + if (argc != 2) { + cout << "Usage: gtest_env_var_test_ NAME_OF_FLAG\n"; + return 1; + } + + testing::PrintFlag(argv[1]); + return 0; +} diff --git a/gtest-1.7.0/test/gtest_environment_test.cc b/gtest-1.7.0/test/gtest_environment_test.cc new file mode 100644 index 000000000..3cff19e70 --- /dev/null +++ b/gtest-1.7.0/test/gtest_environment_test.cc @@ -0,0 +1,192 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Tests using global test environments. + +#include +#include +#include "gtest/gtest.h" + +#define GTEST_IMPLEMENTATION_ 1 // Required for the next #include. +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { +GTEST_DECLARE_string_(filter); +} + +namespace { + +enum FailureType { + NO_FAILURE, NON_FATAL_FAILURE, FATAL_FAILURE +}; + +// For testing using global test environments. +class MyEnvironment : public testing::Environment { + public: + MyEnvironment() { Reset(); } + + // Depending on the value of failure_in_set_up_, SetUp() will + // generate a non-fatal failure, generate a fatal failure, or + // succeed. + virtual void SetUp() { + set_up_was_run_ = true; + + switch (failure_in_set_up_) { + case NON_FATAL_FAILURE: + ADD_FAILURE() << "Expected non-fatal failure in global set-up."; + break; + case FATAL_FAILURE: + FAIL() << "Expected fatal failure in global set-up."; + break; + default: + break; + } + } + + // Generates a non-fatal failure. + virtual void TearDown() { + tear_down_was_run_ = true; + ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; + } + + // Resets the state of the environment s.t. it can be reused. + void Reset() { + failure_in_set_up_ = NO_FAILURE; + set_up_was_run_ = false; + tear_down_was_run_ = false; + } + + // We call this function to set the type of failure SetUp() should + // generate. + void set_failure_in_set_up(FailureType type) { + failure_in_set_up_ = type; + } + + // Was SetUp() run? + bool set_up_was_run() const { return set_up_was_run_; } + + // Was TearDown() run? + bool tear_down_was_run() const { return tear_down_was_run_; } + + private: + FailureType failure_in_set_up_; + bool set_up_was_run_; + bool tear_down_was_run_; +}; + +// Was the TEST run? +bool test_was_run; + +// The sole purpose of this TEST is to enable us to check whether it +// was run. +TEST(FooTest, Bar) { + test_was_run = true; +} + +// Prints the message and aborts the program if condition is false. +void Check(bool condition, const char* msg) { + if (!condition) { + printf("FAILED: %s\n", msg); + testing::internal::posix::Abort(); + } +} + +// Runs the tests. Return true iff successful. +// +// The 'failure' parameter specifies the type of failure that should +// be generated by the global set-up. +int RunAllTests(MyEnvironment* env, FailureType failure) { + env->Reset(); + env->set_failure_in_set_up(failure); + test_was_run = false; + testing::internal::GetUnitTestImpl()->ClearAdHocTestResult(); + return RUN_ALL_TESTS(); +} + +} // namespace + +int main(int argc, char **argv) { + testing::InitGoogleTest(&argc, argv); + + // Registers a global test environment, and verifies that the + // registration function returns its argument. + MyEnvironment* const env = new MyEnvironment; + Check(testing::AddGlobalTestEnvironment(env) == env, + "AddGlobalTestEnvironment() should return its argument."); + + // Verifies that RUN_ALL_TESTS() runs the tests when the global + // set-up is successful. + Check(RunAllTests(env, NO_FAILURE) != 0, + "RUN_ALL_TESTS() should return non-zero, as the global tear-down " + "should generate a failure."); + Check(test_was_run, + "The tests should run, as the global set-up should generate no " + "failure"); + Check(env->tear_down_was_run(), + "The global tear-down should run, as the global set-up was run."); + + // Verifies that RUN_ALL_TESTS() runs the tests when the global + // set-up generates no fatal failure. + Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, + "RUN_ALL_TESTS() should return non-zero, as both the global set-up " + "and the global tear-down should generate a non-fatal failure."); + Check(test_was_run, + "The tests should run, as the global set-up should generate no " + "fatal failure."); + Check(env->tear_down_was_run(), + "The global tear-down should run, as the global set-up was run."); + + // Verifies that RUN_ALL_TESTS() runs no test when the global set-up + // generates a fatal failure. + Check(RunAllTests(env, FATAL_FAILURE) != 0, + "RUN_ALL_TESTS() should return non-zero, as the global set-up " + "should generate a fatal failure."); + Check(!test_was_run, + "The tests should not run, as the global set-up should generate " + "a fatal failure."); + Check(env->tear_down_was_run(), + "The global tear-down should run, as the global set-up was run."); + + // Verifies that RUN_ALL_TESTS() doesn't do global set-up or + // tear-down when there is no test to run. + testing::GTEST_FLAG(filter) = "-*"; + Check(RunAllTests(env, NO_FAILURE) == 0, + "RUN_ALL_TESTS() should return zero, as there is no test to run."); + Check(!env->set_up_was_run(), + "The global set-up should not run, as there is no test to run."); + Check(!env->tear_down_was_run(), + "The global tear-down should not run, " + "as the global set-up was not run."); + + printf("PASS\n"); + return 0; +} diff --git a/gtest-1.7.0/test/gtest_filter_unittest.py b/gtest-1.7.0/test/gtest_filter_unittest.py new file mode 100755 index 000000000..0d1a77005 --- /dev/null +++ b/gtest-1.7.0/test/gtest_filter_unittest.py @@ -0,0 +1,633 @@ +#!/usr/bin/env python +# +# Copyright 2005 Google Inc. All Rights Reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test for Google Test test filters. + +A user can specify which test(s) in a Google Test program to run via either +the GTEST_FILTER environment variable or the --gtest_filter flag. +This script tests such functionality by invoking +gtest_filter_unittest_ (a program written with Google Test) with different +environments and command line flags. + +Note that test sharding may also influence which tests are filtered. Therefore, +we test that here also. +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import re +import sets +import sys + +import gtest_test_utils + +# Constants. + +# Checks if this platform can pass empty environment variables to child +# processes. We set an env variable to an empty string and invoke a python +# script in a subprocess to print whether the variable is STILL in +# os.environ. We then use 'eval' to parse the child's output so that an +# exception is thrown if the input is anything other than 'True' nor 'False'. +os.environ['EMPTY_VAR'] = '' +child = gtest_test_utils.Subprocess( + [sys.executable, '-c', 'import os; print \'EMPTY_VAR\' in os.environ']) +CAN_PASS_EMPTY_ENV = eval(child.output) + + +# Check if this platform can unset environment variables in child processes. +# We set an env variable to a non-empty string, unset it, and invoke +# a python script in a subprocess to print whether the variable +# is NO LONGER in os.environ. +# We use 'eval' to parse the child's output so that an exception +# is thrown if the input is neither 'True' nor 'False'. +os.environ['UNSET_VAR'] = 'X' +del os.environ['UNSET_VAR'] +child = gtest_test_utils.Subprocess( + [sys.executable, '-c', 'import os; print \'UNSET_VAR\' not in os.environ']) +CAN_UNSET_ENV = eval(child.output) + + +# Checks if we should test with an empty filter. This doesn't +# make sense on platforms that cannot pass empty env variables (Win32) +# and on platforms that cannot unset variables (since we cannot tell +# the difference between "" and NULL -- Borland and Solaris < 5.10) +CAN_TEST_EMPTY_FILTER = (CAN_PASS_EMPTY_ENV and CAN_UNSET_ENV) + + +# The environment variable for specifying the test filters. +FILTER_ENV_VAR = 'GTEST_FILTER' + +# The environment variables for test sharding. +TOTAL_SHARDS_ENV_VAR = 'GTEST_TOTAL_SHARDS' +SHARD_INDEX_ENV_VAR = 'GTEST_SHARD_INDEX' +SHARD_STATUS_FILE_ENV_VAR = 'GTEST_SHARD_STATUS_FILE' + +# The command line flag for specifying the test filters. +FILTER_FLAG = 'gtest_filter' + +# The command line flag for including disabled tests. +ALSO_RUN_DISABED_TESTS_FLAG = 'gtest_also_run_disabled_tests' + +# Command to run the gtest_filter_unittest_ program. +COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_') + +# Regex for determining whether parameterized tests are enabled in the binary. +PARAM_TEST_REGEX = re.compile(r'/ParamTest') + +# Regex for parsing test case names from Google Test's output. +TEST_CASE_REGEX = re.compile(r'^\[\-+\] \d+ tests? from (\w+(/\w+)?)') + +# Regex for parsing test names from Google Test's output. +TEST_REGEX = re.compile(r'^\[\s*RUN\s*\].*\.(\w+(/\w+)?)') + +# The command line flag to tell Google Test to output the list of tests it +# will run. +LIST_TESTS_FLAG = '--gtest_list_tests' + +# Indicates whether Google Test supports death tests. +SUPPORTS_DEATH_TESTS = 'HasDeathTest' in gtest_test_utils.Subprocess( + [COMMAND, LIST_TESTS_FLAG]).output + +# Full names of all tests in gtest_filter_unittests_. +PARAM_TESTS = [ + 'SeqP/ParamTest.TestX/0', + 'SeqP/ParamTest.TestX/1', + 'SeqP/ParamTest.TestY/0', + 'SeqP/ParamTest.TestY/1', + 'SeqQ/ParamTest.TestX/0', + 'SeqQ/ParamTest.TestX/1', + 'SeqQ/ParamTest.TestY/0', + 'SeqQ/ParamTest.TestY/1', + ] + +DISABLED_TESTS = [ + 'BarTest.DISABLED_TestFour', + 'BarTest.DISABLED_TestFive', + 'BazTest.DISABLED_TestC', + 'DISABLED_FoobarTest.Test1', + 'DISABLED_FoobarTest.DISABLED_Test2', + 'DISABLED_FoobarbazTest.TestA', + ] + +if SUPPORTS_DEATH_TESTS: + DEATH_TESTS = [ + 'HasDeathTest.Test1', + 'HasDeathTest.Test2', + ] +else: + DEATH_TESTS = [] + +# All the non-disabled tests. +ACTIVE_TESTS = [ + 'FooTest.Abc', + 'FooTest.Xyz', + + 'BarTest.TestOne', + 'BarTest.TestTwo', + 'BarTest.TestThree', + + 'BazTest.TestOne', + 'BazTest.TestA', + 'BazTest.TestB', + ] + DEATH_TESTS + PARAM_TESTS + +param_tests_present = None + +# Utilities. + +environ = os.environ.copy() + + +def SetEnvVar(env_var, value): + """Sets the env variable to 'value'; unsets it when 'value' is None.""" + + if value is not None: + environ[env_var] = value + elif env_var in environ: + del environ[env_var] + + +def RunAndReturnOutput(args = None): + """Runs the test program and returns its output.""" + + return gtest_test_utils.Subprocess([COMMAND] + (args or []), + env=environ).output + + +def RunAndExtractTestList(args = None): + """Runs the test program and returns its exit code and a list of tests run.""" + + p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) + tests_run = [] + test_case = '' + test = '' + for line in p.output.split('\n'): + match = TEST_CASE_REGEX.match(line) + if match is not None: + test_case = match.group(1) + else: + match = TEST_REGEX.match(line) + if match is not None: + test = match.group(1) + tests_run.append(test_case + '.' + test) + return (tests_run, p.exit_code) + + +def InvokeWithModifiedEnv(extra_env, function, *args, **kwargs): + """Runs the given function and arguments in a modified environment.""" + try: + original_env = environ.copy() + environ.update(extra_env) + return function(*args, **kwargs) + finally: + environ.clear() + environ.update(original_env) + + +def RunWithSharding(total_shards, shard_index, command): + """Runs a test program shard and returns exit code and a list of tests run.""" + + extra_env = {SHARD_INDEX_ENV_VAR: str(shard_index), + TOTAL_SHARDS_ENV_VAR: str(total_shards)} + return InvokeWithModifiedEnv(extra_env, RunAndExtractTestList, command) + +# The unit test. + + +class GTestFilterUnitTest(gtest_test_utils.TestCase): + """Tests the env variable or the command line flag to filter tests.""" + + # Utilities. + + def AssertSetEqual(self, lhs, rhs): + """Asserts that two sets are equal.""" + + for elem in lhs: + self.assert_(elem in rhs, '%s in %s' % (elem, rhs)) + + for elem in rhs: + self.assert_(elem in lhs, '%s in %s' % (elem, lhs)) + + def AssertPartitionIsValid(self, set_var, list_of_sets): + """Asserts that list_of_sets is a valid partition of set_var.""" + + full_partition = [] + for slice_var in list_of_sets: + full_partition.extend(slice_var) + self.assertEqual(len(set_var), len(full_partition)) + self.assertEqual(sets.Set(set_var), sets.Set(full_partition)) + + def AdjustForParameterizedTests(self, tests_to_run): + """Adjust tests_to_run in case value parameterized tests are disabled.""" + + global param_tests_present + if not param_tests_present: + return list(sets.Set(tests_to_run) - sets.Set(PARAM_TESTS)) + else: + return tests_to_run + + def RunAndVerify(self, gtest_filter, tests_to_run): + """Checks that the binary runs correct set of tests for a given filter.""" + + tests_to_run = self.AdjustForParameterizedTests(tests_to_run) + + # First, tests using the environment variable. + + # Windows removes empty variables from the environment when passing it + # to a new process. This means it is impossible to pass an empty filter + # into a process using the environment variable. However, we can still + # test the case when the variable is not supplied (i.e., gtest_filter is + # None). + # pylint: disable-msg=C6403 + if CAN_TEST_EMPTY_FILTER or gtest_filter != '': + SetEnvVar(FILTER_ENV_VAR, gtest_filter) + tests_run = RunAndExtractTestList()[0] + SetEnvVar(FILTER_ENV_VAR, None) + self.AssertSetEqual(tests_run, tests_to_run) + # pylint: enable-msg=C6403 + + # Next, tests using the command line flag. + + if gtest_filter is None: + args = [] + else: + args = ['--%s=%s' % (FILTER_FLAG, gtest_filter)] + + tests_run = RunAndExtractTestList(args)[0] + self.AssertSetEqual(tests_run, tests_to_run) + + def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, + args=None, check_exit_0=False): + """Checks that binary runs correct tests for the given filter and shard. + + Runs all shards of gtest_filter_unittest_ with the given filter, and + verifies that the right set of tests were run. The union of tests run + on each shard should be identical to tests_to_run, without duplicates. + + Args: + gtest_filter: A filter to apply to the tests. + total_shards: A total number of shards to split test run into. + tests_to_run: A set of tests expected to run. + args : Arguments to pass to the to the test binary. + check_exit_0: When set to a true value, make sure that all shards + return 0. + """ + + tests_to_run = self.AdjustForParameterizedTests(tests_to_run) + + # Windows removes empty variables from the environment when passing it + # to a new process. This means it is impossible to pass an empty filter + # into a process using the environment variable. However, we can still + # test the case when the variable is not supplied (i.e., gtest_filter is + # None). + # pylint: disable-msg=C6403 + if CAN_TEST_EMPTY_FILTER or gtest_filter != '': + SetEnvVar(FILTER_ENV_VAR, gtest_filter) + partition = [] + for i in range(0, total_shards): + (tests_run, exit_code) = RunWithSharding(total_shards, i, args) + if check_exit_0: + self.assertEqual(0, exit_code) + partition.append(tests_run) + + self.AssertPartitionIsValid(tests_to_run, partition) + SetEnvVar(FILTER_ENV_VAR, None) + # pylint: enable-msg=C6403 + + def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): + """Checks that the binary runs correct set of tests for the given filter. + + Runs gtest_filter_unittest_ with the given filter, and enables + disabled tests. Verifies that the right set of tests were run. + + Args: + gtest_filter: A filter to apply to the tests. + tests_to_run: A set of tests expected to run. + """ + + tests_to_run = self.AdjustForParameterizedTests(tests_to_run) + + # Construct the command line. + args = ['--%s' % ALSO_RUN_DISABED_TESTS_FLAG] + if gtest_filter is not None: + args.append('--%s=%s' % (FILTER_FLAG, gtest_filter)) + + tests_run = RunAndExtractTestList(args)[0] + self.AssertSetEqual(tests_run, tests_to_run) + + def setUp(self): + """Sets up test case. + + Determines whether value-parameterized tests are enabled in the binary and + sets the flags accordingly. + """ + + global param_tests_present + if param_tests_present is None: + param_tests_present = PARAM_TEST_REGEX.search( + RunAndReturnOutput()) is not None + + def testDefaultBehavior(self): + """Tests the behavior of not specifying the filter.""" + + self.RunAndVerify(None, ACTIVE_TESTS) + + def testDefaultBehaviorWithShards(self): + """Tests the behavior without the filter, with sharding enabled.""" + + self.RunAndVerifyWithSharding(None, 1, ACTIVE_TESTS) + self.RunAndVerifyWithSharding(None, 2, ACTIVE_TESTS) + self.RunAndVerifyWithSharding(None, len(ACTIVE_TESTS) - 1, ACTIVE_TESTS) + self.RunAndVerifyWithSharding(None, len(ACTIVE_TESTS), ACTIVE_TESTS) + self.RunAndVerifyWithSharding(None, len(ACTIVE_TESTS) + 1, ACTIVE_TESTS) + + def testEmptyFilter(self): + """Tests an empty filter.""" + + self.RunAndVerify('', []) + self.RunAndVerifyWithSharding('', 1, []) + self.RunAndVerifyWithSharding('', 2, []) + + def testBadFilter(self): + """Tests a filter that matches nothing.""" + + self.RunAndVerify('BadFilter', []) + self.RunAndVerifyAllowingDisabled('BadFilter', []) + + def testFullName(self): + """Tests filtering by full name.""" + + self.RunAndVerify('FooTest.Xyz', ['FooTest.Xyz']) + self.RunAndVerifyAllowingDisabled('FooTest.Xyz', ['FooTest.Xyz']) + self.RunAndVerifyWithSharding('FooTest.Xyz', 5, ['FooTest.Xyz']) + + def testUniversalFilters(self): + """Tests filters that match everything.""" + + self.RunAndVerify('*', ACTIVE_TESTS) + self.RunAndVerify('*.*', ACTIVE_TESTS) + self.RunAndVerifyWithSharding('*.*', len(ACTIVE_TESTS) - 3, ACTIVE_TESTS) + self.RunAndVerifyAllowingDisabled('*', ACTIVE_TESTS + DISABLED_TESTS) + self.RunAndVerifyAllowingDisabled('*.*', ACTIVE_TESTS + DISABLED_TESTS) + + def testFilterByTestCase(self): + """Tests filtering by test case name.""" + + self.RunAndVerify('FooTest.*', ['FooTest.Abc', 'FooTest.Xyz']) + + BAZ_TESTS = ['BazTest.TestOne', 'BazTest.TestA', 'BazTest.TestB'] + self.RunAndVerify('BazTest.*', BAZ_TESTS) + self.RunAndVerifyAllowingDisabled('BazTest.*', + BAZ_TESTS + ['BazTest.DISABLED_TestC']) + + def testFilterByTest(self): + """Tests filtering by test name.""" + + self.RunAndVerify('*.TestOne', ['BarTest.TestOne', 'BazTest.TestOne']) + + def testFilterDisabledTests(self): + """Select only the disabled tests to run.""" + + self.RunAndVerify('DISABLED_FoobarTest.Test1', []) + self.RunAndVerifyAllowingDisabled('DISABLED_FoobarTest.Test1', + ['DISABLED_FoobarTest.Test1']) + + self.RunAndVerify('*DISABLED_*', []) + self.RunAndVerifyAllowingDisabled('*DISABLED_*', DISABLED_TESTS) + + self.RunAndVerify('*.DISABLED_*', []) + self.RunAndVerifyAllowingDisabled('*.DISABLED_*', [ + 'BarTest.DISABLED_TestFour', + 'BarTest.DISABLED_TestFive', + 'BazTest.DISABLED_TestC', + 'DISABLED_FoobarTest.DISABLED_Test2', + ]) + + self.RunAndVerify('DISABLED_*', []) + self.RunAndVerifyAllowingDisabled('DISABLED_*', [ + 'DISABLED_FoobarTest.Test1', + 'DISABLED_FoobarTest.DISABLED_Test2', + 'DISABLED_FoobarbazTest.TestA', + ]) + + def testWildcardInTestCaseName(self): + """Tests using wildcard in the test case name.""" + + self.RunAndVerify('*a*.*', [ + 'BarTest.TestOne', + 'BarTest.TestTwo', + 'BarTest.TestThree', + + 'BazTest.TestOne', + 'BazTest.TestA', + 'BazTest.TestB', ] + DEATH_TESTS + PARAM_TESTS) + + def testWildcardInTestName(self): + """Tests using wildcard in the test name.""" + + self.RunAndVerify('*.*A*', ['FooTest.Abc', 'BazTest.TestA']) + + def testFilterWithoutDot(self): + """Tests a filter that has no '.' in it.""" + + self.RunAndVerify('*z*', [ + 'FooTest.Xyz', + + 'BazTest.TestOne', + 'BazTest.TestA', + 'BazTest.TestB', + ]) + + def testTwoPatterns(self): + """Tests filters that consist of two patterns.""" + + self.RunAndVerify('Foo*.*:*A*', [ + 'FooTest.Abc', + 'FooTest.Xyz', + + 'BazTest.TestA', + ]) + + # An empty pattern + a non-empty one + self.RunAndVerify(':*A*', ['FooTest.Abc', 'BazTest.TestA']) + + def testThreePatterns(self): + """Tests filters that consist of three patterns.""" + + self.RunAndVerify('*oo*:*A*:*One', [ + 'FooTest.Abc', + 'FooTest.Xyz', + + 'BarTest.TestOne', + + 'BazTest.TestOne', + 'BazTest.TestA', + ]) + + # The 2nd pattern is empty. + self.RunAndVerify('*oo*::*One', [ + 'FooTest.Abc', + 'FooTest.Xyz', + + 'BarTest.TestOne', + + 'BazTest.TestOne', + ]) + + # The last 2 patterns are empty. + self.RunAndVerify('*oo*::', [ + 'FooTest.Abc', + 'FooTest.Xyz', + ]) + + def testNegativeFilters(self): + self.RunAndVerify('*-BazTest.TestOne', [ + 'FooTest.Abc', + 'FooTest.Xyz', + + 'BarTest.TestOne', + 'BarTest.TestTwo', + 'BarTest.TestThree', + + 'BazTest.TestA', + 'BazTest.TestB', + ] + DEATH_TESTS + PARAM_TESTS) + + self.RunAndVerify('*-FooTest.Abc:BazTest.*', [ + 'FooTest.Xyz', + + 'BarTest.TestOne', + 'BarTest.TestTwo', + 'BarTest.TestThree', + ] + DEATH_TESTS + PARAM_TESTS) + + self.RunAndVerify('BarTest.*-BarTest.TestOne', [ + 'BarTest.TestTwo', + 'BarTest.TestThree', + ]) + + # Tests without leading '*'. + self.RunAndVerify('-FooTest.Abc:FooTest.Xyz:BazTest.*', [ + 'BarTest.TestOne', + 'BarTest.TestTwo', + 'BarTest.TestThree', + ] + DEATH_TESTS + PARAM_TESTS) + + # Value parameterized tests. + self.RunAndVerify('*/*', PARAM_TESTS) + + # Value parameterized tests filtering by the sequence name. + self.RunAndVerify('SeqP/*', [ + 'SeqP/ParamTest.TestX/0', + 'SeqP/ParamTest.TestX/1', + 'SeqP/ParamTest.TestY/0', + 'SeqP/ParamTest.TestY/1', + ]) + + # Value parameterized tests filtering by the test name. + self.RunAndVerify('*/0', [ + 'SeqP/ParamTest.TestX/0', + 'SeqP/ParamTest.TestY/0', + 'SeqQ/ParamTest.TestX/0', + 'SeqQ/ParamTest.TestY/0', + ]) + + def testFlagOverridesEnvVar(self): + """Tests that the filter flag overrides the filtering env. variable.""" + + SetEnvVar(FILTER_ENV_VAR, 'Foo*') + args = ['--%s=%s' % (FILTER_FLAG, '*One')] + tests_run = RunAndExtractTestList(args)[0] + SetEnvVar(FILTER_ENV_VAR, None) + + self.AssertSetEqual(tests_run, ['BarTest.TestOne', 'BazTest.TestOne']) + + def testShardStatusFileIsCreated(self): + """Tests that the shard file is created if specified in the environment.""" + + shard_status_file = os.path.join(gtest_test_utils.GetTempDir(), + 'shard_status_file') + self.assert_(not os.path.exists(shard_status_file)) + + extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file} + try: + InvokeWithModifiedEnv(extra_env, RunAndReturnOutput) + finally: + self.assert_(os.path.exists(shard_status_file)) + os.remove(shard_status_file) + + def testShardStatusFileIsCreatedWithListTests(self): + """Tests that the shard file is created with the "list_tests" flag.""" + + shard_status_file = os.path.join(gtest_test_utils.GetTempDir(), + 'shard_status_file2') + self.assert_(not os.path.exists(shard_status_file)) + + extra_env = {SHARD_STATUS_FILE_ENV_VAR: shard_status_file} + try: + output = InvokeWithModifiedEnv(extra_env, + RunAndReturnOutput, + [LIST_TESTS_FLAG]) + finally: + # This assertion ensures that Google Test enumerated the tests as + # opposed to running them. + self.assert_('[==========]' not in output, + 'Unexpected output during test enumeration.\n' + 'Please ensure that LIST_TESTS_FLAG is assigned the\n' + 'correct flag value for listing Google Test tests.') + + self.assert_(os.path.exists(shard_status_file)) + os.remove(shard_status_file) + + if SUPPORTS_DEATH_TESTS: + def testShardingWorksWithDeathTests(self): + """Tests integration with death tests and sharding.""" + + gtest_filter = 'HasDeathTest.*:SeqP/*' + expected_tests = [ + 'HasDeathTest.Test1', + 'HasDeathTest.Test2', + + 'SeqP/ParamTest.TestX/0', + 'SeqP/ParamTest.TestX/1', + 'SeqP/ParamTest.TestY/0', + 'SeqP/ParamTest.TestY/1', + ] + + for flag in ['--gtest_death_test_style=threadsafe', + '--gtest_death_test_style=fast']: + self.RunAndVerifyWithSharding(gtest_filter, 3, expected_tests, + check_exit_0=True, args=[flag]) + self.RunAndVerifyWithSharding(gtest_filter, 5, expected_tests, + check_exit_0=True, args=[flag]) + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_filter_unittest_.cc b/gtest-1.7.0/test/gtest_filter_unittest_.cc new file mode 100644 index 000000000..77deffc38 --- /dev/null +++ b/gtest-1.7.0/test/gtest_filter_unittest_.cc @@ -0,0 +1,140 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Unit test for Google Test test filters. +// +// A user can specify which test(s) in a Google Test program to run via +// either the GTEST_FILTER environment variable or the --gtest_filter +// flag. This is used for testing such functionality. +// +// The program will be invoked from a Python unit test. Don't run it +// directly. + +#include "gtest/gtest.h" + +namespace { + +// Test case FooTest. + +class FooTest : public testing::Test { +}; + +TEST_F(FooTest, Abc) { +} + +TEST_F(FooTest, Xyz) { + FAIL() << "Expected failure."; +} + +// Test case BarTest. + +TEST(BarTest, TestOne) { +} + +TEST(BarTest, TestTwo) { +} + +TEST(BarTest, TestThree) { +} + +TEST(BarTest, DISABLED_TestFour) { + FAIL() << "Expected failure."; +} + +TEST(BarTest, DISABLED_TestFive) { + FAIL() << "Expected failure."; +} + +// Test case BazTest. + +TEST(BazTest, TestOne) { + FAIL() << "Expected failure."; +} + +TEST(BazTest, TestA) { +} + +TEST(BazTest, TestB) { +} + +TEST(BazTest, DISABLED_TestC) { + FAIL() << "Expected failure."; +} + +// Test case HasDeathTest + +TEST(HasDeathTest, Test1) { + EXPECT_DEATH_IF_SUPPORTED(exit(1), ".*"); +} + +// We need at least two death tests to make sure that the all death tests +// aren't on the first shard. +TEST(HasDeathTest, Test2) { + EXPECT_DEATH_IF_SUPPORTED(exit(1), ".*"); +} + +// Test case FoobarTest + +TEST(DISABLED_FoobarTest, Test1) { + FAIL() << "Expected failure."; +} + +TEST(DISABLED_FoobarTest, DISABLED_Test2) { + FAIL() << "Expected failure."; +} + +// Test case FoobarbazTest + +TEST(DISABLED_FoobarbazTest, TestA) { + FAIL() << "Expected failure."; +} + +#if GTEST_HAS_PARAM_TEST +class ParamTest : public testing::TestWithParam { +}; + +TEST_P(ParamTest, TestX) { +} + +TEST_P(ParamTest, TestY) { +} + +INSTANTIATE_TEST_CASE_P(SeqP, ParamTest, testing::Values(1, 2)); +INSTANTIATE_TEST_CASE_P(SeqQ, ParamTest, testing::Values(5, 6)); +#endif // GTEST_HAS_PARAM_TEST + +} // namespace + +int main(int argc, char **argv) { + ::testing::InitGoogleTest(&argc, argv); + + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_help_test.py b/gtest-1.7.0/test/gtest_help_test.py new file mode 100755 index 000000000..093c838d9 --- /dev/null +++ b/gtest-1.7.0/test/gtest_help_test.py @@ -0,0 +1,172 @@ +#!/usr/bin/env python +# +# Copyright 2009, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Tests the --help flag of Google C++ Testing Framework. + +SYNOPSIS + gtest_help_test.py --build_dir=BUILD/DIR + # where BUILD/DIR contains the built gtest_help_test_ file. + gtest_help_test.py +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import re +import gtest_test_utils + + +IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux' +IS_WINDOWS = os.name == 'nt' + +PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath('gtest_help_test_') +FLAG_PREFIX = '--gtest_' +DEATH_TEST_STYLE_FLAG = FLAG_PREFIX + 'death_test_style' +STREAM_RESULT_TO_FLAG = FLAG_PREFIX + 'stream_result_to' +UNKNOWN_FLAG = FLAG_PREFIX + 'unknown_flag_for_testing' +LIST_TESTS_FLAG = FLAG_PREFIX + 'list_tests' +INCORRECT_FLAG_VARIANTS = [re.sub('^--', '-', LIST_TESTS_FLAG), + re.sub('^--', '/', LIST_TESTS_FLAG), + re.sub('_', '-', LIST_TESTS_FLAG)] +INTERNAL_FLAG_FOR_TESTING = FLAG_PREFIX + 'internal_flag_for_testing' + +SUPPORTS_DEATH_TESTS = "DeathTest" in gtest_test_utils.Subprocess( + [PROGRAM_PATH, LIST_TESTS_FLAG]).output + +# The help message must match this regex. +HELP_REGEX = re.compile( + FLAG_PREFIX + r'list_tests.*' + + FLAG_PREFIX + r'filter=.*' + + FLAG_PREFIX + r'also_run_disabled_tests.*' + + FLAG_PREFIX + r'repeat=.*' + + FLAG_PREFIX + r'shuffle.*' + + FLAG_PREFIX + r'random_seed=.*' + + FLAG_PREFIX + r'color=.*' + + FLAG_PREFIX + r'print_time.*' + + FLAG_PREFIX + r'output=.*' + + FLAG_PREFIX + r'break_on_failure.*' + + FLAG_PREFIX + r'throw_on_failure.*' + + FLAG_PREFIX + r'catch_exceptions=0.*', + re.DOTALL) + + +def RunWithFlag(flag): + """Runs gtest_help_test_ with the given flag. + + Returns: + the exit code and the text output as a tuple. + Args: + flag: the command-line flag to pass to gtest_help_test_, or None. + """ + + if flag is None: + command = [PROGRAM_PATH] + else: + command = [PROGRAM_PATH, flag] + child = gtest_test_utils.Subprocess(command) + return child.exit_code, child.output + + +class GTestHelpTest(gtest_test_utils.TestCase): + """Tests the --help flag and its equivalent forms.""" + + def TestHelpFlag(self, flag): + """Verifies correct behavior when help flag is specified. + + The right message must be printed and the tests must + skipped when the given flag is specified. + + Args: + flag: A flag to pass to the binary or None. + """ + + exit_code, output = RunWithFlag(flag) + self.assertEquals(0, exit_code) + self.assert_(HELP_REGEX.search(output), output) + + if IS_LINUX: + self.assert_(STREAM_RESULT_TO_FLAG in output, output) + else: + self.assert_(STREAM_RESULT_TO_FLAG not in output, output) + + if SUPPORTS_DEATH_TESTS and not IS_WINDOWS: + self.assert_(DEATH_TEST_STYLE_FLAG in output, output) + else: + self.assert_(DEATH_TEST_STYLE_FLAG not in output, output) + + def TestNonHelpFlag(self, flag): + """Verifies correct behavior when no help flag is specified. + + Verifies that when no help flag is specified, the tests are run + and the help message is not printed. + + Args: + flag: A flag to pass to the binary or None. + """ + + exit_code, output = RunWithFlag(flag) + self.assert_(exit_code != 0) + self.assert_(not HELP_REGEX.search(output), output) + + def testPrintsHelpWithFullFlag(self): + self.TestHelpFlag('--help') + + def testPrintsHelpWithShortFlag(self): + self.TestHelpFlag('-h') + + def testPrintsHelpWithQuestionFlag(self): + self.TestHelpFlag('-?') + + def testPrintsHelpWithWindowsStyleQuestionFlag(self): + self.TestHelpFlag('/?') + + def testPrintsHelpWithUnrecognizedGoogleTestFlag(self): + self.TestHelpFlag(UNKNOWN_FLAG) + + def testPrintsHelpWithIncorrectFlagStyle(self): + for incorrect_flag in INCORRECT_FLAG_VARIANTS: + self.TestHelpFlag(incorrect_flag) + + def testRunsTestsWithoutHelpFlag(self): + """Verifies that when no help flag is specified, the tests are run + and the help message is not printed.""" + + self.TestNonHelpFlag(None) + + def testRunsTestsWithGtestInternalFlag(self): + """Verifies that the tests are run and no help message is printed when + a flag starting with Google Test prefix and 'internal_' is supplied.""" + + self.TestNonHelpFlag(INTERNAL_FLAG_FOR_TESTING) + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_help_test_.cc b/gtest-1.7.0/test/gtest_help_test_.cc new file mode 100644 index 000000000..31f78c244 --- /dev/null +++ b/gtest-1.7.0/test/gtest_help_test_.cc @@ -0,0 +1,46 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// This program is meant to be run by gtest_help_test.py. Do not run +// it directly. + +#include "gtest/gtest.h" + +// When a help flag is specified, this program should skip the tests +// and exit with 0; otherwise the following test will be executed, +// causing this program to exit with a non-zero code. +TEST(HelpFlagTest, ShouldNotBeRun) { + ASSERT_TRUE(false) << "Tests shouldn't be run when --help is specified."; +} + +#if GTEST_HAS_DEATH_TEST +TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} +#endif diff --git a/gtest-1.7.0/test/gtest_list_tests_unittest.py b/gtest-1.7.0/test/gtest_list_tests_unittest.py new file mode 100755 index 000000000..925b09d9c --- /dev/null +++ b/gtest-1.7.0/test/gtest_list_tests_unittest.py @@ -0,0 +1,207 @@ +#!/usr/bin/env python +# +# Copyright 2006, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test for Google Test's --gtest_list_tests flag. + +A user can ask Google Test to list all tests by specifying the +--gtest_list_tests flag. This script tests such functionality +by invoking gtest_list_tests_unittest_ (a program written with +Google Test) the command line flags. +""" + +__author__ = 'phanna@google.com (Patrick Hanna)' + +import gtest_test_utils +import re + + +# Constants. + +# The command line flag for enabling/disabling listing all tests. +LIST_TESTS_FLAG = 'gtest_list_tests' + +# Path to the gtest_list_tests_unittest_ program. +EXE_PATH = gtest_test_utils.GetTestExecutablePath('gtest_list_tests_unittest_') + +# The expected output when running gtest_list_tests_unittest_ with +# --gtest_list_tests +EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\. + Test1 +Foo\. + Bar1 + Bar2 + DISABLED_Bar3 +Abc\. + Xyz + Def +FooBar\. + Baz +FooTest\. + Test1 + DISABLED_Test2 + Test3 +TypedTest/0\. # TypeParam = (VeryLo{245}|class VeryLo{239})\.\.\. + TestA + TestB +TypedTest/1\. # TypeParam = int\s*\* + TestA + TestB +TypedTest/2\. # TypeParam = .*MyArray + TestA + TestB +My/TypeParamTest/0\. # TypeParam = (VeryLo{245}|class VeryLo{239})\.\.\. + TestA + TestB +My/TypeParamTest/1\. # TypeParam = int\s*\* + TestA + TestB +My/TypeParamTest/2\. # TypeParam = .*MyArray + TestA + TestB +MyInstantiation/ValueParamTest\. + TestA/0 # GetParam\(\) = one line + TestA/1 # GetParam\(\) = two\\nlines + TestA/2 # GetParam\(\) = a very\\nlo{241}\.\.\. + TestB/0 # GetParam\(\) = one line + TestB/1 # GetParam\(\) = two\\nlines + TestB/2 # GetParam\(\) = a very\\nlo{241}\.\.\. +""") + +# The expected output when running gtest_list_tests_unittest_ with +# --gtest_list_tests and --gtest_filter=Foo*. +EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\. + Test1 +Foo\. + Bar1 + Bar2 + DISABLED_Bar3 +FooBar\. + Baz +FooTest\. + Test1 + DISABLED_Test2 + Test3 +""") + +# Utilities. + + +def Run(args): + """Runs gtest_list_tests_unittest_ and returns the list of tests printed.""" + + return gtest_test_utils.Subprocess([EXE_PATH] + args, + capture_stderr=False).output + + +# The unit test. + +class GTestListTestsUnitTest(gtest_test_utils.TestCase): + """Tests using the --gtest_list_tests flag to list all tests.""" + + def RunAndVerify(self, flag_value, expected_output_re, other_flag): + """Runs gtest_list_tests_unittest_ and verifies that it prints + the correct tests. + + Args: + flag_value: value of the --gtest_list_tests flag; + None if the flag should not be present. + expected_output_re: regular expression that matches the expected + output after running command; + other_flag: a different flag to be passed to command + along with gtest_list_tests; + None if the flag should not be present. + """ + + if flag_value is None: + flag = '' + flag_expression = 'not set' + elif flag_value == '0': + flag = '--%s=0' % LIST_TESTS_FLAG + flag_expression = '0' + else: + flag = '--%s' % LIST_TESTS_FLAG + flag_expression = '1' + + args = [flag] + + if other_flag is not None: + args += [other_flag] + + output = Run(args) + + if expected_output_re: + self.assert_( + expected_output_re.match(output), + ('when %s is %s, the output of "%s" is "%s",\n' + 'which does not match regex "%s"' % + (LIST_TESTS_FLAG, flag_expression, ' '.join(args), output, + expected_output_re.pattern))) + else: + self.assert_( + not EXPECTED_OUTPUT_NO_FILTER_RE.match(output), + ('when %s is %s, the output of "%s" is "%s"'% + (LIST_TESTS_FLAG, flag_expression, ' '.join(args), output))) + + def testDefaultBehavior(self): + """Tests the behavior of the default mode.""" + + self.RunAndVerify(flag_value=None, + expected_output_re=None, + other_flag=None) + + def testFlag(self): + """Tests using the --gtest_list_tests flag.""" + + self.RunAndVerify(flag_value='0', + expected_output_re=None, + other_flag=None) + self.RunAndVerify(flag_value='1', + expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE, + other_flag=None) + + def testOverrideNonFilterFlags(self): + """Tests that --gtest_list_tests overrides the non-filter flags.""" + + self.RunAndVerify(flag_value='1', + expected_output_re=EXPECTED_OUTPUT_NO_FILTER_RE, + other_flag='--gtest_break_on_failure') + + def testWithFilterFlags(self): + """Tests that --gtest_list_tests takes into account the + --gtest_filter flag.""" + + self.RunAndVerify(flag_value='1', + expected_output_re=EXPECTED_OUTPUT_FILTER_FOO_RE, + other_flag='--gtest_filter=Foo*') + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_list_tests_unittest_.cc b/gtest-1.7.0/test/gtest_list_tests_unittest_.cc new file mode 100644 index 000000000..907c176ba --- /dev/null +++ b/gtest-1.7.0/test/gtest_list_tests_unittest_.cc @@ -0,0 +1,157 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: phanna@google.com (Patrick Hanna) + +// Unit test for Google Test's --gtest_list_tests flag. +// +// A user can ask Google Test to list all tests that will run +// so that when using a filter, a user will know what +// tests to look for. The tests will not be run after listing. +// +// This program will be invoked from a Python unit test. +// Don't run it directly. + +#include "gtest/gtest.h" + +// Several different test cases and tests that will be listed. +TEST(Foo, Bar1) { +} + +TEST(Foo, Bar2) { +} + +TEST(Foo, DISABLED_Bar3) { +} + +TEST(Abc, Xyz) { +} + +TEST(Abc, Def) { +} + +TEST(FooBar, Baz) { +} + +class FooTest : public testing::Test { +}; + +TEST_F(FooTest, Test1) { +} + +TEST_F(FooTest, DISABLED_Test2) { +} + +TEST_F(FooTest, Test3) { +} + +TEST(FooDeathTest, Test1) { +} + +// A group of value-parameterized tests. + +class MyType { + public: + explicit MyType(const std::string& a_value) : value_(a_value) {} + + const std::string& value() const { return value_; } + + private: + std::string value_; +}; + +// Teaches Google Test how to print a MyType. +void PrintTo(const MyType& x, std::ostream* os) { + *os << x.value(); +} + +class ValueParamTest : public testing::TestWithParam { +}; + +TEST_P(ValueParamTest, TestA) { +} + +TEST_P(ValueParamTest, TestB) { +} + +INSTANTIATE_TEST_CASE_P( + MyInstantiation, ValueParamTest, + testing::Values(MyType("one line"), + MyType("two\nlines"), + MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT + +// A group of typed tests. + +// A deliberately long type name for testing the line-truncating +// behavior when printing a type parameter. +class VeryLoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooogName { // NOLINT +}; + +template +class TypedTest : public testing::Test { +}; + +template +class MyArray { +}; + +typedef testing::Types > MyTypes; + +TYPED_TEST_CASE(TypedTest, MyTypes); + +TYPED_TEST(TypedTest, TestA) { +} + +TYPED_TEST(TypedTest, TestB) { +} + +// A group of type-parameterized tests. + +template +class TypeParamTest : public testing::Test { +}; + +TYPED_TEST_CASE_P(TypeParamTest); + +TYPED_TEST_P(TypeParamTest, TestA) { +} + +TYPED_TEST_P(TypeParamTest, TestB) { +} + +REGISTER_TYPED_TEST_CASE_P(TypeParamTest, TestA, TestB); + +INSTANTIATE_TYPED_TEST_CASE_P(My, TypeParamTest, MyTypes); + +int main(int argc, char **argv) { + ::testing::InitGoogleTest(&argc, argv); + + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_main_unittest.cc b/gtest-1.7.0/test/gtest_main_unittest.cc new file mode 100644 index 000000000..ecd9bb876 --- /dev/null +++ b/gtest-1.7.0/test/gtest_main_unittest.cc @@ -0,0 +1,45 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/gtest.h" + +// Tests that we don't have to define main() when we link to +// gtest_main instead of gtest. + +namespace { + +TEST(GTestMainTest, ShouldSucceed) { +} + +} // namespace + +// We are using the main() function defined in src/gtest_main.cc, so +// we don't define it here. diff --git a/gtest-1.7.0/test/gtest_no_test_unittest.cc b/gtest-1.7.0/test/gtest_no_test_unittest.cc new file mode 100644 index 000000000..292599af8 --- /dev/null +++ b/gtest-1.7.0/test/gtest_no_test_unittest.cc @@ -0,0 +1,56 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Tests that a Google Test program that has no test defined can run +// successfully. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/gtest.h" + +int main(int argc, char **argv) { + testing::InitGoogleTest(&argc, argv); + + // An ad-hoc assertion outside of all tests. + // + // This serves three purposes: + // + // 1. It verifies that an ad-hoc assertion can be executed even if + // no test is defined. + // 2. It verifies that a failed ad-hoc assertion causes the test + // program to fail. + // 3. We had a bug where the XML output won't be generated if an + // assertion is executed before RUN_ALL_TESTS() is called, even + // though --gtest_output=xml is specified. This makes sure the + // bug is fixed and doesn't regress. + EXPECT_EQ(1, 2); + + // The above EXPECT_EQ() should cause RUN_ALL_TESTS() to return non-zero. + return RUN_ALL_TESTS() ? 0 : 1; +} diff --git a/gtest-1.7.0/test/gtest_output_test.py b/gtest-1.7.0/test/gtest_output_test.py new file mode 100755 index 000000000..f409e2a78 --- /dev/null +++ b/gtest-1.7.0/test/gtest_output_test.py @@ -0,0 +1,335 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Tests the text output of Google C++ Testing Framework. + +SYNOPSIS + gtest_output_test.py --build_dir=BUILD/DIR --gengolden + # where BUILD/DIR contains the built gtest_output_test_ file. + gtest_output_test.py --gengolden + gtest_output_test.py +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import re +import sys +import gtest_test_utils + + +# The flag for generating the golden file +GENGOLDEN_FLAG = '--gengolden' +CATCH_EXCEPTIONS_ENV_VAR_NAME = 'GTEST_CATCH_EXCEPTIONS' + +IS_WINDOWS = os.name == 'nt' + +# TODO(vladl@google.com): remove the _lin suffix. +GOLDEN_NAME = 'gtest_output_test_golden_lin.txt' + +PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath('gtest_output_test_') + +# At least one command we exercise must not have the +# --gtest_internal_skip_environment_and_ad_hoc_tests flag. +COMMAND_LIST_TESTS = ({}, [PROGRAM_PATH, '--gtest_list_tests']) +COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes']) +COMMAND_WITH_TIME = ({}, [PROGRAM_PATH, + '--gtest_print_time', + '--gtest_internal_skip_environment_and_ad_hoc_tests', + '--gtest_filter=FatalFailureTest.*:LoggingTest.*']) +COMMAND_WITH_DISABLED = ( + {}, [PROGRAM_PATH, + '--gtest_also_run_disabled_tests', + '--gtest_internal_skip_environment_and_ad_hoc_tests', + '--gtest_filter=*DISABLED_*']) +COMMAND_WITH_SHARDING = ( + {'GTEST_SHARD_INDEX': '1', 'GTEST_TOTAL_SHARDS': '2'}, + [PROGRAM_PATH, + '--gtest_internal_skip_environment_and_ad_hoc_tests', + '--gtest_filter=PassingTest.*']) + +GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME) + + +def ToUnixLineEnding(s): + """Changes all Windows/Mac line endings in s to UNIX line endings.""" + + return s.replace('\r\n', '\n').replace('\r', '\n') + + +def RemoveLocations(test_output): + """Removes all file location info from a Google Test program's output. + + Args: + test_output: the output of a Google Test program. + + Returns: + output with all file location info (in the form of + 'DIRECTORY/FILE_NAME:LINE_NUMBER: 'or + 'DIRECTORY\\FILE_NAME(LINE_NUMBER): ') replaced by + 'FILE_NAME:#: '. + """ + + return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output) + + +def RemoveStackTraceDetails(output): + """Removes all stack traces from a Google Test program's output.""" + + # *? means "find the shortest string that matches". + return re.sub(r'Stack trace:(.|\n)*?\n\n', + 'Stack trace: (omitted)\n\n', output) + + +def RemoveStackTraces(output): + """Removes all traces of stack traces from a Google Test program's output.""" + + # *? means "find the shortest string that matches". + return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output) + + +def RemoveTime(output): + """Removes all time information from a Google Test program's output.""" + + return re.sub(r'\(\d+ ms', '(? ms', output) + + +def RemoveTypeInfoDetails(test_output): + """Removes compiler-specific type info from Google Test program's output. + + Args: + test_output: the output of a Google Test program. + + Returns: + output with type information normalized to canonical form. + """ + + # some compilers output the name of type 'unsigned int' as 'unsigned' + return re.sub(r'unsigned int', 'unsigned', test_output) + + +def NormalizeToCurrentPlatform(test_output): + """Normalizes platform specific output details for easier comparison.""" + + if IS_WINDOWS: + # Removes the color information that is not present on Windows. + test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) + # Changes failure message headers into the Windows format. + test_output = re.sub(r': Failure\n', r': error: ', test_output) + # Changes file(line_number) to file:line_number. + test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) + + return test_output + + +def RemoveTestCounts(output): + """Removes test counts from a Google Test program's output.""" + + output = re.sub(r'\d+ tests?, listed below', + '? tests, listed below', output) + output = re.sub(r'\d+ FAILED TESTS', + '? FAILED TESTS', output) + output = re.sub(r'\d+ tests? from \d+ test cases?', + '? tests from ? test cases', output) + output = re.sub(r'\d+ tests? from ([a-zA-Z_])', + r'? tests from \1', output) + return re.sub(r'\d+ tests?\.', '? tests.', output) + + +def RemoveMatchingTests(test_output, pattern): + """Removes output of specified tests from a Google Test program's output. + + This function strips not only the beginning and the end of a test but also + all output in between. + + Args: + test_output: A string containing the test output. + pattern: A regex string that matches names of test cases or + tests to remove. + + Returns: + Contents of test_output with tests whose names match pattern removed. + """ + + test_output = re.sub( + r'.*\[ RUN \] .*%s(.|\n)*?\[( FAILED | OK )\] .*%s.*\n' % ( + pattern, pattern), + '', + test_output) + return re.sub(r'.*%s.*\n' % pattern, '', test_output) + + +def NormalizeOutput(output): + """Normalizes output (the output of gtest_output_test_.exe).""" + + output = ToUnixLineEnding(output) + output = RemoveLocations(output) + output = RemoveStackTraceDetails(output) + output = RemoveTime(output) + return output + + +def GetShellCommandOutput(env_cmd): + """Runs a command in a sub-process, and returns its output in a string. + + Args: + env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra + environment variables to set, and element 1 is a string with + the command and any flags. + + Returns: + A string with the command's combined standard and diagnostic output. + """ + + # Spawns cmd in a sub-process, and gets its standard I/O file objects. + # Set and save the environment properly. + environ = os.environ.copy() + environ.update(env_cmd[0]) + p = gtest_test_utils.Subprocess(env_cmd[1], env=environ) + + return p.output + + +def GetCommandOutput(env_cmd): + """Runs a command and returns its output with all file location + info stripped off. + + Args: + env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra + environment variables to set, and element 1 is a string with + the command and any flags. + """ + + # Disables exception pop-ups on Windows. + environ, cmdline = env_cmd + environ = dict(environ) # Ensures we are modifying a copy. + environ[CATCH_EXCEPTIONS_ENV_VAR_NAME] = '1' + return NormalizeOutput(GetShellCommandOutput((environ, cmdline))) + + +def GetOutputOfAllCommands(): + """Returns concatenated output from several representative commands.""" + + return (GetCommandOutput(COMMAND_WITH_COLOR) + + GetCommandOutput(COMMAND_WITH_TIME) + + GetCommandOutput(COMMAND_WITH_DISABLED) + + GetCommandOutput(COMMAND_WITH_SHARDING)) + + +test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) +SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list +SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list +SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list +SUPPORTS_STACK_TRACES = False + +CAN_GENERATE_GOLDEN_FILE = (SUPPORTS_DEATH_TESTS and + SUPPORTS_TYPED_TESTS and + SUPPORTS_THREADS) + + +class GTestOutputTest(gtest_test_utils.TestCase): + def RemoveUnsupportedTests(self, test_output): + if not SUPPORTS_DEATH_TESTS: + test_output = RemoveMatchingTests(test_output, 'DeathTest') + if not SUPPORTS_TYPED_TESTS: + test_output = RemoveMatchingTests(test_output, 'TypedTest') + test_output = RemoveMatchingTests(test_output, 'TypedDeathTest') + test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest') + if not SUPPORTS_THREADS: + test_output = RemoveMatchingTests(test_output, + 'ExpectFailureWithThreadsTest') + test_output = RemoveMatchingTests(test_output, + 'ScopedFakeTestPartResultReporterTest') + test_output = RemoveMatchingTests(test_output, + 'WorksConcurrently') + if not SUPPORTS_STACK_TRACES: + test_output = RemoveStackTraces(test_output) + + return test_output + + def testOutput(self): + output = GetOutputOfAllCommands() + + golden_file = open(GOLDEN_PATH, 'rb') + # A mis-configured source control system can cause \r appear in EOL + # sequences when we read the golden file irrespective of an operating + # system used. Therefore, we need to strip those \r's from newlines + # unconditionally. + golden = ToUnixLineEnding(golden_file.read()) + golden_file.close() + + # We want the test to pass regardless of certain features being + # supported or not. + + # We still have to remove type name specifics in all cases. + normalized_actual = RemoveTypeInfoDetails(output) + normalized_golden = RemoveTypeInfoDetails(golden) + + if CAN_GENERATE_GOLDEN_FILE: + self.assertEqual(normalized_golden, normalized_actual) + else: + normalized_actual = NormalizeToCurrentPlatform( + RemoveTestCounts(normalized_actual)) + normalized_golden = NormalizeToCurrentPlatform( + RemoveTestCounts(self.RemoveUnsupportedTests(normalized_golden))) + + # This code is very handy when debugging golden file differences: + if os.getenv('DEBUG_GTEST_OUTPUT_TEST'): + open(os.path.join( + gtest_test_utils.GetSourceDir(), + '_gtest_output_test_normalized_actual.txt'), 'wb').write( + normalized_actual) + open(os.path.join( + gtest_test_utils.GetSourceDir(), + '_gtest_output_test_normalized_golden.txt'), 'wb').write( + normalized_golden) + + self.assertEqual(normalized_golden, normalized_actual) + + +if __name__ == '__main__': + if sys.argv[1:] == [GENGOLDEN_FLAG]: + if CAN_GENERATE_GOLDEN_FILE: + output = GetOutputOfAllCommands() + golden_file = open(GOLDEN_PATH, 'wb') + golden_file.write(output) + golden_file.close() + else: + message = ( + """Unable to write a golden file when compiled in an environment +that does not support all the required features (death tests, typed tests, +and multiple threads). Please generate the golden file using a binary built +with those features enabled.""") + + sys.stderr.write(message) + sys.exit(1) + else: + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_output_test_.cc b/gtest-1.7.0/test/gtest_output_test_.cc new file mode 100644 index 000000000..07ab633d4 --- /dev/null +++ b/gtest-1.7.0/test/gtest_output_test_.cc @@ -0,0 +1,1034 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// The purpose of this file is to generate Google Test output under +// various conditions. The output will then be verified by +// gtest_output_test.py to ensure that Google Test generates the +// desired messages. Therefore, most tests in this file are MEANT TO +// FAIL. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/gtest-spi.h" +#include "gtest/gtest.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +#include + +#if GTEST_IS_THREADSAFE +using testing::ScopedFakeTestPartResultReporter; +using testing::TestPartResultArray; + +using testing::internal::Notification; +using testing::internal::ThreadWithParam; +#endif + +namespace posix = ::testing::internal::posix; +using testing::internal::scoped_ptr; + +// Tests catching fatal failures. + +// A subroutine used by the following test. +void TestEq1(int x) { + ASSERT_EQ(1, x); +} + +// This function calls a test subroutine, catches the fatal failure it +// generates, and then returns early. +void TryTestSubroutine() { + // Calls a subrountine that yields a fatal failure. + TestEq1(2); + + // Catches the fatal failure and aborts the test. + // + // The testing::Test:: prefix is necessary when calling + // HasFatalFailure() outside of a TEST, TEST_F, or test fixture. + if (testing::Test::HasFatalFailure()) return; + + // If we get here, something is wrong. + FAIL() << "This should never be reached."; +} + +TEST(PassingTest, PassingTest1) { +} + +TEST(PassingTest, PassingTest2) { +} + +// Tests that parameters of failing parameterized tests are printed in the +// failing test summary. +class FailingParamTest : public testing::TestWithParam {}; + +TEST_P(FailingParamTest, Fails) { + EXPECT_EQ(1, GetParam()); +} + +// This generates a test which will fail. Google Test is expected to print +// its parameter when it outputs the list of all failed tests. +INSTANTIATE_TEST_CASE_P(PrintingFailingParams, + FailingParamTest, + testing::Values(2)); + +static const char kGoldenString[] = "\"Line\0 1\"\nLine 2"; + +TEST(NonfatalFailureTest, EscapesStringOperands) { + std::string actual = "actual \"string\""; + EXPECT_EQ(kGoldenString, actual); + + const char* golden = kGoldenString; + EXPECT_EQ(golden, actual); +} + +// Tests catching a fatal failure in a subroutine. +TEST(FatalFailureTest, FatalFailureInSubroutine) { + printf("(expecting a failure that x should be 1)\n"); + + TryTestSubroutine(); +} + +// Tests catching a fatal failure in a nested subroutine. +TEST(FatalFailureTest, FatalFailureInNestedSubroutine) { + printf("(expecting a failure that x should be 1)\n"); + + // Calls a subrountine that yields a fatal failure. + TryTestSubroutine(); + + // Catches the fatal failure and aborts the test. + // + // When calling HasFatalFailure() inside a TEST, TEST_F, or test + // fixture, the testing::Test:: prefix is not needed. + if (HasFatalFailure()) return; + + // If we get here, something is wrong. + FAIL() << "This should never be reached."; +} + +// Tests HasFatalFailure() after a failed EXPECT check. +TEST(FatalFailureTest, NonfatalFailureInSubroutine) { + printf("(expecting a failure on false)\n"); + EXPECT_TRUE(false); // Generates a nonfatal failure + ASSERT_FALSE(HasFatalFailure()); // This should succeed. +} + +// Tests interleaving user logging and Google Test assertions. +TEST(LoggingTest, InterleavingLoggingAndAssertions) { + static const int a[4] = { + 3, 9, 2, 6 + }; + + printf("(expecting 2 failures on (3) >= (a[i]))\n"); + for (int i = 0; i < static_cast(sizeof(a)/sizeof(*a)); i++) { + printf("i == %d\n", i); + EXPECT_GE(3, a[i]); + } +} + +// Tests the SCOPED_TRACE macro. + +// A helper function for testing SCOPED_TRACE. +void SubWithoutTrace(int n) { + EXPECT_EQ(1, n); + ASSERT_EQ(2, n); +} + +// Another helper function for testing SCOPED_TRACE. +void SubWithTrace(int n) { + SCOPED_TRACE(testing::Message() << "n = " << n); + + SubWithoutTrace(n); +} + +// Tests that SCOPED_TRACE() obeys lexical scopes. +TEST(SCOPED_TRACETest, ObeysScopes) { + printf("(expected to fail)\n"); + + // There should be no trace before SCOPED_TRACE() is invoked. + ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; + + { + SCOPED_TRACE("Expected trace"); + // After SCOPED_TRACE(), a failure in the current scope should contain + // the trace. + ADD_FAILURE() << "This failure is expected, and should have a trace."; + } + + // Once the control leaves the scope of the SCOPED_TRACE(), there + // should be no trace again. + ADD_FAILURE() << "This failure is expected, and shouldn't have a trace."; +} + +// Tests that SCOPED_TRACE works inside a loop. +TEST(SCOPED_TRACETest, WorksInLoop) { + printf("(expected to fail)\n"); + + for (int i = 1; i <= 2; i++) { + SCOPED_TRACE(testing::Message() << "i = " << i); + + SubWithoutTrace(i); + } +} + +// Tests that SCOPED_TRACE works in a subroutine. +TEST(SCOPED_TRACETest, WorksInSubroutine) { + printf("(expected to fail)\n"); + + SubWithTrace(1); + SubWithTrace(2); +} + +// Tests that SCOPED_TRACE can be nested. +TEST(SCOPED_TRACETest, CanBeNested) { + printf("(expected to fail)\n"); + + SCOPED_TRACE(""); // A trace without a message. + + SubWithTrace(2); +} + +// Tests that multiple SCOPED_TRACEs can be used in the same scope. +TEST(SCOPED_TRACETest, CanBeRepeated) { + printf("(expected to fail)\n"); + + SCOPED_TRACE("A"); + ADD_FAILURE() + << "This failure is expected, and should contain trace point A."; + + SCOPED_TRACE("B"); + ADD_FAILURE() + << "This failure is expected, and should contain trace point A and B."; + + { + SCOPED_TRACE("C"); + ADD_FAILURE() << "This failure is expected, and should " + << "contain trace point A, B, and C."; + } + + SCOPED_TRACE("D"); + ADD_FAILURE() << "This failure is expected, and should " + << "contain trace point A, B, and D."; +} + +#if GTEST_IS_THREADSAFE +// Tests that SCOPED_TRACE()s can be used concurrently from multiple +// threads. Namely, an assertion should be affected by +// SCOPED_TRACE()s in its own thread only. + +// Here's the sequence of actions that happen in the test: +// +// Thread A (main) | Thread B (spawned) +// ===============================|================================ +// spawns thread B | +// -------------------------------+-------------------------------- +// waits for n1 | SCOPED_TRACE("Trace B"); +// | generates failure #1 +// | notifies n1 +// -------------------------------+-------------------------------- +// SCOPED_TRACE("Trace A"); | waits for n2 +// generates failure #2 | +// notifies n2 | +// -------------------------------|-------------------------------- +// waits for n3 | generates failure #3 +// | trace B dies +// | generates failure #4 +// | notifies n3 +// -------------------------------|-------------------------------- +// generates failure #5 | finishes +// trace A dies | +// generates failure #6 | +// -------------------------------|-------------------------------- +// waits for thread B to finish | + +struct CheckPoints { + Notification n1; + Notification n2; + Notification n3; +}; + +static void ThreadWithScopedTrace(CheckPoints* check_points) { + { + SCOPED_TRACE("Trace B"); + ADD_FAILURE() + << "Expected failure #1 (in thread B, only trace B alive)."; + check_points->n1.Notify(); + check_points->n2.WaitForNotification(); + + ADD_FAILURE() + << "Expected failure #3 (in thread B, trace A & B both alive)."; + } // Trace B dies here. + ADD_FAILURE() + << "Expected failure #4 (in thread B, only trace A alive)."; + check_points->n3.Notify(); +} + +TEST(SCOPED_TRACETest, WorksConcurrently) { + printf("(expecting 6 failures)\n"); + + CheckPoints check_points; + ThreadWithParam thread(&ThreadWithScopedTrace, + &check_points, + NULL); + check_points.n1.WaitForNotification(); + + { + SCOPED_TRACE("Trace A"); + ADD_FAILURE() + << "Expected failure #2 (in thread A, trace A & B both alive)."; + check_points.n2.Notify(); + check_points.n3.WaitForNotification(); + + ADD_FAILURE() + << "Expected failure #5 (in thread A, only trace A alive)."; + } // Trace A dies here. + ADD_FAILURE() + << "Expected failure #6 (in thread A, no trace alive)."; + thread.Join(); +} +#endif // GTEST_IS_THREADSAFE + +TEST(DisabledTestsWarningTest, + DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning) { + // This test body is intentionally empty. Its sole purpose is for + // verifying that the --gtest_also_run_disabled_tests flag + // suppresses the "YOU HAVE 12 DISABLED TESTS" warning at the end of + // the test output. +} + +// Tests using assertions outside of TEST and TEST_F. +// +// This function creates two failures intentionally. +void AdHocTest() { + printf("The non-test part of the code is expected to have 2 failures.\n\n"); + EXPECT_TRUE(false); + EXPECT_EQ(2, 3); +} + +// Runs all TESTs, all TEST_Fs, and the ad hoc test. +int RunAllTests() { + AdHocTest(); + return RUN_ALL_TESTS(); +} + +// Tests non-fatal failures in the fixture constructor. +class NonFatalFailureInFixtureConstructorTest : public testing::Test { + protected: + NonFatalFailureInFixtureConstructorTest() { + printf("(expecting 5 failures)\n"); + ADD_FAILURE() << "Expected failure #1, in the test fixture c'tor."; + } + + ~NonFatalFailureInFixtureConstructorTest() { + ADD_FAILURE() << "Expected failure #5, in the test fixture d'tor."; + } + + virtual void SetUp() { + ADD_FAILURE() << "Expected failure #2, in SetUp()."; + } + + virtual void TearDown() { + ADD_FAILURE() << "Expected failure #4, in TearDown."; + } +}; + +TEST_F(NonFatalFailureInFixtureConstructorTest, FailureInConstructor) { + ADD_FAILURE() << "Expected failure #3, in the test body."; +} + +// Tests fatal failures in the fixture constructor. +class FatalFailureInFixtureConstructorTest : public testing::Test { + protected: + FatalFailureInFixtureConstructorTest() { + printf("(expecting 2 failures)\n"); + Init(); + } + + ~FatalFailureInFixtureConstructorTest() { + ADD_FAILURE() << "Expected failure #2, in the test fixture d'tor."; + } + + virtual void SetUp() { + ADD_FAILURE() << "UNEXPECTED failure in SetUp(). " + << "We should never get here, as the test fixture c'tor " + << "had a fatal failure."; + } + + virtual void TearDown() { + ADD_FAILURE() << "UNEXPECTED failure in TearDown(). " + << "We should never get here, as the test fixture c'tor " + << "had a fatal failure."; + } + + private: + void Init() { + FAIL() << "Expected failure #1, in the test fixture c'tor."; + } +}; + +TEST_F(FatalFailureInFixtureConstructorTest, FailureInConstructor) { + ADD_FAILURE() << "UNEXPECTED failure in the test body. " + << "We should never get here, as the test fixture c'tor " + << "had a fatal failure."; +} + +// Tests non-fatal failures in SetUp(). +class NonFatalFailureInSetUpTest : public testing::Test { + protected: + virtual ~NonFatalFailureInSetUpTest() { + Deinit(); + } + + virtual void SetUp() { + printf("(expecting 4 failures)\n"); + ADD_FAILURE() << "Expected failure #1, in SetUp()."; + } + + virtual void TearDown() { + FAIL() << "Expected failure #3, in TearDown()."; + } + private: + void Deinit() { + FAIL() << "Expected failure #4, in the test fixture d'tor."; + } +}; + +TEST_F(NonFatalFailureInSetUpTest, FailureInSetUp) { + FAIL() << "Expected failure #2, in the test function."; +} + +// Tests fatal failures in SetUp(). +class FatalFailureInSetUpTest : public testing::Test { + protected: + virtual ~FatalFailureInSetUpTest() { + Deinit(); + } + + virtual void SetUp() { + printf("(expecting 3 failures)\n"); + FAIL() << "Expected failure #1, in SetUp()."; + } + + virtual void TearDown() { + FAIL() << "Expected failure #2, in TearDown()."; + } + private: + void Deinit() { + FAIL() << "Expected failure #3, in the test fixture d'tor."; + } +}; + +TEST_F(FatalFailureInSetUpTest, FailureInSetUp) { + FAIL() << "UNEXPECTED failure in the test function. " + << "We should never get here, as SetUp() failed."; +} + +TEST(AddFailureAtTest, MessageContainsSpecifiedFileAndLineNumber) { + ADD_FAILURE_AT("foo.cc", 42) << "Expected failure in foo.cc"; +} + +#if GTEST_IS_THREADSAFE + +// A unary function that may die. +void DieIf(bool should_die) { + GTEST_CHECK_(!should_die) << " - death inside DieIf()."; +} + +// Tests running death tests in a multi-threaded context. + +// Used for coordination between the main and the spawn thread. +struct SpawnThreadNotifications { + SpawnThreadNotifications() {} + + Notification spawn_thread_started; + Notification spawn_thread_ok_to_terminate; + + private: + GTEST_DISALLOW_COPY_AND_ASSIGN_(SpawnThreadNotifications); +}; + +// The function to be executed in the thread spawn by the +// MultipleThreads test (below). +static void ThreadRoutine(SpawnThreadNotifications* notifications) { + // Signals the main thread that this thread has started. + notifications->spawn_thread_started.Notify(); + + // Waits for permission to finish from the main thread. + notifications->spawn_thread_ok_to_terminate.WaitForNotification(); +} + +// This is a death-test test, but it's not named with a DeathTest +// suffix. It starts threads which might interfere with later +// death tests, so it must run after all other death tests. +class DeathTestAndMultiThreadsTest : public testing::Test { + protected: + // Starts a thread and waits for it to begin. + virtual void SetUp() { + thread_.reset(new ThreadWithParam( + &ThreadRoutine, ¬ifications_, NULL)); + notifications_.spawn_thread_started.WaitForNotification(); + } + // Tells the thread to finish, and reaps it. + // Depending on the version of the thread library in use, + // a manager thread might still be left running that will interfere + // with later death tests. This is unfortunate, but this class + // cleans up after itself as best it can. + virtual void TearDown() { + notifications_.spawn_thread_ok_to_terminate.Notify(); + } + + private: + SpawnThreadNotifications notifications_; + scoped_ptr > thread_; +}; + +#endif // GTEST_IS_THREADSAFE + +// The MixedUpTestCaseTest test case verifies that Google Test will fail a +// test if it uses a different fixture class than what other tests in +// the same test case use. It deliberately contains two fixture +// classes with the same name but defined in different namespaces. + +// The MixedUpTestCaseWithSameTestNameTest test case verifies that +// when the user defines two tests with the same test case name AND +// same test name (but in different namespaces), the second test will +// fail. + +namespace foo { + +class MixedUpTestCaseTest : public testing::Test { +}; + +TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {} +TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {} + +class MixedUpTestCaseWithSameTestNameTest : public testing::Test { +}; + +TEST_F(MixedUpTestCaseWithSameTestNameTest, + TheSecondTestWithThisNameShouldFail) {} + +} // namespace foo + +namespace bar { + +class MixedUpTestCaseTest : public testing::Test { +}; + +// The following two tests are expected to fail. We rely on the +// golden file to check that Google Test generates the right error message. +TEST_F(MixedUpTestCaseTest, ThisShouldFail) {} +TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {} + +class MixedUpTestCaseWithSameTestNameTest : public testing::Test { +}; + +// Expected to fail. We rely on the golden file to check that Google Test +// generates the right error message. +TEST_F(MixedUpTestCaseWithSameTestNameTest, + TheSecondTestWithThisNameShouldFail) {} + +} // namespace bar + +// The following two test cases verify that Google Test catches the user +// error of mixing TEST and TEST_F in the same test case. The first +// test case checks the scenario where TEST_F appears before TEST, and +// the second one checks where TEST appears before TEST_F. + +class TEST_F_before_TEST_in_same_test_case : public testing::Test { +}; + +TEST_F(TEST_F_before_TEST_in_same_test_case, DefinedUsingTEST_F) {} + +// Expected to fail. We rely on the golden file to check that Google Test +// generates the right error message. +TEST(TEST_F_before_TEST_in_same_test_case, DefinedUsingTESTAndShouldFail) {} + +class TEST_before_TEST_F_in_same_test_case : public testing::Test { +}; + +TEST(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST) {} + +// Expected to fail. We rely on the golden file to check that Google Test +// generates the right error message. +TEST_F(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST_FAndShouldFail) { +} + +// Used for testing EXPECT_NONFATAL_FAILURE() and EXPECT_FATAL_FAILURE(). +int global_integer = 0; + +// Tests that EXPECT_NONFATAL_FAILURE() can reference global variables. +TEST(ExpectNonfatalFailureTest, CanReferenceGlobalVariables) { + global_integer = 0; + EXPECT_NONFATAL_FAILURE({ + EXPECT_EQ(1, global_integer) << "Expected non-fatal failure."; + }, "Expected non-fatal failure."); +} + +// Tests that EXPECT_NONFATAL_FAILURE() can reference local variables +// (static or not). +TEST(ExpectNonfatalFailureTest, CanReferenceLocalVariables) { + int m = 0; + static int n; + n = 1; + EXPECT_NONFATAL_FAILURE({ + EXPECT_EQ(m, n) << "Expected non-fatal failure."; + }, "Expected non-fatal failure."); +} + +// Tests that EXPECT_NONFATAL_FAILURE() succeeds when there is exactly +// one non-fatal failure and no fatal failure. +TEST(ExpectNonfatalFailureTest, SucceedsWhenThereIsOneNonfatalFailure) { + EXPECT_NONFATAL_FAILURE({ + ADD_FAILURE() << "Expected non-fatal failure."; + }, "Expected non-fatal failure."); +} + +// Tests that EXPECT_NONFATAL_FAILURE() fails when there is no +// non-fatal failure. +TEST(ExpectNonfatalFailureTest, FailsWhenThereIsNoNonfatalFailure) { + printf("(expecting a failure)\n"); + EXPECT_NONFATAL_FAILURE({ + }, ""); +} + +// Tests that EXPECT_NONFATAL_FAILURE() fails when there are two +// non-fatal failures. +TEST(ExpectNonfatalFailureTest, FailsWhenThereAreTwoNonfatalFailures) { + printf("(expecting a failure)\n"); + EXPECT_NONFATAL_FAILURE({ + ADD_FAILURE() << "Expected non-fatal failure 1."; + ADD_FAILURE() << "Expected non-fatal failure 2."; + }, ""); +} + +// Tests that EXPECT_NONFATAL_FAILURE() fails when there is one fatal +// failure. +TEST(ExpectNonfatalFailureTest, FailsWhenThereIsOneFatalFailure) { + printf("(expecting a failure)\n"); + EXPECT_NONFATAL_FAILURE({ + FAIL() << "Expected fatal failure."; + }, ""); +} + +// Tests that EXPECT_NONFATAL_FAILURE() fails when the statement being +// tested returns. +TEST(ExpectNonfatalFailureTest, FailsWhenStatementReturns) { + printf("(expecting a failure)\n"); + EXPECT_NONFATAL_FAILURE({ + return; + }, ""); +} + +#if GTEST_HAS_EXCEPTIONS + +// Tests that EXPECT_NONFATAL_FAILURE() fails when the statement being +// tested throws. +TEST(ExpectNonfatalFailureTest, FailsWhenStatementThrows) { + printf("(expecting a failure)\n"); + try { + EXPECT_NONFATAL_FAILURE({ + throw 0; + }, ""); + } catch(int) { // NOLINT + } +} + +#endif // GTEST_HAS_EXCEPTIONS + +// Tests that EXPECT_FATAL_FAILURE() can reference global variables. +TEST(ExpectFatalFailureTest, CanReferenceGlobalVariables) { + global_integer = 0; + EXPECT_FATAL_FAILURE({ + ASSERT_EQ(1, global_integer) << "Expected fatal failure."; + }, "Expected fatal failure."); +} + +// Tests that EXPECT_FATAL_FAILURE() can reference local static +// variables. +TEST(ExpectFatalFailureTest, CanReferenceLocalStaticVariables) { + static int n; + n = 1; + EXPECT_FATAL_FAILURE({ + ASSERT_EQ(0, n) << "Expected fatal failure."; + }, "Expected fatal failure."); +} + +// Tests that EXPECT_FATAL_FAILURE() succeeds when there is exactly +// one fatal failure and no non-fatal failure. +TEST(ExpectFatalFailureTest, SucceedsWhenThereIsOneFatalFailure) { + EXPECT_FATAL_FAILURE({ + FAIL() << "Expected fatal failure."; + }, "Expected fatal failure."); +} + +// Tests that EXPECT_FATAL_FAILURE() fails when there is no fatal +// failure. +TEST(ExpectFatalFailureTest, FailsWhenThereIsNoFatalFailure) { + printf("(expecting a failure)\n"); + EXPECT_FATAL_FAILURE({ + }, ""); +} + +// A helper for generating a fatal failure. +void FatalFailure() { + FAIL() << "Expected fatal failure."; +} + +// Tests that EXPECT_FATAL_FAILURE() fails when there are two +// fatal failures. +TEST(ExpectFatalFailureTest, FailsWhenThereAreTwoFatalFailures) { + printf("(expecting a failure)\n"); + EXPECT_FATAL_FAILURE({ + FatalFailure(); + FatalFailure(); + }, ""); +} + +// Tests that EXPECT_FATAL_FAILURE() fails when there is one non-fatal +// failure. +TEST(ExpectFatalFailureTest, FailsWhenThereIsOneNonfatalFailure) { + printf("(expecting a failure)\n"); + EXPECT_FATAL_FAILURE({ + ADD_FAILURE() << "Expected non-fatal failure."; + }, ""); +} + +// Tests that EXPECT_FATAL_FAILURE() fails when the statement being +// tested returns. +TEST(ExpectFatalFailureTest, FailsWhenStatementReturns) { + printf("(expecting a failure)\n"); + EXPECT_FATAL_FAILURE({ + return; + }, ""); +} + +#if GTEST_HAS_EXCEPTIONS + +// Tests that EXPECT_FATAL_FAILURE() fails when the statement being +// tested throws. +TEST(ExpectFatalFailureTest, FailsWhenStatementThrows) { + printf("(expecting a failure)\n"); + try { + EXPECT_FATAL_FAILURE({ + throw 0; + }, ""); + } catch(int) { // NOLINT + } +} + +#endif // GTEST_HAS_EXCEPTIONS + +// This #ifdef block tests the output of typed tests. +#if GTEST_HAS_TYPED_TEST + +template +class TypedTest : public testing::Test { +}; + +TYPED_TEST_CASE(TypedTest, testing::Types); + +TYPED_TEST(TypedTest, Success) { + EXPECT_EQ(0, TypeParam()); +} + +TYPED_TEST(TypedTest, Failure) { + EXPECT_EQ(1, TypeParam()) << "Expected failure"; +} + +#endif // GTEST_HAS_TYPED_TEST + +// This #ifdef block tests the output of type-parameterized tests. +#if GTEST_HAS_TYPED_TEST_P + +template +class TypedTestP : public testing::Test { +}; + +TYPED_TEST_CASE_P(TypedTestP); + +TYPED_TEST_P(TypedTestP, Success) { + EXPECT_EQ(0U, TypeParam()); +} + +TYPED_TEST_P(TypedTestP, Failure) { + EXPECT_EQ(1U, TypeParam()) << "Expected failure"; +} + +REGISTER_TYPED_TEST_CASE_P(TypedTestP, Success, Failure); + +typedef testing::Types UnsignedTypes; +INSTANTIATE_TYPED_TEST_CASE_P(Unsigned, TypedTestP, UnsignedTypes); + +#endif // GTEST_HAS_TYPED_TEST_P + +#if GTEST_HAS_DEATH_TEST + +// We rely on the golden file to verify that tests whose test case +// name ends with DeathTest are run first. + +TEST(ADeathTest, ShouldRunFirst) { +} + +# if GTEST_HAS_TYPED_TEST + +// We rely on the golden file to verify that typed tests whose test +// case name ends with DeathTest are run first. + +template +class ATypedDeathTest : public testing::Test { +}; + +typedef testing::Types NumericTypes; +TYPED_TEST_CASE(ATypedDeathTest, NumericTypes); + +TYPED_TEST(ATypedDeathTest, ShouldRunFirst) { +} + +# endif // GTEST_HAS_TYPED_TEST + +# if GTEST_HAS_TYPED_TEST_P + + +// We rely on the golden file to verify that type-parameterized tests +// whose test case name ends with DeathTest are run first. + +template +class ATypeParamDeathTest : public testing::Test { +}; + +TYPED_TEST_CASE_P(ATypeParamDeathTest); + +TYPED_TEST_P(ATypeParamDeathTest, ShouldRunFirst) { +} + +REGISTER_TYPED_TEST_CASE_P(ATypeParamDeathTest, ShouldRunFirst); + +INSTANTIATE_TYPED_TEST_CASE_P(My, ATypeParamDeathTest, NumericTypes); + +# endif // GTEST_HAS_TYPED_TEST_P + +#endif // GTEST_HAS_DEATH_TEST + +// Tests various failure conditions of +// EXPECT_{,NON}FATAL_FAILURE{,_ON_ALL_THREADS}. +class ExpectFailureTest : public testing::Test { + public: // Must be public and not protected due to a bug in g++ 3.4.2. + enum FailureMode { + FATAL_FAILURE, + NONFATAL_FAILURE + }; + static void AddFailure(FailureMode failure) { + if (failure == FATAL_FAILURE) { + FAIL() << "Expected fatal failure."; + } else { + ADD_FAILURE() << "Expected non-fatal failure."; + } + } +}; + +TEST_F(ExpectFailureTest, ExpectFatalFailure) { + // Expected fatal failure, but succeeds. + printf("(expecting 1 failure)\n"); + EXPECT_FATAL_FAILURE(SUCCEED(), "Expected fatal failure."); + // Expected fatal failure, but got a non-fatal failure. + printf("(expecting 1 failure)\n"); + EXPECT_FATAL_FAILURE(AddFailure(NONFATAL_FAILURE), "Expected non-fatal " + "failure."); + // Wrong message. + printf("(expecting 1 failure)\n"); + EXPECT_FATAL_FAILURE(AddFailure(FATAL_FAILURE), "Some other fatal failure " + "expected."); +} + +TEST_F(ExpectFailureTest, ExpectNonFatalFailure) { + // Expected non-fatal failure, but succeeds. + printf("(expecting 1 failure)\n"); + EXPECT_NONFATAL_FAILURE(SUCCEED(), "Expected non-fatal failure."); + // Expected non-fatal failure, but got a fatal failure. + printf("(expecting 1 failure)\n"); + EXPECT_NONFATAL_FAILURE(AddFailure(FATAL_FAILURE), "Expected fatal failure."); + // Wrong message. + printf("(expecting 1 failure)\n"); + EXPECT_NONFATAL_FAILURE(AddFailure(NONFATAL_FAILURE), "Some other non-fatal " + "failure."); +} + +#if GTEST_IS_THREADSAFE + +class ExpectFailureWithThreadsTest : public ExpectFailureTest { + protected: + static void AddFailureInOtherThread(FailureMode failure) { + ThreadWithParam thread(&AddFailure, failure, NULL); + thread.Join(); + } +}; + +TEST_F(ExpectFailureWithThreadsTest, ExpectFatalFailure) { + // We only intercept the current thread. + printf("(expecting 2 failures)\n"); + EXPECT_FATAL_FAILURE(AddFailureInOtherThread(FATAL_FAILURE), + "Expected fatal failure."); +} + +TEST_F(ExpectFailureWithThreadsTest, ExpectNonFatalFailure) { + // We only intercept the current thread. + printf("(expecting 2 failures)\n"); + EXPECT_NONFATAL_FAILURE(AddFailureInOtherThread(NONFATAL_FAILURE), + "Expected non-fatal failure."); +} + +typedef ExpectFailureWithThreadsTest ScopedFakeTestPartResultReporterTest; + +// Tests that the ScopedFakeTestPartResultReporter only catches failures from +// the current thread if it is instantiated with INTERCEPT_ONLY_CURRENT_THREAD. +TEST_F(ScopedFakeTestPartResultReporterTest, InterceptOnlyCurrentThread) { + printf("(expecting 2 failures)\n"); + TestPartResultArray results; + { + ScopedFakeTestPartResultReporter reporter( + ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD, + &results); + AddFailureInOtherThread(FATAL_FAILURE); + AddFailureInOtherThread(NONFATAL_FAILURE); + } + // The two failures should not have been intercepted. + EXPECT_EQ(0, results.size()) << "This shouldn't fail."; +} + +#endif // GTEST_IS_THREADSAFE + +TEST_F(ExpectFailureTest, ExpectFatalFailureOnAllThreads) { + // Expected fatal failure, but succeeds. + printf("(expecting 1 failure)\n"); + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(SUCCEED(), "Expected fatal failure."); + // Expected fatal failure, but got a non-fatal failure. + printf("(expecting 1 failure)\n"); + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(AddFailure(NONFATAL_FAILURE), + "Expected non-fatal failure."); + // Wrong message. + printf("(expecting 1 failure)\n"); + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(AddFailure(FATAL_FAILURE), + "Some other fatal failure expected."); +} + +TEST_F(ExpectFailureTest, ExpectNonFatalFailureOnAllThreads) { + // Expected non-fatal failure, but succeeds. + printf("(expecting 1 failure)\n"); + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(SUCCEED(), "Expected non-fatal " + "failure."); + // Expected non-fatal failure, but got a fatal failure. + printf("(expecting 1 failure)\n"); + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(AddFailure(FATAL_FAILURE), + "Expected fatal failure."); + // Wrong message. + printf("(expecting 1 failure)\n"); + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(AddFailure(NONFATAL_FAILURE), + "Some other non-fatal failure."); +} + + +// Two test environments for testing testing::AddGlobalTestEnvironment(). + +class FooEnvironment : public testing::Environment { + public: + virtual void SetUp() { + printf("%s", "FooEnvironment::SetUp() called.\n"); + } + + virtual void TearDown() { + printf("%s", "FooEnvironment::TearDown() called.\n"); + FAIL() << "Expected fatal failure."; + } +}; + +class BarEnvironment : public testing::Environment { + public: + virtual void SetUp() { + printf("%s", "BarEnvironment::SetUp() called.\n"); + } + + virtual void TearDown() { + printf("%s", "BarEnvironment::TearDown() called.\n"); + ADD_FAILURE() << "Expected non-fatal failure."; + } +}; + +bool GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = false; + +// The main function. +// +// The idea is to use Google Test to run all the tests we have defined (some +// of them are intended to fail), and then compare the test results +// with the "golden" file. +int main(int argc, char **argv) { + testing::GTEST_FLAG(print_time) = false; + + // We just run the tests, knowing some of them are intended to fail. + // We will use a separate Python script to compare the output of + // this program with the golden file. + + // It's hard to test InitGoogleTest() directly, as it has many + // global side effects. The following line serves as a sanity test + // for it. + testing::InitGoogleTest(&argc, argv); + if (argc >= 2 && + (std::string(argv[1]) == + "--gtest_internal_skip_environment_and_ad_hoc_tests")) + GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests) = true; + +#if GTEST_HAS_DEATH_TEST + if (testing::internal::GTEST_FLAG(internal_run_death_test) != "") { + // Skip the usual output capturing if we're running as the child + // process of an threadsafe-style death test. +# if GTEST_OS_WINDOWS + posix::FReopen("nul:", "w", stdout); +# else + posix::FReopen("/dev/null", "w", stdout); +# endif // GTEST_OS_WINDOWS + return RUN_ALL_TESTS(); + } +#endif // GTEST_HAS_DEATH_TEST + + if (GTEST_FLAG(internal_skip_environment_and_ad_hoc_tests)) + return RUN_ALL_TESTS(); + + // Registers two global test environments. + // The golden file verifies that they are set up in the order they + // are registered, and torn down in the reverse order. + testing::AddGlobalTestEnvironment(new FooEnvironment); + testing::AddGlobalTestEnvironment(new BarEnvironment); + + return RunAllTests(); +} diff --git a/gtest-1.7.0/test/gtest_output_test_golden_lin.txt b/gtest-1.7.0/test/gtest_output_test_golden_lin.txt new file mode 100644 index 000000000..960eedce2 --- /dev/null +++ b/gtest-1.7.0/test/gtest_output_test_golden_lin.txt @@ -0,0 +1,720 @@ +The non-test part of the code is expected to have 2 failures. + +gtest_output_test_.cc:#: Failure +Value of: false + Actual: false +Expected: true +gtest_output_test_.cc:#: Failure +Value of: 3 +Expected: 2 +[==========] Running 63 tests from 28 test cases. +[----------] Global test environment set-up. +FooEnvironment::SetUp() called. +BarEnvironment::SetUp() called. +[----------] 1 test from ADeathTest +[ RUN ] ADeathTest.ShouldRunFirst +[ OK ] ADeathTest.ShouldRunFirst +[----------] 1 test from ATypedDeathTest/0, where TypeParam = int +[ RUN ] ATypedDeathTest/0.ShouldRunFirst +[ OK ] ATypedDeathTest/0.ShouldRunFirst +[----------] 1 test from ATypedDeathTest/1, where TypeParam = double +[ RUN ] ATypedDeathTest/1.ShouldRunFirst +[ OK ] ATypedDeathTest/1.ShouldRunFirst +[----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int +[ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst +[ OK ] My/ATypeParamDeathTest/0.ShouldRunFirst +[----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double +[ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst +[ OK ] My/ATypeParamDeathTest/1.ShouldRunFirst +[----------] 2 tests from PassingTest +[ RUN ] PassingTest.PassingTest1 +[ OK ] PassingTest.PassingTest1 +[ RUN ] PassingTest.PassingTest2 +[ OK ] PassingTest.PassingTest2 +[----------] 1 test from NonfatalFailureTest +[ RUN ] NonfatalFailureTest.EscapesStringOperands +gtest_output_test_.cc:#: Failure +Value of: actual + Actual: "actual \"string\"" +Expected: kGoldenString +Which is: "\"Line" +gtest_output_test_.cc:#: Failure +Value of: actual + Actual: "actual \"string\"" +Expected: golden +Which is: "\"Line" +[ FAILED ] NonfatalFailureTest.EscapesStringOperands +[----------] 3 tests from FatalFailureTest +[ RUN ] FatalFailureTest.FatalFailureInSubroutine +(expecting a failure that x should be 1) +gtest_output_test_.cc:#: Failure +Value of: x + Actual: 2 +Expected: 1 +[ FAILED ] FatalFailureTest.FatalFailureInSubroutine +[ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine +(expecting a failure that x should be 1) +gtest_output_test_.cc:#: Failure +Value of: x + Actual: 2 +Expected: 1 +[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine +[ RUN ] FatalFailureTest.NonfatalFailureInSubroutine +(expecting a failure on false) +gtest_output_test_.cc:#: Failure +Value of: false + Actual: false +Expected: true +[ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine +[----------] 1 test from LoggingTest +[ RUN ] LoggingTest.InterleavingLoggingAndAssertions +(expecting 2 failures on (3) >= (a[i])) +i == 0 +i == 1 +gtest_output_test_.cc:#: Failure +Expected: (3) >= (a[i]), actual: 3 vs 9 +i == 2 +i == 3 +gtest_output_test_.cc:#: Failure +Expected: (3) >= (a[i]), actual: 3 vs 6 +[ FAILED ] LoggingTest.InterleavingLoggingAndAssertions +[----------] 6 tests from SCOPED_TRACETest +[ RUN ] SCOPED_TRACETest.ObeysScopes +(expected to fail) +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and shouldn't have a trace. +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and should have a trace. +Google Test trace: +gtest_output_test_.cc:#: Expected trace +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and shouldn't have a trace. +[ FAILED ] SCOPED_TRACETest.ObeysScopes +[ RUN ] SCOPED_TRACETest.WorksInLoop +(expected to fail) +gtest_output_test_.cc:#: Failure +Value of: n + Actual: 1 +Expected: 2 +Google Test trace: +gtest_output_test_.cc:#: i = 1 +gtest_output_test_.cc:#: Failure +Value of: n + Actual: 2 +Expected: 1 +Google Test trace: +gtest_output_test_.cc:#: i = 2 +[ FAILED ] SCOPED_TRACETest.WorksInLoop +[ RUN ] SCOPED_TRACETest.WorksInSubroutine +(expected to fail) +gtest_output_test_.cc:#: Failure +Value of: n + Actual: 1 +Expected: 2 +Google Test trace: +gtest_output_test_.cc:#: n = 1 +gtest_output_test_.cc:#: Failure +Value of: n + Actual: 2 +Expected: 1 +Google Test trace: +gtest_output_test_.cc:#: n = 2 +[ FAILED ] SCOPED_TRACETest.WorksInSubroutine +[ RUN ] SCOPED_TRACETest.CanBeNested +(expected to fail) +gtest_output_test_.cc:#: Failure +Value of: n + Actual: 2 +Expected: 1 +Google Test trace: +gtest_output_test_.cc:#: n = 2 +gtest_output_test_.cc:#: +[ FAILED ] SCOPED_TRACETest.CanBeNested +[ RUN ] SCOPED_TRACETest.CanBeRepeated +(expected to fail) +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and should contain trace point A. +Google Test trace: +gtest_output_test_.cc:#: A +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and should contain trace point A and B. +Google Test trace: +gtest_output_test_.cc:#: B +gtest_output_test_.cc:#: A +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and should contain trace point A, B, and C. +Google Test trace: +gtest_output_test_.cc:#: C +gtest_output_test_.cc:#: B +gtest_output_test_.cc:#: A +gtest_output_test_.cc:#: Failure +Failed +This failure is expected, and should contain trace point A, B, and D. +Google Test trace: +gtest_output_test_.cc:#: D +gtest_output_test_.cc:#: B +gtest_output_test_.cc:#: A +[ FAILED ] SCOPED_TRACETest.CanBeRepeated +[ RUN ] SCOPED_TRACETest.WorksConcurrently +(expecting 6 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected failure #1 (in thread B, only trace B alive). +Google Test trace: +gtest_output_test_.cc:#: Trace B +gtest_output_test_.cc:#: Failure +Failed +Expected failure #2 (in thread A, trace A & B both alive). +Google Test trace: +gtest_output_test_.cc:#: Trace A +gtest_output_test_.cc:#: Failure +Failed +Expected failure #3 (in thread B, trace A & B both alive). +Google Test trace: +gtest_output_test_.cc:#: Trace B +gtest_output_test_.cc:#: Failure +Failed +Expected failure #4 (in thread B, only trace A alive). +gtest_output_test_.cc:#: Failure +Failed +Expected failure #5 (in thread A, only trace A alive). +Google Test trace: +gtest_output_test_.cc:#: Trace A +gtest_output_test_.cc:#: Failure +Failed +Expected failure #6 (in thread A, no trace alive). +[ FAILED ] SCOPED_TRACETest.WorksConcurrently +[----------] 1 test from NonFatalFailureInFixtureConstructorTest +[ RUN ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor +(expecting 5 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected failure #1, in the test fixture c'tor. +gtest_output_test_.cc:#: Failure +Failed +Expected failure #2, in SetUp(). +gtest_output_test_.cc:#: Failure +Failed +Expected failure #3, in the test body. +gtest_output_test_.cc:#: Failure +Failed +Expected failure #4, in TearDown. +gtest_output_test_.cc:#: Failure +Failed +Expected failure #5, in the test fixture d'tor. +[ FAILED ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor +[----------] 1 test from FatalFailureInFixtureConstructorTest +[ RUN ] FatalFailureInFixtureConstructorTest.FailureInConstructor +(expecting 2 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected failure #1, in the test fixture c'tor. +gtest_output_test_.cc:#: Failure +Failed +Expected failure #2, in the test fixture d'tor. +[ FAILED ] FatalFailureInFixtureConstructorTest.FailureInConstructor +[----------] 1 test from NonFatalFailureInSetUpTest +[ RUN ] NonFatalFailureInSetUpTest.FailureInSetUp +(expecting 4 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected failure #1, in SetUp(). +gtest_output_test_.cc:#: Failure +Failed +Expected failure #2, in the test function. +gtest_output_test_.cc:#: Failure +Failed +Expected failure #3, in TearDown(). +gtest_output_test_.cc:#: Failure +Failed +Expected failure #4, in the test fixture d'tor. +[ FAILED ] NonFatalFailureInSetUpTest.FailureInSetUp +[----------] 1 test from FatalFailureInSetUpTest +[ RUN ] FatalFailureInSetUpTest.FailureInSetUp +(expecting 3 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected failure #1, in SetUp(). +gtest_output_test_.cc:#: Failure +Failed +Expected failure #2, in TearDown(). +gtest_output_test_.cc:#: Failure +Failed +Expected failure #3, in the test fixture d'tor. +[ FAILED ] FatalFailureInSetUpTest.FailureInSetUp +[----------] 1 test from AddFailureAtTest +[ RUN ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber +foo.cc:42: Failure +Failed +Expected failure in foo.cc +[ FAILED ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber +[----------] 4 tests from MixedUpTestCaseTest +[ RUN ] MixedUpTestCaseTest.FirstTestFromNamespaceFoo +[ OK ] MixedUpTestCaseTest.FirstTestFromNamespaceFoo +[ RUN ] MixedUpTestCaseTest.SecondTestFromNamespaceFoo +[ OK ] MixedUpTestCaseTest.SecondTestFromNamespaceFoo +[ RUN ] MixedUpTestCaseTest.ThisShouldFail +gtest.cc:#: Failure +Failed +All tests in the same test case must use the same test fixture +class. However, in test case MixedUpTestCaseTest, +you defined test FirstTestFromNamespaceFoo and test ThisShouldFail +using two different test fixture classes. This can happen if +the two classes are from different namespaces or translation +units and have the same name. You should probably rename one +of the classes to put the tests into different test cases. +[ FAILED ] MixedUpTestCaseTest.ThisShouldFail +[ RUN ] MixedUpTestCaseTest.ThisShouldFailToo +gtest.cc:#: Failure +Failed +All tests in the same test case must use the same test fixture +class. However, in test case MixedUpTestCaseTest, +you defined test FirstTestFromNamespaceFoo and test ThisShouldFailToo +using two different test fixture classes. This can happen if +the two classes are from different namespaces or translation +units and have the same name. You should probably rename one +of the classes to put the tests into different test cases. +[ FAILED ] MixedUpTestCaseTest.ThisShouldFailToo +[----------] 2 tests from MixedUpTestCaseWithSameTestNameTest +[ RUN ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail +[ OK ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail +[ RUN ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail +gtest.cc:#: Failure +Failed +All tests in the same test case must use the same test fixture +class. However, in test case MixedUpTestCaseWithSameTestNameTest, +you defined test TheSecondTestWithThisNameShouldFail and test TheSecondTestWithThisNameShouldFail +using two different test fixture classes. This can happen if +the two classes are from different namespaces or translation +units and have the same name. You should probably rename one +of the classes to put the tests into different test cases. +[ FAILED ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail +[----------] 2 tests from TEST_F_before_TEST_in_same_test_case +[ RUN ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F +[ OK ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F +[ RUN ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail +gtest.cc:#: Failure +Failed +All tests in the same test case must use the same test fixture +class, so mixing TEST_F and TEST in the same test case is +illegal. In test case TEST_F_before_TEST_in_same_test_case, +test DefinedUsingTEST_F is defined using TEST_F but +test DefinedUsingTESTAndShouldFail is defined using TEST. You probably +want to change the TEST to TEST_F or move it to another test +case. +[ FAILED ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail +[----------] 2 tests from TEST_before_TEST_F_in_same_test_case +[ RUN ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST +[ OK ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST +[ RUN ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail +gtest.cc:#: Failure +Failed +All tests in the same test case must use the same test fixture +class, so mixing TEST_F and TEST in the same test case is +illegal. In test case TEST_before_TEST_F_in_same_test_case, +test DefinedUsingTEST_FAndShouldFail is defined using TEST_F but +test DefinedUsingTEST is defined using TEST. You probably +want to change the TEST to TEST_F or move it to another test +case. +[ FAILED ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail +[----------] 8 tests from ExpectNonfatalFailureTest +[ RUN ] ExpectNonfatalFailureTest.CanReferenceGlobalVariables +[ OK ] ExpectNonfatalFailureTest.CanReferenceGlobalVariables +[ RUN ] ExpectNonfatalFailureTest.CanReferenceLocalVariables +[ OK ] ExpectNonfatalFailureTest.CanReferenceLocalVariables +[ RUN ] ExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure +[ OK ] ExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure +[ RUN ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: 0 failures +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure +[ RUN ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: 2 failures +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure 1. + +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure 2. + +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures +[ RUN ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure +[ RUN ] ExpectNonfatalFailureTest.FailsWhenStatementReturns +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: 0 failures +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementReturns +[ RUN ] ExpectNonfatalFailureTest.FailsWhenStatementThrows +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: 0 failures +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementThrows +[----------] 8 tests from ExpectFatalFailureTest +[ RUN ] ExpectFatalFailureTest.CanReferenceGlobalVariables +[ OK ] ExpectFatalFailureTest.CanReferenceGlobalVariables +[ RUN ] ExpectFatalFailureTest.CanReferenceLocalStaticVariables +[ OK ] ExpectFatalFailureTest.CanReferenceLocalStaticVariables +[ RUN ] ExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure +[ OK ] ExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure +[ RUN ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: 0 failures +[ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure +[ RUN ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: 2 failures +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +[ FAILED ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures +[ RUN ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure. + +[ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure +[ RUN ] ExpectFatalFailureTest.FailsWhenStatementReturns +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: 0 failures +[ FAILED ] ExpectFatalFailureTest.FailsWhenStatementReturns +[ RUN ] ExpectFatalFailureTest.FailsWhenStatementThrows +(expecting a failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: 0 failures +[ FAILED ] ExpectFatalFailureTest.FailsWhenStatementThrows +[----------] 2 tests from TypedTest/0, where TypeParam = int +[ RUN ] TypedTest/0.Success +[ OK ] TypedTest/0.Success +[ RUN ] TypedTest/0.Failure +gtest_output_test_.cc:#: Failure +Value of: TypeParam() + Actual: 0 +Expected: 1 +Expected failure +[ FAILED ] TypedTest/0.Failure, where TypeParam = int +[----------] 2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char +[ RUN ] Unsigned/TypedTestP/0.Success +[ OK ] Unsigned/TypedTestP/0.Success +[ RUN ] Unsigned/TypedTestP/0.Failure +gtest_output_test_.cc:#: Failure +Value of: TypeParam() + Actual: '\0' +Expected: 1U +Which is: 1 +Expected failure +[ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char +[----------] 2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int +[ RUN ] Unsigned/TypedTestP/1.Success +[ OK ] Unsigned/TypedTestP/1.Success +[ RUN ] Unsigned/TypedTestP/1.Failure +gtest_output_test_.cc:#: Failure +Value of: TypeParam() + Actual: 0 +Expected: 1U +Which is: 1 +Expected failure +[ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned int +[----------] 4 tests from ExpectFailureTest +[ RUN ] ExpectFailureTest.ExpectFatalFailure +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: +gtest_output_test_.cc:#: Success: +Succeeded + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure. + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 fatal failure containing "Some other fatal failure expected." + Actual: +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +[ FAILED ] ExpectFailureTest.ExpectFatalFailure +[ RUN ] ExpectFailureTest.ExpectNonFatalFailure +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: +gtest_output_test_.cc:#: Success: +Succeeded + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure containing "Some other non-fatal failure." + Actual: +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure. + +[ FAILED ] ExpectFailureTest.ExpectNonFatalFailure +[ RUN ] ExpectFailureTest.ExpectFatalFailureOnAllThreads +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: +gtest_output_test_.cc:#: Success: +Succeeded + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure. + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 fatal failure containing "Some other fatal failure expected." + Actual: +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +[ FAILED ] ExpectFailureTest.ExpectFatalFailureOnAllThreads +[ RUN ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: +gtest_output_test_.cc:#: Success: +Succeeded + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: +gtest_output_test_.cc:#: Fatal failure: +Failed +Expected fatal failure. + +(expecting 1 failure) +gtest.cc:#: Failure +Expected: 1 non-fatal failure containing "Some other non-fatal failure." + Actual: +gtest_output_test_.cc:#: Non-fatal failure: +Failed +Expected non-fatal failure. + +[ FAILED ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads +[----------] 2 tests from ExpectFailureWithThreadsTest +[ RUN ] ExpectFailureWithThreadsTest.ExpectFatalFailure +(expecting 2 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected fatal failure. +gtest.cc:#: Failure +Expected: 1 fatal failure + Actual: 0 failures +[ FAILED ] ExpectFailureWithThreadsTest.ExpectFatalFailure +[ RUN ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure +(expecting 2 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected non-fatal failure. +gtest.cc:#: Failure +Expected: 1 non-fatal failure + Actual: 0 failures +[ FAILED ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure +[----------] 1 test from ScopedFakeTestPartResultReporterTest +[ RUN ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread +(expecting 2 failures) +gtest_output_test_.cc:#: Failure +Failed +Expected fatal failure. +gtest_output_test_.cc:#: Failure +Failed +Expected non-fatal failure. +[ FAILED ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread +[----------] 1 test from PrintingFailingParams/FailingParamTest +[ RUN ] PrintingFailingParams/FailingParamTest.Fails/0 +gtest_output_test_.cc:#: Failure +Value of: GetParam() + Actual: 2 +Expected: 1 +[ FAILED ] PrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2 +[----------] Global test environment tear-down +BarEnvironment::TearDown() called. +gtest_output_test_.cc:#: Failure +Failed +Expected non-fatal failure. +FooEnvironment::TearDown() called. +gtest_output_test_.cc:#: Failure +Failed +Expected fatal failure. +[==========] 63 tests from 28 test cases ran. +[ PASSED ] 21 tests. +[ FAILED ] 42 tests, listed below: +[ FAILED ] NonfatalFailureTest.EscapesStringOperands +[ FAILED ] FatalFailureTest.FatalFailureInSubroutine +[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine +[ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine +[ FAILED ] LoggingTest.InterleavingLoggingAndAssertions +[ FAILED ] SCOPED_TRACETest.ObeysScopes +[ FAILED ] SCOPED_TRACETest.WorksInLoop +[ FAILED ] SCOPED_TRACETest.WorksInSubroutine +[ FAILED ] SCOPED_TRACETest.CanBeNested +[ FAILED ] SCOPED_TRACETest.CanBeRepeated +[ FAILED ] SCOPED_TRACETest.WorksConcurrently +[ FAILED ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor +[ FAILED ] FatalFailureInFixtureConstructorTest.FailureInConstructor +[ FAILED ] NonFatalFailureInSetUpTest.FailureInSetUp +[ FAILED ] FatalFailureInSetUpTest.FailureInSetUp +[ FAILED ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber +[ FAILED ] MixedUpTestCaseTest.ThisShouldFail +[ FAILED ] MixedUpTestCaseTest.ThisShouldFailToo +[ FAILED ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail +[ FAILED ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail +[ FAILED ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementReturns +[ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementThrows +[ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure +[ FAILED ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures +[ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure +[ FAILED ] ExpectFatalFailureTest.FailsWhenStatementReturns +[ FAILED ] ExpectFatalFailureTest.FailsWhenStatementThrows +[ FAILED ] TypedTest/0.Failure, where TypeParam = int +[ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char +[ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned int +[ FAILED ] ExpectFailureTest.ExpectFatalFailure +[ FAILED ] ExpectFailureTest.ExpectNonFatalFailure +[ FAILED ] ExpectFailureTest.ExpectFatalFailureOnAllThreads +[ FAILED ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads +[ FAILED ] ExpectFailureWithThreadsTest.ExpectFatalFailure +[ FAILED ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure +[ FAILED ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread +[ FAILED ] PrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2 + +42 FAILED TESTS + YOU HAVE 1 DISABLED TEST + +Note: Google Test filter = FatalFailureTest.*:LoggingTest.* +[==========] Running 4 tests from 2 test cases. +[----------] Global test environment set-up. +[----------] 3 tests from FatalFailureTest +[ RUN ] FatalFailureTest.FatalFailureInSubroutine +(expecting a failure that x should be 1) +gtest_output_test_.cc:#: Failure +Value of: x + Actual: 2 +Expected: 1 +[ FAILED ] FatalFailureTest.FatalFailureInSubroutine (? ms) +[ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine +(expecting a failure that x should be 1) +gtest_output_test_.cc:#: Failure +Value of: x + Actual: 2 +Expected: 1 +[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine (? ms) +[ RUN ] FatalFailureTest.NonfatalFailureInSubroutine +(expecting a failure on false) +gtest_output_test_.cc:#: Failure +Value of: false + Actual: false +Expected: true +[ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine (? ms) +[----------] 3 tests from FatalFailureTest (? ms total) + +[----------] 1 test from LoggingTest +[ RUN ] LoggingTest.InterleavingLoggingAndAssertions +(expecting 2 failures on (3) >= (a[i])) +i == 0 +i == 1 +gtest_output_test_.cc:#: Failure +Expected: (3) >= (a[i]), actual: 3 vs 9 +i == 2 +i == 3 +gtest_output_test_.cc:#: Failure +Expected: (3) >= (a[i]), actual: 3 vs 6 +[ FAILED ] LoggingTest.InterleavingLoggingAndAssertions (? ms) +[----------] 1 test from LoggingTest (? ms total) + +[----------] Global test environment tear-down +[==========] 4 tests from 2 test cases ran. (? ms total) +[ PASSED ] 0 tests. +[ FAILED ] 4 tests, listed below: +[ FAILED ] FatalFailureTest.FatalFailureInSubroutine +[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine +[ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine +[ FAILED ] LoggingTest.InterleavingLoggingAndAssertions + + 4 FAILED TESTS +Note: Google Test filter = *DISABLED_* +[==========] Running 1 test from 1 test case. +[----------] Global test environment set-up. +[----------] 1 test from DisabledTestsWarningTest +[ RUN ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning +[ OK ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning +[----------] Global test environment tear-down +[==========] 1 test from 1 test case ran. +[ PASSED ] 1 test. +Note: Google Test filter = PassingTest.* +Note: This is test shard 2 of 2. +[==========] Running 1 test from 1 test case. +[----------] Global test environment set-up. +[----------] 1 test from PassingTest +[ RUN ] PassingTest.PassingTest2 +[ OK ] PassingTest.PassingTest2 +[----------] Global test environment tear-down +[==========] 1 test from 1 test case ran. +[ PASSED ] 1 test. diff --git a/gtest-1.7.0/test/gtest_pred_impl_unittest.cc b/gtest-1.7.0/test/gtest_pred_impl_unittest.cc new file mode 100644 index 000000000..a84eff860 --- /dev/null +++ b/gtest-1.7.0/test/gtest_pred_impl_unittest.cc @@ -0,0 +1,2427 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// This file is AUTOMATICALLY GENERATED on 10/31/2011 by command +// 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND! + +// Regression test for gtest_pred_impl.h +// +// This file is generated by a script and quite long. If you intend to +// learn how Google Test works by reading its unit tests, read +// gtest_unittest.cc instead. +// +// This is intended as a regression test for the Google Test predicate +// assertions. We compile it as part of the gtest_unittest target +// only to keep the implementation tidy and compact, as it is quite +// involved to set up the stage for testing Google Test using Google +// Test itself. +// +// Currently, gtest_unittest takes ~11 seconds to run in the testing +// daemon. In the future, if it grows too large and needs much more +// time to finish, we should consider separating this file into a +// stand-alone regression test. + +#include + +#include "gtest/gtest.h" +#include "gtest/gtest-spi.h" + +// A user-defined data type. +struct Bool { + explicit Bool(int val) : value(val != 0) {} + + bool operator>(int n) const { return value > Bool(n).value; } + + Bool operator+(const Bool& rhs) const { return Bool(value + rhs.value); } + + bool operator==(const Bool& rhs) const { return value == rhs.value; } + + bool value; +}; + +// Enables Bool to be used in assertions. +std::ostream& operator<<(std::ostream& os, const Bool& x) { + return os << (x.value ? "true" : "false"); +} + +// Sample functions/functors for testing unary predicate assertions. + +// A unary predicate function. +template +bool PredFunction1(T1 v1) { + return v1 > 0; +} + +// The following two functions are needed to circumvent a bug in +// gcc 2.95.3, which sometimes has problem with the above template +// function. +bool PredFunction1Int(int v1) { + return v1 > 0; +} +bool PredFunction1Bool(Bool v1) { + return v1 > 0; +} + +// A unary predicate functor. +struct PredFunctor1 { + template + bool operator()(const T1& v1) { + return v1 > 0; + } +}; + +// A unary predicate-formatter function. +template +testing::AssertionResult PredFormatFunction1(const char* e1, + const T1& v1) { + if (PredFunction1(v1)) + return testing::AssertionSuccess(); + + return testing::AssertionFailure() + << e1 + << " is expected to be positive, but evaluates to " + << v1 << "."; +} + +// A unary predicate-formatter functor. +struct PredFormatFunctor1 { + template + testing::AssertionResult operator()(const char* e1, + const T1& v1) const { + return PredFormatFunction1(e1, v1); + } +}; + +// Tests for {EXPECT|ASSERT}_PRED_FORMAT1. + +class Predicate1Test : public testing::Test { + protected: + virtual void SetUp() { + expected_to_finish_ = true; + finished_ = false; + n1_ = 0; + } + + virtual void TearDown() { + // Verifies that each of the predicate's arguments was evaluated + // exactly once. + EXPECT_EQ(1, n1_) << + "The predicate assertion didn't evaluate argument 2 " + "exactly once."; + + // Verifies that the control flow in the test function is expected. + if (expected_to_finish_ && !finished_) { + FAIL() << "The predicate assertion unexpactedly aborted the test."; + } else if (!expected_to_finish_ && finished_) { + FAIL() << "The failed predicate assertion didn't abort the test " + "as expected."; + } + } + + // true iff the test function is expected to run to finish. + static bool expected_to_finish_; + + // true iff the test function did run to finish. + static bool finished_; + + static int n1_; +}; + +bool Predicate1Test::expected_to_finish_; +bool Predicate1Test::finished_; +int Predicate1Test::n1_; + +typedef Predicate1Test EXPECT_PRED_FORMAT1Test; +typedef Predicate1Test ASSERT_PRED_FORMAT1Test; +typedef Predicate1Test EXPECT_PRED1Test; +typedef Predicate1Test ASSERT_PRED1Test; + +// Tests a successful EXPECT_PRED1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED1(PredFunction1Int, + ++n1_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED1(PredFunction1Bool, + Bool(++n1_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED1(PredFunctor1(), + ++n1_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED1(PredFunctor1(), + Bool(++n1_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED1(PredFunction1Int, + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED1Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED1(PredFunction1Bool, + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED1(PredFunctor1(), + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED1Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED1(PredFunctor1(), + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED1(PredFunction1Int, + ++n1_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED1(PredFunction1Bool, + Bool(++n1_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED1Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED1(PredFunctor1(), + ++n1_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED1Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED1(PredFunctor1(), + Bool(++n1_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED1Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED1(PredFunction1Int, + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED1Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED1(PredFunction1Bool, + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED1Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED1(PredFunctor1(), + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED1Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED1(PredFunctor1(), + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a successful EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT1(PredFormatFunction1, + ++n1_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED_FORMAT1(PredFormatFunction1, + Bool(++n1_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT1(PredFormatFunctor1(), + ++n1_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED_FORMAT1(PredFormatFunctor1(), + Bool(++n1_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT1(PredFormatFunction1, + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT1(PredFormatFunction1, + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT1(PredFormatFunctor1(), + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT1Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT1(PredFormatFunctor1(), + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT1(PredFormatFunction1, + ++n1_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED_FORMAT1(PredFormatFunction1, + Bool(++n1_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT1(PredFormatFunctor1(), + ++n1_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED_FORMAT1(PredFormatFunctor1(), + Bool(++n1_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT1(PredFormatFunction1, + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT1(PredFormatFunction1, + Bool(n1_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT1(PredFormatFunctor1(), + n1_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT1 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT1Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT1(PredFormatFunctor1(), + Bool(n1_++)); + finished_ = true; + }, ""); +} +// Sample functions/functors for testing binary predicate assertions. + +// A binary predicate function. +template +bool PredFunction2(T1 v1, T2 v2) { + return v1 + v2 > 0; +} + +// The following two functions are needed to circumvent a bug in +// gcc 2.95.3, which sometimes has problem with the above template +// function. +bool PredFunction2Int(int v1, int v2) { + return v1 + v2 > 0; +} +bool PredFunction2Bool(Bool v1, Bool v2) { + return v1 + v2 > 0; +} + +// A binary predicate functor. +struct PredFunctor2 { + template + bool operator()(const T1& v1, + const T2& v2) { + return v1 + v2 > 0; + } +}; + +// A binary predicate-formatter function. +template +testing::AssertionResult PredFormatFunction2(const char* e1, + const char* e2, + const T1& v1, + const T2& v2) { + if (PredFunction2(v1, v2)) + return testing::AssertionSuccess(); + + return testing::AssertionFailure() + << e1 << " + " << e2 + << " is expected to be positive, but evaluates to " + << v1 + v2 << "."; +} + +// A binary predicate-formatter functor. +struct PredFormatFunctor2 { + template + testing::AssertionResult operator()(const char* e1, + const char* e2, + const T1& v1, + const T2& v2) const { + return PredFormatFunction2(e1, e2, v1, v2); + } +}; + +// Tests for {EXPECT|ASSERT}_PRED_FORMAT2. + +class Predicate2Test : public testing::Test { + protected: + virtual void SetUp() { + expected_to_finish_ = true; + finished_ = false; + n1_ = n2_ = 0; + } + + virtual void TearDown() { + // Verifies that each of the predicate's arguments was evaluated + // exactly once. + EXPECT_EQ(1, n1_) << + "The predicate assertion didn't evaluate argument 2 " + "exactly once."; + EXPECT_EQ(1, n2_) << + "The predicate assertion didn't evaluate argument 3 " + "exactly once."; + + // Verifies that the control flow in the test function is expected. + if (expected_to_finish_ && !finished_) { + FAIL() << "The predicate assertion unexpactedly aborted the test."; + } else if (!expected_to_finish_ && finished_) { + FAIL() << "The failed predicate assertion didn't abort the test " + "as expected."; + } + } + + // true iff the test function is expected to run to finish. + static bool expected_to_finish_; + + // true iff the test function did run to finish. + static bool finished_; + + static int n1_; + static int n2_; +}; + +bool Predicate2Test::expected_to_finish_; +bool Predicate2Test::finished_; +int Predicate2Test::n1_; +int Predicate2Test::n2_; + +typedef Predicate2Test EXPECT_PRED_FORMAT2Test; +typedef Predicate2Test ASSERT_PRED_FORMAT2Test; +typedef Predicate2Test EXPECT_PRED2Test; +typedef Predicate2Test ASSERT_PRED2Test; + +// Tests a successful EXPECT_PRED2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED2Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED2(PredFunction2Int, + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED2Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED2(PredFunction2Bool, + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED2Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED2(PredFunctor2(), + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED2Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED2(PredFunctor2(), + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED2Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED2(PredFunction2Int, + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED2Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED2(PredFunction2Bool, + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED2Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED2(PredFunctor2(), + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED2Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED2(PredFunctor2(), + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED2Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED2(PredFunction2Int, + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED2Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED2(PredFunction2Bool, + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED2Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED2(PredFunctor2(), + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED2Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED2(PredFunctor2(), + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED2Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED2(PredFunction2Int, + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED2Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED2(PredFunction2Bool, + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED2Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED2(PredFunctor2(), + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED2Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED2(PredFunctor2(), + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a successful EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT2(PredFormatFunction2, + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED_FORMAT2(PredFormatFunction2, + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT2(PredFormatFunctor2(), + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED_FORMAT2(PredFormatFunctor2(), + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(PredFormatFunction2, + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(PredFormatFunction2, + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(PredFormatFunctor2(), + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT2Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(PredFormatFunctor2(), + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT2(PredFormatFunction2, + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED_FORMAT2(PredFormatFunction2, + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT2(PredFormatFunctor2(), + ++n1_, + ++n2_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED_FORMAT2(PredFormatFunctor2(), + Bool(++n1_), + Bool(++n2_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT2(PredFormatFunction2, + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT2(PredFormatFunction2, + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT2(PredFormatFunctor2(), + n1_++, + n2_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT2 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT2Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT2(PredFormatFunctor2(), + Bool(n1_++), + Bool(n2_++)); + finished_ = true; + }, ""); +} +// Sample functions/functors for testing ternary predicate assertions. + +// A ternary predicate function. +template +bool PredFunction3(T1 v1, T2 v2, T3 v3) { + return v1 + v2 + v3 > 0; +} + +// The following two functions are needed to circumvent a bug in +// gcc 2.95.3, which sometimes has problem with the above template +// function. +bool PredFunction3Int(int v1, int v2, int v3) { + return v1 + v2 + v3 > 0; +} +bool PredFunction3Bool(Bool v1, Bool v2, Bool v3) { + return v1 + v2 + v3 > 0; +} + +// A ternary predicate functor. +struct PredFunctor3 { + template + bool operator()(const T1& v1, + const T2& v2, + const T3& v3) { + return v1 + v2 + v3 > 0; + } +}; + +// A ternary predicate-formatter function. +template +testing::AssertionResult PredFormatFunction3(const char* e1, + const char* e2, + const char* e3, + const T1& v1, + const T2& v2, + const T3& v3) { + if (PredFunction3(v1, v2, v3)) + return testing::AssertionSuccess(); + + return testing::AssertionFailure() + << e1 << " + " << e2 << " + " << e3 + << " is expected to be positive, but evaluates to " + << v1 + v2 + v3 << "."; +} + +// A ternary predicate-formatter functor. +struct PredFormatFunctor3 { + template + testing::AssertionResult operator()(const char* e1, + const char* e2, + const char* e3, + const T1& v1, + const T2& v2, + const T3& v3) const { + return PredFormatFunction3(e1, e2, e3, v1, v2, v3); + } +}; + +// Tests for {EXPECT|ASSERT}_PRED_FORMAT3. + +class Predicate3Test : public testing::Test { + protected: + virtual void SetUp() { + expected_to_finish_ = true; + finished_ = false; + n1_ = n2_ = n3_ = 0; + } + + virtual void TearDown() { + // Verifies that each of the predicate's arguments was evaluated + // exactly once. + EXPECT_EQ(1, n1_) << + "The predicate assertion didn't evaluate argument 2 " + "exactly once."; + EXPECT_EQ(1, n2_) << + "The predicate assertion didn't evaluate argument 3 " + "exactly once."; + EXPECT_EQ(1, n3_) << + "The predicate assertion didn't evaluate argument 4 " + "exactly once."; + + // Verifies that the control flow in the test function is expected. + if (expected_to_finish_ && !finished_) { + FAIL() << "The predicate assertion unexpactedly aborted the test."; + } else if (!expected_to_finish_ && finished_) { + FAIL() << "The failed predicate assertion didn't abort the test " + "as expected."; + } + } + + // true iff the test function is expected to run to finish. + static bool expected_to_finish_; + + // true iff the test function did run to finish. + static bool finished_; + + static int n1_; + static int n2_; + static int n3_; +}; + +bool Predicate3Test::expected_to_finish_; +bool Predicate3Test::finished_; +int Predicate3Test::n1_; +int Predicate3Test::n2_; +int Predicate3Test::n3_; + +typedef Predicate3Test EXPECT_PRED_FORMAT3Test; +typedef Predicate3Test ASSERT_PRED_FORMAT3Test; +typedef Predicate3Test EXPECT_PRED3Test; +typedef Predicate3Test ASSERT_PRED3Test; + +// Tests a successful EXPECT_PRED3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED3Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED3(PredFunction3Int, + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED3Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED3(PredFunction3Bool, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED3Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED3(PredFunctor3(), + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED3Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED3(PredFunctor3(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED3Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED3(PredFunction3Int, + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED3Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED3(PredFunction3Bool, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED3Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED3(PredFunctor3(), + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED3Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED3(PredFunctor3(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED3Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED3(PredFunction3Int, + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED3Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED3(PredFunction3Bool, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED3Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED3(PredFunctor3(), + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED3Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED3(PredFunctor3(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED3Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED3(PredFunction3Int, + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED3Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED3(PredFunction3Bool, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED3Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED3(PredFunctor3(), + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED3Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED3(PredFunctor3(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a successful EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT3(PredFormatFunction3, + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED_FORMAT3(PredFormatFunction3, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT3(PredFormatFunctor3(), + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED_FORMAT3(PredFormatFunctor3(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT3(PredFormatFunction3, + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT3(PredFormatFunction3, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT3(PredFormatFunctor3(), + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT3Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT3(PredFormatFunctor3(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT3(PredFormatFunction3, + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED_FORMAT3(PredFormatFunction3, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT3(PredFormatFunctor3(), + ++n1_, + ++n2_, + ++n3_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED_FORMAT3(PredFormatFunctor3(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT3(PredFormatFunction3, + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT3(PredFormatFunction3, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT3(PredFormatFunctor3(), + n1_++, + n2_++, + n3_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT3 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT3Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT3(PredFormatFunctor3(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++)); + finished_ = true; + }, ""); +} +// Sample functions/functors for testing 4-ary predicate assertions. + +// A 4-ary predicate function. +template +bool PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) { + return v1 + v2 + v3 + v4 > 0; +} + +// The following two functions are needed to circumvent a bug in +// gcc 2.95.3, which sometimes has problem with the above template +// function. +bool PredFunction4Int(int v1, int v2, int v3, int v4) { + return v1 + v2 + v3 + v4 > 0; +} +bool PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) { + return v1 + v2 + v3 + v4 > 0; +} + +// A 4-ary predicate functor. +struct PredFunctor4 { + template + bool operator()(const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4) { + return v1 + v2 + v3 + v4 > 0; + } +}; + +// A 4-ary predicate-formatter function. +template +testing::AssertionResult PredFormatFunction4(const char* e1, + const char* e2, + const char* e3, + const char* e4, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4) { + if (PredFunction4(v1, v2, v3, v4)) + return testing::AssertionSuccess(); + + return testing::AssertionFailure() + << e1 << " + " << e2 << " + " << e3 << " + " << e4 + << " is expected to be positive, but evaluates to " + << v1 + v2 + v3 + v4 << "."; +} + +// A 4-ary predicate-formatter functor. +struct PredFormatFunctor4 { + template + testing::AssertionResult operator()(const char* e1, + const char* e2, + const char* e3, + const char* e4, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4) const { + return PredFormatFunction4(e1, e2, e3, e4, v1, v2, v3, v4); + } +}; + +// Tests for {EXPECT|ASSERT}_PRED_FORMAT4. + +class Predicate4Test : public testing::Test { + protected: + virtual void SetUp() { + expected_to_finish_ = true; + finished_ = false; + n1_ = n2_ = n3_ = n4_ = 0; + } + + virtual void TearDown() { + // Verifies that each of the predicate's arguments was evaluated + // exactly once. + EXPECT_EQ(1, n1_) << + "The predicate assertion didn't evaluate argument 2 " + "exactly once."; + EXPECT_EQ(1, n2_) << + "The predicate assertion didn't evaluate argument 3 " + "exactly once."; + EXPECT_EQ(1, n3_) << + "The predicate assertion didn't evaluate argument 4 " + "exactly once."; + EXPECT_EQ(1, n4_) << + "The predicate assertion didn't evaluate argument 5 " + "exactly once."; + + // Verifies that the control flow in the test function is expected. + if (expected_to_finish_ && !finished_) { + FAIL() << "The predicate assertion unexpactedly aborted the test."; + } else if (!expected_to_finish_ && finished_) { + FAIL() << "The failed predicate assertion didn't abort the test " + "as expected."; + } + } + + // true iff the test function is expected to run to finish. + static bool expected_to_finish_; + + // true iff the test function did run to finish. + static bool finished_; + + static int n1_; + static int n2_; + static int n3_; + static int n4_; +}; + +bool Predicate4Test::expected_to_finish_; +bool Predicate4Test::finished_; +int Predicate4Test::n1_; +int Predicate4Test::n2_; +int Predicate4Test::n3_; +int Predicate4Test::n4_; + +typedef Predicate4Test EXPECT_PRED_FORMAT4Test; +typedef Predicate4Test ASSERT_PRED_FORMAT4Test; +typedef Predicate4Test EXPECT_PRED4Test; +typedef Predicate4Test ASSERT_PRED4Test; + +// Tests a successful EXPECT_PRED4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED4Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED4(PredFunction4Int, + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED4Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED4(PredFunction4Bool, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED4Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED4(PredFunctor4(), + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED4Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED4(PredFunctor4(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED4Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED4(PredFunction4Int, + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED4Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED4(PredFunction4Bool, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED4Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED4(PredFunctor4(), + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED4Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED4(PredFunctor4(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED4Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED4(PredFunction4Int, + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED4Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED4(PredFunction4Bool, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED4Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED4(PredFunctor4(), + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED4Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED4(PredFunctor4(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED4Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED4(PredFunction4Int, + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED4Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED4(PredFunction4Bool, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED4Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED4(PredFunctor4(), + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED4Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED4(PredFunctor4(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a successful EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT4(PredFormatFunction4, + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED_FORMAT4(PredFormatFunction4, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT4(PredFormatFunctor4(), + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED_FORMAT4(PredFormatFunctor4(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT4(PredFormatFunction4, + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT4(PredFormatFunction4, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT4(PredFormatFunctor4(), + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT4Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT4(PredFormatFunctor4(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT4(PredFormatFunction4, + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED_FORMAT4(PredFormatFunction4, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT4(PredFormatFunctor4(), + ++n1_, + ++n2_, + ++n3_, + ++n4_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED_FORMAT4(PredFormatFunctor4(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT4(PredFormatFunction4, + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT4(PredFormatFunction4, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT4(PredFormatFunctor4(), + n1_++, + n2_++, + n3_++, + n4_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT4 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT4Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT4(PredFormatFunctor4(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++)); + finished_ = true; + }, ""); +} +// Sample functions/functors for testing 5-ary predicate assertions. + +// A 5-ary predicate function. +template +bool PredFunction5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) { + return v1 + v2 + v3 + v4 + v5 > 0; +} + +// The following two functions are needed to circumvent a bug in +// gcc 2.95.3, which sometimes has problem with the above template +// function. +bool PredFunction5Int(int v1, int v2, int v3, int v4, int v5) { + return v1 + v2 + v3 + v4 + v5 > 0; +} +bool PredFunction5Bool(Bool v1, Bool v2, Bool v3, Bool v4, Bool v5) { + return v1 + v2 + v3 + v4 + v5 > 0; +} + +// A 5-ary predicate functor. +struct PredFunctor5 { + template + bool operator()(const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4, + const T5& v5) { + return v1 + v2 + v3 + v4 + v5 > 0; + } +}; + +// A 5-ary predicate-formatter function. +template +testing::AssertionResult PredFormatFunction5(const char* e1, + const char* e2, + const char* e3, + const char* e4, + const char* e5, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4, + const T5& v5) { + if (PredFunction5(v1, v2, v3, v4, v5)) + return testing::AssertionSuccess(); + + return testing::AssertionFailure() + << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5 + << " is expected to be positive, but evaluates to " + << v1 + v2 + v3 + v4 + v5 << "."; +} + +// A 5-ary predicate-formatter functor. +struct PredFormatFunctor5 { + template + testing::AssertionResult operator()(const char* e1, + const char* e2, + const char* e3, + const char* e4, + const char* e5, + const T1& v1, + const T2& v2, + const T3& v3, + const T4& v4, + const T5& v5) const { + return PredFormatFunction5(e1, e2, e3, e4, e5, v1, v2, v3, v4, v5); + } +}; + +// Tests for {EXPECT|ASSERT}_PRED_FORMAT5. + +class Predicate5Test : public testing::Test { + protected: + virtual void SetUp() { + expected_to_finish_ = true; + finished_ = false; + n1_ = n2_ = n3_ = n4_ = n5_ = 0; + } + + virtual void TearDown() { + // Verifies that each of the predicate's arguments was evaluated + // exactly once. + EXPECT_EQ(1, n1_) << + "The predicate assertion didn't evaluate argument 2 " + "exactly once."; + EXPECT_EQ(1, n2_) << + "The predicate assertion didn't evaluate argument 3 " + "exactly once."; + EXPECT_EQ(1, n3_) << + "The predicate assertion didn't evaluate argument 4 " + "exactly once."; + EXPECT_EQ(1, n4_) << + "The predicate assertion didn't evaluate argument 5 " + "exactly once."; + EXPECT_EQ(1, n5_) << + "The predicate assertion didn't evaluate argument 6 " + "exactly once."; + + // Verifies that the control flow in the test function is expected. + if (expected_to_finish_ && !finished_) { + FAIL() << "The predicate assertion unexpactedly aborted the test."; + } else if (!expected_to_finish_ && finished_) { + FAIL() << "The failed predicate assertion didn't abort the test " + "as expected."; + } + } + + // true iff the test function is expected to run to finish. + static bool expected_to_finish_; + + // true iff the test function did run to finish. + static bool finished_; + + static int n1_; + static int n2_; + static int n3_; + static int n4_; + static int n5_; +}; + +bool Predicate5Test::expected_to_finish_; +bool Predicate5Test::finished_; +int Predicate5Test::n1_; +int Predicate5Test::n2_; +int Predicate5Test::n3_; +int Predicate5Test::n4_; +int Predicate5Test::n5_; + +typedef Predicate5Test EXPECT_PRED_FORMAT5Test; +typedef Predicate5Test ASSERT_PRED_FORMAT5Test; +typedef Predicate5Test EXPECT_PRED5Test; +typedef Predicate5Test ASSERT_PRED5Test; + +// Tests a successful EXPECT_PRED5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED5Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED5(PredFunction5Int, + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED5Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED5(PredFunction5Bool, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED5Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED5(PredFunctor5(), + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED5Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED5(PredFunctor5(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED5Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED5(PredFunction5Int, + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED5Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED5(PredFunction5Bool, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED5Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED5(PredFunctor5(), + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED5Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED5(PredFunctor5(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED5Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED5(PredFunction5Int, + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED5Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED5(PredFunction5Bool, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED5Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED5(PredFunctor5(), + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED5Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED5(PredFunctor5(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED5Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED5(PredFunction5Int, + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED5Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED5(PredFunction5Bool, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED5Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED5(PredFunctor5(), + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED5Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED5(PredFunctor5(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a successful EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT5(PredFormatFunction5, + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnUserTypeSuccess) { + EXPECT_PRED_FORMAT5(PredFormatFunction5, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnBuiltInTypeSuccess) { + EXPECT_PRED_FORMAT5(PredFormatFunctor5(), + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnUserTypeSuccess) { + EXPECT_PRED_FORMAT5(PredFormatFunctor5(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a failed EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT5(PredFormatFunction5, + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctionOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT5(PredFormatFunction5, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnBuiltInTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT5(PredFormatFunctor5(), + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed EXPECT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(EXPECT_PRED_FORMAT5Test, FunctorOnUserTypeFailure) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT5(PredFormatFunctor5(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a successful ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT5(PredFormatFunction5, + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnUserTypeSuccess) { + ASSERT_PRED_FORMAT5(PredFormatFunction5, + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnBuiltInTypeSuccess) { + ASSERT_PRED_FORMAT5(PredFormatFunctor5(), + ++n1_, + ++n2_, + ++n3_, + ++n4_, + ++n5_); + finished_ = true; +} + +// Tests a successful ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnUserTypeSuccess) { + ASSERT_PRED_FORMAT5(PredFormatFunctor5(), + Bool(++n1_), + Bool(++n2_), + Bool(++n3_), + Bool(++n4_), + Bool(++n5_)); + finished_ = true; +} + +// Tests a failed ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a function on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT5(PredFormatFunction5, + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a function on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctionOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT5(PredFormatFunction5, + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a built-in type (int). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnBuiltInTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT5(PredFormatFunctor5(), + n1_++, + n2_++, + n3_++, + n4_++, + n5_++); + finished_ = true; + }, ""); +} + +// Tests a failed ASSERT_PRED_FORMAT5 where the +// predicate-formatter is a functor on a user-defined type (Bool). +TEST_F(ASSERT_PRED_FORMAT5Test, FunctorOnUserTypeFailure) { + expected_to_finish_ = false; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT5(PredFormatFunctor5(), + Bool(n1_++), + Bool(n2_++), + Bool(n3_++), + Bool(n4_++), + Bool(n5_++)); + finished_ = true; + }, ""); +} diff --git a/gtest-1.7.0/test/gtest_premature_exit_test.cc b/gtest-1.7.0/test/gtest_premature_exit_test.cc new file mode 100644 index 000000000..f6b6be9ae --- /dev/null +++ b/gtest-1.7.0/test/gtest_premature_exit_test.cc @@ -0,0 +1,141 @@ +// Copyright 2013, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Tests that Google Test manipulates the premature-exit-detection +// file correctly. + +#include + +#include "gtest/gtest.h" + +using ::testing::InitGoogleTest; +using ::testing::Test; +using ::testing::internal::posix::GetEnv; +using ::testing::internal::posix::Stat; +using ::testing::internal::posix::StatStruct; + +namespace { + +// Is the TEST_PREMATURE_EXIT_FILE environment variable expected to be +// set? +const bool kTestPrematureExitFileEnvVarShouldBeSet = false; + +class PrematureExitTest : public Test { + public: + // Returns true iff the given file exists. + static bool FileExists(const char* filepath) { + StatStruct stat; + return Stat(filepath, &stat) == 0; + } + + protected: + PrematureExitTest() { + premature_exit_file_path_ = GetEnv("TEST_PREMATURE_EXIT_FILE"); + + // Normalize NULL to "" for ease of handling. + if (premature_exit_file_path_ == NULL) { + premature_exit_file_path_ = ""; + } + } + + // Returns true iff the premature-exit file exists. + bool PrematureExitFileExists() const { + return FileExists(premature_exit_file_path_); + } + + const char* premature_exit_file_path_; +}; + +typedef PrematureExitTest PrematureExitDeathTest; + +// Tests that: +// - the premature-exit file exists during the execution of a +// death test (EXPECT_DEATH*), and +// - a death test doesn't interfere with the main test process's +// handling of the premature-exit file. +TEST_F(PrematureExitDeathTest, FileExistsDuringExecutionOfDeathTest) { + if (*premature_exit_file_path_ == '\0') { + return; + } + + EXPECT_DEATH_IF_SUPPORTED({ + // If the file exists, crash the process such that the main test + // process will catch the (expected) crash and report a success; + // otherwise don't crash, which will cause the main test process + // to report that the death test has failed. + if (PrematureExitFileExists()) { + exit(1); + } + }, ""); +} + +// Tests that TEST_PREMATURE_EXIT_FILE is set where it's expected to +// be set. +TEST_F(PrematureExitTest, TestPrematureExitFileEnvVarIsSet) { + if (kTestPrematureExitFileEnvVarShouldBeSet) { + const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); + ASSERT_TRUE(filepath != NULL); + ASSERT_NE(*filepath, '\0'); + } +} + +// Tests that the premature-exit file exists during the execution of a +// normal (non-death) test. +TEST_F(PrematureExitTest, PrematureExitFileExistsDuringTestExecution) { + if (*premature_exit_file_path_ == '\0') { + return; + } + + EXPECT_TRUE(PrematureExitFileExists()) + << " file " << premature_exit_file_path_ + << " should exist during test execution, but doesn't."; +} + +} // namespace + +int main(int argc, char **argv) { + InitGoogleTest(&argc, argv); + const int exit_code = RUN_ALL_TESTS(); + + // Test that the premature-exit file is deleted upon return from + // RUN_ALL_TESTS(). + const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); + if (filepath != NULL && *filepath != '\0') { + if (PrematureExitTest::FileExists(filepath)) { + printf( + "File %s shouldn't exist after the test program finishes, but does.", + filepath); + return 1; + } + } + + return exit_code; +} diff --git a/gtest-1.7.0/test/gtest_prod_test.cc b/gtest-1.7.0/test/gtest_prod_test.cc new file mode 100644 index 000000000..060abce18 --- /dev/null +++ b/gtest-1.7.0/test/gtest_prod_test.cc @@ -0,0 +1,57 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Unit test for include/gtest/gtest_prod.h. + +#include "gtest/gtest.h" +#include "test/production.h" + +// Tests that private members can be accessed from a TEST declared as +// a friend of the class. +TEST(PrivateCodeTest, CanAccessPrivateMembers) { + PrivateCode a; + EXPECT_EQ(0, a.x_); + + a.set_x(1); + EXPECT_EQ(1, a.x_); +} + +typedef testing::Test PrivateCodeFixtureTest; + +// Tests that private members can be accessed from a TEST_F declared +// as a friend of the class. +TEST_F(PrivateCodeFixtureTest, CanAccessPrivateMembers) { + PrivateCode a; + EXPECT_EQ(0, a.x_); + + a.set_x(2); + EXPECT_EQ(2, a.x_); +} diff --git a/gtest-1.7.0/test/gtest_repeat_test.cc b/gtest-1.7.0/test/gtest_repeat_test.cc new file mode 100644 index 000000000..481012adc --- /dev/null +++ b/gtest-1.7.0/test/gtest_repeat_test.cc @@ -0,0 +1,253 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Tests the --gtest_repeat=number flag. + +#include +#include +#include "gtest/gtest.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { + +GTEST_DECLARE_string_(death_test_style); +GTEST_DECLARE_string_(filter); +GTEST_DECLARE_int32_(repeat); + +} // namespace testing + +using testing::GTEST_FLAG(death_test_style); +using testing::GTEST_FLAG(filter); +using testing::GTEST_FLAG(repeat); + +namespace { + +// We need this when we are testing Google Test itself and therefore +// cannot use Google Test assertions. +#define GTEST_CHECK_INT_EQ_(expected, actual) \ + do {\ + const int expected_val = (expected);\ + const int actual_val = (actual);\ + if (::testing::internal::IsTrue(expected_val != actual_val)) {\ + ::std::cout << "Value of: " #actual "\n"\ + << " Actual: " << actual_val << "\n"\ + << "Expected: " #expected "\n"\ + << "Which is: " << expected_val << "\n";\ + ::testing::internal::posix::Abort();\ + }\ + } while (::testing::internal::AlwaysFalse()) + + +// Used for verifying that global environment set-up and tear-down are +// inside the gtest_repeat loop. + +int g_environment_set_up_count = 0; +int g_environment_tear_down_count = 0; + +class MyEnvironment : public testing::Environment { + public: + MyEnvironment() {} + virtual void SetUp() { g_environment_set_up_count++; } + virtual void TearDown() { g_environment_tear_down_count++; } +}; + +// A test that should fail. + +int g_should_fail_count = 0; + +TEST(FooTest, ShouldFail) { + g_should_fail_count++; + EXPECT_EQ(0, 1) << "Expected failure."; +} + +// A test that should pass. + +int g_should_pass_count = 0; + +TEST(FooTest, ShouldPass) { + g_should_pass_count++; +} + +// A test that contains a thread-safe death test and a fast death +// test. It should pass. + +int g_death_test_count = 0; + +TEST(BarDeathTest, ThreadSafeAndFast) { + g_death_test_count++; + + GTEST_FLAG(death_test_style) = "threadsafe"; + EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); + + GTEST_FLAG(death_test_style) = "fast"; + EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); +} + +#if GTEST_HAS_PARAM_TEST +int g_param_test_count = 0; + +const int kNumberOfParamTests = 10; + +class MyParamTest : public testing::TestWithParam {}; + +TEST_P(MyParamTest, ShouldPass) { + // TODO(vladl@google.com): Make parameter value checking robust + // WRT order of tests. + GTEST_CHECK_INT_EQ_(g_param_test_count % kNumberOfParamTests, GetParam()); + g_param_test_count++; +} +INSTANTIATE_TEST_CASE_P(MyParamSequence, + MyParamTest, + testing::Range(0, kNumberOfParamTests)); +#endif // GTEST_HAS_PARAM_TEST + +// Resets the count for each test. +void ResetCounts() { + g_environment_set_up_count = 0; + g_environment_tear_down_count = 0; + g_should_fail_count = 0; + g_should_pass_count = 0; + g_death_test_count = 0; +#if GTEST_HAS_PARAM_TEST + g_param_test_count = 0; +#endif // GTEST_HAS_PARAM_TEST +} + +// Checks that the count for each test is expected. +void CheckCounts(int expected) { + GTEST_CHECK_INT_EQ_(expected, g_environment_set_up_count); + GTEST_CHECK_INT_EQ_(expected, g_environment_tear_down_count); + GTEST_CHECK_INT_EQ_(expected, g_should_fail_count); + GTEST_CHECK_INT_EQ_(expected, g_should_pass_count); + GTEST_CHECK_INT_EQ_(expected, g_death_test_count); +#if GTEST_HAS_PARAM_TEST + GTEST_CHECK_INT_EQ_(expected * kNumberOfParamTests, g_param_test_count); +#endif // GTEST_HAS_PARAM_TEST +} + +// Tests the behavior of Google Test when --gtest_repeat is not specified. +void TestRepeatUnspecified() { + ResetCounts(); + GTEST_CHECK_INT_EQ_(1, RUN_ALL_TESTS()); + CheckCounts(1); +} + +// Tests the behavior of Google Test when --gtest_repeat has the given value. +void TestRepeat(int repeat) { + GTEST_FLAG(repeat) = repeat; + + ResetCounts(); + GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); + CheckCounts(repeat); +} + +// Tests using --gtest_repeat when --gtest_filter specifies an empty +// set of tests. +void TestRepeatWithEmptyFilter(int repeat) { + GTEST_FLAG(repeat) = repeat; + GTEST_FLAG(filter) = "None"; + + ResetCounts(); + GTEST_CHECK_INT_EQ_(0, RUN_ALL_TESTS()); + CheckCounts(0); +} + +// Tests using --gtest_repeat when --gtest_filter specifies a set of +// successful tests. +void TestRepeatWithFilterForSuccessfulTests(int repeat) { + GTEST_FLAG(repeat) = repeat; + GTEST_FLAG(filter) = "*-*ShouldFail"; + + ResetCounts(); + GTEST_CHECK_INT_EQ_(0, RUN_ALL_TESTS()); + GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count); + GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count); + GTEST_CHECK_INT_EQ_(0, g_should_fail_count); + GTEST_CHECK_INT_EQ_(repeat, g_should_pass_count); + GTEST_CHECK_INT_EQ_(repeat, g_death_test_count); +#if GTEST_HAS_PARAM_TEST + GTEST_CHECK_INT_EQ_(repeat * kNumberOfParamTests, g_param_test_count); +#endif // GTEST_HAS_PARAM_TEST +} + +// Tests using --gtest_repeat when --gtest_filter specifies a set of +// failed tests. +void TestRepeatWithFilterForFailedTests(int repeat) { + GTEST_FLAG(repeat) = repeat; + GTEST_FLAG(filter) = "*ShouldFail"; + + ResetCounts(); + GTEST_CHECK_INT_EQ_(1, RUN_ALL_TESTS()); + GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count); + GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count); + GTEST_CHECK_INT_EQ_(repeat, g_should_fail_count); + GTEST_CHECK_INT_EQ_(0, g_should_pass_count); + GTEST_CHECK_INT_EQ_(0, g_death_test_count); +#if GTEST_HAS_PARAM_TEST + GTEST_CHECK_INT_EQ_(0, g_param_test_count); +#endif // GTEST_HAS_PARAM_TEST +} + +} // namespace + +int main(int argc, char **argv) { + testing::InitGoogleTest(&argc, argv); + testing::AddGlobalTestEnvironment(new MyEnvironment); + + TestRepeatUnspecified(); + TestRepeat(0); + TestRepeat(1); + TestRepeat(5); + + TestRepeatWithEmptyFilter(2); + TestRepeatWithEmptyFilter(3); + + TestRepeatWithFilterForSuccessfulTests(3); + + TestRepeatWithFilterForFailedTests(4); + + // It would be nice to verify that the tests indeed loop forever + // when GTEST_FLAG(repeat) is negative, but this test will be quite + // complicated to write. Since this flag is for interactive + // debugging only and doesn't affect the normal test result, such a + // test would be an overkill. + + printf("PASS\n"); + return 0; +} diff --git a/gtest-1.7.0/test/gtest_shuffle_test.py b/gtest-1.7.0/test/gtest_shuffle_test.py new file mode 100755 index 000000000..30d0303d1 --- /dev/null +++ b/gtest-1.7.0/test/gtest_shuffle_test.py @@ -0,0 +1,325 @@ +#!/usr/bin/env python +# +# Copyright 2009 Google Inc. All Rights Reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Verifies that test shuffling works.""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import gtest_test_utils + +# Command to run the gtest_shuffle_test_ program. +COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_shuffle_test_') + +# The environment variables for test sharding. +TOTAL_SHARDS_ENV_VAR = 'GTEST_TOTAL_SHARDS' +SHARD_INDEX_ENV_VAR = 'GTEST_SHARD_INDEX' + +TEST_FILTER = 'A*.A:A*.B:C*' + +ALL_TESTS = [] +ACTIVE_TESTS = [] +FILTERED_TESTS = [] +SHARDED_TESTS = [] + +SHUFFLED_ALL_TESTS = [] +SHUFFLED_ACTIVE_TESTS = [] +SHUFFLED_FILTERED_TESTS = [] +SHUFFLED_SHARDED_TESTS = [] + + +def AlsoRunDisabledTestsFlag(): + return '--gtest_also_run_disabled_tests' + + +def FilterFlag(test_filter): + return '--gtest_filter=%s' % (test_filter,) + + +def RepeatFlag(n): + return '--gtest_repeat=%s' % (n,) + + +def ShuffleFlag(): + return '--gtest_shuffle' + + +def RandomSeedFlag(n): + return '--gtest_random_seed=%s' % (n,) + + +def RunAndReturnOutput(extra_env, args): + """Runs the test program and returns its output.""" + + environ_copy = os.environ.copy() + environ_copy.update(extra_env) + + return gtest_test_utils.Subprocess([COMMAND] + args, env=environ_copy).output + + +def GetTestsForAllIterations(extra_env, args): + """Runs the test program and returns a list of test lists. + + Args: + extra_env: a map from environment variables to their values + args: command line flags to pass to gtest_shuffle_test_ + + Returns: + A list where the i-th element is the list of tests run in the i-th + test iteration. + """ + + test_iterations = [] + for line in RunAndReturnOutput(extra_env, args).split('\n'): + if line.startswith('----'): + tests = [] + test_iterations.append(tests) + elif line.strip(): + tests.append(line.strip()) # 'TestCaseName.TestName' + + return test_iterations + + +def GetTestCases(tests): + """Returns a list of test cases in the given full test names. + + Args: + tests: a list of full test names + + Returns: + A list of test cases from 'tests', in their original order. + Consecutive duplicates are removed. + """ + + test_cases = [] + for test in tests: + test_case = test.split('.')[0] + if not test_case in test_cases: + test_cases.append(test_case) + + return test_cases + + +def CalculateTestLists(): + """Calculates the list of tests run under different flags.""" + + if not ALL_TESTS: + ALL_TESTS.extend( + GetTestsForAllIterations({}, [AlsoRunDisabledTestsFlag()])[0]) + + if not ACTIVE_TESTS: + ACTIVE_TESTS.extend(GetTestsForAllIterations({}, [])[0]) + + if not FILTERED_TESTS: + FILTERED_TESTS.extend( + GetTestsForAllIterations({}, [FilterFlag(TEST_FILTER)])[0]) + + if not SHARDED_TESTS: + SHARDED_TESTS.extend( + GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', + SHARD_INDEX_ENV_VAR: '1'}, + [])[0]) + + if not SHUFFLED_ALL_TESTS: + SHUFFLED_ALL_TESTS.extend(GetTestsForAllIterations( + {}, [AlsoRunDisabledTestsFlag(), ShuffleFlag(), RandomSeedFlag(1)])[0]) + + if not SHUFFLED_ACTIVE_TESTS: + SHUFFLED_ACTIVE_TESTS.extend(GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(1)])[0]) + + if not SHUFFLED_FILTERED_TESTS: + SHUFFLED_FILTERED_TESTS.extend(GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(1), FilterFlag(TEST_FILTER)])[0]) + + if not SHUFFLED_SHARDED_TESTS: + SHUFFLED_SHARDED_TESTS.extend( + GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', + SHARD_INDEX_ENV_VAR: '1'}, + [ShuffleFlag(), RandomSeedFlag(1)])[0]) + + +class GTestShuffleUnitTest(gtest_test_utils.TestCase): + """Tests test shuffling.""" + + def setUp(self): + CalculateTestLists() + + def testShufflePreservesNumberOfTests(self): + self.assertEqual(len(ALL_TESTS), len(SHUFFLED_ALL_TESTS)) + self.assertEqual(len(ACTIVE_TESTS), len(SHUFFLED_ACTIVE_TESTS)) + self.assertEqual(len(FILTERED_TESTS), len(SHUFFLED_FILTERED_TESTS)) + self.assertEqual(len(SHARDED_TESTS), len(SHUFFLED_SHARDED_TESTS)) + + def testShuffleChangesTestOrder(self): + self.assert_(SHUFFLED_ALL_TESTS != ALL_TESTS, SHUFFLED_ALL_TESTS) + self.assert_(SHUFFLED_ACTIVE_TESTS != ACTIVE_TESTS, SHUFFLED_ACTIVE_TESTS) + self.assert_(SHUFFLED_FILTERED_TESTS != FILTERED_TESTS, + SHUFFLED_FILTERED_TESTS) + self.assert_(SHUFFLED_SHARDED_TESTS != SHARDED_TESTS, + SHUFFLED_SHARDED_TESTS) + + def testShuffleChangesTestCaseOrder(self): + self.assert_(GetTestCases(SHUFFLED_ALL_TESTS) != GetTestCases(ALL_TESTS), + GetTestCases(SHUFFLED_ALL_TESTS)) + self.assert_( + GetTestCases(SHUFFLED_ACTIVE_TESTS) != GetTestCases(ACTIVE_TESTS), + GetTestCases(SHUFFLED_ACTIVE_TESTS)) + self.assert_( + GetTestCases(SHUFFLED_FILTERED_TESTS) != GetTestCases(FILTERED_TESTS), + GetTestCases(SHUFFLED_FILTERED_TESTS)) + self.assert_( + GetTestCases(SHUFFLED_SHARDED_TESTS) != GetTestCases(SHARDED_TESTS), + GetTestCases(SHUFFLED_SHARDED_TESTS)) + + def testShuffleDoesNotRepeatTest(self): + for test in SHUFFLED_ALL_TESTS: + self.assertEqual(1, SHUFFLED_ALL_TESTS.count(test), + '%s appears more than once' % (test,)) + for test in SHUFFLED_ACTIVE_TESTS: + self.assertEqual(1, SHUFFLED_ACTIVE_TESTS.count(test), + '%s appears more than once' % (test,)) + for test in SHUFFLED_FILTERED_TESTS: + self.assertEqual(1, SHUFFLED_FILTERED_TESTS.count(test), + '%s appears more than once' % (test,)) + for test in SHUFFLED_SHARDED_TESTS: + self.assertEqual(1, SHUFFLED_SHARDED_TESTS.count(test), + '%s appears more than once' % (test,)) + + def testShuffleDoesNotCreateNewTest(self): + for test in SHUFFLED_ALL_TESTS: + self.assert_(test in ALL_TESTS, '%s is an invalid test' % (test,)) + for test in SHUFFLED_ACTIVE_TESTS: + self.assert_(test in ACTIVE_TESTS, '%s is an invalid test' % (test,)) + for test in SHUFFLED_FILTERED_TESTS: + self.assert_(test in FILTERED_TESTS, '%s is an invalid test' % (test,)) + for test in SHUFFLED_SHARDED_TESTS: + self.assert_(test in SHARDED_TESTS, '%s is an invalid test' % (test,)) + + def testShuffleIncludesAllTests(self): + for test in ALL_TESTS: + self.assert_(test in SHUFFLED_ALL_TESTS, '%s is missing' % (test,)) + for test in ACTIVE_TESTS: + self.assert_(test in SHUFFLED_ACTIVE_TESTS, '%s is missing' % (test,)) + for test in FILTERED_TESTS: + self.assert_(test in SHUFFLED_FILTERED_TESTS, '%s is missing' % (test,)) + for test in SHARDED_TESTS: + self.assert_(test in SHUFFLED_SHARDED_TESTS, '%s is missing' % (test,)) + + def testShuffleLeavesDeathTestsAtFront(self): + non_death_test_found = False + for test in SHUFFLED_ACTIVE_TESTS: + if 'DeathTest.' in test: + self.assert_(not non_death_test_found, + '%s appears after a non-death test' % (test,)) + else: + non_death_test_found = True + + def _VerifyTestCasesDoNotInterleave(self, tests): + test_cases = [] + for test in tests: + [test_case, _] = test.split('.') + if test_cases and test_cases[-1] != test_case: + test_cases.append(test_case) + self.assertEqual(1, test_cases.count(test_case), + 'Test case %s is not grouped together in %s' % + (test_case, tests)) + + def testShuffleDoesNotInterleaveTestCases(self): + self._VerifyTestCasesDoNotInterleave(SHUFFLED_ALL_TESTS) + self._VerifyTestCasesDoNotInterleave(SHUFFLED_ACTIVE_TESTS) + self._VerifyTestCasesDoNotInterleave(SHUFFLED_FILTERED_TESTS) + self._VerifyTestCasesDoNotInterleave(SHUFFLED_SHARDED_TESTS) + + def testShuffleRestoresOrderAfterEachIteration(self): + # Get the test lists in all 3 iterations, using random seed 1, 2, + # and 3 respectively. Google Test picks a different seed in each + # iteration, and this test depends on the current implementation + # picking successive numbers. This dependency is not ideal, but + # makes the test much easier to write. + [tests_in_iteration1, tests_in_iteration2, tests_in_iteration3] = ( + GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(1), RepeatFlag(3)])) + + # Make sure running the tests with random seed 1 gets the same + # order as in iteration 1 above. + [tests_with_seed1] = GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(1)]) + self.assertEqual(tests_in_iteration1, tests_with_seed1) + + # Make sure running the tests with random seed 2 gets the same + # order as in iteration 2 above. Success means that Google Test + # correctly restores the test order before re-shuffling at the + # beginning of iteration 2. + [tests_with_seed2] = GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(2)]) + self.assertEqual(tests_in_iteration2, tests_with_seed2) + + # Make sure running the tests with random seed 3 gets the same + # order as in iteration 3 above. Success means that Google Test + # correctly restores the test order before re-shuffling at the + # beginning of iteration 3. + [tests_with_seed3] = GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(3)]) + self.assertEqual(tests_in_iteration3, tests_with_seed3) + + def testShuffleGeneratesNewOrderInEachIteration(self): + [tests_in_iteration1, tests_in_iteration2, tests_in_iteration3] = ( + GetTestsForAllIterations( + {}, [ShuffleFlag(), RandomSeedFlag(1), RepeatFlag(3)])) + + self.assert_(tests_in_iteration1 != tests_in_iteration2, + tests_in_iteration1) + self.assert_(tests_in_iteration1 != tests_in_iteration3, + tests_in_iteration1) + self.assert_(tests_in_iteration2 != tests_in_iteration3, + tests_in_iteration2) + + def testShuffleShardedTestsPreservesPartition(self): + # If we run M tests on N shards, the same M tests should be run in + # total, regardless of the random seeds used by the shards. + [tests1] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', + SHARD_INDEX_ENV_VAR: '0'}, + [ShuffleFlag(), RandomSeedFlag(1)]) + [tests2] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', + SHARD_INDEX_ENV_VAR: '1'}, + [ShuffleFlag(), RandomSeedFlag(20)]) + [tests3] = GetTestsForAllIterations({TOTAL_SHARDS_ENV_VAR: '3', + SHARD_INDEX_ENV_VAR: '2'}, + [ShuffleFlag(), RandomSeedFlag(25)]) + sorted_sharded_tests = tests1 + tests2 + tests3 + sorted_sharded_tests.sort() + sorted_active_tests = [] + sorted_active_tests.extend(ACTIVE_TESTS) + sorted_active_tests.sort() + self.assertEqual(sorted_active_tests, sorted_sharded_tests) + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_shuffle_test_.cc b/gtest-1.7.0/test/gtest_shuffle_test_.cc new file mode 100644 index 000000000..6fb441bd4 --- /dev/null +++ b/gtest-1.7.0/test/gtest_shuffle_test_.cc @@ -0,0 +1,103 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Verifies that test shuffling works. + +#include "gtest/gtest.h" + +namespace { + +using ::testing::EmptyTestEventListener; +using ::testing::InitGoogleTest; +using ::testing::Message; +using ::testing::Test; +using ::testing::TestEventListeners; +using ::testing::TestInfo; +using ::testing::UnitTest; +using ::testing::internal::scoped_ptr; + +// The test methods are empty, as the sole purpose of this program is +// to print the test names before/after shuffling. + +class A : public Test {}; +TEST_F(A, A) {} +TEST_F(A, B) {} + +TEST(ADeathTest, A) {} +TEST(ADeathTest, B) {} +TEST(ADeathTest, C) {} + +TEST(B, A) {} +TEST(B, B) {} +TEST(B, C) {} +TEST(B, DISABLED_D) {} +TEST(B, DISABLED_E) {} + +TEST(BDeathTest, A) {} +TEST(BDeathTest, B) {} + +TEST(C, A) {} +TEST(C, B) {} +TEST(C, C) {} +TEST(C, DISABLED_D) {} + +TEST(CDeathTest, A) {} + +TEST(DISABLED_D, A) {} +TEST(DISABLED_D, DISABLED_B) {} + +// This printer prints the full test names only, starting each test +// iteration with a "----" marker. +class TestNamePrinter : public EmptyTestEventListener { + public: + virtual void OnTestIterationStart(const UnitTest& /* unit_test */, + int /* iteration */) { + printf("----\n"); + } + + virtual void OnTestStart(const TestInfo& test_info) { + printf("%s.%s\n", test_info.test_case_name(), test_info.name()); + } +}; + +} // namespace + +int main(int argc, char **argv) { + InitGoogleTest(&argc, argv); + + // Replaces the default printer with TestNamePrinter, which prints + // the test name only. + TestEventListeners& listeners = UnitTest::GetInstance()->listeners(); + delete listeners.Release(listeners.default_result_printer()); + listeners.Append(new TestNamePrinter); + + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_sole_header_test.cc b/gtest-1.7.0/test/gtest_sole_header_test.cc new file mode 100644 index 000000000..ccd091a28 --- /dev/null +++ b/gtest-1.7.0/test/gtest_sole_header_test.cc @@ -0,0 +1,57 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: mheule@google.com (Markus Heule) +// +// This test verifies that it's possible to use Google Test by including +// the gtest.h header file alone. + +#include "gtest/gtest.h" + +namespace { + +void Subroutine() { + EXPECT_EQ(42, 42); +} + +TEST(NoFatalFailureTest, ExpectNoFatalFailure) { + EXPECT_NO_FATAL_FAILURE(;); + EXPECT_NO_FATAL_FAILURE(SUCCEED()); + EXPECT_NO_FATAL_FAILURE(Subroutine()); + EXPECT_NO_FATAL_FAILURE({ SUCCEED(); }); +} + +TEST(NoFatalFailureTest, AssertNoFatalFailure) { + ASSERT_NO_FATAL_FAILURE(;); + ASSERT_NO_FATAL_FAILURE(SUCCEED()); + ASSERT_NO_FATAL_FAILURE(Subroutine()); + ASSERT_NO_FATAL_FAILURE({ SUCCEED(); }); +} + +} // namespace diff --git a/gtest-1.7.0/test/gtest_stress_test.cc b/gtest-1.7.0/test/gtest_stress_test.cc new file mode 100644 index 000000000..e7daa430d --- /dev/null +++ b/gtest-1.7.0/test/gtest_stress_test.cc @@ -0,0 +1,256 @@ +// Copyright 2007, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Tests that SCOPED_TRACE() and various Google Test assertions can be +// used in a large number of threads concurrently. + +#include "gtest/gtest.h" + +#include +#include + +// We must define this macro in order to #include +// gtest-internal-inl.h. This is how Google Test prevents a user from +// accidentally depending on its internal implementation. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +#if GTEST_IS_THREADSAFE + +namespace testing { +namespace { + +using internal::Notification; +using internal::TestPropertyKeyIs; +using internal::ThreadWithParam; +using internal::scoped_ptr; + +// In order to run tests in this file, for platforms where Google Test is +// thread safe, implement ThreadWithParam. See the description of its API +// in gtest-port.h, where it is defined for already supported platforms. + +// How many threads to create? +const int kThreadCount = 50; + +std::string IdToKey(int id, const char* suffix) { + Message key; + key << "key_" << id << "_" << suffix; + return key.GetString(); +} + +std::string IdToString(int id) { + Message id_message; + id_message << id; + return id_message.GetString(); +} + +void ExpectKeyAndValueWereRecordedForId( + const std::vector& properties, + int id, const char* suffix) { + TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); + const std::vector::const_iterator property = + std::find_if(properties.begin(), properties.end(), matches_key); + ASSERT_TRUE(property != properties.end()) + << "expecting " << suffix << " value for id " << id; + EXPECT_STREQ(IdToString(id).c_str(), property->value()); +} + +// Calls a large number of Google Test assertions, where exactly one of them +// will fail. +void ManyAsserts(int id) { + GTEST_LOG_(INFO) << "Thread #" << id << " running..."; + + SCOPED_TRACE(Message() << "Thread #" << id); + + for (int i = 0; i < kThreadCount; i++) { + SCOPED_TRACE(Message() << "Iteration #" << i); + + // A bunch of assertions that should succeed. + EXPECT_TRUE(true); + ASSERT_FALSE(false) << "This shouldn't fail."; + EXPECT_STREQ("a", "a"); + ASSERT_LE(5, 6); + EXPECT_EQ(i, i) << "This shouldn't fail."; + + // RecordProperty() should interact safely with other threads as well. + // The shared_key forces property updates. + Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); + Test::RecordProperty(IdToKey(id, "int").c_str(), id); + Test::RecordProperty("shared_key", IdToString(id).c_str()); + + // This assertion should fail kThreadCount times per thread. It + // is for testing whether Google Test can handle failed assertions in a + // multi-threaded context. + EXPECT_LT(i, 0) << "This should always fail."; + } +} + +void CheckTestFailureCount(int expected_failures) { + const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); + const TestResult* const result = info->result(); + GTEST_CHECK_(expected_failures == result->total_part_count()) + << "Logged " << result->total_part_count() << " failures " + << " vs. " << expected_failures << " expected"; +} + +// Tests using SCOPED_TRACE() and Google Test assertions in many threads +// concurrently. +TEST(StressTest, CanUseScopedTraceAndAssertionsInManyThreads) { + { + scoped_ptr > threads[kThreadCount]; + Notification threads_can_start; + for (int i = 0; i != kThreadCount; i++) + threads[i].reset(new ThreadWithParam(&ManyAsserts, + i, + &threads_can_start)); + + threads_can_start.Notify(); + + // Blocks until all the threads are done. + for (int i = 0; i != kThreadCount; i++) + threads[i]->Join(); + } + + // Ensures that kThreadCount*kThreadCount failures have been reported. + const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); + const TestResult* const result = info->result(); + + std::vector properties; + // We have no access to the TestResult's list of properties but we can + // copy them one by one. + for (int i = 0; i < result->test_property_count(); ++i) + properties.push_back(result->GetTestProperty(i)); + + EXPECT_EQ(kThreadCount * 2 + 1, result->test_property_count()) + << "String and int values recorded on each thread, " + << "as well as one shared_key"; + for (int i = 0; i < kThreadCount; ++i) { + ExpectKeyAndValueWereRecordedForId(properties, i, "string"); + ExpectKeyAndValueWereRecordedForId(properties, i, "int"); + } + CheckTestFailureCount(kThreadCount*kThreadCount); +} + +void FailingThread(bool is_fatal) { + if (is_fatal) + FAIL() << "Fatal failure in some other thread. " + << "(This failure is expected.)"; + else + ADD_FAILURE() << "Non-fatal failure in some other thread. " + << "(This failure is expected.)"; +} + +void GenerateFatalFailureInAnotherThread(bool is_fatal) { + ThreadWithParam thread(&FailingThread, is_fatal, NULL); + thread.Join(); +} + +TEST(NoFatalFailureTest, ExpectNoFatalFailureIgnoresFailuresInOtherThreads) { + EXPECT_NO_FATAL_FAILURE(GenerateFatalFailureInAnotherThread(true)); + // We should only have one failure (the one from + // GenerateFatalFailureInAnotherThread()), since the EXPECT_NO_FATAL_FAILURE + // should succeed. + CheckTestFailureCount(1); +} + +void AssertNoFatalFailureIgnoresFailuresInOtherThreads() { + ASSERT_NO_FATAL_FAILURE(GenerateFatalFailureInAnotherThread(true)); +} +TEST(NoFatalFailureTest, AssertNoFatalFailureIgnoresFailuresInOtherThreads) { + // Using a subroutine, to make sure, that the test continues. + AssertNoFatalFailureIgnoresFailuresInOtherThreads(); + // We should only have one failure (the one from + // GenerateFatalFailureInAnotherThread()), since the EXPECT_NO_FATAL_FAILURE + // should succeed. + CheckTestFailureCount(1); +} + +TEST(FatalFailureTest, ExpectFatalFailureIgnoresFailuresInOtherThreads) { + // This statement should fail, since the current thread doesn't generate a + // fatal failure, only another one does. + EXPECT_FATAL_FAILURE(GenerateFatalFailureInAnotherThread(true), "expected"); + CheckTestFailureCount(2); +} + +TEST(FatalFailureOnAllThreadsTest, ExpectFatalFailureOnAllThreads) { + // This statement should succeed, because failures in all threads are + // considered. + EXPECT_FATAL_FAILURE_ON_ALL_THREADS( + GenerateFatalFailureInAnotherThread(true), "expected"); + CheckTestFailureCount(0); + // We need to add a failure, because main() checks that there are failures. + // But when only this test is run, we shouldn't have any failures. + ADD_FAILURE() << "This is an expected non-fatal failure."; +} + +TEST(NonFatalFailureTest, ExpectNonFatalFailureIgnoresFailuresInOtherThreads) { + // This statement should fail, since the current thread doesn't generate a + // fatal failure, only another one does. + EXPECT_NONFATAL_FAILURE(GenerateFatalFailureInAnotherThread(false), + "expected"); + CheckTestFailureCount(2); +} + +TEST(NonFatalFailureOnAllThreadsTest, ExpectNonFatalFailureOnAllThreads) { + // This statement should succeed, because failures in all threads are + // considered. + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS( + GenerateFatalFailureInAnotherThread(false), "expected"); + CheckTestFailureCount(0); + // We need to add a failure, because main() checks that there are failures, + // But when only this test is run, we shouldn't have any failures. + ADD_FAILURE() << "This is an expected non-fatal failure."; +} + +} // namespace +} // namespace testing + +int main(int argc, char **argv) { + testing::InitGoogleTest(&argc, argv); + + const int result = RUN_ALL_TESTS(); // Expected to fail. + GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected"; + + printf("\nPASS\n"); + return 0; +} + +#else +TEST(StressTest, + DISABLED_ThreadSafetyTestsAreSkippedWhenGoogleTestIsNotThreadSafe) { +} + +int main(int argc, char **argv) { + testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} +#endif // GTEST_IS_THREADSAFE diff --git a/gtest-1.7.0/test/gtest_test_utils.py b/gtest-1.7.0/test/gtest_test_utils.py new file mode 100755 index 000000000..28884bdc1 --- /dev/null +++ b/gtest-1.7.0/test/gtest_test_utils.py @@ -0,0 +1,320 @@ +#!/usr/bin/env python +# +# Copyright 2006, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test utilities for Google C++ Testing Framework.""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import atexit +import os +import shutil +import sys +import tempfile +import unittest +_test_module = unittest + +# Suppresses the 'Import not at the top of the file' lint complaint. +# pylint: disable-msg=C6204 +try: + import subprocess + _SUBPROCESS_MODULE_AVAILABLE = True +except: + import popen2 + _SUBPROCESS_MODULE_AVAILABLE = False +# pylint: enable-msg=C6204 + +GTEST_OUTPUT_VAR_NAME = 'GTEST_OUTPUT' + +IS_WINDOWS = os.name == 'nt' +IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] + +# The environment variable for specifying the path to the premature-exit file. +PREMATURE_EXIT_FILE_ENV_VAR = 'TEST_PREMATURE_EXIT_FILE' + +environ = os.environ.copy() + + +def SetEnvVar(env_var, value): + """Sets/unsets an environment variable to a given value.""" + + if value is not None: + environ[env_var] = value + elif env_var in environ: + del environ[env_var] + + +# Here we expose a class from a particular module, depending on the +# environment. The comment suppresses the 'Invalid variable name' lint +# complaint. +TestCase = _test_module.TestCase # pylint: disable-msg=C6409 + +# Initially maps a flag to its default value. After +# _ParseAndStripGTestFlags() is called, maps a flag to its actual value. +_flag_map = {'source_dir': os.path.dirname(sys.argv[0]), + 'build_dir': os.path.dirname(sys.argv[0])} +_gtest_flags_are_parsed = False + + +def _ParseAndStripGTestFlags(argv): + """Parses and strips Google Test flags from argv. This is idempotent.""" + + # Suppresses the lint complaint about a global variable since we need it + # here to maintain module-wide state. + global _gtest_flags_are_parsed # pylint: disable-msg=W0603 + if _gtest_flags_are_parsed: + return + + _gtest_flags_are_parsed = True + for flag in _flag_map: + # The environment variable overrides the default value. + if flag.upper() in os.environ: + _flag_map[flag] = os.environ[flag.upper()] + + # The command line flag overrides the environment variable. + i = 1 # Skips the program name. + while i < len(argv): + prefix = '--' + flag + '=' + if argv[i].startswith(prefix): + _flag_map[flag] = argv[i][len(prefix):] + del argv[i] + break + else: + # We don't increment i in case we just found a --gtest_* flag + # and removed it from argv. + i += 1 + + +def GetFlag(flag): + """Returns the value of the given flag.""" + + # In case GetFlag() is called before Main(), we always call + # _ParseAndStripGTestFlags() here to make sure the --gtest_* flags + # are parsed. + _ParseAndStripGTestFlags(sys.argv) + + return _flag_map[flag] + + +def GetSourceDir(): + """Returns the absolute path of the directory where the .py files are.""" + + return os.path.abspath(GetFlag('source_dir')) + + +def GetBuildDir(): + """Returns the absolute path of the directory where the test binaries are.""" + + return os.path.abspath(GetFlag('build_dir')) + + +_temp_dir = None + +def _RemoveTempDir(): + if _temp_dir: + shutil.rmtree(_temp_dir, ignore_errors=True) + +atexit.register(_RemoveTempDir) + + +def GetTempDir(): + """Returns a directory for temporary files.""" + + global _temp_dir + if not _temp_dir: + _temp_dir = tempfile.mkdtemp() + return _temp_dir + + +def GetTestExecutablePath(executable_name, build_dir=None): + """Returns the absolute path of the test binary given its name. + + The function will print a message and abort the program if the resulting file + doesn't exist. + + Args: + executable_name: name of the test binary that the test script runs. + build_dir: directory where to look for executables, by default + the result of GetBuildDir(). + + Returns: + The absolute path of the test binary. + """ + + path = os.path.abspath(os.path.join(build_dir or GetBuildDir(), + executable_name)) + if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'): + path += '.exe' + + if not os.path.exists(path): + message = ( + 'Unable to find the test binary. Please make sure to provide path\n' + 'to the binary via the --build_dir flag or the BUILD_DIR\n' + 'environment variable.') + print >> sys.stderr, message + sys.exit(1) + + return path + + +def GetExitStatus(exit_code): + """Returns the argument to exit(), or -1 if exit() wasn't called. + + Args: + exit_code: the result value of os.system(command). + """ + + if os.name == 'nt': + # On Windows, os.WEXITSTATUS() doesn't work and os.system() returns + # the argument to exit() directly. + return exit_code + else: + # On Unix, os.WEXITSTATUS() must be used to extract the exit status + # from the result of os.system(). + if os.WIFEXITED(exit_code): + return os.WEXITSTATUS(exit_code) + else: + return -1 + + +class Subprocess: + def __init__(self, command, working_dir=None, capture_stderr=True, env=None): + """Changes into a specified directory, if provided, and executes a command. + + Restores the old directory afterwards. + + Args: + command: The command to run, in the form of sys.argv. + working_dir: The directory to change into. + capture_stderr: Determines whether to capture stderr in the output member + or to discard it. + env: Dictionary with environment to pass to the subprocess. + + Returns: + An object that represents outcome of the executed process. It has the + following attributes: + terminated_by_signal True iff the child process has been terminated + by a signal. + signal Sygnal that terminated the child process. + exited True iff the child process exited normally. + exit_code The code with which the child process exited. + output Child process's stdout and stderr output + combined in a string. + """ + + # The subprocess module is the preferrable way of running programs + # since it is available and behaves consistently on all platforms, + # including Windows. But it is only available starting in python 2.4. + # In earlier python versions, we revert to the popen2 module, which is + # available in python 2.0 and later but doesn't provide required + # functionality (Popen4) under Windows. This allows us to support Mac + # OS X 10.4 Tiger, which has python 2.3 installed. + if _SUBPROCESS_MODULE_AVAILABLE: + if capture_stderr: + stderr = subprocess.STDOUT + else: + stderr = subprocess.PIPE + + p = subprocess.Popen(command, + stdout=subprocess.PIPE, stderr=stderr, + cwd=working_dir, universal_newlines=True, env=env) + # communicate returns a tuple with the file obect for the child's + # output. + self.output = p.communicate()[0] + self._return_code = p.returncode + else: + old_dir = os.getcwd() + + def _ReplaceEnvDict(dest, src): + # Changes made by os.environ.clear are not inheritable by child + # processes until Python 2.6. To produce inheritable changes we have + # to delete environment items with the del statement. + for key in dest.keys(): + del dest[key] + dest.update(src) + + # When 'env' is not None, backup the environment variables and replace + # them with the passed 'env'. When 'env' is None, we simply use the + # current 'os.environ' for compatibility with the subprocess.Popen + # semantics used above. + if env is not None: + old_environ = os.environ.copy() + _ReplaceEnvDict(os.environ, env) + + try: + if working_dir is not None: + os.chdir(working_dir) + if capture_stderr: + p = popen2.Popen4(command) + else: + p = popen2.Popen3(command) + p.tochild.close() + self.output = p.fromchild.read() + ret_code = p.wait() + finally: + os.chdir(old_dir) + + # Restore the old environment variables + # if they were replaced. + if env is not None: + _ReplaceEnvDict(os.environ, old_environ) + + # Converts ret_code to match the semantics of + # subprocess.Popen.returncode. + if os.WIFSIGNALED(ret_code): + self._return_code = -os.WTERMSIG(ret_code) + else: # os.WIFEXITED(ret_code) should return True here. + self._return_code = os.WEXITSTATUS(ret_code) + + if self._return_code < 0: + self.terminated_by_signal = True + self.exited = False + self.signal = -self._return_code + else: + self.terminated_by_signal = False + self.exited = True + self.exit_code = self._return_code + + +def Main(): + """Runs the unit test.""" + + # We must call _ParseAndStripGTestFlags() before calling + # unittest.main(). Otherwise the latter will be confused by the + # --gtest_* flags. + _ParseAndStripGTestFlags(sys.argv) + # The tested binaries should not be writing XML output files unless the + # script explicitly instructs them to. + # TODO(vladl@google.com): Move this into Subprocess when we implement + # passing environment into it as a parameter. + if GTEST_OUTPUT_VAR_NAME in os.environ: + del os.environ[GTEST_OUTPUT_VAR_NAME] + + _test_module.main() diff --git a/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc b/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc new file mode 100644 index 000000000..8d46c76f1 --- /dev/null +++ b/gtest-1.7.0/test/gtest_throw_on_failure_ex_test.cc @@ -0,0 +1,92 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Tests Google Test's throw-on-failure mode with exceptions enabled. + +#include "gtest/gtest.h" + +#include +#include +#include +#include + +// Prints the given failure message and exits the program with +// non-zero. We use this instead of a Google Test assertion to +// indicate a failure, as the latter is been tested and cannot be +// relied on. +void Fail(const char* msg) { + printf("FAILURE: %s\n", msg); + fflush(stdout); + exit(1); +} + +// Tests that an assertion failure throws a subclass of +// std::runtime_error. +void TestFailureThrowsRuntimeError() { + testing::GTEST_FLAG(throw_on_failure) = true; + + // A successful assertion shouldn't throw. + try { + EXPECT_EQ(3, 3); + } catch(...) { + Fail("A successful assertion wrongfully threw."); + } + + // A failed assertion should throw a subclass of std::runtime_error. + try { + EXPECT_EQ(2, 3) << "Expected failure"; + } catch(const std::runtime_error& e) { + if (strstr(e.what(), "Expected failure") != NULL) + return; + + printf("%s", + "A failed assertion did throw an exception of the right type, " + "but the message is incorrect. Instead of containing \"Expected " + "failure\", it is:\n"); + Fail(e.what()); + } catch(...) { + Fail("A failed assertion threw the wrong type of exception."); + } + Fail("A failed assertion should've thrown but didn't."); +} + +int main(int argc, char** argv) { + testing::InitGoogleTest(&argc, argv); + + // We want to ensure that people can use Google Test assertions in + // other testing frameworks, as long as they initialize Google Test + // properly and set the thrown-on-failure mode. Therefore, we don't + // use Google Test's constructs for defining and running tests + // (e.g. TEST and RUN_ALL_TESTS) here. + + TestFailureThrowsRuntimeError(); + return 0; +} diff --git a/gtest-1.7.0/test/gtest_throw_on_failure_test.py b/gtest-1.7.0/test/gtest_throw_on_failure_test.py new file mode 100755 index 000000000..5678ffeaf --- /dev/null +++ b/gtest-1.7.0/test/gtest_throw_on_failure_test.py @@ -0,0 +1,171 @@ +#!/usr/bin/env python +# +# Copyright 2009, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Tests Google Test's throw-on-failure mode with exceptions disabled. + +This script invokes gtest_throw_on_failure_test_ (a program written with +Google Test) with different environments and command line flags. +""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import os +import gtest_test_utils + + +# Constants. + +# The command line flag for enabling/disabling the throw-on-failure mode. +THROW_ON_FAILURE = 'gtest_throw_on_failure' + +# Path to the gtest_throw_on_failure_test_ program, compiled with +# exceptions disabled. +EXE_PATH = gtest_test_utils.GetTestExecutablePath( + 'gtest_throw_on_failure_test_') + + +# Utilities. + + +def SetEnvVar(env_var, value): + """Sets an environment variable to a given value; unsets it when the + given value is None. + """ + + env_var = env_var.upper() + if value is not None: + os.environ[env_var] = value + elif env_var in os.environ: + del os.environ[env_var] + + +def Run(command): + """Runs a command; returns True/False if its exit code is/isn't 0.""" + + print 'Running "%s". . .' % ' '.join(command) + p = gtest_test_utils.Subprocess(command) + return p.exited and p.exit_code == 0 + + +# The tests. TODO(wan@google.com): refactor the class to share common +# logic with code in gtest_break_on_failure_unittest.py. +class ThrowOnFailureTest(gtest_test_utils.TestCase): + """Tests the throw-on-failure mode.""" + + def RunAndVerify(self, env_var_value, flag_value, should_fail): + """Runs gtest_throw_on_failure_test_ and verifies that it does + (or does not) exit with a non-zero code. + + Args: + env_var_value: value of the GTEST_BREAK_ON_FAILURE environment + variable; None if the variable should be unset. + flag_value: value of the --gtest_break_on_failure flag; + None if the flag should not be present. + should_fail: True iff the program is expected to fail. + """ + + SetEnvVar(THROW_ON_FAILURE, env_var_value) + + if env_var_value is None: + env_var_value_msg = ' is not set' + else: + env_var_value_msg = '=' + env_var_value + + if flag_value is None: + flag = '' + elif flag_value == '0': + flag = '--%s=0' % THROW_ON_FAILURE + else: + flag = '--%s' % THROW_ON_FAILURE + + command = [EXE_PATH] + if flag: + command.append(flag) + + if should_fail: + should_or_not = 'should' + else: + should_or_not = 'should not' + + failed = not Run(command) + + SetEnvVar(THROW_ON_FAILURE, None) + + msg = ('when %s%s, an assertion failure in "%s" %s cause a non-zero ' + 'exit code.' % + (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command), + should_or_not)) + self.assert_(failed == should_fail, msg) + + def testDefaultBehavior(self): + """Tests the behavior of the default mode.""" + + self.RunAndVerify(env_var_value=None, flag_value=None, should_fail=False) + + def testThrowOnFailureEnvVar(self): + """Tests using the GTEST_THROW_ON_FAILURE environment variable.""" + + self.RunAndVerify(env_var_value='0', + flag_value=None, + should_fail=False) + self.RunAndVerify(env_var_value='1', + flag_value=None, + should_fail=True) + + def testThrowOnFailureFlag(self): + """Tests using the --gtest_throw_on_failure flag.""" + + self.RunAndVerify(env_var_value=None, + flag_value='0', + should_fail=False) + self.RunAndVerify(env_var_value=None, + flag_value='1', + should_fail=True) + + def testThrowOnFailureFlagOverridesEnvVar(self): + """Tests that --gtest_throw_on_failure overrides GTEST_THROW_ON_FAILURE.""" + + self.RunAndVerify(env_var_value='0', + flag_value='0', + should_fail=False) + self.RunAndVerify(env_var_value='0', + flag_value='1', + should_fail=True) + self.RunAndVerify(env_var_value='1', + flag_value='0', + should_fail=False) + self.RunAndVerify(env_var_value='1', + flag_value='1', + should_fail=True) + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_throw_on_failure_test_.cc b/gtest-1.7.0/test/gtest_throw_on_failure_test_.cc new file mode 100644 index 000000000..2b88fe3d9 --- /dev/null +++ b/gtest-1.7.0/test/gtest_throw_on_failure_test_.cc @@ -0,0 +1,72 @@ +// Copyright 2009, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +// Tests Google Test's throw-on-failure mode with exceptions disabled. +// +// This program must be compiled with exceptions disabled. It will be +// invoked by gtest_throw_on_failure_test.py, and is expected to exit +// with non-zero in the throw-on-failure mode or 0 otherwise. + +#include "gtest/gtest.h" + +#include // for fflush, fprintf, NULL, etc. +#include // for exit +#include // for set_terminate + +// This terminate handler aborts the program using exit() rather than abort(). +// This avoids showing pop-ups on Windows systems and core dumps on Unix-like +// ones. +void TerminateHandler() { + fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program."); + fflush(NULL); + exit(1); +} + +int main(int argc, char** argv) { +#if GTEST_HAS_EXCEPTIONS + std::set_terminate(&TerminateHandler); +#endif + testing::InitGoogleTest(&argc, argv); + + // We want to ensure that people can use Google Test assertions in + // other testing frameworks, as long as they initialize Google Test + // properly and set the throw-on-failure mode. Therefore, we don't + // use Google Test's constructs for defining and running tests + // (e.g. TEST and RUN_ALL_TESTS) here. + + // In the throw-on-failure mode with exceptions disabled, this + // assertion will cause the program to exit with a non-zero code. + EXPECT_EQ(2, 3); + + // When not in the throw-on-failure mode, the control will reach + // here. + return 0; +} diff --git a/gtest-1.7.0/test/gtest_uninitialized_test.py b/gtest-1.7.0/test/gtest_uninitialized_test.py new file mode 100755 index 000000000..6ae57eeed --- /dev/null +++ b/gtest-1.7.0/test/gtest_uninitialized_test.py @@ -0,0 +1,70 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Verifies that Google Test warns the user when not initialized properly.""" + +__author__ = 'wan@google.com (Zhanyong Wan)' + +import gtest_test_utils + + +COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') + + +def Assert(condition): + if not condition: + raise AssertionError + + +def AssertEq(expected, actual): + if expected != actual: + print 'Expected: %s' % (expected,) + print ' Actual: %s' % (actual,) + raise AssertionError + + +def TestExitCodeAndOutput(command): + """Runs the given command and verifies its exit code and output.""" + + # Verifies that 'command' exits with code 1. + p = gtest_test_utils.Subprocess(command) + Assert(p.exited) + AssertEq(1, p.exit_code) + Assert('InitGoogleTest' in p.output) + + +class GTestUninitializedTest(gtest_test_utils.TestCase): + def testExitCodeAndOutput(self): + TestExitCodeAndOutput(COMMAND) + + +if __name__ == '__main__': + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_uninitialized_test_.cc b/gtest-1.7.0/test/gtest_uninitialized_test_.cc new file mode 100644 index 000000000..44316987f --- /dev/null +++ b/gtest-1.7.0/test/gtest_uninitialized_test_.cc @@ -0,0 +1,43 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) + +#include "gtest/gtest.h" + +TEST(DummyTest, Dummy) { + // This test doesn't verify anything. We just need it to create a + // realistic stage for testing the behavior of Google Test when + // RUN_ALL_TESTS() is called without testing::InitGoogleTest() being + // called first. +} + +int main() { + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_unittest.cc b/gtest-1.7.0/test/gtest_unittest.cc new file mode 100644 index 000000000..0cab07d15 --- /dev/null +++ b/gtest-1.7.0/test/gtest_unittest.cc @@ -0,0 +1,7415 @@ +// Copyright 2005, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// Tests for Google Test itself. This verifies that the basic constructs of +// Google Test work. + +#include "gtest/gtest.h" + +// Verifies that the command line flag variables can be accessed +// in code once has been #included. +// Do not move it after other #includes. +TEST(CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) { + bool dummy = testing::GTEST_FLAG(also_run_disabled_tests) + || testing::GTEST_FLAG(break_on_failure) + || testing::GTEST_FLAG(catch_exceptions) + || testing::GTEST_FLAG(color) != "unknown" + || testing::GTEST_FLAG(filter) != "unknown" + || testing::GTEST_FLAG(list_tests) + || testing::GTEST_FLAG(output) != "unknown" + || testing::GTEST_FLAG(print_time) + || testing::GTEST_FLAG(random_seed) + || testing::GTEST_FLAG(repeat) > 0 + || testing::GTEST_FLAG(show_internal_stack_frames) + || testing::GTEST_FLAG(shuffle) + || testing::GTEST_FLAG(stack_trace_depth) > 0 + || testing::GTEST_FLAG(stream_result_to) != "unknown" + || testing::GTEST_FLAG(throw_on_failure); + EXPECT_TRUE(dummy || !dummy); // Suppresses warning that dummy is unused. +} + +#include // For INT_MAX. +#include +#include +#include + +#include +#include +#include + +#include "gtest/gtest-spi.h" + +// Indicates that this translation unit is part of Google Test's +// implementation. It must come before gtest-internal-inl.h is +// included, or there will be a compiler error. This trick is to +// prevent a user from accidentally including gtest-internal-inl.h in +// his code. +#define GTEST_IMPLEMENTATION_ 1 +#include "src/gtest-internal-inl.h" +#undef GTEST_IMPLEMENTATION_ + +namespace testing { +namespace internal { + +#if GTEST_CAN_STREAM_RESULTS_ + +class StreamingListenerTest : public Test { + public: + class FakeSocketWriter : public StreamingListener::AbstractSocketWriter { + public: + // Sends a string to the socket. + virtual void Send(const string& message) { output_ += message; } + + string output_; + }; + + StreamingListenerTest() + : fake_sock_writer_(new FakeSocketWriter), + streamer_(fake_sock_writer_), + test_info_obj_("FooTest", "Bar", NULL, NULL, 0, NULL) {} + + protected: + string* output() { return &(fake_sock_writer_->output_); } + + FakeSocketWriter* const fake_sock_writer_; + StreamingListener streamer_; + UnitTest unit_test_; + TestInfo test_info_obj_; // The name test_info_ was taken by testing::Test. +}; + +TEST_F(StreamingListenerTest, OnTestProgramEnd) { + *output() = ""; + streamer_.OnTestProgramEnd(unit_test_); + EXPECT_EQ("event=TestProgramEnd&passed=1\n", *output()); +} + +TEST_F(StreamingListenerTest, OnTestIterationEnd) { + *output() = ""; + streamer_.OnTestIterationEnd(unit_test_, 42); + EXPECT_EQ("event=TestIterationEnd&passed=1&elapsed_time=0ms\n", *output()); +} + +TEST_F(StreamingListenerTest, OnTestCaseStart) { + *output() = ""; + streamer_.OnTestCaseStart(TestCase("FooTest", "Bar", NULL, NULL)); + EXPECT_EQ("event=TestCaseStart&name=FooTest\n", *output()); +} + +TEST_F(StreamingListenerTest, OnTestCaseEnd) { + *output() = ""; + streamer_.OnTestCaseEnd(TestCase("FooTest", "Bar", NULL, NULL)); + EXPECT_EQ("event=TestCaseEnd&passed=1&elapsed_time=0ms\n", *output()); +} + +TEST_F(StreamingListenerTest, OnTestStart) { + *output() = ""; + streamer_.OnTestStart(test_info_obj_); + EXPECT_EQ("event=TestStart&name=Bar\n", *output()); +} + +TEST_F(StreamingListenerTest, OnTestEnd) { + *output() = ""; + streamer_.OnTestEnd(test_info_obj_); + EXPECT_EQ("event=TestEnd&passed=1&elapsed_time=0ms\n", *output()); +} + +TEST_F(StreamingListenerTest, OnTestPartResult) { + *output() = ""; + streamer_.OnTestPartResult(TestPartResult( + TestPartResult::kFatalFailure, "foo.cc", 42, "failed=\n&%")); + + // Meta characters in the failure message should be properly escaped. + EXPECT_EQ( + "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n", + *output()); +} + +#endif // GTEST_CAN_STREAM_RESULTS_ + +// Provides access to otherwise private parts of the TestEventListeners class +// that are needed to test it. +class TestEventListenersAccessor { + public: + static TestEventListener* GetRepeater(TestEventListeners* listeners) { + return listeners->repeater(); + } + + static void SetDefaultResultPrinter(TestEventListeners* listeners, + TestEventListener* listener) { + listeners->SetDefaultResultPrinter(listener); + } + static void SetDefaultXmlGenerator(TestEventListeners* listeners, + TestEventListener* listener) { + listeners->SetDefaultXmlGenerator(listener); + } + + static bool EventForwardingEnabled(const TestEventListeners& listeners) { + return listeners.EventForwardingEnabled(); + } + + static void SuppressEventForwarding(TestEventListeners* listeners) { + listeners->SuppressEventForwarding(); + } +}; + +class UnitTestRecordPropertyTestHelper : public Test { + protected: + UnitTestRecordPropertyTestHelper() {} + + // Forwards to UnitTest::RecordProperty() to bypass access controls. + void UnitTestRecordProperty(const char* key, const std::string& value) { + unit_test_.RecordProperty(key, value); + } + + UnitTest unit_test_; +}; + +} // namespace internal +} // namespace testing + +using testing::AssertionFailure; +using testing::AssertionResult; +using testing::AssertionSuccess; +using testing::DoubleLE; +using testing::EmptyTestEventListener; +using testing::Environment; +using testing::FloatLE; +using testing::GTEST_FLAG(also_run_disabled_tests); +using testing::GTEST_FLAG(break_on_failure); +using testing::GTEST_FLAG(catch_exceptions); +using testing::GTEST_FLAG(color); +using testing::GTEST_FLAG(death_test_use_fork); +using testing::GTEST_FLAG(filter); +using testing::GTEST_FLAG(list_tests); +using testing::GTEST_FLAG(output); +using testing::GTEST_FLAG(print_time); +using testing::GTEST_FLAG(random_seed); +using testing::GTEST_FLAG(repeat); +using testing::GTEST_FLAG(show_internal_stack_frames); +using testing::GTEST_FLAG(shuffle); +using testing::GTEST_FLAG(stack_trace_depth); +using testing::GTEST_FLAG(stream_result_to); +using testing::GTEST_FLAG(throw_on_failure); +using testing::IsNotSubstring; +using testing::IsSubstring; +using testing::Message; +using testing::ScopedFakeTestPartResultReporter; +using testing::StaticAssertTypeEq; +using testing::Test; +using testing::TestCase; +using testing::TestEventListeners; +using testing::TestInfo; +using testing::TestPartResult; +using testing::TestPartResultArray; +using testing::TestProperty; +using testing::TestResult; +using testing::TimeInMillis; +using testing::UnitTest; +using testing::kMaxStackTraceDepth; +using testing::internal::AddReference; +using testing::internal::AlwaysFalse; +using testing::internal::AlwaysTrue; +using testing::internal::AppendUserMessage; +using testing::internal::ArrayAwareFind; +using testing::internal::ArrayEq; +using testing::internal::CodePointToUtf8; +using testing::internal::CompileAssertTypesEqual; +using testing::internal::CopyArray; +using testing::internal::CountIf; +using testing::internal::EqFailure; +using testing::internal::FloatingPoint; +using testing::internal::ForEach; +using testing::internal::FormatEpochTimeInMillisAsIso8601; +using testing::internal::FormatTimeInMillisAsSeconds; +using testing::internal::GTestFlagSaver; +using testing::internal::GetCurrentOsStackTraceExceptTop; +using testing::internal::GetElementOr; +using testing::internal::GetNextRandomSeed; +using testing::internal::GetRandomSeedFromFlag; +using testing::internal::GetTestTypeId; +using testing::internal::GetTimeInMillis; +using testing::internal::GetTypeId; +using testing::internal::GetUnitTestImpl; +using testing::internal::ImplicitlyConvertible; +using testing::internal::Int32; +using testing::internal::Int32FromEnvOrDie; +using testing::internal::IsAProtocolMessage; +using testing::internal::IsContainer; +using testing::internal::IsContainerTest; +using testing::internal::IsNotContainer; +using testing::internal::NativeArray; +using testing::internal::ParseInt32Flag; +using testing::internal::RemoveConst; +using testing::internal::RemoveReference; +using testing::internal::ShouldRunTestOnShard; +using testing::internal::ShouldShard; +using testing::internal::ShouldUseColor; +using testing::internal::Shuffle; +using testing::internal::ShuffleRange; +using testing::internal::SkipPrefix; +using testing::internal::StreamableToString; +using testing::internal::String; +using testing::internal::TestEventListenersAccessor; +using testing::internal::TestResultAccessor; +using testing::internal::UInt32; +using testing::internal::WideStringToUtf8; +using testing::internal::kCopy; +using testing::internal::kMaxRandomSeed; +using testing::internal::kReference; +using testing::internal::kTestTypeIdInGoogleTest; +using testing::internal::scoped_ptr; + +#if GTEST_HAS_STREAM_REDIRECTION +using testing::internal::CaptureStdout; +using testing::internal::GetCapturedStdout; +#endif + +#if GTEST_IS_THREADSAFE +using testing::internal::ThreadWithParam; +#endif + +class TestingVector : public std::vector { +}; + +::std::ostream& operator<<(::std::ostream& os, + const TestingVector& vector) { + os << "{ "; + for (size_t i = 0; i < vector.size(); i++) { + os << vector[i] << " "; + } + os << "}"; + return os; +} + +// This line tests that we can define tests in an unnamed namespace. +namespace { + +TEST(GetRandomSeedFromFlagTest, HandlesZero) { + const int seed = GetRandomSeedFromFlag(0); + EXPECT_LE(1, seed); + EXPECT_LE(seed, static_cast(kMaxRandomSeed)); +} + +TEST(GetRandomSeedFromFlagTest, PreservesValidSeed) { + EXPECT_EQ(1, GetRandomSeedFromFlag(1)); + EXPECT_EQ(2, GetRandomSeedFromFlag(2)); + EXPECT_EQ(kMaxRandomSeed - 1, GetRandomSeedFromFlag(kMaxRandomSeed - 1)); + EXPECT_EQ(static_cast(kMaxRandomSeed), + GetRandomSeedFromFlag(kMaxRandomSeed)); +} + +TEST(GetRandomSeedFromFlagTest, NormalizesInvalidSeed) { + const int seed1 = GetRandomSeedFromFlag(-1); + EXPECT_LE(1, seed1); + EXPECT_LE(seed1, static_cast(kMaxRandomSeed)); + + const int seed2 = GetRandomSeedFromFlag(kMaxRandomSeed + 1); + EXPECT_LE(1, seed2); + EXPECT_LE(seed2, static_cast(kMaxRandomSeed)); +} + +TEST(GetNextRandomSeedTest, WorksForValidInput) { + EXPECT_EQ(2, GetNextRandomSeed(1)); + EXPECT_EQ(3, GetNextRandomSeed(2)); + EXPECT_EQ(static_cast(kMaxRandomSeed), + GetNextRandomSeed(kMaxRandomSeed - 1)); + EXPECT_EQ(1, GetNextRandomSeed(kMaxRandomSeed)); + + // We deliberately don't test GetNextRandomSeed() with invalid + // inputs, as that requires death tests, which are expensive. This + // is fine as GetNextRandomSeed() is internal and has a + // straightforward definition. +} + +static void ClearCurrentTestPartResults() { + TestResultAccessor::ClearTestPartResults( + GetUnitTestImpl()->current_test_result()); +} + +// Tests GetTypeId. + +TEST(GetTypeIdTest, ReturnsSameValueForSameType) { + EXPECT_EQ(GetTypeId(), GetTypeId()); + EXPECT_EQ(GetTypeId(), GetTypeId()); +} + +class SubClassOfTest : public Test {}; +class AnotherSubClassOfTest : public Test {}; + +TEST(GetTypeIdTest, ReturnsDifferentValuesForDifferentTypes) { + EXPECT_NE(GetTypeId(), GetTypeId()); + EXPECT_NE(GetTypeId(), GetTypeId()); + EXPECT_NE(GetTypeId(), GetTestTypeId()); + EXPECT_NE(GetTypeId(), GetTestTypeId()); + EXPECT_NE(GetTypeId(), GetTestTypeId()); + EXPECT_NE(GetTypeId(), GetTypeId()); +} + +// Verifies that GetTestTypeId() returns the same value, no matter it +// is called from inside Google Test or outside of it. +TEST(GetTestTypeIdTest, ReturnsTheSameValueInsideOrOutsideOfGoogleTest) { + EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); +} + +// Tests FormatTimeInMillisAsSeconds(). + +TEST(FormatTimeInMillisAsSecondsTest, FormatsZero) { + EXPECT_EQ("0", FormatTimeInMillisAsSeconds(0)); +} + +TEST(FormatTimeInMillisAsSecondsTest, FormatsPositiveNumber) { + EXPECT_EQ("0.003", FormatTimeInMillisAsSeconds(3)); + EXPECT_EQ("0.01", FormatTimeInMillisAsSeconds(10)); + EXPECT_EQ("0.2", FormatTimeInMillisAsSeconds(200)); + EXPECT_EQ("1.2", FormatTimeInMillisAsSeconds(1200)); + EXPECT_EQ("3", FormatTimeInMillisAsSeconds(3000)); +} + +TEST(FormatTimeInMillisAsSecondsTest, FormatsNegativeNumber) { + EXPECT_EQ("-0.003", FormatTimeInMillisAsSeconds(-3)); + EXPECT_EQ("-0.01", FormatTimeInMillisAsSeconds(-10)); + EXPECT_EQ("-0.2", FormatTimeInMillisAsSeconds(-200)); + EXPECT_EQ("-1.2", FormatTimeInMillisAsSeconds(-1200)); + EXPECT_EQ("-3", FormatTimeInMillisAsSeconds(-3000)); +} + +// Tests FormatEpochTimeInMillisAsIso8601(). The correctness of conversion +// for particular dates below was verified in Python using +// datetime.datetime.fromutctimestamp(/1000). + +// FormatEpochTimeInMillisAsIso8601 depends on the current timezone, so we +// have to set up a particular timezone to obtain predictable results. +class FormatEpochTimeInMillisAsIso8601Test : public Test { + public: + // On Cygwin, GCC doesn't allow unqualified integer literals to exceed + // 32 bits, even when 64-bit integer types are available. We have to + // force the constants to have a 64-bit type here. + static const TimeInMillis kMillisPerSec = 1000; + + private: + virtual void SetUp() { + saved_tz_ = NULL; +#if _MSC_VER +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4996) // Temporarily disables warning 4996 + // (function or variable may be unsafe + // for getenv, function is deprecated for + // strdup). + if (getenv("TZ")) + saved_tz_ = strdup(getenv("TZ")); +# pragma warning(pop) // Restores the warning state again. +#else + if (getenv("TZ")) + saved_tz_ = strdup(getenv("TZ")); +#endif + + // Set up the time zone for FormatEpochTimeInMillisAsIso8601 to use. We + // cannot use the local time zone because the function's output depends + // on the time zone. + SetTimeZone("UTC+00"); + } + + virtual void TearDown() { + SetTimeZone(saved_tz_); + free(const_cast(saved_tz_)); + saved_tz_ = NULL; + } + + static void SetTimeZone(const char* time_zone) { + // tzset() distinguishes between the TZ variable being present and empty + // and not being present, so we have to consider the case of time_zone + // being NULL. +#if _MSC_VER + // ...Unless it's MSVC, whose standard library's _putenv doesn't + // distinguish between an empty and a missing variable. + const std::string env_var = + std::string("TZ=") + (time_zone ? time_zone : ""); + _putenv(env_var.c_str()); +# pragma warning(push) // Saves the current warning state. +# pragma warning(disable:4996) // Temporarily disables warning 4996 + // (function is deprecated). + tzset(); +# pragma warning(pop) // Restores the warning state again. +#else + if (time_zone) { + setenv(("TZ"), time_zone, 1); + } else { + unsetenv("TZ"); + } + tzset(); +#endif + } + + const char* saved_tz_; +}; + +const TimeInMillis FormatEpochTimeInMillisAsIso8601Test::kMillisPerSec; + +TEST_F(FormatEpochTimeInMillisAsIso8601Test, PrintsTwoDigitSegments) { + EXPECT_EQ("2011-10-31T18:52:42", + FormatEpochTimeInMillisAsIso8601(1320087162 * kMillisPerSec)); +} + +TEST_F(FormatEpochTimeInMillisAsIso8601Test, MillisecondsDoNotAffectResult) { + EXPECT_EQ( + "2011-10-31T18:52:42", + FormatEpochTimeInMillisAsIso8601(1320087162 * kMillisPerSec + 234)); +} + +TEST_F(FormatEpochTimeInMillisAsIso8601Test, PrintsLeadingZeroes) { + EXPECT_EQ("2011-09-03T05:07:02", + FormatEpochTimeInMillisAsIso8601(1315026422 * kMillisPerSec)); +} + +TEST_F(FormatEpochTimeInMillisAsIso8601Test, Prints24HourTime) { + EXPECT_EQ("2011-09-28T17:08:22", + FormatEpochTimeInMillisAsIso8601(1317229702 * kMillisPerSec)); +} + +TEST_F(FormatEpochTimeInMillisAsIso8601Test, PrintsEpochStart) { + EXPECT_EQ("1970-01-01T00:00:00", FormatEpochTimeInMillisAsIso8601(0)); +} + +#if GTEST_CAN_COMPARE_NULL + +# ifdef __BORLANDC__ +// Silences warnings: "Condition is always true", "Unreachable code" +# pragma option push -w-ccc -w-rch +# endif + +// Tests that GTEST_IS_NULL_LITERAL_(x) is true when x is a null +// pointer literal. +TEST(NullLiteralTest, IsTrueForNullLiterals) { + EXPECT_TRUE(GTEST_IS_NULL_LITERAL_(NULL)); + EXPECT_TRUE(GTEST_IS_NULL_LITERAL_(0)); + EXPECT_TRUE(GTEST_IS_NULL_LITERAL_(0U)); + EXPECT_TRUE(GTEST_IS_NULL_LITERAL_(0L)); +} + +// Tests that GTEST_IS_NULL_LITERAL_(x) is false when x is not a null +// pointer literal. +TEST(NullLiteralTest, IsFalseForNonNullLiterals) { + EXPECT_FALSE(GTEST_IS_NULL_LITERAL_(1)); + EXPECT_FALSE(GTEST_IS_NULL_LITERAL_(0.0)); + EXPECT_FALSE(GTEST_IS_NULL_LITERAL_('a')); + EXPECT_FALSE(GTEST_IS_NULL_LITERAL_(static_cast(NULL))); +} + +# ifdef __BORLANDC__ +// Restores warnings after previous "#pragma option push" suppressed them. +# pragma option pop +# endif + +#endif // GTEST_CAN_COMPARE_NULL +// +// Tests CodePointToUtf8(). + +// Tests that the NUL character L'\0' is encoded correctly. +TEST(CodePointToUtf8Test, CanEncodeNul) { + EXPECT_EQ("", CodePointToUtf8(L'\0')); +} + +// Tests that ASCII characters are encoded correctly. +TEST(CodePointToUtf8Test, CanEncodeAscii) { + EXPECT_EQ("a", CodePointToUtf8(L'a')); + EXPECT_EQ("Z", CodePointToUtf8(L'Z')); + EXPECT_EQ("&", CodePointToUtf8(L'&')); + EXPECT_EQ("\x7F", CodePointToUtf8(L'\x7F')); +} + +// Tests that Unicode code-points that have 8 to 11 bits are encoded +// as 110xxxxx 10xxxxxx. +TEST(CodePointToUtf8Test, CanEncode8To11Bits) { + // 000 1101 0011 => 110-00011 10-010011 + EXPECT_EQ("\xC3\x93", CodePointToUtf8(L'\xD3')); + + // 101 0111 0110 => 110-10101 10-110110 + // Some compilers (e.g., GCC on MinGW) cannot handle non-ASCII codepoints + // in wide strings and wide chars. In order to accomodate them, we have to + // introduce such character constants as integers. + EXPECT_EQ("\xD5\xB6", + CodePointToUtf8(static_cast(0x576))); +} + +// Tests that Unicode code-points that have 12 to 16 bits are encoded +// as 1110xxxx 10xxxxxx 10xxxxxx. +TEST(CodePointToUtf8Test, CanEncode12To16Bits) { + // 0000 1000 1101 0011 => 1110-0000 10-100011 10-010011 + EXPECT_EQ("\xE0\xA3\x93", + CodePointToUtf8(static_cast(0x8D3))); + + // 1100 0111 0100 1101 => 1110-1100 10-011101 10-001101 + EXPECT_EQ("\xEC\x9D\x8D", + CodePointToUtf8(static_cast(0xC74D))); +} + +#if !GTEST_WIDE_STRING_USES_UTF16_ +// Tests in this group require a wchar_t to hold > 16 bits, and thus +// are skipped on Windows, Cygwin, and Symbian, where a wchar_t is +// 16-bit wide. This code may not compile on those systems. + +// Tests that Unicode code-points that have 17 to 21 bits are encoded +// as 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx. +TEST(CodePointToUtf8Test, CanEncode17To21Bits) { + // 0 0001 0000 1000 1101 0011 => 11110-000 10-010000 10-100011 10-010011 + EXPECT_EQ("\xF0\x90\xA3\x93", CodePointToUtf8(L'\x108D3')); + + // 0 0001 0000 0100 0000 0000 => 11110-000 10-010000 10-010000 10-000000 + EXPECT_EQ("\xF0\x90\x90\x80", CodePointToUtf8(L'\x10400')); + + // 1 0000 1000 0110 0011 0100 => 11110-100 10-001000 10-011000 10-110100 + EXPECT_EQ("\xF4\x88\x98\xB4", CodePointToUtf8(L'\x108634')); +} + +// Tests that encoding an invalid code-point generates the expected result. +TEST(CodePointToUtf8Test, CanEncodeInvalidCodePoint) { + EXPECT_EQ("(Invalid Unicode 0x1234ABCD)", CodePointToUtf8(L'\x1234ABCD')); +} + +#endif // !GTEST_WIDE_STRING_USES_UTF16_ + +// Tests WideStringToUtf8(). + +// Tests that the NUL character L'\0' is encoded correctly. +TEST(WideStringToUtf8Test, CanEncodeNul) { + EXPECT_STREQ("", WideStringToUtf8(L"", 0).c_str()); + EXPECT_STREQ("", WideStringToUtf8(L"", -1).c_str()); +} + +// Tests that ASCII strings are encoded correctly. +TEST(WideStringToUtf8Test, CanEncodeAscii) { + EXPECT_STREQ("a", WideStringToUtf8(L"a", 1).c_str()); + EXPECT_STREQ("ab", WideStringToUtf8(L"ab", 2).c_str()); + EXPECT_STREQ("a", WideStringToUtf8(L"a", -1).c_str()); + EXPECT_STREQ("ab", WideStringToUtf8(L"ab", -1).c_str()); +} + +// Tests that Unicode code-points that have 8 to 11 bits are encoded +// as 110xxxxx 10xxxxxx. +TEST(WideStringToUtf8Test, CanEncode8To11Bits) { + // 000 1101 0011 => 110-00011 10-010011 + EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", 1).c_str()); + EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", -1).c_str()); + + // 101 0111 0110 => 110-10101 10-110110 + const wchar_t s[] = { 0x576, '\0' }; + EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(s, 1).c_str()); + EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(s, -1).c_str()); +} + +// Tests that Unicode code-points that have 12 to 16 bits are encoded +// as 1110xxxx 10xxxxxx 10xxxxxx. +TEST(WideStringToUtf8Test, CanEncode12To16Bits) { + // 0000 1000 1101 0011 => 1110-0000 10-100011 10-010011 + const wchar_t s1[] = { 0x8D3, '\0' }; + EXPECT_STREQ("\xE0\xA3\x93", WideStringToUtf8(s1, 1).c_str()); + EXPECT_STREQ("\xE0\xA3\x93", WideStringToUtf8(s1, -1).c_str()); + + // 1100 0111 0100 1101 => 1110-1100 10-011101 10-001101 + const wchar_t s2[] = { 0xC74D, '\0' }; + EXPECT_STREQ("\xEC\x9D\x8D", WideStringToUtf8(s2, 1).c_str()); + EXPECT_STREQ("\xEC\x9D\x8D", WideStringToUtf8(s2, -1).c_str()); +} + +// Tests that the conversion stops when the function encounters \0 character. +TEST(WideStringToUtf8Test, StopsOnNulCharacter) { + EXPECT_STREQ("ABC", WideStringToUtf8(L"ABC\0XYZ", 100).c_str()); +} + +// Tests that the conversion stops when the function reaches the limit +// specified by the 'length' parameter. +TEST(WideStringToUtf8Test, StopsWhenLengthLimitReached) { + EXPECT_STREQ("ABC", WideStringToUtf8(L"ABCDEF", 3).c_str()); +} + +#if !GTEST_WIDE_STRING_USES_UTF16_ +// Tests that Unicode code-points that have 17 to 21 bits are encoded +// as 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx. This code may not compile +// on the systems using UTF-16 encoding. +TEST(WideStringToUtf8Test, CanEncode17To21Bits) { + // 0 0001 0000 1000 1101 0011 => 11110-000 10-010000 10-100011 10-010011 + EXPECT_STREQ("\xF0\x90\xA3\x93", WideStringToUtf8(L"\x108D3", 1).c_str()); + EXPECT_STREQ("\xF0\x90\xA3\x93", WideStringToUtf8(L"\x108D3", -1).c_str()); + + // 1 0000 1000 0110 0011 0100 => 11110-100 10-001000 10-011000 10-110100 + EXPECT_STREQ("\xF4\x88\x98\xB4", WideStringToUtf8(L"\x108634", 1).c_str()); + EXPECT_STREQ("\xF4\x88\x98\xB4", WideStringToUtf8(L"\x108634", -1).c_str()); +} + +// Tests that encoding an invalid code-point generates the expected result. +TEST(WideStringToUtf8Test, CanEncodeInvalidCodePoint) { + EXPECT_STREQ("(Invalid Unicode 0xABCDFF)", + WideStringToUtf8(L"\xABCDFF", -1).c_str()); +} +#else // !GTEST_WIDE_STRING_USES_UTF16_ +// Tests that surrogate pairs are encoded correctly on the systems using +// UTF-16 encoding in the wide strings. +TEST(WideStringToUtf8Test, CanEncodeValidUtf16SUrrogatePairs) { + const wchar_t s[] = { 0xD801, 0xDC00, '\0' }; + EXPECT_STREQ("\xF0\x90\x90\x80", WideStringToUtf8(s, -1).c_str()); +} + +// Tests that encoding an invalid UTF-16 surrogate pair +// generates the expected result. +TEST(WideStringToUtf8Test, CanEncodeInvalidUtf16SurrogatePair) { + // Leading surrogate is at the end of the string. + const wchar_t s1[] = { 0xD800, '\0' }; + EXPECT_STREQ("\xED\xA0\x80", WideStringToUtf8(s1, -1).c_str()); + // Leading surrogate is not followed by the trailing surrogate. + const wchar_t s2[] = { 0xD800, 'M', '\0' }; + EXPECT_STREQ("\xED\xA0\x80M", WideStringToUtf8(s2, -1).c_str()); + // Trailing surrogate appearas without a leading surrogate. + const wchar_t s3[] = { 0xDC00, 'P', 'Q', 'R', '\0' }; + EXPECT_STREQ("\xED\xB0\x80PQR", WideStringToUtf8(s3, -1).c_str()); +} +#endif // !GTEST_WIDE_STRING_USES_UTF16_ + +// Tests that codepoint concatenation works correctly. +#if !GTEST_WIDE_STRING_USES_UTF16_ +TEST(WideStringToUtf8Test, ConcatenatesCodepointsCorrectly) { + const wchar_t s[] = { 0x108634, 0xC74D, '\n', 0x576, 0x8D3, 0x108634, '\0'}; + EXPECT_STREQ( + "\xF4\x88\x98\xB4" + "\xEC\x9D\x8D" + "\n" + "\xD5\xB6" + "\xE0\xA3\x93" + "\xF4\x88\x98\xB4", + WideStringToUtf8(s, -1).c_str()); +} +#else +TEST(WideStringToUtf8Test, ConcatenatesCodepointsCorrectly) { + const wchar_t s[] = { 0xC74D, '\n', 0x576, 0x8D3, '\0'}; + EXPECT_STREQ( + "\xEC\x9D\x8D" "\n" "\xD5\xB6" "\xE0\xA3\x93", + WideStringToUtf8(s, -1).c_str()); +} +#endif // !GTEST_WIDE_STRING_USES_UTF16_ + +// Tests the Random class. + +TEST(RandomDeathTest, GeneratesCrashesOnInvalidRange) { + testing::internal::Random random(42); + EXPECT_DEATH_IF_SUPPORTED( + random.Generate(0), + "Cannot generate a number in the range \\[0, 0\\)"); + EXPECT_DEATH_IF_SUPPORTED( + random.Generate(testing::internal::Random::kMaxRange + 1), + "Generation of a number in \\[0, 2147483649\\) was requested, " + "but this can only generate numbers in \\[0, 2147483648\\)"); +} + +TEST(RandomTest, GeneratesNumbersWithinRange) { + const UInt32 kRange = 10000; + testing::internal::Random random(12345); + for (int i = 0; i < 10; i++) { + EXPECT_LT(random.Generate(kRange), kRange) << " for iteration " << i; + } + + testing::internal::Random random2(testing::internal::Random::kMaxRange); + for (int i = 0; i < 10; i++) { + EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i; + } +} + +TEST(RandomTest, RepeatsWhenReseeded) { + const int kSeed = 123; + const int kArraySize = 10; + const UInt32 kRange = 10000; + UInt32 values[kArraySize]; + + testing::internal::Random random(kSeed); + for (int i = 0; i < kArraySize; i++) { + values[i] = random.Generate(kRange); + } + + random.Reseed(kSeed); + for (int i = 0; i < kArraySize; i++) { + EXPECT_EQ(values[i], random.Generate(kRange)) << " for iteration " << i; + } +} + +// Tests STL container utilities. + +// Tests CountIf(). + +static bool IsPositive(int n) { return n > 0; } + +TEST(ContainerUtilityTest, CountIf) { + std::vector v; + EXPECT_EQ(0, CountIf(v, IsPositive)); // Works for an empty container. + + v.push_back(-1); + v.push_back(0); + EXPECT_EQ(0, CountIf(v, IsPositive)); // Works when no value satisfies. + + v.push_back(2); + v.push_back(-10); + v.push_back(10); + EXPECT_EQ(2, CountIf(v, IsPositive)); +} + +// Tests ForEach(). + +static int g_sum = 0; +static void Accumulate(int n) { g_sum += n; } + +TEST(ContainerUtilityTest, ForEach) { + std::vector v; + g_sum = 0; + ForEach(v, Accumulate); + EXPECT_EQ(0, g_sum); // Works for an empty container; + + g_sum = 0; + v.push_back(1); + ForEach(v, Accumulate); + EXPECT_EQ(1, g_sum); // Works for a container with one element. + + g_sum = 0; + v.push_back(20); + v.push_back(300); + ForEach(v, Accumulate); + EXPECT_EQ(321, g_sum); +} + +// Tests GetElementOr(). +TEST(ContainerUtilityTest, GetElementOr) { + std::vector a; + EXPECT_EQ('x', GetElementOr(a, 0, 'x')); + + a.push_back('a'); + a.push_back('b'); + EXPECT_EQ('a', GetElementOr(a, 0, 'x')); + EXPECT_EQ('b', GetElementOr(a, 1, 'x')); + EXPECT_EQ('x', GetElementOr(a, -2, 'x')); + EXPECT_EQ('x', GetElementOr(a, 2, 'x')); +} + +TEST(ContainerUtilityDeathTest, ShuffleRange) { + std::vector a; + a.push_back(0); + a.push_back(1); + a.push_back(2); + testing::internal::Random random(1); + + EXPECT_DEATH_IF_SUPPORTED( + ShuffleRange(&random, -1, 1, &a), + "Invalid shuffle range start -1: must be in range \\[0, 3\\]"); + EXPECT_DEATH_IF_SUPPORTED( + ShuffleRange(&random, 4, 4, &a), + "Invalid shuffle range start 4: must be in range \\[0, 3\\]"); + EXPECT_DEATH_IF_SUPPORTED( + ShuffleRange(&random, 3, 2, &a), + "Invalid shuffle range finish 2: must be in range \\[3, 3\\]"); + EXPECT_DEATH_IF_SUPPORTED( + ShuffleRange(&random, 3, 4, &a), + "Invalid shuffle range finish 4: must be in range \\[3, 3\\]"); +} + +class VectorShuffleTest : public Test { + protected: + static const int kVectorSize = 20; + + VectorShuffleTest() : random_(1) { + for (int i = 0; i < kVectorSize; i++) { + vector_.push_back(i); + } + } + + static bool VectorIsCorrupt(const TestingVector& vector) { + if (kVectorSize != static_cast(vector.size())) { + return true; + } + + bool found_in_vector[kVectorSize] = { false }; + for (size_t i = 0; i < vector.size(); i++) { + const int e = vector[i]; + if (e < 0 || e >= kVectorSize || found_in_vector[e]) { + return true; + } + found_in_vector[e] = true; + } + + // Vector size is correct, elements' range is correct, no + // duplicate elements. Therefore no corruption has occurred. + return false; + } + + static bool VectorIsNotCorrupt(const TestingVector& vector) { + return !VectorIsCorrupt(vector); + } + + static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { + for (int i = begin; i < end; i++) { + if (i != vector[i]) { + return true; + } + } + return false; + } + + static bool RangeIsUnshuffled( + const TestingVector& vector, int begin, int end) { + return !RangeIsShuffled(vector, begin, end); + } + + static bool VectorIsShuffled(const TestingVector& vector) { + return RangeIsShuffled(vector, 0, static_cast(vector.size())); + } + + static bool VectorIsUnshuffled(const TestingVector& vector) { + return !VectorIsShuffled(vector); + } + + testing::internal::Random random_; + TestingVector vector_; +}; // class VectorShuffleTest + +const int VectorShuffleTest::kVectorSize; + +TEST_F(VectorShuffleTest, HandlesEmptyRange) { + // Tests an empty range at the beginning... + ShuffleRange(&random_, 0, 0, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); + + // ...in the middle... + ShuffleRange(&random_, kVectorSize/2, kVectorSize/2, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); + + // ...at the end... + ShuffleRange(&random_, kVectorSize - 1, kVectorSize - 1, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); + + // ...and past the end. + ShuffleRange(&random_, kVectorSize, kVectorSize, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); +} + +TEST_F(VectorShuffleTest, HandlesRangeOfSizeOne) { + // Tests a size one range at the beginning... + ShuffleRange(&random_, 0, 1, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); + + // ...in the middle... + ShuffleRange(&random_, kVectorSize/2, kVectorSize/2 + 1, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); + + // ...and at the end. + ShuffleRange(&random_, kVectorSize - 1, kVectorSize, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsUnshuffled, vector_); +} + +// Because we use our own random number generator and a fixed seed, +// we can guarantee that the following "random" tests will succeed. + +TEST_F(VectorShuffleTest, ShufflesEntireVector) { + Shuffle(&random_, &vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + EXPECT_FALSE(VectorIsUnshuffled(vector_)) << vector_; + + // Tests the first and last elements in particular to ensure that + // there are no off-by-one problems in our shuffle algorithm. + EXPECT_NE(0, vector_[0]); + EXPECT_NE(kVectorSize - 1, vector_[kVectorSize - 1]); +} + +TEST_F(VectorShuffleTest, ShufflesStartOfVector) { + const int kRangeSize = kVectorSize/2; + + ShuffleRange(&random_, 0, kRangeSize, &vector_); + + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + EXPECT_PRED3(RangeIsShuffled, vector_, 0, kRangeSize); + EXPECT_PRED3(RangeIsUnshuffled, vector_, kRangeSize, kVectorSize); +} + +TEST_F(VectorShuffleTest, ShufflesEndOfVector) { + const int kRangeSize = kVectorSize / 2; + ShuffleRange(&random_, kRangeSize, kVectorSize, &vector_); + + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + EXPECT_PRED3(RangeIsUnshuffled, vector_, 0, kRangeSize); + EXPECT_PRED3(RangeIsShuffled, vector_, kRangeSize, kVectorSize); +} + +TEST_F(VectorShuffleTest, ShufflesMiddleOfVector) { + int kRangeSize = kVectorSize/3; + ShuffleRange(&random_, kRangeSize, 2*kRangeSize, &vector_); + + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + EXPECT_PRED3(RangeIsUnshuffled, vector_, 0, kRangeSize); + EXPECT_PRED3(RangeIsShuffled, vector_, kRangeSize, 2*kRangeSize); + EXPECT_PRED3(RangeIsUnshuffled, vector_, 2*kRangeSize, kVectorSize); +} + +TEST_F(VectorShuffleTest, ShufflesRepeatably) { + TestingVector vector2; + for (int i = 0; i < kVectorSize; i++) { + vector2.push_back(i); + } + + random_.Reseed(1234); + Shuffle(&random_, &vector_); + random_.Reseed(1234); + Shuffle(&random_, &vector2); + + ASSERT_PRED1(VectorIsNotCorrupt, vector_); + ASSERT_PRED1(VectorIsNotCorrupt, vector2); + + for (int i = 0; i < kVectorSize; i++) { + EXPECT_EQ(vector_[i], vector2[i]) << " where i is " << i; + } +} + +// Tests the size of the AssertHelper class. + +TEST(AssertHelperTest, AssertHelperIsSmall) { + // To avoid breaking clients that use lots of assertions in one + // function, we cannot grow the size of AssertHelper. + EXPECT_LE(sizeof(testing::internal::AssertHelper), sizeof(void*)); +} + +// Tests String::EndsWithCaseInsensitive(). +TEST(StringTest, EndsWithCaseInsensitive) { + EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "BAR")); + EXPECT_TRUE(String::EndsWithCaseInsensitive("foobaR", "bar")); + EXPECT_TRUE(String::EndsWithCaseInsensitive("foobar", "")); + EXPECT_TRUE(String::EndsWithCaseInsensitive("", "")); + + EXPECT_FALSE(String::EndsWithCaseInsensitive("Foobar", "foo")); + EXPECT_FALSE(String::EndsWithCaseInsensitive("foobar", "Foo")); + EXPECT_FALSE(String::EndsWithCaseInsensitive("", "foo")); +} + +// C++Builder's preprocessor is buggy; it fails to expand macros that +// appear in macro parameters after wide char literals. Provide an alias +// for NULL as a workaround. +static const wchar_t* const kNull = NULL; + +// Tests String::CaseInsensitiveWideCStringEquals +TEST(StringTest, CaseInsensitiveWideCStringEquals) { + EXPECT_TRUE(String::CaseInsensitiveWideCStringEquals(NULL, NULL)); + EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"")); + EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"", kNull)); + EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(kNull, L"foobar")); + EXPECT_FALSE(String::CaseInsensitiveWideCStringEquals(L"foobar", kNull)); + EXPECT_TRUE(String::CaseInsensitiveWideCStringEquals(L"foobar", L"foobar")); + EXPECT_TRUE(String::CaseInsensitiveWideCStringEquals(L"foobar", L"FOOBAR")); + EXPECT_TRUE(String::CaseInsensitiveWideCStringEquals(L"FOOBAR", L"foobar")); +} + +#if GTEST_OS_WINDOWS + +// Tests String::ShowWideCString(). +TEST(StringTest, ShowWideCString) { + EXPECT_STREQ("(null)", + String::ShowWideCString(NULL).c_str()); + EXPECT_STREQ("", String::ShowWideCString(L"").c_str()); + EXPECT_STREQ("foo", String::ShowWideCString(L"foo").c_str()); +} + +# if GTEST_OS_WINDOWS_MOBILE +TEST(StringTest, AnsiAndUtf16Null) { + EXPECT_EQ(NULL, String::AnsiToUtf16(NULL)); + EXPECT_EQ(NULL, String::Utf16ToAnsi(NULL)); +} + +TEST(StringTest, AnsiAndUtf16ConvertBasic) { + const char* ansi = String::Utf16ToAnsi(L"str"); + EXPECT_STREQ("str", ansi); + delete [] ansi; + const WCHAR* utf16 = String::AnsiToUtf16("str"); + EXPECT_EQ(0, wcsncmp(L"str", utf16, 3)); + delete [] utf16; +} + +TEST(StringTest, AnsiAndUtf16ConvertPathChars) { + const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); + EXPECT_STREQ(".:\\ \"*?", ansi); + delete [] ansi; + const WCHAR* utf16 = String::AnsiToUtf16(".:\\ \"*?"); + EXPECT_EQ(0, wcsncmp(L".:\\ \"*?", utf16, 3)); + delete [] utf16; +} +# endif // GTEST_OS_WINDOWS_MOBILE + +#endif // GTEST_OS_WINDOWS + +// Tests TestProperty construction. +TEST(TestPropertyTest, StringValue) { + TestProperty property("key", "1"); + EXPECT_STREQ("key", property.key()); + EXPECT_STREQ("1", property.value()); +} + +// Tests TestProperty replacing a value. +TEST(TestPropertyTest, ReplaceStringValue) { + TestProperty property("key", "1"); + EXPECT_STREQ("1", property.value()); + property.SetValue("2"); + EXPECT_STREQ("2", property.value()); +} + +// AddFatalFailure() and AddNonfatalFailure() must be stand-alone +// functions (i.e. their definitions cannot be inlined at the call +// sites), or C++Builder won't compile the code. +static void AddFatalFailure() { + FAIL() << "Expected fatal failure."; +} + +static void AddNonfatalFailure() { + ADD_FAILURE() << "Expected non-fatal failure."; +} + +class ScopedFakeTestPartResultReporterTest : public Test { + public: // Must be public and not protected due to a bug in g++ 3.4.2. + enum FailureMode { + FATAL_FAILURE, + NONFATAL_FAILURE + }; + static void AddFailure(FailureMode failure) { + if (failure == FATAL_FAILURE) { + AddFatalFailure(); + } else { + AddNonfatalFailure(); + } + } +}; + +// Tests that ScopedFakeTestPartResultReporter intercepts test +// failures. +TEST_F(ScopedFakeTestPartResultReporterTest, InterceptsTestFailures) { + TestPartResultArray results; + { + ScopedFakeTestPartResultReporter reporter( + ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD, + &results); + AddFailure(NONFATAL_FAILURE); + AddFailure(FATAL_FAILURE); + } + + EXPECT_EQ(2, results.size()); + EXPECT_TRUE(results.GetTestPartResult(0).nonfatally_failed()); + EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); +} + +TEST_F(ScopedFakeTestPartResultReporterTest, DeprecatedConstructor) { + TestPartResultArray results; + { + // Tests, that the deprecated constructor still works. + ScopedFakeTestPartResultReporter reporter(&results); + AddFailure(NONFATAL_FAILURE); + } + EXPECT_EQ(1, results.size()); +} + +#if GTEST_IS_THREADSAFE + +class ScopedFakeTestPartResultReporterWithThreadsTest + : public ScopedFakeTestPartResultReporterTest { + protected: + static void AddFailureInOtherThread(FailureMode failure) { + ThreadWithParam thread(&AddFailure, failure, NULL); + thread.Join(); + } +}; + +TEST_F(ScopedFakeTestPartResultReporterWithThreadsTest, + InterceptsTestFailuresInAllThreads) { + TestPartResultArray results; + { + ScopedFakeTestPartResultReporter reporter( + ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results); + AddFailure(NONFATAL_FAILURE); + AddFailure(FATAL_FAILURE); + AddFailureInOtherThread(NONFATAL_FAILURE); + AddFailureInOtherThread(FATAL_FAILURE); + } + + EXPECT_EQ(4, results.size()); + EXPECT_TRUE(results.GetTestPartResult(0).nonfatally_failed()); + EXPECT_TRUE(results.GetTestPartResult(1).fatally_failed()); + EXPECT_TRUE(results.GetTestPartResult(2).nonfatally_failed()); + EXPECT_TRUE(results.GetTestPartResult(3).fatally_failed()); +} + +#endif // GTEST_IS_THREADSAFE + +// Tests EXPECT_FATAL_FAILURE{,ON_ALL_THREADS}. Makes sure that they +// work even if the failure is generated in a called function rather than +// the current context. + +typedef ScopedFakeTestPartResultReporterTest ExpectFatalFailureTest; + +TEST_F(ExpectFatalFailureTest, CatchesFatalFaliure) { + EXPECT_FATAL_FAILURE(AddFatalFailure(), "Expected fatal failure."); +} + +#if GTEST_HAS_GLOBAL_STRING +TEST_F(ExpectFatalFailureTest, AcceptsStringObject) { + EXPECT_FATAL_FAILURE(AddFatalFailure(), ::string("Expected fatal failure.")); +} +#endif + +TEST_F(ExpectFatalFailureTest, AcceptsStdStringObject) { + EXPECT_FATAL_FAILURE(AddFatalFailure(), + ::std::string("Expected fatal failure.")); +} + +TEST_F(ExpectFatalFailureTest, CatchesFatalFailureOnAllThreads) { + // We have another test below to verify that the macro catches fatal + // failures generated on another thread. + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(AddFatalFailure(), + "Expected fatal failure."); +} + +#ifdef __BORLANDC__ +// Silences warnings: "Condition is always true" +# pragma option push -w-ccc +#endif + +// Tests that EXPECT_FATAL_FAILURE() can be used in a non-void +// function even when the statement in it contains ASSERT_*. + +int NonVoidFunction() { + EXPECT_FATAL_FAILURE(ASSERT_TRUE(false), ""); + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); + return 0; +} + +TEST_F(ExpectFatalFailureTest, CanBeUsedInNonVoidFunction) { + NonVoidFunction(); +} + +// Tests that EXPECT_FATAL_FAILURE(statement, ...) doesn't abort the +// current function even though 'statement' generates a fatal failure. + +void DoesNotAbortHelper(bool* aborted) { + EXPECT_FATAL_FAILURE(ASSERT_TRUE(false), ""); + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); + + *aborted = false; +} + +#ifdef __BORLANDC__ +// Restores warnings after previous "#pragma option push" suppressed them. +# pragma option pop +#endif + +TEST_F(ExpectFatalFailureTest, DoesNotAbort) { + bool aborted = true; + DoesNotAbortHelper(&aborted); + EXPECT_FALSE(aborted); +} + +// Tests that the EXPECT_FATAL_FAILURE{,_ON_ALL_THREADS} accepts a +// statement that contains a macro which expands to code containing an +// unprotected comma. + +static int global_var = 0; +#define GTEST_USE_UNPROTECTED_COMMA_ global_var++, global_var++ + +TEST_F(ExpectFatalFailureTest, AcceptsMacroThatExpandsToUnprotectedComma) { +#ifndef __BORLANDC__ + // ICE's in C++Builder. + EXPECT_FATAL_FAILURE({ + GTEST_USE_UNPROTECTED_COMMA_; + AddFatalFailure(); + }, ""); +#endif + + EXPECT_FATAL_FAILURE_ON_ALL_THREADS({ + GTEST_USE_UNPROTECTED_COMMA_; + AddFatalFailure(); + }, ""); +} + +// Tests EXPECT_NONFATAL_FAILURE{,ON_ALL_THREADS}. + +typedef ScopedFakeTestPartResultReporterTest ExpectNonfatalFailureTest; + +TEST_F(ExpectNonfatalFailureTest, CatchesNonfatalFailure) { + EXPECT_NONFATAL_FAILURE(AddNonfatalFailure(), + "Expected non-fatal failure."); +} + +#if GTEST_HAS_GLOBAL_STRING +TEST_F(ExpectNonfatalFailureTest, AcceptsStringObject) { + EXPECT_NONFATAL_FAILURE(AddNonfatalFailure(), + ::string("Expected non-fatal failure.")); +} +#endif + +TEST_F(ExpectNonfatalFailureTest, AcceptsStdStringObject) { + EXPECT_NONFATAL_FAILURE(AddNonfatalFailure(), + ::std::string("Expected non-fatal failure.")); +} + +TEST_F(ExpectNonfatalFailureTest, CatchesNonfatalFailureOnAllThreads) { + // We have another test below to verify that the macro catches + // non-fatal failures generated on another thread. + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(AddNonfatalFailure(), + "Expected non-fatal failure."); +} + +// Tests that the EXPECT_NONFATAL_FAILURE{,_ON_ALL_THREADS} accepts a +// statement that contains a macro which expands to code containing an +// unprotected comma. +TEST_F(ExpectNonfatalFailureTest, AcceptsMacroThatExpandsToUnprotectedComma) { + EXPECT_NONFATAL_FAILURE({ + GTEST_USE_UNPROTECTED_COMMA_; + AddNonfatalFailure(); + }, ""); + + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS({ + GTEST_USE_UNPROTECTED_COMMA_; + AddNonfatalFailure(); + }, ""); +} + +#if GTEST_IS_THREADSAFE + +typedef ScopedFakeTestPartResultReporterWithThreadsTest + ExpectFailureWithThreadsTest; + +TEST_F(ExpectFailureWithThreadsTest, ExpectFatalFailureOnAllThreads) { + EXPECT_FATAL_FAILURE_ON_ALL_THREADS(AddFailureInOtherThread(FATAL_FAILURE), + "Expected fatal failure."); +} + +TEST_F(ExpectFailureWithThreadsTest, ExpectNonFatalFailureOnAllThreads) { + EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS( + AddFailureInOtherThread(NONFATAL_FAILURE), "Expected non-fatal failure."); +} + +#endif // GTEST_IS_THREADSAFE + +// Tests the TestProperty class. + +TEST(TestPropertyTest, ConstructorWorks) { + const TestProperty property("key", "value"); + EXPECT_STREQ("key", property.key()); + EXPECT_STREQ("value", property.value()); +} + +TEST(TestPropertyTest, SetValue) { + TestProperty property("key", "value_1"); + EXPECT_STREQ("key", property.key()); + property.SetValue("value_2"); + EXPECT_STREQ("key", property.key()); + EXPECT_STREQ("value_2", property.value()); +} + +// Tests the TestResult class + +// The test fixture for testing TestResult. +class TestResultTest : public Test { + protected: + typedef std::vector TPRVector; + + // We make use of 2 TestPartResult objects, + TestPartResult * pr1, * pr2; + + // ... and 3 TestResult objects. + TestResult * r0, * r1, * r2; + + virtual void SetUp() { + // pr1 is for success. + pr1 = new TestPartResult(TestPartResult::kSuccess, + "foo/bar.cc", + 10, + "Success!"); + + // pr2 is for fatal failure. + pr2 = new TestPartResult(TestPartResult::kFatalFailure, + "foo/bar.cc", + -1, // This line number means "unknown" + "Failure!"); + + // Creates the TestResult objects. + r0 = new TestResult(); + r1 = new TestResult(); + r2 = new TestResult(); + + // In order to test TestResult, we need to modify its internal + // state, in particular the TestPartResult vector it holds. + // test_part_results() returns a const reference to this vector. + // We cast it to a non-const object s.t. it can be modified (yes, + // this is a hack). + TPRVector* results1 = const_cast( + &TestResultAccessor::test_part_results(*r1)); + TPRVector* results2 = const_cast( + &TestResultAccessor::test_part_results(*r2)); + + // r0 is an empty TestResult. + + // r1 contains a single SUCCESS TestPartResult. + results1->push_back(*pr1); + + // r2 contains a SUCCESS, and a FAILURE. + results2->push_back(*pr1); + results2->push_back(*pr2); + } + + virtual void TearDown() { + delete pr1; + delete pr2; + + delete r0; + delete r1; + delete r2; + } + + // Helper that compares two two TestPartResults. + static void CompareTestPartResult(const TestPartResult& expected, + const TestPartResult& actual) { + EXPECT_EQ(expected.type(), actual.type()); + EXPECT_STREQ(expected.file_name(), actual.file_name()); + EXPECT_EQ(expected.line_number(), actual.line_number()); + EXPECT_STREQ(expected.summary(), actual.summary()); + EXPECT_STREQ(expected.message(), actual.message()); + EXPECT_EQ(expected.passed(), actual.passed()); + EXPECT_EQ(expected.failed(), actual.failed()); + EXPECT_EQ(expected.nonfatally_failed(), actual.nonfatally_failed()); + EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed()); + } +}; + +// Tests TestResult::total_part_count(). +TEST_F(TestResultTest, total_part_count) { + ASSERT_EQ(0, r0->total_part_count()); + ASSERT_EQ(1, r1->total_part_count()); + ASSERT_EQ(2, r2->total_part_count()); +} + +// Tests TestResult::Passed(). +TEST_F(TestResultTest, Passed) { + ASSERT_TRUE(r0->Passed()); + ASSERT_TRUE(r1->Passed()); + ASSERT_FALSE(r2->Passed()); +} + +// Tests TestResult::Failed(). +TEST_F(TestResultTest, Failed) { + ASSERT_FALSE(r0->Failed()); + ASSERT_FALSE(r1->Failed()); + ASSERT_TRUE(r2->Failed()); +} + +// Tests TestResult::GetTestPartResult(). + +typedef TestResultTest TestResultDeathTest; + +TEST_F(TestResultDeathTest, GetTestPartResult) { + CompareTestPartResult(*pr1, r2->GetTestPartResult(0)); + CompareTestPartResult(*pr2, r2->GetTestPartResult(1)); + EXPECT_DEATH_IF_SUPPORTED(r2->GetTestPartResult(2), ""); + EXPECT_DEATH_IF_SUPPORTED(r2->GetTestPartResult(-1), ""); +} + +// Tests TestResult has no properties when none are added. +TEST(TestResultPropertyTest, NoPropertiesFoundWhenNoneAreAdded) { + TestResult test_result; + ASSERT_EQ(0, test_result.test_property_count()); +} + +// Tests TestResult has the expected property when added. +TEST(TestResultPropertyTest, OnePropertyFoundWhenAdded) { + TestResult test_result; + TestProperty property("key_1", "1"); + TestResultAccessor::RecordProperty(&test_result, "testcase", property); + ASSERT_EQ(1, test_result.test_property_count()); + const TestProperty& actual_property = test_result.GetTestProperty(0); + EXPECT_STREQ("key_1", actual_property.key()); + EXPECT_STREQ("1", actual_property.value()); +} + +// Tests TestResult has multiple properties when added. +TEST(TestResultPropertyTest, MultiplePropertiesFoundWhenAdded) { + TestResult test_result; + TestProperty property_1("key_1", "1"); + TestProperty property_2("key_2", "2"); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); + ASSERT_EQ(2, test_result.test_property_count()); + const TestProperty& actual_property_1 = test_result.GetTestProperty(0); + EXPECT_STREQ("key_1", actual_property_1.key()); + EXPECT_STREQ("1", actual_property_1.value()); + + const TestProperty& actual_property_2 = test_result.GetTestProperty(1); + EXPECT_STREQ("key_2", actual_property_2.key()); + EXPECT_STREQ("2", actual_property_2.value()); +} + +// Tests TestResult::RecordProperty() overrides values for duplicate keys. +TEST(TestResultPropertyTest, OverridesValuesForDuplicateKeys) { + TestResult test_result; + TestProperty property_1_1("key_1", "1"); + TestProperty property_2_1("key_2", "2"); + TestProperty property_1_2("key_1", "12"); + TestProperty property_2_2("key_2", "22"); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_1); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_1); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_1_2); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_2_2); + + ASSERT_EQ(2, test_result.test_property_count()); + const TestProperty& actual_property_1 = test_result.GetTestProperty(0); + EXPECT_STREQ("key_1", actual_property_1.key()); + EXPECT_STREQ("12", actual_property_1.value()); + + const TestProperty& actual_property_2 = test_result.GetTestProperty(1); + EXPECT_STREQ("key_2", actual_property_2.key()); + EXPECT_STREQ("22", actual_property_2.value()); +} + +// Tests TestResult::GetTestProperty(). +TEST(TestResultPropertyTest, GetTestProperty) { + TestResult test_result; + TestProperty property_1("key_1", "1"); + TestProperty property_2("key_2", "2"); + TestProperty property_3("key_3", "3"); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_1); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_2); + TestResultAccessor::RecordProperty(&test_result, "testcase", property_3); + + const TestProperty& fetched_property_1 = test_result.GetTestProperty(0); + const TestProperty& fetched_property_2 = test_result.GetTestProperty(1); + const TestProperty& fetched_property_3 = test_result.GetTestProperty(2); + + EXPECT_STREQ("key_1", fetched_property_1.key()); + EXPECT_STREQ("1", fetched_property_1.value()); + + EXPECT_STREQ("key_2", fetched_property_2.key()); + EXPECT_STREQ("2", fetched_property_2.value()); + + EXPECT_STREQ("key_3", fetched_property_3.key()); + EXPECT_STREQ("3", fetched_property_3.value()); + + EXPECT_DEATH_IF_SUPPORTED(test_result.GetTestProperty(3), ""); + EXPECT_DEATH_IF_SUPPORTED(test_result.GetTestProperty(-1), ""); +} + +// Tests that GTestFlagSaver works on Windows and Mac. + +class GTestFlagSaverTest : public Test { + protected: + // Saves the Google Test flags such that we can restore them later, and + // then sets them to their default values. This will be called + // before the first test in this test case is run. + static void SetUpTestCase() { + saver_ = new GTestFlagSaver; + + GTEST_FLAG(also_run_disabled_tests) = false; + GTEST_FLAG(break_on_failure) = false; + GTEST_FLAG(catch_exceptions) = false; + GTEST_FLAG(death_test_use_fork) = false; + GTEST_FLAG(color) = "auto"; + GTEST_FLAG(filter) = ""; + GTEST_FLAG(list_tests) = false; + GTEST_FLAG(output) = ""; + GTEST_FLAG(print_time) = true; + GTEST_FLAG(random_seed) = 0; + GTEST_FLAG(repeat) = 1; + GTEST_FLAG(shuffle) = false; + GTEST_FLAG(stack_trace_depth) = kMaxStackTraceDepth; + GTEST_FLAG(stream_result_to) = ""; + GTEST_FLAG(throw_on_failure) = false; + } + + // Restores the Google Test flags that the tests have modified. This will + // be called after the last test in this test case is run. + static void TearDownTestCase() { + delete saver_; + saver_ = NULL; + } + + // Verifies that the Google Test flags have their default values, and then + // modifies each of them. + void VerifyAndModifyFlags() { + EXPECT_FALSE(GTEST_FLAG(also_run_disabled_tests)); + EXPECT_FALSE(GTEST_FLAG(break_on_failure)); + EXPECT_FALSE(GTEST_FLAG(catch_exceptions)); + EXPECT_STREQ("auto", GTEST_FLAG(color).c_str()); + EXPECT_FALSE(GTEST_FLAG(death_test_use_fork)); + EXPECT_STREQ("", GTEST_FLAG(filter).c_str()); + EXPECT_FALSE(GTEST_FLAG(list_tests)); + EXPECT_STREQ("", GTEST_FLAG(output).c_str()); + EXPECT_TRUE(GTEST_FLAG(print_time)); + EXPECT_EQ(0, GTEST_FLAG(random_seed)); + EXPECT_EQ(1, GTEST_FLAG(repeat)); + EXPECT_FALSE(GTEST_FLAG(shuffle)); + EXPECT_EQ(kMaxStackTraceDepth, GTEST_FLAG(stack_trace_depth)); + EXPECT_STREQ("", GTEST_FLAG(stream_result_to).c_str()); + EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); + + GTEST_FLAG(also_run_disabled_tests) = true; + GTEST_FLAG(break_on_failure) = true; + GTEST_FLAG(catch_exceptions) = true; + GTEST_FLAG(color) = "no"; + GTEST_FLAG(death_test_use_fork) = true; + GTEST_FLAG(filter) = "abc"; + GTEST_FLAG(list_tests) = true; + GTEST_FLAG(output) = "xml:foo.xml"; + GTEST_FLAG(print_time) = false; + GTEST_FLAG(random_seed) = 1; + GTEST_FLAG(repeat) = 100; + GTEST_FLAG(shuffle) = true; + GTEST_FLAG(stack_trace_depth) = 1; + GTEST_FLAG(stream_result_to) = "localhost:1234"; + GTEST_FLAG(throw_on_failure) = true; + } + + private: + // For saving Google Test flags during this test case. + static GTestFlagSaver* saver_; +}; + +GTestFlagSaver* GTestFlagSaverTest::saver_ = NULL; + +// Google Test doesn't guarantee the order of tests. The following two +// tests are designed to work regardless of their order. + +// Modifies the Google Test flags in the test body. +TEST_F(GTestFlagSaverTest, ModifyGTestFlags) { + VerifyAndModifyFlags(); +} + +// Verifies that the Google Test flags in the body of the previous test were +// restored to their original values. +TEST_F(GTestFlagSaverTest, VerifyGTestFlags) { + VerifyAndModifyFlags(); +} + +// Sets an environment variable with the given name to the given +// value. If the value argument is "", unsets the environment +// variable. The caller must ensure that both arguments are not NULL. +static void SetEnv(const char* name, const char* value) { +#if GTEST_OS_WINDOWS_MOBILE + // Environment variables are not supported on Windows CE. + return; +#elif defined(__BORLANDC__) || defined(__SunOS_5_8) || defined(__SunOS_5_9) + // C++Builder's putenv only stores a pointer to its parameter; we have to + // ensure that the string remains valid as long as it might be needed. + // We use an std::map to do so. + static std::map added_env; + + // Because putenv stores a pointer to the string buffer, we can't delete the + // previous string (if present) until after it's replaced. + std::string *prev_env = NULL; + if (added_env.find(name) != added_env.end()) { + prev_env = added_env[name]; + } + added_env[name] = new std::string( + (Message() << name << "=" << value).GetString()); + + // The standard signature of putenv accepts a 'char*' argument. Other + // implementations, like C++Builder's, accept a 'const char*'. + // We cast away the 'const' since that would work for both variants. + putenv(const_cast(added_env[name]->c_str())); + delete prev_env; +#elif GTEST_OS_WINDOWS // If we are on Windows proper. + _putenv((Message() << name << "=" << value).GetString().c_str()); +#else + if (*value == '\0') { + unsetenv(name); + } else { + setenv(name, value, 1); + } +#endif // GTEST_OS_WINDOWS_MOBILE +} + +#if !GTEST_OS_WINDOWS_MOBILE +// Environment variables are not supported on Windows CE. + +using testing::internal::Int32FromGTestEnv; + +// Tests Int32FromGTestEnv(). + +// Tests that Int32FromGTestEnv() returns the default value when the +// environment variable is not set. +TEST(Int32FromGTestEnvTest, ReturnsDefaultWhenVariableIsNotSet) { + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", ""); + EXPECT_EQ(10, Int32FromGTestEnv("temp", 10)); +} + +// Tests that Int32FromGTestEnv() returns the default value when the +// environment variable overflows as an Int32. +TEST(Int32FromGTestEnvTest, ReturnsDefaultWhenValueOverflows) { + printf("(expecting 2 warnings)\n"); + + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", "12345678987654321"); + EXPECT_EQ(20, Int32FromGTestEnv("temp", 20)); + + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", "-12345678987654321"); + EXPECT_EQ(30, Int32FromGTestEnv("temp", 30)); +} + +// Tests that Int32FromGTestEnv() returns the default value when the +// environment variable does not represent a valid decimal integer. +TEST(Int32FromGTestEnvTest, ReturnsDefaultWhenValueIsInvalid) { + printf("(expecting 2 warnings)\n"); + + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", "A1"); + EXPECT_EQ(40, Int32FromGTestEnv("temp", 40)); + + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", "12X"); + EXPECT_EQ(50, Int32FromGTestEnv("temp", 50)); +} + +// Tests that Int32FromGTestEnv() parses and returns the value of the +// environment variable when it represents a valid decimal integer in +// the range of an Int32. +TEST(Int32FromGTestEnvTest, ParsesAndReturnsValidValue) { + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", "123"); + EXPECT_EQ(123, Int32FromGTestEnv("temp", 0)); + + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "TEMP", "-321"); + EXPECT_EQ(-321, Int32FromGTestEnv("temp", 0)); +} +#endif // !GTEST_OS_WINDOWS_MOBILE + +// Tests ParseInt32Flag(). + +// Tests that ParseInt32Flag() returns false and doesn't change the +// output value when the flag has wrong format +TEST(ParseInt32FlagTest, ReturnsFalseForInvalidFlag) { + Int32 value = 123; + EXPECT_FALSE(ParseInt32Flag("--a=100", "b", &value)); + EXPECT_EQ(123, value); + + EXPECT_FALSE(ParseInt32Flag("a=100", "a", &value)); + EXPECT_EQ(123, value); +} + +// Tests that ParseInt32Flag() returns false and doesn't change the +// output value when the flag overflows as an Int32. +TEST(ParseInt32FlagTest, ReturnsDefaultWhenValueOverflows) { + printf("(expecting 2 warnings)\n"); + + Int32 value = 123; + EXPECT_FALSE(ParseInt32Flag("--abc=12345678987654321", "abc", &value)); + EXPECT_EQ(123, value); + + EXPECT_FALSE(ParseInt32Flag("--abc=-12345678987654321", "abc", &value)); + EXPECT_EQ(123, value); +} + +// Tests that ParseInt32Flag() returns false and doesn't change the +// output value when the flag does not represent a valid decimal +// integer. +TEST(ParseInt32FlagTest, ReturnsDefaultWhenValueIsInvalid) { + printf("(expecting 2 warnings)\n"); + + Int32 value = 123; + EXPECT_FALSE(ParseInt32Flag("--abc=A1", "abc", &value)); + EXPECT_EQ(123, value); + + EXPECT_FALSE(ParseInt32Flag("--abc=12X", "abc", &value)); + EXPECT_EQ(123, value); +} + +// Tests that ParseInt32Flag() parses the value of the flag and +// returns true when the flag represents a valid decimal integer in +// the range of an Int32. +TEST(ParseInt32FlagTest, ParsesAndReturnsValidValue) { + Int32 value = 123; + EXPECT_TRUE(ParseInt32Flag("--" GTEST_FLAG_PREFIX_ "abc=456", "abc", &value)); + EXPECT_EQ(456, value); + + EXPECT_TRUE(ParseInt32Flag("--" GTEST_FLAG_PREFIX_ "abc=-789", + "abc", &value)); + EXPECT_EQ(-789, value); +} + +// Tests that Int32FromEnvOrDie() parses the value of the var or +// returns the correct default. +// Environment variables are not supported on Windows CE. +#if !GTEST_OS_WINDOWS_MOBILE +TEST(Int32FromEnvOrDieTest, ParsesAndReturnsValidValue) { + EXPECT_EQ(333, Int32FromEnvOrDie(GTEST_FLAG_PREFIX_UPPER_ "UnsetVar", 333)); + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "UnsetVar", "123"); + EXPECT_EQ(123, Int32FromEnvOrDie(GTEST_FLAG_PREFIX_UPPER_ "UnsetVar", 333)); + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "UnsetVar", "-123"); + EXPECT_EQ(-123, Int32FromEnvOrDie(GTEST_FLAG_PREFIX_UPPER_ "UnsetVar", 333)); +} +#endif // !GTEST_OS_WINDOWS_MOBILE + +// Tests that Int32FromEnvOrDie() aborts with an error message +// if the variable is not an Int32. +TEST(Int32FromEnvOrDieDeathTest, AbortsOnFailure) { + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "VAR", "xxx"); + EXPECT_DEATH_IF_SUPPORTED( + Int32FromEnvOrDie(GTEST_FLAG_PREFIX_UPPER_ "VAR", 123), + ".*"); +} + +// Tests that Int32FromEnvOrDie() aborts with an error message +// if the variable cannot be represnted by an Int32. +TEST(Int32FromEnvOrDieDeathTest, AbortsOnInt32Overflow) { + SetEnv(GTEST_FLAG_PREFIX_UPPER_ "VAR", "1234567891234567891234"); + EXPECT_DEATH_IF_SUPPORTED( + Int32FromEnvOrDie(GTEST_FLAG_PREFIX_UPPER_ "VAR", 123), + ".*"); +} + +// Tests that ShouldRunTestOnShard() selects all tests +// where there is 1 shard. +TEST(ShouldRunTestOnShardTest, IsPartitionWhenThereIsOneShard) { + EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 0)); + EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 1)); + EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 2)); + EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 3)); + EXPECT_TRUE(ShouldRunTestOnShard(1, 0, 4)); +} + +class ShouldShardTest : public testing::Test { + protected: + virtual void SetUp() { + index_var_ = GTEST_FLAG_PREFIX_UPPER_ "INDEX"; + total_var_ = GTEST_FLAG_PREFIX_UPPER_ "TOTAL"; + } + + virtual void TearDown() { + SetEnv(index_var_, ""); + SetEnv(total_var_, ""); + } + + const char* index_var_; + const char* total_var_; +}; + +// Tests that sharding is disabled if neither of the environment variables +// are set. +TEST_F(ShouldShardTest, ReturnsFalseWhenNeitherEnvVarIsSet) { + SetEnv(index_var_, ""); + SetEnv(total_var_, ""); + + EXPECT_FALSE(ShouldShard(total_var_, index_var_, false)); + EXPECT_FALSE(ShouldShard(total_var_, index_var_, true)); +} + +// Tests that sharding is not enabled if total_shards == 1. +TEST_F(ShouldShardTest, ReturnsFalseWhenTotalShardIsOne) { + SetEnv(index_var_, "0"); + SetEnv(total_var_, "1"); + EXPECT_FALSE(ShouldShard(total_var_, index_var_, false)); + EXPECT_FALSE(ShouldShard(total_var_, index_var_, true)); +} + +// Tests that sharding is enabled if total_shards > 1 and +// we are not in a death test subprocess. +// Environment variables are not supported on Windows CE. +#if !GTEST_OS_WINDOWS_MOBILE +TEST_F(ShouldShardTest, WorksWhenShardEnvVarsAreValid) { + SetEnv(index_var_, "4"); + SetEnv(total_var_, "22"); + EXPECT_TRUE(ShouldShard(total_var_, index_var_, false)); + EXPECT_FALSE(ShouldShard(total_var_, index_var_, true)); + + SetEnv(index_var_, "8"); + SetEnv(total_var_, "9"); + EXPECT_TRUE(ShouldShard(total_var_, index_var_, false)); + EXPECT_FALSE(ShouldShard(total_var_, index_var_, true)); + + SetEnv(index_var_, "0"); + SetEnv(total_var_, "9"); + EXPECT_TRUE(ShouldShard(total_var_, index_var_, false)); + EXPECT_FALSE(ShouldShard(total_var_, index_var_, true)); +} +#endif // !GTEST_OS_WINDOWS_MOBILE + +// Tests that we exit in error if the sharding values are not valid. + +typedef ShouldShardTest ShouldShardDeathTest; + +TEST_F(ShouldShardDeathTest, AbortsWhenShardingEnvVarsAreInvalid) { + SetEnv(index_var_, "4"); + SetEnv(total_var_, "4"); + EXPECT_DEATH_IF_SUPPORTED(ShouldShard(total_var_, index_var_, false), ".*"); + + SetEnv(index_var_, "4"); + SetEnv(total_var_, "-2"); + EXPECT_DEATH_IF_SUPPORTED(ShouldShard(total_var_, index_var_, false), ".*"); + + SetEnv(index_var_, "5"); + SetEnv(total_var_, ""); + EXPECT_DEATH_IF_SUPPORTED(ShouldShard(total_var_, index_var_, false), ".*"); + + SetEnv(index_var_, ""); + SetEnv(total_var_, "5"); + EXPECT_DEATH_IF_SUPPORTED(ShouldShard(total_var_, index_var_, false), ".*"); +} + +// Tests that ShouldRunTestOnShard is a partition when 5 +// shards are used. +TEST(ShouldRunTestOnShardTest, IsPartitionWhenThereAreFiveShards) { + // Choose an arbitrary number of tests and shards. + const int num_tests = 17; + const int num_shards = 5; + + // Check partitioning: each test should be on exactly 1 shard. + for (int test_id = 0; test_id < num_tests; test_id++) { + int prev_selected_shard_index = -1; + for (int shard_index = 0; shard_index < num_shards; shard_index++) { + if (ShouldRunTestOnShard(num_shards, shard_index, test_id)) { + if (prev_selected_shard_index < 0) { + prev_selected_shard_index = shard_index; + } else { + ADD_FAILURE() << "Shard " << prev_selected_shard_index << " and " + << shard_index << " are both selected to run test " << test_id; + } + } + } + } + + // Check balance: This is not required by the sharding protocol, but is a + // desirable property for performance. + for (int shard_index = 0; shard_index < num_shards; shard_index++) { + int num_tests_on_shard = 0; + for (int test_id = 0; test_id < num_tests; test_id++) { + num_tests_on_shard += + ShouldRunTestOnShard(num_shards, shard_index, test_id); + } + EXPECT_GE(num_tests_on_shard, num_tests / num_shards); + } +} + +// For the same reason we are not explicitly testing everything in the +// Test class, there are no separate tests for the following classes +// (except for some trivial cases): +// +// TestCase, UnitTest, UnitTestResultPrinter. +// +// Similarly, there are no separate tests for the following macros: +// +// TEST, TEST_F, RUN_ALL_TESTS + +TEST(UnitTestTest, CanGetOriginalWorkingDir) { + ASSERT_TRUE(UnitTest::GetInstance()->original_working_dir() != NULL); + EXPECT_STRNE(UnitTest::GetInstance()->original_working_dir(), ""); +} + +TEST(UnitTestTest, ReturnsPlausibleTimestamp) { + EXPECT_LT(0, UnitTest::GetInstance()->start_timestamp()); + EXPECT_LE(UnitTest::GetInstance()->start_timestamp(), GetTimeInMillis()); +} + +// When a property using a reserved key is supplied to this function, it +// tests that a non-fatal failure is added, a fatal failure is not added, +// and that the property is not recorded. +void ExpectNonFatalFailureRecordingPropertyWithReservedKey( + const TestResult& test_result, const char* key) { + EXPECT_NONFATAL_FAILURE(Test::RecordProperty(key, "1"), "Reserved key"); + ASSERT_EQ(0, test_result.test_property_count()) << "Property for key '" << key + << "' recorded unexpectedly."; +} + +void ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + const char* key) { + const TestInfo* test_info = UnitTest::GetInstance()->current_test_info(); + ASSERT_TRUE(test_info != NULL); + ExpectNonFatalFailureRecordingPropertyWithReservedKey(*test_info->result(), + key); +} + +void ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + const char* key) { + const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); + ASSERT_TRUE(test_case != NULL); + ExpectNonFatalFailureRecordingPropertyWithReservedKey( + test_case->ad_hoc_test_result(), key); +} + +void ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + const char* key) { + ExpectNonFatalFailureRecordingPropertyWithReservedKey( + UnitTest::GetInstance()->ad_hoc_test_result(), key); +} + +// Tests that property recording functions in UnitTest outside of tests +// functions correcly. Creating a separate instance of UnitTest ensures it +// is in a state similar to the UnitTest's singleton's between tests. +class UnitTestRecordPropertyTest : + public testing::internal::UnitTestRecordPropertyTestHelper { + public: + static void SetUpTestCase() { + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + "disabled"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + "errors"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + "failures"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + "name"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + "tests"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase( + "time"); + + Test::RecordProperty("test_case_key_1", "1"); + const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); + ASSERT_TRUE(test_case != NULL); + + ASSERT_EQ(1, test_case->ad_hoc_test_result().test_property_count()); + EXPECT_STREQ("test_case_key_1", + test_case->ad_hoc_test_result().GetTestProperty(0).key()); + EXPECT_STREQ("1", + test_case->ad_hoc_test_result().GetTestProperty(0).value()); + } +}; + +// Tests TestResult has the expected property when added. +TEST_F(UnitTestRecordPropertyTest, OnePropertyFoundWhenAdded) { + UnitTestRecordProperty("key_1", "1"); + + ASSERT_EQ(1, unit_test_.ad_hoc_test_result().test_property_count()); + + EXPECT_STREQ("key_1", + unit_test_.ad_hoc_test_result().GetTestProperty(0).key()); + EXPECT_STREQ("1", + unit_test_.ad_hoc_test_result().GetTestProperty(0).value()); +} + +// Tests TestResult has multiple properties when added. +TEST_F(UnitTestRecordPropertyTest, MultiplePropertiesFoundWhenAdded) { + UnitTestRecordProperty("key_1", "1"); + UnitTestRecordProperty("key_2", "2"); + + ASSERT_EQ(2, unit_test_.ad_hoc_test_result().test_property_count()); + + EXPECT_STREQ("key_1", + unit_test_.ad_hoc_test_result().GetTestProperty(0).key()); + EXPECT_STREQ("1", unit_test_.ad_hoc_test_result().GetTestProperty(0).value()); + + EXPECT_STREQ("key_2", + unit_test_.ad_hoc_test_result().GetTestProperty(1).key()); + EXPECT_STREQ("2", unit_test_.ad_hoc_test_result().GetTestProperty(1).value()); +} + +// Tests TestResult::RecordProperty() overrides values for duplicate keys. +TEST_F(UnitTestRecordPropertyTest, OverridesValuesForDuplicateKeys) { + UnitTestRecordProperty("key_1", "1"); + UnitTestRecordProperty("key_2", "2"); + UnitTestRecordProperty("key_1", "12"); + UnitTestRecordProperty("key_2", "22"); + + ASSERT_EQ(2, unit_test_.ad_hoc_test_result().test_property_count()); + + EXPECT_STREQ("key_1", + unit_test_.ad_hoc_test_result().GetTestProperty(0).key()); + EXPECT_STREQ("12", + unit_test_.ad_hoc_test_result().GetTestProperty(0).value()); + + EXPECT_STREQ("key_2", + unit_test_.ad_hoc_test_result().GetTestProperty(1).key()); + EXPECT_STREQ("22", + unit_test_.ad_hoc_test_result().GetTestProperty(1).value()); +} + +TEST_F(UnitTestRecordPropertyTest, + AddFailureInsideTestsWhenUsingTestCaseReservedKeys) { + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + "name"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + "value_param"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + "type_param"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + "status"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + "time"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest( + "classname"); +} + +TEST_F(UnitTestRecordPropertyTest, + AddRecordWithReservedKeysGeneratesCorrectPropertyList) { + EXPECT_NONFATAL_FAILURE( + Test::RecordProperty("name", "1"), + "'classname', 'name', 'status', 'time', 'type_param', and 'value_param'" + " are reserved"); +} + +class UnitTestRecordPropertyTestEnvironment : public Environment { + public: + virtual void TearDown() { + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "tests"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "failures"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "disabled"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "errors"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "name"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "timestamp"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "time"); + ExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase( + "random_seed"); + } +}; + +// This will test property recording outside of any test or test case. +static Environment* record_property_env = + AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment); + +// This group of tests is for predicate assertions (ASSERT_PRED*, etc) +// of various arities. They do not attempt to be exhaustive. Rather, +// view them as smoke tests that can be easily reviewed and verified. +// A more complete set of tests for predicate assertions can be found +// in gtest_pred_impl_unittest.cc. + +// First, some predicates and predicate-formatters needed by the tests. + +// Returns true iff the argument is an even number. +bool IsEven(int n) { + return (n % 2) == 0; +} + +// A functor that returns true iff the argument is an even number. +struct IsEvenFunctor { + bool operator()(int n) { return IsEven(n); } +}; + +// A predicate-formatter function that asserts the argument is an even +// number. +AssertionResult AssertIsEven(const char* expr, int n) { + if (IsEven(n)) { + return AssertionSuccess(); + } + + Message msg; + msg << expr << " evaluates to " << n << ", which is not even."; + return AssertionFailure(msg); +} + +// A predicate function that returns AssertionResult for use in +// EXPECT/ASSERT_TRUE/FALSE. +AssertionResult ResultIsEven(int n) { + if (IsEven(n)) + return AssertionSuccess() << n << " is even"; + else + return AssertionFailure() << n << " is odd"; +} + +// A predicate function that returns AssertionResult but gives no +// explanation why it succeeds. Needed for testing that +// EXPECT/ASSERT_FALSE handles such functions correctly. +AssertionResult ResultIsEvenNoExplanation(int n) { + if (IsEven(n)) + return AssertionSuccess(); + else + return AssertionFailure() << n << " is odd"; +} + +// A predicate-formatter functor that asserts the argument is an even +// number. +struct AssertIsEvenFunctor { + AssertionResult operator()(const char* expr, int n) { + return AssertIsEven(expr, n); + } +}; + +// Returns true iff the sum of the arguments is an even number. +bool SumIsEven2(int n1, int n2) { + return IsEven(n1 + n2); +} + +// A functor that returns true iff the sum of the arguments is an even +// number. +struct SumIsEven3Functor { + bool operator()(int n1, int n2, int n3) { + return IsEven(n1 + n2 + n3); + } +}; + +// A predicate-formatter function that asserts the sum of the +// arguments is an even number. +AssertionResult AssertSumIsEven4( + const char* e1, const char* e2, const char* e3, const char* e4, + int n1, int n2, int n3, int n4) { + const int sum = n1 + n2 + n3 + n4; + if (IsEven(sum)) { + return AssertionSuccess(); + } + + Message msg; + msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 + << " (" << n1 << " + " << n2 << " + " << n3 << " + " << n4 + << ") evaluates to " << sum << ", which is not even."; + return AssertionFailure(msg); +} + +// A predicate-formatter functor that asserts the sum of the arguments +// is an even number. +struct AssertSumIsEven5Functor { + AssertionResult operator()( + const char* e1, const char* e2, const char* e3, const char* e4, + const char* e5, int n1, int n2, int n3, int n4, int n5) { + const int sum = n1 + n2 + n3 + n4 + n5; + if (IsEven(sum)) { + return AssertionSuccess(); + } + + Message msg; + msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5 + << " (" + << n1 << " + " << n2 << " + " << n3 << " + " << n4 << " + " << n5 + << ") evaluates to " << sum << ", which is not even."; + return AssertionFailure(msg); + } +}; + + +// Tests unary predicate assertions. + +// Tests unary predicate assertions that don't use a custom formatter. +TEST(Pred1Test, WithoutFormat) { + // Success cases. + EXPECT_PRED1(IsEvenFunctor(), 2) << "This failure is UNEXPECTED!"; + ASSERT_PRED1(IsEven, 4); + + // Failure cases. + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED1(IsEven, 5) << "This failure is expected."; + }, "This failure is expected."); + EXPECT_FATAL_FAILURE(ASSERT_PRED1(IsEvenFunctor(), 5), + "evaluates to false"); +} + +// Tests unary predicate assertions that use a custom formatter. +TEST(Pred1Test, WithFormat) { + // Success cases. + EXPECT_PRED_FORMAT1(AssertIsEven, 2); + ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), 4) + << "This failure is UNEXPECTED!"; + + // Failure cases. + const int n = 5; + EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT1(AssertIsEvenFunctor(), n), + "n evaluates to 5, which is not even."); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT1(AssertIsEven, 5) << "This failure is expected."; + }, "This failure is expected."); +} + +// Tests that unary predicate assertions evaluates their arguments +// exactly once. +TEST(Pred1Test, SingleEvaluationOnFailure) { + // A success case. + static int n = 0; + EXPECT_PRED1(IsEven, n++); + EXPECT_EQ(1, n) << "The argument is not evaluated exactly once."; + + // A failure case. + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT1(AssertIsEvenFunctor(), n++) + << "This failure is expected."; + }, "This failure is expected."); + EXPECT_EQ(2, n) << "The argument is not evaluated exactly once."; +} + + +// Tests predicate assertions whose arity is >= 2. + +// Tests predicate assertions that don't use a custom formatter. +TEST(PredTest, WithoutFormat) { + // Success cases. + ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!"; + EXPECT_PRED3(SumIsEven3Functor(), 4, 6, 8); + + // Failure cases. + const int n1 = 1; + const int n2 = 2; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED2(SumIsEven2, n1, n2) << "This failure is expected."; + }, "This failure is expected."); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED3(SumIsEven3Functor(), 1, 2, 4); + }, "evaluates to false"); +} + +// Tests predicate assertions that use a custom formatter. +TEST(PredTest, WithFormat) { + // Success cases. + ASSERT_PRED_FORMAT4(AssertSumIsEven4, 4, 6, 8, 10) << + "This failure is UNEXPECTED!"; + EXPECT_PRED_FORMAT5(AssertSumIsEven5Functor(), 2, 4, 6, 8, 10); + + // Failure cases. + const int n1 = 1; + const int n2 = 2; + const int n3 = 4; + const int n4 = 6; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT4(AssertSumIsEven4, n1, n2, n3, n4); + }, "evaluates to 13, which is not even."); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT5(AssertSumIsEven5Functor(), 1, 2, 4, 6, 8) + << "This failure is expected."; + }, "This failure is expected."); +} + +// Tests that predicate assertions evaluates their arguments +// exactly once. +TEST(PredTest, SingleEvaluationOnFailure) { + // A success case. + int n1 = 0; + int n2 = 0; + EXPECT_PRED2(SumIsEven2, n1++, n2++); + EXPECT_EQ(1, n1) << "Argument 1 is not evaluated exactly once."; + EXPECT_EQ(1, n2) << "Argument 2 is not evaluated exactly once."; + + // Another success case. + n1 = n2 = 0; + int n3 = 0; + int n4 = 0; + int n5 = 0; + ASSERT_PRED_FORMAT5(AssertSumIsEven5Functor(), + n1++, n2++, n3++, n4++, n5++) + << "This failure is UNEXPECTED!"; + EXPECT_EQ(1, n1) << "Argument 1 is not evaluated exactly once."; + EXPECT_EQ(1, n2) << "Argument 2 is not evaluated exactly once."; + EXPECT_EQ(1, n3) << "Argument 3 is not evaluated exactly once."; + EXPECT_EQ(1, n4) << "Argument 4 is not evaluated exactly once."; + EXPECT_EQ(1, n5) << "Argument 5 is not evaluated exactly once."; + + // A failure case. + n1 = n2 = n3 = 0; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED3(SumIsEven3Functor(), ++n1, n2++, n3++) + << "This failure is expected."; + }, "This failure is expected."); + EXPECT_EQ(1, n1) << "Argument 1 is not evaluated exactly once."; + EXPECT_EQ(1, n2) << "Argument 2 is not evaluated exactly once."; + EXPECT_EQ(1, n3) << "Argument 3 is not evaluated exactly once."; + + // Another failure case. + n1 = n2 = n3 = n4 = 0; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT4(AssertSumIsEven4, ++n1, n2++, n3++, n4++); + }, "evaluates to 1, which is not even."); + EXPECT_EQ(1, n1) << "Argument 1 is not evaluated exactly once."; + EXPECT_EQ(1, n2) << "Argument 2 is not evaluated exactly once."; + EXPECT_EQ(1, n3) << "Argument 3 is not evaluated exactly once."; + EXPECT_EQ(1, n4) << "Argument 4 is not evaluated exactly once."; +} + + +// Some helper functions for testing using overloaded/template +// functions with ASSERT_PREDn and EXPECT_PREDn. + +bool IsPositive(double x) { + return x > 0; +} + +template +bool IsNegative(T x) { + return x < 0; +} + +template +bool GreaterThan(T1 x1, T2 x2) { + return x1 > x2; +} + +// Tests that overloaded functions can be used in *_PRED* as long as +// their types are explicitly specified. +TEST(PredicateAssertionTest, AcceptsOverloadedFunction) { + // C++Builder requires C-style casts rather than static_cast. + EXPECT_PRED1((bool (*)(int))(IsPositive), 5); // NOLINT + ASSERT_PRED1((bool (*)(double))(IsPositive), 6.0); // NOLINT +} + +// Tests that template functions can be used in *_PRED* as long as +// their types are explicitly specified. +TEST(PredicateAssertionTest, AcceptsTemplateFunction) { + EXPECT_PRED1(IsNegative, -5); + // Makes sure that we can handle templates with more than one + // parameter. + ASSERT_PRED2((GreaterThan), 5, 0); +} + + +// Some helper functions for testing using overloaded/template +// functions with ASSERT_PRED_FORMATn and EXPECT_PRED_FORMATn. + +AssertionResult IsPositiveFormat(const char* /* expr */, int n) { + return n > 0 ? AssertionSuccess() : + AssertionFailure(Message() << "Failure"); +} + +AssertionResult IsPositiveFormat(const char* /* expr */, double x) { + return x > 0 ? AssertionSuccess() : + AssertionFailure(Message() << "Failure"); +} + +template +AssertionResult IsNegativeFormat(const char* /* expr */, T x) { + return x < 0 ? AssertionSuccess() : + AssertionFailure(Message() << "Failure"); +} + +template +AssertionResult EqualsFormat(const char* /* expr1 */, const char* /* expr2 */, + const T1& x1, const T2& x2) { + return x1 == x2 ? AssertionSuccess() : + AssertionFailure(Message() << "Failure"); +} + +// Tests that overloaded functions can be used in *_PRED_FORMAT* +// without explicitly specifying their types. +TEST(PredicateFormatAssertionTest, AcceptsOverloadedFunction) { + EXPECT_PRED_FORMAT1(IsPositiveFormat, 5); + ASSERT_PRED_FORMAT1(IsPositiveFormat, 6.0); +} + +// Tests that template functions can be used in *_PRED_FORMAT* without +// explicitly specifying their types. +TEST(PredicateFormatAssertionTest, AcceptsTemplateFunction) { + EXPECT_PRED_FORMAT1(IsNegativeFormat, -5); + ASSERT_PRED_FORMAT2(EqualsFormat, 3, 3); +} + + +// Tests string assertions. + +// Tests ASSERT_STREQ with non-NULL arguments. +TEST(StringAssertionTest, ASSERT_STREQ) { + const char * const p1 = "good"; + ASSERT_STREQ(p1, p1); + + // Let p2 have the same content as p1, but be at a different address. + const char p2[] = "good"; + ASSERT_STREQ(p1, p2); + + EXPECT_FATAL_FAILURE(ASSERT_STREQ("bad", "good"), + "Expected: \"bad\""); +} + +// Tests ASSERT_STREQ with NULL arguments. +TEST(StringAssertionTest, ASSERT_STREQ_Null) { + ASSERT_STREQ(static_cast(NULL), NULL); + EXPECT_FATAL_FAILURE(ASSERT_STREQ(NULL, "non-null"), + "non-null"); +} + +// Tests ASSERT_STREQ with NULL arguments. +TEST(StringAssertionTest, ASSERT_STREQ_Null2) { + EXPECT_FATAL_FAILURE(ASSERT_STREQ("non-null", NULL), + "non-null"); +} + +// Tests ASSERT_STRNE. +TEST(StringAssertionTest, ASSERT_STRNE) { + ASSERT_STRNE("hi", "Hi"); + ASSERT_STRNE("Hi", NULL); + ASSERT_STRNE(NULL, "Hi"); + ASSERT_STRNE("", NULL); + ASSERT_STRNE(NULL, ""); + ASSERT_STRNE("", "Hi"); + ASSERT_STRNE("Hi", ""); + EXPECT_FATAL_FAILURE(ASSERT_STRNE("Hi", "Hi"), + "\"Hi\" vs \"Hi\""); +} + +// Tests ASSERT_STRCASEEQ. +TEST(StringAssertionTest, ASSERT_STRCASEEQ) { + ASSERT_STRCASEEQ("hi", "Hi"); + ASSERT_STRCASEEQ(static_cast(NULL), NULL); + + ASSERT_STRCASEEQ("", ""); + EXPECT_FATAL_FAILURE(ASSERT_STRCASEEQ("Hi", "hi2"), + "(ignoring case)"); +} + +// Tests ASSERT_STRCASENE. +TEST(StringAssertionTest, ASSERT_STRCASENE) { + ASSERT_STRCASENE("hi1", "Hi2"); + ASSERT_STRCASENE("Hi", NULL); + ASSERT_STRCASENE(NULL, "Hi"); + ASSERT_STRCASENE("", NULL); + ASSERT_STRCASENE(NULL, ""); + ASSERT_STRCASENE("", "Hi"); + ASSERT_STRCASENE("Hi", ""); + EXPECT_FATAL_FAILURE(ASSERT_STRCASENE("Hi", "hi"), + "(ignoring case)"); +} + +// Tests *_STREQ on wide strings. +TEST(StringAssertionTest, STREQ_Wide) { + // NULL strings. + ASSERT_STREQ(static_cast(NULL), NULL); + + // Empty strings. + ASSERT_STREQ(L"", L""); + + // Non-null vs NULL. + EXPECT_NONFATAL_FAILURE(EXPECT_STREQ(L"non-null", NULL), + "non-null"); + + // Equal strings. + EXPECT_STREQ(L"Hi", L"Hi"); + + // Unequal strings. + EXPECT_NONFATAL_FAILURE(EXPECT_STREQ(L"abc", L"Abc"), + "Abc"); + + // Strings containing wide characters. + EXPECT_NONFATAL_FAILURE(EXPECT_STREQ(L"abc\x8119", L"abc\x8120"), + "abc"); + + // The streaming variation. + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_STREQ(L"abc\x8119", L"abc\x8121") << "Expected failure"; + }, "Expected failure"); +} + +// Tests *_STRNE on wide strings. +TEST(StringAssertionTest, STRNE_Wide) { + // NULL strings. + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_STRNE(static_cast(NULL), NULL); + }, ""); + + // Empty strings. + EXPECT_NONFATAL_FAILURE(EXPECT_STRNE(L"", L""), + "L\"\""); + + // Non-null vs NULL. + ASSERT_STRNE(L"non-null", NULL); + + // Equal strings. + EXPECT_NONFATAL_FAILURE(EXPECT_STRNE(L"Hi", L"Hi"), + "L\"Hi\""); + + // Unequal strings. + EXPECT_STRNE(L"abc", L"Abc"); + + // Strings containing wide characters. + EXPECT_NONFATAL_FAILURE(EXPECT_STRNE(L"abc\x8119", L"abc\x8119"), + "abc"); + + // The streaming variation. + ASSERT_STRNE(L"abc\x8119", L"abc\x8120") << "This shouldn't happen"; +} + +// Tests for ::testing::IsSubstring(). + +// Tests that IsSubstring() returns the correct result when the input +// argument type is const char*. +TEST(IsSubstringTest, ReturnsCorrectResultForCString) { + EXPECT_FALSE(IsSubstring("", "", NULL, "a")); + EXPECT_FALSE(IsSubstring("", "", "b", NULL)); + EXPECT_FALSE(IsSubstring("", "", "needle", "haystack")); + + EXPECT_TRUE(IsSubstring("", "", static_cast(NULL), NULL)); + EXPECT_TRUE(IsSubstring("", "", "needle", "two needles")); +} + +// Tests that IsSubstring() returns the correct result when the input +// argument type is const wchar_t*. +TEST(IsSubstringTest, ReturnsCorrectResultForWideCString) { + EXPECT_FALSE(IsSubstring("", "", kNull, L"a")); + EXPECT_FALSE(IsSubstring("", "", L"b", kNull)); + EXPECT_FALSE(IsSubstring("", "", L"needle", L"haystack")); + + EXPECT_TRUE(IsSubstring("", "", static_cast(NULL), NULL)); + EXPECT_TRUE(IsSubstring("", "", L"needle", L"two needles")); +} + +// Tests that IsSubstring() generates the correct message when the input +// argument type is const char*. +TEST(IsSubstringTest, GeneratesCorrectMessageForCString) { + EXPECT_STREQ("Value of: needle_expr\n" + " Actual: \"needle\"\n" + "Expected: a substring of haystack_expr\n" + "Which is: \"haystack\"", + IsSubstring("needle_expr", "haystack_expr", + "needle", "haystack").failure_message()); +} + +// Tests that IsSubstring returns the correct result when the input +// argument type is ::std::string. +TEST(IsSubstringTest, ReturnsCorrectResultsForStdString) { + EXPECT_TRUE(IsSubstring("", "", std::string("hello"), "ahellob")); + EXPECT_FALSE(IsSubstring("", "", "hello", std::string("world"))); +} + +#if GTEST_HAS_STD_WSTRING +// Tests that IsSubstring returns the correct result when the input +// argument type is ::std::wstring. +TEST(IsSubstringTest, ReturnsCorrectResultForStdWstring) { + EXPECT_TRUE(IsSubstring("", "", ::std::wstring(L"needle"), L"two needles")); + EXPECT_FALSE(IsSubstring("", "", L"needle", ::std::wstring(L"haystack"))); +} + +// Tests that IsSubstring() generates the correct message when the input +// argument type is ::std::wstring. +TEST(IsSubstringTest, GeneratesCorrectMessageForWstring) { + EXPECT_STREQ("Value of: needle_expr\n" + " Actual: L\"needle\"\n" + "Expected: a substring of haystack_expr\n" + "Which is: L\"haystack\"", + IsSubstring( + "needle_expr", "haystack_expr", + ::std::wstring(L"needle"), L"haystack").failure_message()); +} + +#endif // GTEST_HAS_STD_WSTRING + +// Tests for ::testing::IsNotSubstring(). + +// Tests that IsNotSubstring() returns the correct result when the input +// argument type is const char*. +TEST(IsNotSubstringTest, ReturnsCorrectResultForCString) { + EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack")); + EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles")); +} + +// Tests that IsNotSubstring() returns the correct result when the input +// argument type is const wchar_t*. +TEST(IsNotSubstringTest, ReturnsCorrectResultForWideCString) { + EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack")); + EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles")); +} + +// Tests that IsNotSubstring() generates the correct message when the input +// argument type is const wchar_t*. +TEST(IsNotSubstringTest, GeneratesCorrectMessageForWideCString) { + EXPECT_STREQ("Value of: needle_expr\n" + " Actual: L\"needle\"\n" + "Expected: not a substring of haystack_expr\n" + "Which is: L\"two needles\"", + IsNotSubstring( + "needle_expr", "haystack_expr", + L"needle", L"two needles").failure_message()); +} + +// Tests that IsNotSubstring returns the correct result when the input +// argument type is ::std::string. +TEST(IsNotSubstringTest, ReturnsCorrectResultsForStdString) { + EXPECT_FALSE(IsNotSubstring("", "", std::string("hello"), "ahellob")); + EXPECT_TRUE(IsNotSubstring("", "", "hello", std::string("world"))); +} + +// Tests that IsNotSubstring() generates the correct message when the input +// argument type is ::std::string. +TEST(IsNotSubstringTest, GeneratesCorrectMessageForStdString) { + EXPECT_STREQ("Value of: needle_expr\n" + " Actual: \"needle\"\n" + "Expected: not a substring of haystack_expr\n" + "Which is: \"two needles\"", + IsNotSubstring( + "needle_expr", "haystack_expr", + ::std::string("needle"), "two needles").failure_message()); +} + +#if GTEST_HAS_STD_WSTRING + +// Tests that IsNotSubstring returns the correct result when the input +// argument type is ::std::wstring. +TEST(IsNotSubstringTest, ReturnsCorrectResultForStdWstring) { + EXPECT_FALSE( + IsNotSubstring("", "", ::std::wstring(L"needle"), L"two needles")); + EXPECT_TRUE(IsNotSubstring("", "", L"needle", ::std::wstring(L"haystack"))); +} + +#endif // GTEST_HAS_STD_WSTRING + +// Tests floating-point assertions. + +template +class FloatingPointTest : public Test { + protected: + // Pre-calculated numbers to be used by the tests. + struct TestValues { + RawType close_to_positive_zero; + RawType close_to_negative_zero; + RawType further_from_negative_zero; + + RawType close_to_one; + RawType further_from_one; + + RawType infinity; + RawType close_to_infinity; + RawType further_from_infinity; + + RawType nan1; + RawType nan2; + }; + + typedef typename testing::internal::FloatingPoint Floating; + typedef typename Floating::Bits Bits; + + virtual void SetUp() { + const size_t max_ulps = Floating::kMaxUlps; + + // The bits that represent 0.0. + const Bits zero_bits = Floating(0).bits(); + + // Makes some numbers close to 0.0. + values_.close_to_positive_zero = Floating::ReinterpretBits( + zero_bits + max_ulps/2); + values_.close_to_negative_zero = -Floating::ReinterpretBits( + zero_bits + max_ulps - max_ulps/2); + values_.further_from_negative_zero = -Floating::ReinterpretBits( + zero_bits + max_ulps + 1 - max_ulps/2); + + // The bits that represent 1.0. + const Bits one_bits = Floating(1).bits(); + + // Makes some numbers close to 1.0. + values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps); + values_.further_from_one = Floating::ReinterpretBits( + one_bits + max_ulps + 1); + + // +infinity. + values_.infinity = Floating::Infinity(); + + // The bits that represent +infinity. + const Bits infinity_bits = Floating(values_.infinity).bits(); + + // Makes some numbers close to infinity. + values_.close_to_infinity = Floating::ReinterpretBits( + infinity_bits - max_ulps); + values_.further_from_infinity = Floating::ReinterpretBits( + infinity_bits - max_ulps - 1); + + // Makes some NAN's. Sets the most significant bit of the fraction so that + // our NaN's are quiet; trying to process a signaling NaN would raise an + // exception if our environment enables floating point exceptions. + values_.nan1 = Floating::ReinterpretBits(Floating::kExponentBitMask + | (static_cast(1) << (Floating::kFractionBitCount - 1)) | 1); + values_.nan2 = Floating::ReinterpretBits(Floating::kExponentBitMask + | (static_cast(1) << (Floating::kFractionBitCount - 1)) | 200); + } + + void TestSize() { + EXPECT_EQ(sizeof(RawType), sizeof(Bits)); + } + + static TestValues values_; +}; + +template +typename FloatingPointTest::TestValues + FloatingPointTest::values_; + +// Instantiates FloatingPointTest for testing *_FLOAT_EQ. +typedef FloatingPointTest FloatTest; + +// Tests that the size of Float::Bits matches the size of float. +TEST_F(FloatTest, Size) { + TestSize(); +} + +// Tests comparing with +0 and -0. +TEST_F(FloatTest, Zeros) { + EXPECT_FLOAT_EQ(0.0, -0.0); + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(-0.0, 1.0), + "1.0"); + EXPECT_FATAL_FAILURE(ASSERT_FLOAT_EQ(0.0, 1.5), + "1.5"); +} + +// Tests comparing numbers close to 0. +// +// This ensures that *_FLOAT_EQ handles the sign correctly and no +// overflow occurs when comparing numbers whose absolute value is very +// small. +TEST_F(FloatTest, AlmostZeros) { + // In C++Builder, names within local classes (such as used by + // EXPECT_FATAL_FAILURE) cannot be resolved against static members of the + // scoping class. Use a static local alias as a workaround. + // We use the assignment syntax since some compilers, like Sun Studio, + // don't allow initializing references using construction syntax + // (parentheses). + static const FloatTest::TestValues& v = this->values_; + + EXPECT_FLOAT_EQ(0.0, v.close_to_positive_zero); + EXPECT_FLOAT_EQ(-0.0, v.close_to_negative_zero); + EXPECT_FLOAT_EQ(v.close_to_positive_zero, v.close_to_negative_zero); + + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_FLOAT_EQ(v.close_to_positive_zero, + v.further_from_negative_zero); + }, "v.further_from_negative_zero"); +} + +// Tests comparing numbers close to each other. +TEST_F(FloatTest, SmallDiff) { + EXPECT_FLOAT_EQ(1.0, values_.close_to_one); + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(1.0, values_.further_from_one), + "values_.further_from_one"); +} + +// Tests comparing numbers far apart. +TEST_F(FloatTest, LargeDiff) { + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(2.5, 3.0), + "3.0"); +} + +// Tests comparing with infinity. +// +// This ensures that no overflow occurs when comparing numbers whose +// absolute value is very large. +TEST_F(FloatTest, Infinity) { + EXPECT_FLOAT_EQ(values_.infinity, values_.close_to_infinity); + EXPECT_FLOAT_EQ(-values_.infinity, -values_.close_to_infinity); +#if !GTEST_OS_SYMBIAN + // Nokia's STLport crashes if we try to output infinity or NaN. + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(values_.infinity, -values_.infinity), + "-values_.infinity"); + + // This is interesting as the representations of infinity and nan1 + // are only 1 DLP apart. + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(values_.infinity, values_.nan1), + "values_.nan1"); +#endif // !GTEST_OS_SYMBIAN +} + +// Tests that comparing with NAN always returns false. +TEST_F(FloatTest, NaN) { +#if !GTEST_OS_SYMBIAN +// Nokia's STLport crashes if we try to output infinity or NaN. + + // In C++Builder, names within local classes (such as used by + // EXPECT_FATAL_FAILURE) cannot be resolved against static members of the + // scoping class. Use a static local alias as a workaround. + // We use the assignment syntax since some compilers, like Sun Studio, + // don't allow initializing references using construction syntax + // (parentheses). + static const FloatTest::TestValues& v = this->values_; + + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(v.nan1, v.nan1), + "v.nan1"); + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(v.nan1, v.nan2), + "v.nan2"); + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(1.0, v.nan1), + "v.nan1"); + + EXPECT_FATAL_FAILURE(ASSERT_FLOAT_EQ(v.nan1, v.infinity), + "v.infinity"); +#endif // !GTEST_OS_SYMBIAN +} + +// Tests that *_FLOAT_EQ are reflexive. +TEST_F(FloatTest, Reflexive) { + EXPECT_FLOAT_EQ(0.0, 0.0); + EXPECT_FLOAT_EQ(1.0, 1.0); + ASSERT_FLOAT_EQ(values_.infinity, values_.infinity); +} + +// Tests that *_FLOAT_EQ are commutative. +TEST_F(FloatTest, Commutative) { + // We already tested EXPECT_FLOAT_EQ(1.0, values_.close_to_one). + EXPECT_FLOAT_EQ(values_.close_to_one, 1.0); + + // We already tested EXPECT_FLOAT_EQ(1.0, values_.further_from_one). + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(values_.further_from_one, 1.0), + "1.0"); +} + +// Tests EXPECT_NEAR. +TEST_F(FloatTest, EXPECT_NEAR) { + EXPECT_NEAR(-1.0f, -1.1f, 0.2f); + EXPECT_NEAR(2.0f, 3.0f, 1.0f); + EXPECT_NONFATAL_FAILURE(EXPECT_NEAR(1.0f,1.5f, 0.25f), // NOLINT + "The difference between 1.0f and 1.5f is 0.5, " + "which exceeds 0.25f"); + // To work around a bug in gcc 2.95.0, there is intentionally no + // space after the first comma in the previous line. +} + +// Tests ASSERT_NEAR. +TEST_F(FloatTest, ASSERT_NEAR) { + ASSERT_NEAR(-1.0f, -1.1f, 0.2f); + ASSERT_NEAR(2.0f, 3.0f, 1.0f); + EXPECT_FATAL_FAILURE(ASSERT_NEAR(1.0f,1.5f, 0.25f), // NOLINT + "The difference between 1.0f and 1.5f is 0.5, " + "which exceeds 0.25f"); + // To work around a bug in gcc 2.95.0, there is intentionally no + // space after the first comma in the previous line. +} + +// Tests the cases where FloatLE() should succeed. +TEST_F(FloatTest, FloatLESucceeds) { + EXPECT_PRED_FORMAT2(FloatLE, 1.0f, 2.0f); // When val1 < val2, + ASSERT_PRED_FORMAT2(FloatLE, 1.0f, 1.0f); // val1 == val2, + + // or when val1 is greater than, but almost equals to, val2. + EXPECT_PRED_FORMAT2(FloatLE, values_.close_to_positive_zero, 0.0f); +} + +// Tests the cases where FloatLE() should fail. +TEST_F(FloatTest, FloatLEFails) { + // When val1 is greater than val2 by a large margin, + EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(FloatLE, 2.0f, 1.0f), + "(2.0f) <= (1.0f)"); + + // or by a small yet non-negligible margin, + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f); + }, "(values_.further_from_one) <= (1.0f)"); + +#if !GTEST_OS_SYMBIAN && !defined(__BORLANDC__) + // Nokia's STLport crashes if we try to output infinity or NaN. + // C++Builder gives bad results for ordered comparisons involving NaNs + // due to compiler bugs. + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(FloatLE, values_.nan1, values_.infinity); + }, "(values_.nan1) <= (values_.infinity)"); + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(FloatLE, -values_.infinity, values_.nan1); + }, "(-values_.infinity) <= (values_.nan1)"); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT2(FloatLE, values_.nan1, values_.nan1); + }, "(values_.nan1) <= (values_.nan1)"); +#endif // !GTEST_OS_SYMBIAN && !defined(__BORLANDC__) +} + +// Instantiates FloatingPointTest for testing *_DOUBLE_EQ. +typedef FloatingPointTest DoubleTest; + +// Tests that the size of Double::Bits matches the size of double. +TEST_F(DoubleTest, Size) { + TestSize(); +} + +// Tests comparing with +0 and -0. +TEST_F(DoubleTest, Zeros) { + EXPECT_DOUBLE_EQ(0.0, -0.0); + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(-0.0, 1.0), + "1.0"); + EXPECT_FATAL_FAILURE(ASSERT_DOUBLE_EQ(0.0, 1.0), + "1.0"); +} + +// Tests comparing numbers close to 0. +// +// This ensures that *_DOUBLE_EQ handles the sign correctly and no +// overflow occurs when comparing numbers whose absolute value is very +// small. +TEST_F(DoubleTest, AlmostZeros) { + // In C++Builder, names within local classes (such as used by + // EXPECT_FATAL_FAILURE) cannot be resolved against static members of the + // scoping class. Use a static local alias as a workaround. + // We use the assignment syntax since some compilers, like Sun Studio, + // don't allow initializing references using construction syntax + // (parentheses). + static const DoubleTest::TestValues& v = this->values_; + + EXPECT_DOUBLE_EQ(0.0, v.close_to_positive_zero); + EXPECT_DOUBLE_EQ(-0.0, v.close_to_negative_zero); + EXPECT_DOUBLE_EQ(v.close_to_positive_zero, v.close_to_negative_zero); + + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_DOUBLE_EQ(v.close_to_positive_zero, + v.further_from_negative_zero); + }, "v.further_from_negative_zero"); +} + +// Tests comparing numbers close to each other. +TEST_F(DoubleTest, SmallDiff) { + EXPECT_DOUBLE_EQ(1.0, values_.close_to_one); + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(1.0, values_.further_from_one), + "values_.further_from_one"); +} + +// Tests comparing numbers far apart. +TEST_F(DoubleTest, LargeDiff) { + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(2.0, 3.0), + "3.0"); +} + +// Tests comparing with infinity. +// +// This ensures that no overflow occurs when comparing numbers whose +// absolute value is very large. +TEST_F(DoubleTest, Infinity) { + EXPECT_DOUBLE_EQ(values_.infinity, values_.close_to_infinity); + EXPECT_DOUBLE_EQ(-values_.infinity, -values_.close_to_infinity); +#if !GTEST_OS_SYMBIAN + // Nokia's STLport crashes if we try to output infinity or NaN. + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(values_.infinity, -values_.infinity), + "-values_.infinity"); + + // This is interesting as the representations of infinity_ and nan1_ + // are only 1 DLP apart. + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(values_.infinity, values_.nan1), + "values_.nan1"); +#endif // !GTEST_OS_SYMBIAN +} + +// Tests that comparing with NAN always returns false. +TEST_F(DoubleTest, NaN) { +#if !GTEST_OS_SYMBIAN + // In C++Builder, names within local classes (such as used by + // EXPECT_FATAL_FAILURE) cannot be resolved against static members of the + // scoping class. Use a static local alias as a workaround. + // We use the assignment syntax since some compilers, like Sun Studio, + // don't allow initializing references using construction syntax + // (parentheses). + static const DoubleTest::TestValues& v = this->values_; + + // Nokia's STLport crashes if we try to output infinity or NaN. + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(v.nan1, v.nan1), + "v.nan1"); + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(v.nan1, v.nan2), "v.nan2"); + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(1.0, v.nan1), "v.nan1"); + EXPECT_FATAL_FAILURE(ASSERT_DOUBLE_EQ(v.nan1, v.infinity), + "v.infinity"); +#endif // !GTEST_OS_SYMBIAN +} + +// Tests that *_DOUBLE_EQ are reflexive. +TEST_F(DoubleTest, Reflexive) { + EXPECT_DOUBLE_EQ(0.0, 0.0); + EXPECT_DOUBLE_EQ(1.0, 1.0); +#if !GTEST_OS_SYMBIAN + // Nokia's STLport crashes if we try to output infinity or NaN. + ASSERT_DOUBLE_EQ(values_.infinity, values_.infinity); +#endif // !GTEST_OS_SYMBIAN +} + +// Tests that *_DOUBLE_EQ are commutative. +TEST_F(DoubleTest, Commutative) { + // We already tested EXPECT_DOUBLE_EQ(1.0, values_.close_to_one). + EXPECT_DOUBLE_EQ(values_.close_to_one, 1.0); + + // We already tested EXPECT_DOUBLE_EQ(1.0, values_.further_from_one). + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(values_.further_from_one, 1.0), + "1.0"); +} + +// Tests EXPECT_NEAR. +TEST_F(DoubleTest, EXPECT_NEAR) { + EXPECT_NEAR(-1.0, -1.1, 0.2); + EXPECT_NEAR(2.0, 3.0, 1.0); + EXPECT_NONFATAL_FAILURE(EXPECT_NEAR(1.0, 1.5, 0.25), // NOLINT + "The difference between 1.0 and 1.5 is 0.5, " + "which exceeds 0.25"); + // To work around a bug in gcc 2.95.0, there is intentionally no + // space after the first comma in the previous statement. +} + +// Tests ASSERT_NEAR. +TEST_F(DoubleTest, ASSERT_NEAR) { + ASSERT_NEAR(-1.0, -1.1, 0.2); + ASSERT_NEAR(2.0, 3.0, 1.0); + EXPECT_FATAL_FAILURE(ASSERT_NEAR(1.0, 1.5, 0.25), // NOLINT + "The difference between 1.0 and 1.5 is 0.5, " + "which exceeds 0.25"); + // To work around a bug in gcc 2.95.0, there is intentionally no + // space after the first comma in the previous statement. +} + +// Tests the cases where DoubleLE() should succeed. +TEST_F(DoubleTest, DoubleLESucceeds) { + EXPECT_PRED_FORMAT2(DoubleLE, 1.0, 2.0); // When val1 < val2, + ASSERT_PRED_FORMAT2(DoubleLE, 1.0, 1.0); // val1 == val2, + + // or when val1 is greater than, but almost equals to, val2. + EXPECT_PRED_FORMAT2(DoubleLE, values_.close_to_positive_zero, 0.0); +} + +// Tests the cases where DoubleLE() should fail. +TEST_F(DoubleTest, DoubleLEFails) { + // When val1 is greater than val2 by a large margin, + EXPECT_NONFATAL_FAILURE(EXPECT_PRED_FORMAT2(DoubleLE, 2.0, 1.0), + "(2.0) <= (1.0)"); + + // or by a small yet non-negligible margin, + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(DoubleLE, values_.further_from_one, 1.0); + }, "(values_.further_from_one) <= (1.0)"); + +#if !GTEST_OS_SYMBIAN && !defined(__BORLANDC__) + // Nokia's STLport crashes if we try to output infinity or NaN. + // C++Builder gives bad results for ordered comparisons involving NaNs + // due to compiler bugs. + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(DoubleLE, values_.nan1, values_.infinity); + }, "(values_.nan1) <= (values_.infinity)"); + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_PRED_FORMAT2(DoubleLE, -values_.infinity, values_.nan1); + }, " (-values_.infinity) <= (values_.nan1)"); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_PRED_FORMAT2(DoubleLE, values_.nan1, values_.nan1); + }, "(values_.nan1) <= (values_.nan1)"); +#endif // !GTEST_OS_SYMBIAN && !defined(__BORLANDC__) +} + + +// Verifies that a test or test case whose name starts with DISABLED_ is +// not run. + +// A test whose name starts with DISABLED_. +// Should not run. +TEST(DisabledTest, DISABLED_TestShouldNotRun) { + FAIL() << "Unexpected failure: Disabled test should not be run."; +} + +// A test whose name does not start with DISABLED_. +// Should run. +TEST(DisabledTest, NotDISABLED_TestShouldRun) { + EXPECT_EQ(1, 1); +} + +// A test case whose name starts with DISABLED_. +// Should not run. +TEST(DISABLED_TestCase, TestShouldNotRun) { + FAIL() << "Unexpected failure: Test in disabled test case should not be run."; +} + +// A test case and test whose names start with DISABLED_. +// Should not run. +TEST(DISABLED_TestCase, DISABLED_TestShouldNotRun) { + FAIL() << "Unexpected failure: Test in disabled test case should not be run."; +} + +// Check that when all tests in a test case are disabled, SetupTestCase() and +// TearDownTestCase() are not called. +class DisabledTestsTest : public Test { + protected: + static void SetUpTestCase() { + FAIL() << "Unexpected failure: All tests disabled in test case. " + "SetupTestCase() should not be called."; + } + + static void TearDownTestCase() { + FAIL() << "Unexpected failure: All tests disabled in test case. " + "TearDownTestCase() should not be called."; + } +}; + +TEST_F(DisabledTestsTest, DISABLED_TestShouldNotRun_1) { + FAIL() << "Unexpected failure: Disabled test should not be run."; +} + +TEST_F(DisabledTestsTest, DISABLED_TestShouldNotRun_2) { + FAIL() << "Unexpected failure: Disabled test should not be run."; +} + +// Tests that disabled typed tests aren't run. + +#if GTEST_HAS_TYPED_TEST + +template +class TypedTest : public Test { +}; + +typedef testing::Types NumericTypes; +TYPED_TEST_CASE(TypedTest, NumericTypes); + +TYPED_TEST(TypedTest, DISABLED_ShouldNotRun) { + FAIL() << "Unexpected failure: Disabled typed test should not run."; +} + +template +class DISABLED_TypedTest : public Test { +}; + +TYPED_TEST_CASE(DISABLED_TypedTest, NumericTypes); + +TYPED_TEST(DISABLED_TypedTest, ShouldNotRun) { + FAIL() << "Unexpected failure: Disabled typed test should not run."; +} + +#endif // GTEST_HAS_TYPED_TEST + +// Tests that disabled type-parameterized tests aren't run. + +#if GTEST_HAS_TYPED_TEST_P + +template +class TypedTestP : public Test { +}; + +TYPED_TEST_CASE_P(TypedTestP); + +TYPED_TEST_P(TypedTestP, DISABLED_ShouldNotRun) { + FAIL() << "Unexpected failure: " + << "Disabled type-parameterized test should not run."; +} + +REGISTER_TYPED_TEST_CASE_P(TypedTestP, DISABLED_ShouldNotRun); + +INSTANTIATE_TYPED_TEST_CASE_P(My, TypedTestP, NumericTypes); + +template +class DISABLED_TypedTestP : public Test { +}; + +TYPED_TEST_CASE_P(DISABLED_TypedTestP); + +TYPED_TEST_P(DISABLED_TypedTestP, ShouldNotRun) { + FAIL() << "Unexpected failure: " + << "Disabled type-parameterized test should not run."; +} + +REGISTER_TYPED_TEST_CASE_P(DISABLED_TypedTestP, ShouldNotRun); + +INSTANTIATE_TYPED_TEST_CASE_P(My, DISABLED_TypedTestP, NumericTypes); + +#endif // GTEST_HAS_TYPED_TEST_P + +// Tests that assertion macros evaluate their arguments exactly once. + +class SingleEvaluationTest : public Test { + public: // Must be public and not protected due to a bug in g++ 3.4.2. + // This helper function is needed by the FailedASSERT_STREQ test + // below. It's public to work around C++Builder's bug with scoping local + // classes. + static void CompareAndIncrementCharPtrs() { + ASSERT_STREQ(p1_++, p2_++); + } + + // This helper function is needed by the FailedASSERT_NE test below. It's + // public to work around C++Builder's bug with scoping local classes. + static void CompareAndIncrementInts() { + ASSERT_NE(a_++, b_++); + } + + protected: + SingleEvaluationTest() { + p1_ = s1_; + p2_ = s2_; + a_ = 0; + b_ = 0; + } + + static const char* const s1_; + static const char* const s2_; + static const char* p1_; + static const char* p2_; + + static int a_; + static int b_; +}; + +const char* const SingleEvaluationTest::s1_ = "01234"; +const char* const SingleEvaluationTest::s2_ = "abcde"; +const char* SingleEvaluationTest::p1_; +const char* SingleEvaluationTest::p2_; +int SingleEvaluationTest::a_; +int SingleEvaluationTest::b_; + +// Tests that when ASSERT_STREQ fails, it evaluates its arguments +// exactly once. +TEST_F(SingleEvaluationTest, FailedASSERT_STREQ) { + EXPECT_FATAL_FAILURE(SingleEvaluationTest::CompareAndIncrementCharPtrs(), + "p2_++"); + EXPECT_EQ(s1_ + 1, p1_); + EXPECT_EQ(s2_ + 1, p2_); +} + +// Tests that string assertion arguments are evaluated exactly once. +TEST_F(SingleEvaluationTest, ASSERT_STR) { + // successful EXPECT_STRNE + EXPECT_STRNE(p1_++, p2_++); + EXPECT_EQ(s1_ + 1, p1_); + EXPECT_EQ(s2_ + 1, p2_); + + // failed EXPECT_STRCASEEQ + EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), + "ignoring case"); + EXPECT_EQ(s1_ + 2, p1_); + EXPECT_EQ(s2_ + 2, p2_); +} + +// Tests that when ASSERT_NE fails, it evaluates its arguments exactly +// once. +TEST_F(SingleEvaluationTest, FailedASSERT_NE) { + EXPECT_FATAL_FAILURE(SingleEvaluationTest::CompareAndIncrementInts(), + "(a_++) != (b_++)"); + EXPECT_EQ(1, a_); + EXPECT_EQ(1, b_); +} + +// Tests that assertion arguments are evaluated exactly once. +TEST_F(SingleEvaluationTest, OtherCases) { + // successful EXPECT_TRUE + EXPECT_TRUE(0 == a_++); // NOLINT + EXPECT_EQ(1, a_); + + // failed EXPECT_TRUE + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(-1 == a_++), "-1 == a_++"); + EXPECT_EQ(2, a_); + + // successful EXPECT_GT + EXPECT_GT(a_++, b_++); + EXPECT_EQ(3, a_); + EXPECT_EQ(1, b_); + + // failed EXPECT_LT + EXPECT_NONFATAL_FAILURE(EXPECT_LT(a_++, b_++), "(a_++) < (b_++)"); + EXPECT_EQ(4, a_); + EXPECT_EQ(2, b_); + + // successful ASSERT_TRUE + ASSERT_TRUE(0 < a_++); // NOLINT + EXPECT_EQ(5, a_); + + // successful ASSERT_GT + ASSERT_GT(a_++, b_++); + EXPECT_EQ(6, a_); + EXPECT_EQ(3, b_); +} + +#if GTEST_HAS_EXCEPTIONS + +void ThrowAnInteger() { + throw 1; +} + +// Tests that assertion arguments are evaluated exactly once. +TEST_F(SingleEvaluationTest, ExceptionTests) { + // successful EXPECT_THROW + EXPECT_THROW({ // NOLINT + a_++; + ThrowAnInteger(); + }, int); + EXPECT_EQ(1, a_); + + // failed EXPECT_THROW, throws different + EXPECT_NONFATAL_FAILURE(EXPECT_THROW({ // NOLINT + a_++; + ThrowAnInteger(); + }, bool), "throws a different type"); + EXPECT_EQ(2, a_); + + // failed EXPECT_THROW, throws nothing + EXPECT_NONFATAL_FAILURE(EXPECT_THROW(a_++, bool), "throws nothing"); + EXPECT_EQ(3, a_); + + // successful EXPECT_NO_THROW + EXPECT_NO_THROW(a_++); + EXPECT_EQ(4, a_); + + // failed EXPECT_NO_THROW + EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW({ // NOLINT + a_++; + ThrowAnInteger(); + }), "it throws"); + EXPECT_EQ(5, a_); + + // successful EXPECT_ANY_THROW + EXPECT_ANY_THROW({ // NOLINT + a_++; + ThrowAnInteger(); + }); + EXPECT_EQ(6, a_); + + // failed EXPECT_ANY_THROW + EXPECT_NONFATAL_FAILURE(EXPECT_ANY_THROW(a_++), "it doesn't"); + EXPECT_EQ(7, a_); +} + +#endif // GTEST_HAS_EXCEPTIONS + +// Tests {ASSERT|EXPECT}_NO_FATAL_FAILURE. +class NoFatalFailureTest : public Test { + protected: + void Succeeds() {} + void FailsNonFatal() { + ADD_FAILURE() << "some non-fatal failure"; + } + void Fails() { + FAIL() << "some fatal failure"; + } + + void DoAssertNoFatalFailureOnFails() { + ASSERT_NO_FATAL_FAILURE(Fails()); + ADD_FAILURE() << "shold not reach here."; + } + + void DoExpectNoFatalFailureOnFails() { + EXPECT_NO_FATAL_FAILURE(Fails()); + ADD_FAILURE() << "other failure"; + } +}; + +TEST_F(NoFatalFailureTest, NoFailure) { + EXPECT_NO_FATAL_FAILURE(Succeeds()); + ASSERT_NO_FATAL_FAILURE(Succeeds()); +} + +TEST_F(NoFatalFailureTest, NonFatalIsNoFailure) { + EXPECT_NONFATAL_FAILURE( + EXPECT_NO_FATAL_FAILURE(FailsNonFatal()), + "some non-fatal failure"); + EXPECT_NONFATAL_FAILURE( + ASSERT_NO_FATAL_FAILURE(FailsNonFatal()), + "some non-fatal failure"); +} + +TEST_F(NoFatalFailureTest, AssertNoFatalFailureOnFatalFailure) { + TestPartResultArray gtest_failures; + { + ScopedFakeTestPartResultReporter gtest_reporter(>est_failures); + DoAssertNoFatalFailureOnFails(); + } + ASSERT_EQ(2, gtest_failures.size()); + EXPECT_EQ(TestPartResult::kFatalFailure, + gtest_failures.GetTestPartResult(0).type()); + EXPECT_EQ(TestPartResult::kFatalFailure, + gtest_failures.GetTestPartResult(1).type()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "some fatal failure", + gtest_failures.GetTestPartResult(0).message()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "it does", + gtest_failures.GetTestPartResult(1).message()); +} + +TEST_F(NoFatalFailureTest, ExpectNoFatalFailureOnFatalFailure) { + TestPartResultArray gtest_failures; + { + ScopedFakeTestPartResultReporter gtest_reporter(>est_failures); + DoExpectNoFatalFailureOnFails(); + } + ASSERT_EQ(3, gtest_failures.size()); + EXPECT_EQ(TestPartResult::kFatalFailure, + gtest_failures.GetTestPartResult(0).type()); + EXPECT_EQ(TestPartResult::kNonFatalFailure, + gtest_failures.GetTestPartResult(1).type()); + EXPECT_EQ(TestPartResult::kNonFatalFailure, + gtest_failures.GetTestPartResult(2).type()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "some fatal failure", + gtest_failures.GetTestPartResult(0).message()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "it does", + gtest_failures.GetTestPartResult(1).message()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "other failure", + gtest_failures.GetTestPartResult(2).message()); +} + +TEST_F(NoFatalFailureTest, MessageIsStreamable) { + TestPartResultArray gtest_failures; + { + ScopedFakeTestPartResultReporter gtest_reporter(>est_failures); + EXPECT_NO_FATAL_FAILURE(FAIL() << "foo") << "my message"; + } + ASSERT_EQ(2, gtest_failures.size()); + EXPECT_EQ(TestPartResult::kNonFatalFailure, + gtest_failures.GetTestPartResult(0).type()); + EXPECT_EQ(TestPartResult::kNonFatalFailure, + gtest_failures.GetTestPartResult(1).type()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "foo", + gtest_failures.GetTestPartResult(0).message()); + EXPECT_PRED_FORMAT2(testing::IsSubstring, "my message", + gtest_failures.GetTestPartResult(1).message()); +} + +// Tests non-string assertions. + +// Tests EqFailure(), used for implementing *EQ* assertions. +TEST(AssertionTest, EqFailure) { + const std::string foo_val("5"), bar_val("6"); + const std::string msg1( + EqFailure("foo", "bar", foo_val, bar_val, false) + .failure_message()); + EXPECT_STREQ( + "Value of: bar\n" + " Actual: 6\n" + "Expected: foo\n" + "Which is: 5", + msg1.c_str()); + + const std::string msg2( + EqFailure("foo", "6", foo_val, bar_val, false) + .failure_message()); + EXPECT_STREQ( + "Value of: 6\n" + "Expected: foo\n" + "Which is: 5", + msg2.c_str()); + + const std::string msg3( + EqFailure("5", "bar", foo_val, bar_val, false) + .failure_message()); + EXPECT_STREQ( + "Value of: bar\n" + " Actual: 6\n" + "Expected: 5", + msg3.c_str()); + + const std::string msg4( + EqFailure("5", "6", foo_val, bar_val, false).failure_message()); + EXPECT_STREQ( + "Value of: 6\n" + "Expected: 5", + msg4.c_str()); + + const std::string msg5( + EqFailure("foo", "bar", + std::string("\"x\""), std::string("\"y\""), + true).failure_message()); + EXPECT_STREQ( + "Value of: bar\n" + " Actual: \"y\"\n" + "Expected: foo (ignoring case)\n" + "Which is: \"x\"", + msg5.c_str()); +} + +// Tests AppendUserMessage(), used for implementing the *EQ* macros. +TEST(AssertionTest, AppendUserMessage) { + const std::string foo("foo"); + + Message msg; + EXPECT_STREQ("foo", + AppendUserMessage(foo, msg).c_str()); + + msg << "bar"; + EXPECT_STREQ("foo\nbar", + AppendUserMessage(foo, msg).c_str()); +} + +#ifdef __BORLANDC__ +// Silences warnings: "Condition is always true", "Unreachable code" +# pragma option push -w-ccc -w-rch +#endif + +// Tests ASSERT_TRUE. +TEST(AssertionTest, ASSERT_TRUE) { + ASSERT_TRUE(2 > 1); // NOLINT + EXPECT_FATAL_FAILURE(ASSERT_TRUE(2 < 1), + "2 < 1"); +} + +// Tests ASSERT_TRUE(predicate) for predicates returning AssertionResult. +TEST(AssertionTest, AssertTrueWithAssertionResult) { + ASSERT_TRUE(ResultIsEven(2)); +#ifndef __BORLANDC__ + // ICE's in C++Builder. + EXPECT_FATAL_FAILURE(ASSERT_TRUE(ResultIsEven(3)), + "Value of: ResultIsEven(3)\n" + " Actual: false (3 is odd)\n" + "Expected: true"); +#endif + ASSERT_TRUE(ResultIsEvenNoExplanation(2)); + EXPECT_FATAL_FAILURE(ASSERT_TRUE(ResultIsEvenNoExplanation(3)), + "Value of: ResultIsEvenNoExplanation(3)\n" + " Actual: false (3 is odd)\n" + "Expected: true"); +} + +// Tests ASSERT_FALSE. +TEST(AssertionTest, ASSERT_FALSE) { + ASSERT_FALSE(2 < 1); // NOLINT + EXPECT_FATAL_FAILURE(ASSERT_FALSE(2 > 1), + "Value of: 2 > 1\n" + " Actual: true\n" + "Expected: false"); +} + +// Tests ASSERT_FALSE(predicate) for predicates returning AssertionResult. +TEST(AssertionTest, AssertFalseWithAssertionResult) { + ASSERT_FALSE(ResultIsEven(3)); +#ifndef __BORLANDC__ + // ICE's in C++Builder. + EXPECT_FATAL_FAILURE(ASSERT_FALSE(ResultIsEven(2)), + "Value of: ResultIsEven(2)\n" + " Actual: true (2 is even)\n" + "Expected: false"); +#endif + ASSERT_FALSE(ResultIsEvenNoExplanation(3)); + EXPECT_FATAL_FAILURE(ASSERT_FALSE(ResultIsEvenNoExplanation(2)), + "Value of: ResultIsEvenNoExplanation(2)\n" + " Actual: true\n" + "Expected: false"); +} + +#ifdef __BORLANDC__ +// Restores warnings after previous "#pragma option push" supressed them +# pragma option pop +#endif + +// Tests using ASSERT_EQ on double values. The purpose is to make +// sure that the specialization we did for integer and anonymous enums +// isn't used for double arguments. +TEST(ExpectTest, ASSERT_EQ_Double) { + // A success. + ASSERT_EQ(5.6, 5.6); + + // A failure. + EXPECT_FATAL_FAILURE(ASSERT_EQ(5.1, 5.2), + "5.1"); +} + +// Tests ASSERT_EQ. +TEST(AssertionTest, ASSERT_EQ) { + ASSERT_EQ(5, 2 + 3); + EXPECT_FATAL_FAILURE(ASSERT_EQ(5, 2*3), + "Value of: 2*3\n" + " Actual: 6\n" + "Expected: 5"); +} + +// Tests ASSERT_EQ(NULL, pointer). +#if GTEST_CAN_COMPARE_NULL +TEST(AssertionTest, ASSERT_EQ_NULL) { + // A success. + const char* p = NULL; + // Some older GCC versions may issue a spurious waring in this or the next + // assertion statement. This warning should not be suppressed with + // static_cast since the test verifies the ability to use bare NULL as the + // expected parameter to the macro. + ASSERT_EQ(NULL, p); + + // A failure. + static int n = 0; + EXPECT_FATAL_FAILURE(ASSERT_EQ(NULL, &n), + "Value of: &n\n"); +} +#endif // GTEST_CAN_COMPARE_NULL + +// Tests ASSERT_EQ(0, non_pointer). Since the literal 0 can be +// treated as a null pointer by the compiler, we need to make sure +// that ASSERT_EQ(0, non_pointer) isn't interpreted by Google Test as +// ASSERT_EQ(static_cast(NULL), non_pointer). +TEST(ExpectTest, ASSERT_EQ_0) { + int n = 0; + + // A success. + ASSERT_EQ(0, n); + + // A failure. + EXPECT_FATAL_FAILURE(ASSERT_EQ(0, 5.6), + "Expected: 0"); +} + +// Tests ASSERT_NE. +TEST(AssertionTest, ASSERT_NE) { + ASSERT_NE(6, 7); + EXPECT_FATAL_FAILURE(ASSERT_NE('a', 'a'), + "Expected: ('a') != ('a'), " + "actual: 'a' (97, 0x61) vs 'a' (97, 0x61)"); +} + +// Tests ASSERT_LE. +TEST(AssertionTest, ASSERT_LE) { + ASSERT_LE(2, 3); + ASSERT_LE(2, 2); + EXPECT_FATAL_FAILURE(ASSERT_LE(2, 0), + "Expected: (2) <= (0), actual: 2 vs 0"); +} + +// Tests ASSERT_LT. +TEST(AssertionTest, ASSERT_LT) { + ASSERT_LT(2, 3); + EXPECT_FATAL_FAILURE(ASSERT_LT(2, 2), + "Expected: (2) < (2), actual: 2 vs 2"); +} + +// Tests ASSERT_GE. +TEST(AssertionTest, ASSERT_GE) { + ASSERT_GE(2, 1); + ASSERT_GE(2, 2); + EXPECT_FATAL_FAILURE(ASSERT_GE(2, 3), + "Expected: (2) >= (3), actual: 2 vs 3"); +} + +// Tests ASSERT_GT. +TEST(AssertionTest, ASSERT_GT) { + ASSERT_GT(2, 1); + EXPECT_FATAL_FAILURE(ASSERT_GT(2, 2), + "Expected: (2) > (2), actual: 2 vs 2"); +} + +#if GTEST_HAS_EXCEPTIONS + +void ThrowNothing() {} + +// Tests ASSERT_THROW. +TEST(AssertionTest, ASSERT_THROW) { + ASSERT_THROW(ThrowAnInteger(), int); + +# ifndef __BORLANDC__ + + // ICE's in C++Builder 2007 and 2009. + EXPECT_FATAL_FAILURE( + ASSERT_THROW(ThrowAnInteger(), bool), + "Expected: ThrowAnInteger() throws an exception of type bool.\n" + " Actual: it throws a different type."); +# endif + + EXPECT_FATAL_FAILURE( + ASSERT_THROW(ThrowNothing(), bool), + "Expected: ThrowNothing() throws an exception of type bool.\n" + " Actual: it throws nothing."); +} + +// Tests ASSERT_NO_THROW. +TEST(AssertionTest, ASSERT_NO_THROW) { + ASSERT_NO_THROW(ThrowNothing()); + EXPECT_FATAL_FAILURE(ASSERT_NO_THROW(ThrowAnInteger()), + "Expected: ThrowAnInteger() doesn't throw an exception." + "\n Actual: it throws."); +} + +// Tests ASSERT_ANY_THROW. +TEST(AssertionTest, ASSERT_ANY_THROW) { + ASSERT_ANY_THROW(ThrowAnInteger()); + EXPECT_FATAL_FAILURE( + ASSERT_ANY_THROW(ThrowNothing()), + "Expected: ThrowNothing() throws an exception.\n" + " Actual: it doesn't."); +} + +#endif // GTEST_HAS_EXCEPTIONS + +// Makes sure we deal with the precedence of <<. This test should +// compile. +TEST(AssertionTest, AssertPrecedence) { + ASSERT_EQ(1 < 2, true); + bool false_value = false; + ASSERT_EQ(true && false_value, false); +} + +// A subroutine used by the following test. +void TestEq1(int x) { + ASSERT_EQ(1, x); +} + +// Tests calling a test subroutine that's not part of a fixture. +TEST(AssertionTest, NonFixtureSubroutine) { + EXPECT_FATAL_FAILURE(TestEq1(2), + "Value of: x"); +} + +// An uncopyable class. +class Uncopyable { + public: + explicit Uncopyable(int a_value) : value_(a_value) {} + + int value() const { return value_; } + bool operator==(const Uncopyable& rhs) const { + return value() == rhs.value(); + } + private: + // This constructor deliberately has no implementation, as we don't + // want this class to be copyable. + Uncopyable(const Uncopyable&); // NOLINT + + int value_; +}; + +::std::ostream& operator<<(::std::ostream& os, const Uncopyable& value) { + return os << value.value(); +} + + +bool IsPositiveUncopyable(const Uncopyable& x) { + return x.value() > 0; +} + +// A subroutine used by the following test. +void TestAssertNonPositive() { + Uncopyable y(-1); + ASSERT_PRED1(IsPositiveUncopyable, y); +} +// A subroutine used by the following test. +void TestAssertEqualsUncopyable() { + Uncopyable x(5); + Uncopyable y(-1); + ASSERT_EQ(x, y); +} + +// Tests that uncopyable objects can be used in assertions. +TEST(AssertionTest, AssertWorksWithUncopyableObject) { + Uncopyable x(5); + ASSERT_PRED1(IsPositiveUncopyable, x); + ASSERT_EQ(x, x); + EXPECT_FATAL_FAILURE(TestAssertNonPositive(), + "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1"); + EXPECT_FATAL_FAILURE(TestAssertEqualsUncopyable(), + "Value of: y\n Actual: -1\nExpected: x\nWhich is: 5"); +} + +// Tests that uncopyable objects can be used in expects. +TEST(AssertionTest, ExpectWorksWithUncopyableObject) { + Uncopyable x(5); + EXPECT_PRED1(IsPositiveUncopyable, x); + Uncopyable y(-1); + EXPECT_NONFATAL_FAILURE(EXPECT_PRED1(IsPositiveUncopyable, y), + "IsPositiveUncopyable(y) evaluates to false, where\ny evaluates to -1"); + EXPECT_EQ(x, x); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(x, y), + "Value of: y\n Actual: -1\nExpected: x\nWhich is: 5"); +} + +enum NamedEnum { + kE1 = 0, + kE2 = 1 +}; + +TEST(AssertionTest, NamedEnum) { + EXPECT_EQ(kE1, kE1); + EXPECT_LT(kE1, kE2); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(kE1, kE2), "Which is: 0"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(kE1, kE2), "Actual: 1"); +} + +// The version of gcc used in XCode 2.2 has a bug and doesn't allow +// anonymous enums in assertions. Therefore the following test is not +// done on Mac. +// Sun Studio and HP aCC also reject this code. +#if !GTEST_OS_MAC && !defined(__SUNPRO_CC) && !defined(__HP_aCC) + +// Tests using assertions with anonymous enums. +enum { + kCaseA = -1, + +# if GTEST_OS_LINUX + + // We want to test the case where the size of the anonymous enum is + // larger than sizeof(int), to make sure our implementation of the + // assertions doesn't truncate the enums. However, MSVC + // (incorrectly) doesn't allow an enum value to exceed the range of + // an int, so this has to be conditionally compiled. + // + // On Linux, kCaseB and kCaseA have the same value when truncated to + // int size. We want to test whether this will confuse the + // assertions. + kCaseB = testing::internal::kMaxBiggestInt, + +# else + + kCaseB = INT_MAX, + +# endif // GTEST_OS_LINUX + + kCaseC = 42 +}; + +TEST(AssertionTest, AnonymousEnum) { +# if GTEST_OS_LINUX + + EXPECT_EQ(static_cast(kCaseA), static_cast(kCaseB)); + +# endif // GTEST_OS_LINUX + + EXPECT_EQ(kCaseA, kCaseA); + EXPECT_NE(kCaseA, kCaseB); + EXPECT_LT(kCaseA, kCaseB); + EXPECT_LE(kCaseA, kCaseB); + EXPECT_GT(kCaseB, kCaseA); + EXPECT_GE(kCaseA, kCaseA); + EXPECT_NONFATAL_FAILURE(EXPECT_GE(kCaseA, kCaseB), + "(kCaseA) >= (kCaseB)"); + EXPECT_NONFATAL_FAILURE(EXPECT_GE(kCaseA, kCaseC), + "-1 vs 42"); + + ASSERT_EQ(kCaseA, kCaseA); + ASSERT_NE(kCaseA, kCaseB); + ASSERT_LT(kCaseA, kCaseB); + ASSERT_LE(kCaseA, kCaseB); + ASSERT_GT(kCaseB, kCaseA); + ASSERT_GE(kCaseA, kCaseA); + +# ifndef __BORLANDC__ + + // ICE's in C++Builder. + EXPECT_FATAL_FAILURE(ASSERT_EQ(kCaseA, kCaseB), + "Value of: kCaseB"); + EXPECT_FATAL_FAILURE(ASSERT_EQ(kCaseA, kCaseC), + "Actual: 42"); +# endif + + EXPECT_FATAL_FAILURE(ASSERT_EQ(kCaseA, kCaseC), + "Which is: -1"); +} + +#endif // !GTEST_OS_MAC && !defined(__SUNPRO_CC) + +#if GTEST_OS_WINDOWS + +static HRESULT UnexpectedHRESULTFailure() { + return E_UNEXPECTED; +} + +static HRESULT OkHRESULTSuccess() { + return S_OK; +} + +static HRESULT FalseHRESULTSuccess() { + return S_FALSE; +} + +// HRESULT assertion tests test both zero and non-zero +// success codes as well as failure message for each. +// +// Windows CE doesn't support message texts. +TEST(HRESULTAssertionTest, EXPECT_HRESULT_SUCCEEDED) { + EXPECT_HRESULT_SUCCEEDED(S_OK); + EXPECT_HRESULT_SUCCEEDED(S_FALSE); + + EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_SUCCEEDED(UnexpectedHRESULTFailure()), + "Expected: (UnexpectedHRESULTFailure()) succeeds.\n" + " Actual: 0x8000FFFF"); +} + +TEST(HRESULTAssertionTest, ASSERT_HRESULT_SUCCEEDED) { + ASSERT_HRESULT_SUCCEEDED(S_OK); + ASSERT_HRESULT_SUCCEEDED(S_FALSE); + + EXPECT_FATAL_FAILURE(ASSERT_HRESULT_SUCCEEDED(UnexpectedHRESULTFailure()), + "Expected: (UnexpectedHRESULTFailure()) succeeds.\n" + " Actual: 0x8000FFFF"); +} + +TEST(HRESULTAssertionTest, EXPECT_HRESULT_FAILED) { + EXPECT_HRESULT_FAILED(E_UNEXPECTED); + + EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(OkHRESULTSuccess()), + "Expected: (OkHRESULTSuccess()) fails.\n" + " Actual: 0x0"); + EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(FalseHRESULTSuccess()), + "Expected: (FalseHRESULTSuccess()) fails.\n" + " Actual: 0x1"); +} + +TEST(HRESULTAssertionTest, ASSERT_HRESULT_FAILED) { + ASSERT_HRESULT_FAILED(E_UNEXPECTED); + +# ifndef __BORLANDC__ + + // ICE's in C++Builder 2007 and 2009. + EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(OkHRESULTSuccess()), + "Expected: (OkHRESULTSuccess()) fails.\n" + " Actual: 0x0"); +# endif + + EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(FalseHRESULTSuccess()), + "Expected: (FalseHRESULTSuccess()) fails.\n" + " Actual: 0x1"); +} + +// Tests that streaming to the HRESULT macros works. +TEST(HRESULTAssertionTest, Streaming) { + EXPECT_HRESULT_SUCCEEDED(S_OK) << "unexpected failure"; + ASSERT_HRESULT_SUCCEEDED(S_OK) << "unexpected failure"; + EXPECT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure"; + ASSERT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure"; + + EXPECT_NONFATAL_FAILURE( + EXPECT_HRESULT_SUCCEEDED(E_UNEXPECTED) << "expected failure", + "expected failure"); + +# ifndef __BORLANDC__ + + // ICE's in C++Builder 2007 and 2009. + EXPECT_FATAL_FAILURE( + ASSERT_HRESULT_SUCCEEDED(E_UNEXPECTED) << "expected failure", + "expected failure"); +# endif + + EXPECT_NONFATAL_FAILURE( + EXPECT_HRESULT_FAILED(S_OK) << "expected failure", + "expected failure"); + + EXPECT_FATAL_FAILURE( + ASSERT_HRESULT_FAILED(S_OK) << "expected failure", + "expected failure"); +} + +#endif // GTEST_OS_WINDOWS + +#ifdef __BORLANDC__ +// Silences warnings: "Condition is always true", "Unreachable code" +# pragma option push -w-ccc -w-rch +#endif + +// Tests that the assertion macros behave like single statements. +TEST(AssertionSyntaxTest, BasicAssertionsBehavesLikeSingleStatement) { + if (AlwaysFalse()) + ASSERT_TRUE(false) << "This should never be executed; " + "It's a compilation test only."; + + if (AlwaysTrue()) + EXPECT_FALSE(false); + else + ; // NOLINT + + if (AlwaysFalse()) + ASSERT_LT(1, 3); + + if (AlwaysFalse()) + ; // NOLINT + else + EXPECT_GT(3, 2) << ""; +} + +#if GTEST_HAS_EXCEPTIONS +// Tests that the compiler will not complain about unreachable code in the +// EXPECT_THROW/EXPECT_ANY_THROW/EXPECT_NO_THROW macros. +TEST(ExpectThrowTest, DoesNotGenerateUnreachableCodeWarning) { + int n = 0; + + EXPECT_THROW(throw 1, int); + EXPECT_NONFATAL_FAILURE(EXPECT_THROW(n++, int), ""); + EXPECT_NONFATAL_FAILURE(EXPECT_THROW(throw 1, const char*), ""); + EXPECT_NO_THROW(n++); + EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(throw 1), ""); + EXPECT_ANY_THROW(throw 1); + EXPECT_NONFATAL_FAILURE(EXPECT_ANY_THROW(n++), ""); +} + +TEST(AssertionSyntaxTest, ExceptionAssertionsBehavesLikeSingleStatement) { + if (AlwaysFalse()) + EXPECT_THROW(ThrowNothing(), bool); + + if (AlwaysTrue()) + EXPECT_THROW(ThrowAnInteger(), int); + else + ; // NOLINT + + if (AlwaysFalse()) + EXPECT_NO_THROW(ThrowAnInteger()); + + if (AlwaysTrue()) + EXPECT_NO_THROW(ThrowNothing()); + else + ; // NOLINT + + if (AlwaysFalse()) + EXPECT_ANY_THROW(ThrowNothing()); + + if (AlwaysTrue()) + EXPECT_ANY_THROW(ThrowAnInteger()); + else + ; // NOLINT +} +#endif // GTEST_HAS_EXCEPTIONS + +TEST(AssertionSyntaxTest, NoFatalFailureAssertionsBehavesLikeSingleStatement) { + if (AlwaysFalse()) + EXPECT_NO_FATAL_FAILURE(FAIL()) << "This should never be executed. " + << "It's a compilation test only."; + else + ; // NOLINT + + if (AlwaysFalse()) + ASSERT_NO_FATAL_FAILURE(FAIL()) << ""; + else + ; // NOLINT + + if (AlwaysTrue()) + EXPECT_NO_FATAL_FAILURE(SUCCEED()); + else + ; // NOLINT + + if (AlwaysFalse()) + ; // NOLINT + else + ASSERT_NO_FATAL_FAILURE(SUCCEED()); +} + +// Tests that the assertion macros work well with switch statements. +TEST(AssertionSyntaxTest, WorksWithSwitch) { + switch (0) { + case 1: + break; + default: + ASSERT_TRUE(true); + } + + switch (0) + case 0: + EXPECT_FALSE(false) << "EXPECT_FALSE failed in switch case"; + + // Binary assertions are implemented using a different code path + // than the Boolean assertions. Hence we test them separately. + switch (0) { + case 1: + default: + ASSERT_EQ(1, 1) << "ASSERT_EQ failed in default switch handler"; + } + + switch (0) + case 0: + EXPECT_NE(1, 2); +} + +#if GTEST_HAS_EXCEPTIONS + +void ThrowAString() { + throw "std::string"; +} + +// Test that the exception assertion macros compile and work with const +// type qualifier. +TEST(AssertionSyntaxTest, WorksWithConst) { + ASSERT_THROW(ThrowAString(), const char*); + + EXPECT_THROW(ThrowAString(), const char*); +} + +#endif // GTEST_HAS_EXCEPTIONS + +} // namespace + +namespace testing { + +// Tests that Google Test tracks SUCCEED*. +TEST(SuccessfulAssertionTest, SUCCEED) { + SUCCEED(); + SUCCEED() << "OK"; + EXPECT_EQ(2, GetUnitTestImpl()->current_test_result()->total_part_count()); +} + +// Tests that Google Test doesn't track successful EXPECT_*. +TEST(SuccessfulAssertionTest, EXPECT) { + EXPECT_TRUE(true); + EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count()); +} + +// Tests that Google Test doesn't track successful EXPECT_STR*. +TEST(SuccessfulAssertionTest, EXPECT_STR) { + EXPECT_STREQ("", ""); + EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count()); +} + +// Tests that Google Test doesn't track successful ASSERT_*. +TEST(SuccessfulAssertionTest, ASSERT) { + ASSERT_TRUE(true); + EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count()); +} + +// Tests that Google Test doesn't track successful ASSERT_STR*. +TEST(SuccessfulAssertionTest, ASSERT_STR) { + ASSERT_STREQ("", ""); + EXPECT_EQ(0, GetUnitTestImpl()->current_test_result()->total_part_count()); +} + +} // namespace testing + +namespace { + +// Tests the message streaming variation of assertions. + +TEST(AssertionWithMessageTest, EXPECT) { + EXPECT_EQ(1, 1) << "This should succeed."; + EXPECT_NONFATAL_FAILURE(EXPECT_NE(1, 1) << "Expected failure #1.", + "Expected failure #1"); + EXPECT_LE(1, 2) << "This should succeed."; + EXPECT_NONFATAL_FAILURE(EXPECT_LT(1, 0) << "Expected failure #2.", + "Expected failure #2."); + EXPECT_GE(1, 0) << "This should succeed."; + EXPECT_NONFATAL_FAILURE(EXPECT_GT(1, 2) << "Expected failure #3.", + "Expected failure #3."); + + EXPECT_STREQ("1", "1") << "This should succeed."; + EXPECT_NONFATAL_FAILURE(EXPECT_STRNE("1", "1") << "Expected failure #4.", + "Expected failure #4."); + EXPECT_STRCASEEQ("a", "A") << "This should succeed."; + EXPECT_NONFATAL_FAILURE(EXPECT_STRCASENE("a", "A") << "Expected failure #5.", + "Expected failure #5."); + + EXPECT_FLOAT_EQ(1, 1) << "This should succeed."; + EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(1, 1.2) << "Expected failure #6.", + "Expected failure #6."); + EXPECT_NEAR(1, 1.1, 0.2) << "This should succeed."; +} + +TEST(AssertionWithMessageTest, ASSERT) { + ASSERT_EQ(1, 1) << "This should succeed."; + ASSERT_NE(1, 2) << "This should succeed."; + ASSERT_LE(1, 2) << "This should succeed."; + ASSERT_LT(1, 2) << "This should succeed."; + ASSERT_GE(1, 0) << "This should succeed."; + EXPECT_FATAL_FAILURE(ASSERT_GT(1, 2) << "Expected failure.", + "Expected failure."); +} + +TEST(AssertionWithMessageTest, ASSERT_STR) { + ASSERT_STREQ("1", "1") << "This should succeed."; + ASSERT_STRNE("1", "2") << "This should succeed."; + ASSERT_STRCASEEQ("a", "A") << "This should succeed."; + EXPECT_FATAL_FAILURE(ASSERT_STRCASENE("a", "A") << "Expected failure.", + "Expected failure."); +} + +TEST(AssertionWithMessageTest, ASSERT_FLOATING) { + ASSERT_FLOAT_EQ(1, 1) << "This should succeed."; + ASSERT_DOUBLE_EQ(1, 1) << "This should succeed."; + EXPECT_FATAL_FAILURE(ASSERT_NEAR(1,1.2, 0.1) << "Expect failure.", // NOLINT + "Expect failure."); + // To work around a bug in gcc 2.95.0, there is intentionally no + // space after the first comma in the previous statement. +} + +// Tests using ASSERT_FALSE with a streamed message. +TEST(AssertionWithMessageTest, ASSERT_FALSE) { + ASSERT_FALSE(false) << "This shouldn't fail."; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_FALSE(true) << "Expected failure: " << 2 << " > " << 1 + << " evaluates to " << true; + }, "Expected failure"); +} + +// Tests using FAIL with a streamed message. +TEST(AssertionWithMessageTest, FAIL) { + EXPECT_FATAL_FAILURE(FAIL() << 0, + "0"); +} + +// Tests using SUCCEED with a streamed message. +TEST(AssertionWithMessageTest, SUCCEED) { + SUCCEED() << "Success == " << 1; +} + +// Tests using ASSERT_TRUE with a streamed message. +TEST(AssertionWithMessageTest, ASSERT_TRUE) { + ASSERT_TRUE(true) << "This should succeed."; + ASSERT_TRUE(true) << true; + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_TRUE(false) << static_cast(NULL) + << static_cast(NULL); + }, "(null)(null)"); +} + +#if GTEST_OS_WINDOWS +// Tests using wide strings in assertion messages. +TEST(AssertionWithMessageTest, WideStringMessage) { + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_TRUE(false) << L"This failure is expected.\x8119"; + }, "This failure is expected."); + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_EQ(1, 2) << "This failure is " + << L"expected too.\x8120"; + }, "This failure is expected too."); +} +#endif // GTEST_OS_WINDOWS + +// Tests EXPECT_TRUE. +TEST(ExpectTest, EXPECT_TRUE) { + EXPECT_TRUE(true) << "Intentional success"; + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(false) << "Intentional failure #1.", + "Intentional failure #1."); + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(false) << "Intentional failure #2.", + "Intentional failure #2."); + EXPECT_TRUE(2 > 1); // NOLINT + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(2 < 1), + "Value of: 2 < 1\n" + " Actual: false\n" + "Expected: true"); + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(2 > 3), + "2 > 3"); +} + +// Tests EXPECT_TRUE(predicate) for predicates returning AssertionResult. +TEST(ExpectTest, ExpectTrueWithAssertionResult) { + EXPECT_TRUE(ResultIsEven(2)); + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(ResultIsEven(3)), + "Value of: ResultIsEven(3)\n" + " Actual: false (3 is odd)\n" + "Expected: true"); + EXPECT_TRUE(ResultIsEvenNoExplanation(2)); + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(ResultIsEvenNoExplanation(3)), + "Value of: ResultIsEvenNoExplanation(3)\n" + " Actual: false (3 is odd)\n" + "Expected: true"); +} + +// Tests EXPECT_FALSE with a streamed message. +TEST(ExpectTest, EXPECT_FALSE) { + EXPECT_FALSE(2 < 1); // NOLINT + EXPECT_FALSE(false) << "Intentional success"; + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(true) << "Intentional failure #1.", + "Intentional failure #1."); + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(true) << "Intentional failure #2.", + "Intentional failure #2."); + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(2 > 1), + "Value of: 2 > 1\n" + " Actual: true\n" + "Expected: false"); + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(2 < 3), + "2 < 3"); +} + +// Tests EXPECT_FALSE(predicate) for predicates returning AssertionResult. +TEST(ExpectTest, ExpectFalseWithAssertionResult) { + EXPECT_FALSE(ResultIsEven(3)); + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(ResultIsEven(2)), + "Value of: ResultIsEven(2)\n" + " Actual: true (2 is even)\n" + "Expected: false"); + EXPECT_FALSE(ResultIsEvenNoExplanation(3)); + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(ResultIsEvenNoExplanation(2)), + "Value of: ResultIsEvenNoExplanation(2)\n" + " Actual: true\n" + "Expected: false"); +} + +#ifdef __BORLANDC__ +// Restores warnings after previous "#pragma option push" supressed them +# pragma option pop +#endif + +// Tests EXPECT_EQ. +TEST(ExpectTest, EXPECT_EQ) { + EXPECT_EQ(5, 2 + 3); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(5, 2*3), + "Value of: 2*3\n" + " Actual: 6\n" + "Expected: 5"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(5, 2 - 3), + "2 - 3"); +} + +// Tests using EXPECT_EQ on double values. The purpose is to make +// sure that the specialization we did for integer and anonymous enums +// isn't used for double arguments. +TEST(ExpectTest, EXPECT_EQ_Double) { + // A success. + EXPECT_EQ(5.6, 5.6); + + // A failure. + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(5.1, 5.2), + "5.1"); +} + +#if GTEST_CAN_COMPARE_NULL +// Tests EXPECT_EQ(NULL, pointer). +TEST(ExpectTest, EXPECT_EQ_NULL) { + // A success. + const char* p = NULL; + // Some older GCC versions may issue a spurious warning in this or the next + // assertion statement. This warning should not be suppressed with + // static_cast since the test verifies the ability to use bare NULL as the + // expected parameter to the macro. + EXPECT_EQ(NULL, p); + + // A failure. + int n = 0; + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(NULL, &n), + "Value of: &n\n"); +} +#endif // GTEST_CAN_COMPARE_NULL + +// Tests EXPECT_EQ(0, non_pointer). Since the literal 0 can be +// treated as a null pointer by the compiler, we need to make sure +// that EXPECT_EQ(0, non_pointer) isn't interpreted by Google Test as +// EXPECT_EQ(static_cast(NULL), non_pointer). +TEST(ExpectTest, EXPECT_EQ_0) { + int n = 0; + + // A success. + EXPECT_EQ(0, n); + + // A failure. + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(0, 5.6), + "Expected: 0"); +} + +// Tests EXPECT_NE. +TEST(ExpectTest, EXPECT_NE) { + EXPECT_NE(6, 7); + + EXPECT_NONFATAL_FAILURE(EXPECT_NE('a', 'a'), + "Expected: ('a') != ('a'), " + "actual: 'a' (97, 0x61) vs 'a' (97, 0x61)"); + EXPECT_NONFATAL_FAILURE(EXPECT_NE(2, 2), + "2"); + char* const p0 = NULL; + EXPECT_NONFATAL_FAILURE(EXPECT_NE(p0, p0), + "p0"); + // Only way to get the Nokia compiler to compile the cast + // is to have a separate void* variable first. Putting + // the two casts on the same line doesn't work, neither does + // a direct C-style to char*. + void* pv1 = (void*)0x1234; // NOLINT + char* const p1 = reinterpret_cast(pv1); + EXPECT_NONFATAL_FAILURE(EXPECT_NE(p1, p1), + "p1"); +} + +// Tests EXPECT_LE. +TEST(ExpectTest, EXPECT_LE) { + EXPECT_LE(2, 3); + EXPECT_LE(2, 2); + EXPECT_NONFATAL_FAILURE(EXPECT_LE(2, 0), + "Expected: (2) <= (0), actual: 2 vs 0"); + EXPECT_NONFATAL_FAILURE(EXPECT_LE(1.1, 0.9), + "(1.1) <= (0.9)"); +} + +// Tests EXPECT_LT. +TEST(ExpectTest, EXPECT_LT) { + EXPECT_LT(2, 3); + EXPECT_NONFATAL_FAILURE(EXPECT_LT(2, 2), + "Expected: (2) < (2), actual: 2 vs 2"); + EXPECT_NONFATAL_FAILURE(EXPECT_LT(2, 1), + "(2) < (1)"); +} + +// Tests EXPECT_GE. +TEST(ExpectTest, EXPECT_GE) { + EXPECT_GE(2, 1); + EXPECT_GE(2, 2); + EXPECT_NONFATAL_FAILURE(EXPECT_GE(2, 3), + "Expected: (2) >= (3), actual: 2 vs 3"); + EXPECT_NONFATAL_FAILURE(EXPECT_GE(0.9, 1.1), + "(0.9) >= (1.1)"); +} + +// Tests EXPECT_GT. +TEST(ExpectTest, EXPECT_GT) { + EXPECT_GT(2, 1); + EXPECT_NONFATAL_FAILURE(EXPECT_GT(2, 2), + "Expected: (2) > (2), actual: 2 vs 2"); + EXPECT_NONFATAL_FAILURE(EXPECT_GT(2, 3), + "(2) > (3)"); +} + +#if GTEST_HAS_EXCEPTIONS + +// Tests EXPECT_THROW. +TEST(ExpectTest, EXPECT_THROW) { + EXPECT_THROW(ThrowAnInteger(), int); + EXPECT_NONFATAL_FAILURE(EXPECT_THROW(ThrowAnInteger(), bool), + "Expected: ThrowAnInteger() throws an exception of " + "type bool.\n Actual: it throws a different type."); + EXPECT_NONFATAL_FAILURE( + EXPECT_THROW(ThrowNothing(), bool), + "Expected: ThrowNothing() throws an exception of type bool.\n" + " Actual: it throws nothing."); +} + +// Tests EXPECT_NO_THROW. +TEST(ExpectTest, EXPECT_NO_THROW) { + EXPECT_NO_THROW(ThrowNothing()); + EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(ThrowAnInteger()), + "Expected: ThrowAnInteger() doesn't throw an " + "exception.\n Actual: it throws."); +} + +// Tests EXPECT_ANY_THROW. +TEST(ExpectTest, EXPECT_ANY_THROW) { + EXPECT_ANY_THROW(ThrowAnInteger()); + EXPECT_NONFATAL_FAILURE( + EXPECT_ANY_THROW(ThrowNothing()), + "Expected: ThrowNothing() throws an exception.\n" + " Actual: it doesn't."); +} + +#endif // GTEST_HAS_EXCEPTIONS + +// Make sure we deal with the precedence of <<. +TEST(ExpectTest, ExpectPrecedence) { + EXPECT_EQ(1 < 2, true); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(true, true && false), + "Value of: true && false"); +} + + +// Tests the StreamableToString() function. + +// Tests using StreamableToString() on a scalar. +TEST(StreamableToStringTest, Scalar) { + EXPECT_STREQ("5", StreamableToString(5).c_str()); +} + +// Tests using StreamableToString() on a non-char pointer. +TEST(StreamableToStringTest, Pointer) { + int n = 0; + int* p = &n; + EXPECT_STRNE("(null)", StreamableToString(p).c_str()); +} + +// Tests using StreamableToString() on a NULL non-char pointer. +TEST(StreamableToStringTest, NullPointer) { + int* p = NULL; + EXPECT_STREQ("(null)", StreamableToString(p).c_str()); +} + +// Tests using StreamableToString() on a C string. +TEST(StreamableToStringTest, CString) { + EXPECT_STREQ("Foo", StreamableToString("Foo").c_str()); +} + +// Tests using StreamableToString() on a NULL C string. +TEST(StreamableToStringTest, NullCString) { + char* p = NULL; + EXPECT_STREQ("(null)", StreamableToString(p).c_str()); +} + +// Tests using streamable values as assertion messages. + +// Tests using std::string as an assertion message. +TEST(StreamableTest, string) { + static const std::string str( + "This failure message is a std::string, and is expected."); + EXPECT_FATAL_FAILURE(FAIL() << str, + str.c_str()); +} + +// Tests that we can output strings containing embedded NULs. +// Limited to Linux because we can only do this with std::string's. +TEST(StreamableTest, stringWithEmbeddedNUL) { + static const char char_array_with_nul[] = + "Here's a NUL\0 and some more string"; + static const std::string string_with_nul(char_array_with_nul, + sizeof(char_array_with_nul) + - 1); // drops the trailing NUL + EXPECT_FATAL_FAILURE(FAIL() << string_with_nul, + "Here's a NUL\\0 and some more string"); +} + +// Tests that we can output a NUL char. +TEST(StreamableTest, NULChar) { + EXPECT_FATAL_FAILURE({ // NOLINT + FAIL() << "A NUL" << '\0' << " and some more string"; + }, "A NUL\\0 and some more string"); +} + +// Tests using int as an assertion message. +TEST(StreamableTest, int) { + EXPECT_FATAL_FAILURE(FAIL() << 900913, + "900913"); +} + +// Tests using NULL char pointer as an assertion message. +// +// In MSVC, streaming a NULL char * causes access violation. Google Test +// implemented a workaround (substituting "(null)" for NULL). This +// tests whether the workaround works. +TEST(StreamableTest, NullCharPtr) { + EXPECT_FATAL_FAILURE(FAIL() << static_cast(NULL), + "(null)"); +} + +// Tests that basic IO manipulators (endl, ends, and flush) can be +// streamed to testing::Message. +TEST(StreamableTest, BasicIoManip) { + EXPECT_FATAL_FAILURE({ // NOLINT + FAIL() << "Line 1." << std::endl + << "A NUL char " << std::ends << std::flush << " in line 2."; + }, "Line 1.\nA NUL char \\0 in line 2."); +} + +// Tests the macros that haven't been covered so far. + +void AddFailureHelper(bool* aborted) { + *aborted = true; + ADD_FAILURE() << "Intentional failure."; + *aborted = false; +} + +// Tests ADD_FAILURE. +TEST(MacroTest, ADD_FAILURE) { + bool aborted = true; + EXPECT_NONFATAL_FAILURE(AddFailureHelper(&aborted), + "Intentional failure."); + EXPECT_FALSE(aborted); +} + +// Tests ADD_FAILURE_AT. +TEST(MacroTest, ADD_FAILURE_AT) { + // Verifies that ADD_FAILURE_AT does generate a nonfatal failure and + // the failure message contains the user-streamed part. + EXPECT_NONFATAL_FAILURE(ADD_FAILURE_AT("foo.cc", 42) << "Wrong!", "Wrong!"); + + // Verifies that the user-streamed part is optional. + EXPECT_NONFATAL_FAILURE(ADD_FAILURE_AT("foo.cc", 42), "Failed"); + + // Unfortunately, we cannot verify that the failure message contains + // the right file path and line number the same way, as + // EXPECT_NONFATAL_FAILURE() doesn't get to see the file path and + // line number. Instead, we do that in gtest_output_test_.cc. +} + +// Tests FAIL. +TEST(MacroTest, FAIL) { + EXPECT_FATAL_FAILURE(FAIL(), + "Failed"); + EXPECT_FATAL_FAILURE(FAIL() << "Intentional failure.", + "Intentional failure."); +} + +// Tests SUCCEED +TEST(MacroTest, SUCCEED) { + SUCCEED(); + SUCCEED() << "Explicit success."; +} + +// Tests for EXPECT_EQ() and ASSERT_EQ(). +// +// These tests fail *intentionally*, s.t. the failure messages can be +// generated and tested. +// +// We have different tests for different argument types. + +// Tests using bool values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, Bool) { + EXPECT_EQ(true, true); + EXPECT_FATAL_FAILURE({ + bool false_value = false; + ASSERT_EQ(false_value, true); + }, "Value of: true"); +} + +// Tests using int values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, Int) { + ASSERT_EQ(32, 32); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(32, 33), + "33"); +} + +// Tests using time_t values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, Time_T) { + EXPECT_EQ(static_cast(0), + static_cast(0)); + EXPECT_FATAL_FAILURE(ASSERT_EQ(static_cast(0), + static_cast(1234)), + "1234"); +} + +// Tests using char values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, Char) { + ASSERT_EQ('z', 'z'); + const char ch = 'b'; + EXPECT_NONFATAL_FAILURE(EXPECT_EQ('\0', ch), + "ch"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ('a', ch), + "ch"); +} + +// Tests using wchar_t values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, WideChar) { + EXPECT_EQ(L'b', L'b'); + + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(L'\0', L'x'), + "Value of: L'x'\n" + " Actual: L'x' (120, 0x78)\n" + "Expected: L'\0'\n" + "Which is: L'\0' (0, 0x0)"); + + static wchar_t wchar; + wchar = L'b'; + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(L'a', wchar), + "wchar"); + wchar = 0x8119; + EXPECT_FATAL_FAILURE(ASSERT_EQ(static_cast(0x8120), wchar), + "Value of: wchar"); +} + +// Tests using ::std::string values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, StdString) { + // Compares a const char* to an std::string that has identical + // content. + ASSERT_EQ("Test", ::std::string("Test")); + + // Compares two identical std::strings. + static const ::std::string str1("A * in the middle"); + static const ::std::string str2(str1); + EXPECT_EQ(str1, str2); + + // Compares a const char* to an std::string that has different + // content + EXPECT_NONFATAL_FAILURE(EXPECT_EQ("Test", ::std::string("test")), + "\"test\""); + + // Compares an std::string to a char* that has different content. + char* const p1 = const_cast("foo"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(::std::string("bar"), p1), + "p1"); + + // Compares two std::strings that have different contents, one of + // which having a NUL character in the middle. This should fail. + static ::std::string str3(str1); + str3.at(2) = '\0'; + EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3), + "Value of: str3\n" + " Actual: \"A \\0 in the middle\""); +} + +#if GTEST_HAS_STD_WSTRING + +// Tests using ::std::wstring values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, StdWideString) { + // Compares two identical std::wstrings. + const ::std::wstring wstr1(L"A * in the middle"); + const ::std::wstring wstr2(wstr1); + ASSERT_EQ(wstr1, wstr2); + + // Compares an std::wstring to a const wchar_t* that has identical + // content. + const wchar_t kTestX8119[] = { 'T', 'e', 's', 't', 0x8119, '\0' }; + EXPECT_EQ(::std::wstring(kTestX8119), kTestX8119); + + // Compares an std::wstring to a const wchar_t* that has different + // content. + const wchar_t kTestX8120[] = { 'T', 'e', 's', 't', 0x8120, '\0' }; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_EQ(::std::wstring(kTestX8119), kTestX8120); + }, "kTestX8120"); + + // Compares two std::wstrings that have different contents, one of + // which having a NUL character in the middle. + ::std::wstring wstr3(wstr1); + wstr3.at(2) = L'\0'; + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(wstr1, wstr3), + "wstr3"); + + // Compares a wchar_t* to an std::wstring that has different + // content. + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_EQ(const_cast(L"foo"), ::std::wstring(L"bar")); + }, ""); +} + +#endif // GTEST_HAS_STD_WSTRING + +#if GTEST_HAS_GLOBAL_STRING +// Tests using ::string values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, GlobalString) { + // Compares a const char* to a ::string that has identical content. + EXPECT_EQ("Test", ::string("Test")); + + // Compares two identical ::strings. + const ::string str1("A * in the middle"); + const ::string str2(str1); + ASSERT_EQ(str1, str2); + + // Compares a ::string to a const char* that has different content. + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(::string("Test"), "test"), + "test"); + + // Compares two ::strings that have different contents, one of which + // having a NUL character in the middle. + ::string str3(str1); + str3.at(2) = '\0'; + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(str1, str3), + "str3"); + + // Compares a ::string to a char* that has different content. + EXPECT_FATAL_FAILURE({ // NOLINT + ASSERT_EQ(::string("bar"), const_cast("foo")); + }, ""); +} + +#endif // GTEST_HAS_GLOBAL_STRING + +#if GTEST_HAS_GLOBAL_WSTRING + +// Tests using ::wstring values in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, GlobalWideString) { + // Compares two identical ::wstrings. + static const ::wstring wstr1(L"A * in the middle"); + static const ::wstring wstr2(wstr1); + EXPECT_EQ(wstr1, wstr2); + + // Compares a const wchar_t* to a ::wstring that has identical content. + const wchar_t kTestX8119[] = { 'T', 'e', 's', 't', 0x8119, '\0' }; + ASSERT_EQ(kTestX8119, ::wstring(kTestX8119)); + + // Compares a const wchar_t* to a ::wstring that has different + // content. + const wchar_t kTestX8120[] = { 'T', 'e', 's', 't', 0x8120, '\0' }; + EXPECT_NONFATAL_FAILURE({ // NOLINT + EXPECT_EQ(kTestX8120, ::wstring(kTestX8119)); + }, "Test\\x8119"); + + // Compares a wchar_t* to a ::wstring that has different content. + wchar_t* const p1 = const_cast(L"foo"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p1, ::wstring(L"bar")), + "bar"); + + // Compares two ::wstrings that have different contents, one of which + // having a NUL character in the middle. + static ::wstring wstr3; + wstr3 = wstr1; + wstr3.at(2) = L'\0'; + EXPECT_FATAL_FAILURE(ASSERT_EQ(wstr1, wstr3), + "wstr3"); +} + +#endif // GTEST_HAS_GLOBAL_WSTRING + +// Tests using char pointers in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, CharPointer) { + char* const p0 = NULL; + // Only way to get the Nokia compiler to compile the cast + // is to have a separate void* variable first. Putting + // the two casts on the same line doesn't work, neither does + // a direct C-style to char*. + void* pv1 = (void*)0x1234; // NOLINT + void* pv2 = (void*)0xABC0; // NOLINT + char* const p1 = reinterpret_cast(pv1); + char* const p2 = reinterpret_cast(pv2); + ASSERT_EQ(p1, p1); + + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p0, p2), + "Value of: p2"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p1, p2), + "p2"); + EXPECT_FATAL_FAILURE(ASSERT_EQ(reinterpret_cast(0x1234), + reinterpret_cast(0xABC0)), + "ABC0"); +} + +// Tests using wchar_t pointers in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, WideCharPointer) { + wchar_t* const p0 = NULL; + // Only way to get the Nokia compiler to compile the cast + // is to have a separate void* variable first. Putting + // the two casts on the same line doesn't work, neither does + // a direct C-style to char*. + void* pv1 = (void*)0x1234; // NOLINT + void* pv2 = (void*)0xABC0; // NOLINT + wchar_t* const p1 = reinterpret_cast(pv1); + wchar_t* const p2 = reinterpret_cast(pv2); + EXPECT_EQ(p0, p0); + + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p0, p2), + "Value of: p2"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p1, p2), + "p2"); + void* pv3 = (void*)0x1234; // NOLINT + void* pv4 = (void*)0xABC0; // NOLINT + const wchar_t* p3 = reinterpret_cast(pv3); + const wchar_t* p4 = reinterpret_cast(pv4); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p3, p4), + "p4"); +} + +// Tests using other types of pointers in {EXPECT|ASSERT}_EQ. +TEST(EqAssertionTest, OtherPointer) { + ASSERT_EQ(static_cast(NULL), + static_cast(NULL)); + EXPECT_FATAL_FAILURE(ASSERT_EQ(static_cast(NULL), + reinterpret_cast(0x1234)), + "0x1234"); +} + +// A class that supports binary comparison operators but not streaming. +class UnprintableChar { + public: + explicit UnprintableChar(char ch) : char_(ch) {} + + bool operator==(const UnprintableChar& rhs) const { + return char_ == rhs.char_; + } + bool operator!=(const UnprintableChar& rhs) const { + return char_ != rhs.char_; + } + bool operator<(const UnprintableChar& rhs) const { + return char_ < rhs.char_; + } + bool operator<=(const UnprintableChar& rhs) const { + return char_ <= rhs.char_; + } + bool operator>(const UnprintableChar& rhs) const { + return char_ > rhs.char_; + } + bool operator>=(const UnprintableChar& rhs) const { + return char_ >= rhs.char_; + } + + private: + char char_; +}; + +// Tests that ASSERT_EQ() and friends don't require the arguments to +// be printable. +TEST(ComparisonAssertionTest, AcceptsUnprintableArgs) { + const UnprintableChar x('x'), y('y'); + ASSERT_EQ(x, x); + EXPECT_NE(x, y); + ASSERT_LT(x, y); + EXPECT_LE(x, y); + ASSERT_GT(y, x); + EXPECT_GE(x, x); + + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(x, y), "1-byte object <78>"); + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(x, y), "1-byte object <79>"); + EXPECT_NONFATAL_FAILURE(EXPECT_LT(y, y), "1-byte object <79>"); + EXPECT_NONFATAL_FAILURE(EXPECT_GT(x, y), "1-byte object <78>"); + EXPECT_NONFATAL_FAILURE(EXPECT_GT(x, y), "1-byte object <79>"); + + // Code tested by EXPECT_FATAL_FAILURE cannot reference local + // variables, so we have to write UnprintableChar('x') instead of x. +#ifndef __BORLANDC__ + // ICE's in C++Builder. + EXPECT_FATAL_FAILURE(ASSERT_NE(UnprintableChar('x'), UnprintableChar('x')), + "1-byte object <78>"); + EXPECT_FATAL_FAILURE(ASSERT_LE(UnprintableChar('y'), UnprintableChar('x')), + "1-byte object <78>"); +#endif + EXPECT_FATAL_FAILURE(ASSERT_LE(UnprintableChar('y'), UnprintableChar('x')), + "1-byte object <79>"); + EXPECT_FATAL_FAILURE(ASSERT_GE(UnprintableChar('x'), UnprintableChar('y')), + "1-byte object <78>"); + EXPECT_FATAL_FAILURE(ASSERT_GE(UnprintableChar('x'), UnprintableChar('y')), + "1-byte object <79>"); +} + +// Tests the FRIEND_TEST macro. + +// This class has a private member we want to test. We will test it +// both in a TEST and in a TEST_F. +class Foo { + public: + Foo() {} + + private: + int Bar() const { return 1; } + + // Declares the friend tests that can access the private member + // Bar(). + FRIEND_TEST(FRIEND_TEST_Test, TEST); + FRIEND_TEST(FRIEND_TEST_Test2, TEST_F); +}; + +// Tests that the FRIEND_TEST declaration allows a TEST to access a +// class's private members. This should compile. +TEST(FRIEND_TEST_Test, TEST) { + ASSERT_EQ(1, Foo().Bar()); +} + +// The fixture needed to test using FRIEND_TEST with TEST_F. +class FRIEND_TEST_Test2 : public Test { + protected: + Foo foo; +}; + +// Tests that the FRIEND_TEST declaration allows a TEST_F to access a +// class's private members. This should compile. +TEST_F(FRIEND_TEST_Test2, TEST_F) { + ASSERT_EQ(1, foo.Bar()); +} + +// Tests the life cycle of Test objects. + +// The test fixture for testing the life cycle of Test objects. +// +// This class counts the number of live test objects that uses this +// fixture. +class TestLifeCycleTest : public Test { + protected: + // Constructor. Increments the number of test objects that uses + // this fixture. + TestLifeCycleTest() { count_++; } + + // Destructor. Decrements the number of test objects that uses this + // fixture. + ~TestLifeCycleTest() { count_--; } + + // Returns the number of live test objects that uses this fixture. + int count() const { return count_; } + + private: + static int count_; +}; + +int TestLifeCycleTest::count_ = 0; + +// Tests the life cycle of test objects. +TEST_F(TestLifeCycleTest, Test1) { + // There should be only one test object in this test case that's + // currently alive. + ASSERT_EQ(1, count()); +} + +// Tests the life cycle of test objects. +TEST_F(TestLifeCycleTest, Test2) { + // After Test1 is done and Test2 is started, there should still be + // only one live test object, as the object for Test1 should've been + // deleted. + ASSERT_EQ(1, count()); +} + +} // namespace + +// Tests that the copy constructor works when it is NOT optimized away by +// the compiler. +TEST(AssertionResultTest, CopyConstructorWorksWhenNotOptimied) { + // Checks that the copy constructor doesn't try to dereference NULL pointers + // in the source object. + AssertionResult r1 = AssertionSuccess(); + AssertionResult r2 = r1; + // The following line is added to prevent the compiler from optimizing + // away the constructor call. + r1 << "abc"; + + AssertionResult r3 = r1; + EXPECT_EQ(static_cast(r3), static_cast(r1)); + EXPECT_STREQ("abc", r1.message()); +} + +// Tests that AssertionSuccess and AssertionFailure construct +// AssertionResult objects as expected. +TEST(AssertionResultTest, ConstructionWorks) { + AssertionResult r1 = AssertionSuccess(); + EXPECT_TRUE(r1); + EXPECT_STREQ("", r1.message()); + + AssertionResult r2 = AssertionSuccess() << "abc"; + EXPECT_TRUE(r2); + EXPECT_STREQ("abc", r2.message()); + + AssertionResult r3 = AssertionFailure(); + EXPECT_FALSE(r3); + EXPECT_STREQ("", r3.message()); + + AssertionResult r4 = AssertionFailure() << "def"; + EXPECT_FALSE(r4); + EXPECT_STREQ("def", r4.message()); + + AssertionResult r5 = AssertionFailure(Message() << "ghi"); + EXPECT_FALSE(r5); + EXPECT_STREQ("ghi", r5.message()); +} + +// Tests that the negation flips the predicate result but keeps the message. +TEST(AssertionResultTest, NegationWorks) { + AssertionResult r1 = AssertionSuccess() << "abc"; + EXPECT_FALSE(!r1); + EXPECT_STREQ("abc", (!r1).message()); + + AssertionResult r2 = AssertionFailure() << "def"; + EXPECT_TRUE(!r2); + EXPECT_STREQ("def", (!r2).message()); +} + +TEST(AssertionResultTest, StreamingWorks) { + AssertionResult r = AssertionSuccess(); + r << "abc" << 'd' << 0 << true; + EXPECT_STREQ("abcd0true", r.message()); +} + +TEST(AssertionResultTest, CanStreamOstreamManipulators) { + AssertionResult r = AssertionSuccess(); + r << "Data" << std::endl << std::flush << std::ends << "Will be visible"; + EXPECT_STREQ("Data\n\\0Will be visible", r.message()); +} + +// Tests streaming a user type whose definition and operator << are +// both in the global namespace. +class Base { + public: + explicit Base(int an_x) : x_(an_x) {} + int x() const { return x_; } + private: + int x_; +}; +std::ostream& operator<<(std::ostream& os, + const Base& val) { + return os << val.x(); +} +std::ostream& operator<<(std::ostream& os, + const Base* pointer) { + return os << "(" << pointer->x() << ")"; +} + +TEST(MessageTest, CanStreamUserTypeInGlobalNameSpace) { + Message msg; + Base a(1); + + msg << a << &a; // Uses ::operator<<. + EXPECT_STREQ("1(1)", msg.GetString().c_str()); +} + +// Tests streaming a user type whose definition and operator<< are +// both in an unnamed namespace. +namespace { +class MyTypeInUnnamedNameSpace : public Base { + public: + explicit MyTypeInUnnamedNameSpace(int an_x): Base(an_x) {} +}; +std::ostream& operator<<(std::ostream& os, + const MyTypeInUnnamedNameSpace& val) { + return os << val.x(); +} +std::ostream& operator<<(std::ostream& os, + const MyTypeInUnnamedNameSpace* pointer) { + return os << "(" << pointer->x() << ")"; +} +} // namespace + +TEST(MessageTest, CanStreamUserTypeInUnnamedNameSpace) { + Message msg; + MyTypeInUnnamedNameSpace a(1); + + msg << a << &a; // Uses ::operator<<. + EXPECT_STREQ("1(1)", msg.GetString().c_str()); +} + +// Tests streaming a user type whose definition and operator<< are +// both in a user namespace. +namespace namespace1 { +class MyTypeInNameSpace1 : public Base { + public: + explicit MyTypeInNameSpace1(int an_x): Base(an_x) {} +}; +std::ostream& operator<<(std::ostream& os, + const MyTypeInNameSpace1& val) { + return os << val.x(); +} +std::ostream& operator<<(std::ostream& os, + const MyTypeInNameSpace1* pointer) { + return os << "(" << pointer->x() << ")"; +} +} // namespace namespace1 + +TEST(MessageTest, CanStreamUserTypeInUserNameSpace) { + Message msg; + namespace1::MyTypeInNameSpace1 a(1); + + msg << a << &a; // Uses namespace1::operator<<. + EXPECT_STREQ("1(1)", msg.GetString().c_str()); +} + +// Tests streaming a user type whose definition is in a user namespace +// but whose operator<< is in the global namespace. +namespace namespace2 { +class MyTypeInNameSpace2 : public ::Base { + public: + explicit MyTypeInNameSpace2(int an_x): Base(an_x) {} +}; +} // namespace namespace2 +std::ostream& operator<<(std::ostream& os, + const namespace2::MyTypeInNameSpace2& val) { + return os << val.x(); +} +std::ostream& operator<<(std::ostream& os, + const namespace2::MyTypeInNameSpace2* pointer) { + return os << "(" << pointer->x() << ")"; +} + +TEST(MessageTest, CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal) { + Message msg; + namespace2::MyTypeInNameSpace2 a(1); + + msg << a << &a; // Uses ::operator<<. + EXPECT_STREQ("1(1)", msg.GetString().c_str()); +} + +// Tests streaming NULL pointers to testing::Message. +TEST(MessageTest, NullPointers) { + Message msg; + char* const p1 = NULL; + unsigned char* const p2 = NULL; + int* p3 = NULL; + double* p4 = NULL; + bool* p5 = NULL; + Message* p6 = NULL; + + msg << p1 << p2 << p3 << p4 << p5 << p6; + ASSERT_STREQ("(null)(null)(null)(null)(null)(null)", + msg.GetString().c_str()); +} + +// Tests streaming wide strings to testing::Message. +TEST(MessageTest, WideStrings) { + // Streams a NULL of type const wchar_t*. + const wchar_t* const_wstr = NULL; + EXPECT_STREQ("(null)", + (Message() << const_wstr).GetString().c_str()); + + // Streams a NULL of type wchar_t*. + wchar_t* wstr = NULL; + EXPECT_STREQ("(null)", + (Message() << wstr).GetString().c_str()); + + // Streams a non-NULL of type const wchar_t*. + const_wstr = L"abc\x8119"; + EXPECT_STREQ("abc\xe8\x84\x99", + (Message() << const_wstr).GetString().c_str()); + + // Streams a non-NULL of type wchar_t*. + wstr = const_cast(const_wstr); + EXPECT_STREQ("abc\xe8\x84\x99", + (Message() << wstr).GetString().c_str()); +} + + +// This line tests that we can define tests in the testing namespace. +namespace testing { + +// Tests the TestInfo class. + +class TestInfoTest : public Test { + protected: + static const TestInfo* GetTestInfo(const char* test_name) { + const TestCase* const test_case = GetUnitTestImpl()-> + GetTestCase("TestInfoTest", "", NULL, NULL); + + for (int i = 0; i < test_case->total_test_count(); ++i) { + const TestInfo* const test_info = test_case->GetTestInfo(i); + if (strcmp(test_name, test_info->name()) == 0) + return test_info; + } + return NULL; + } + + static const TestResult* GetTestResult( + const TestInfo* test_info) { + return test_info->result(); + } +}; + +// Tests TestInfo::test_case_name() and TestInfo::name(). +TEST_F(TestInfoTest, Names) { + const TestInfo* const test_info = GetTestInfo("Names"); + + ASSERT_STREQ("TestInfoTest", test_info->test_case_name()); + ASSERT_STREQ("Names", test_info->name()); +} + +// Tests TestInfo::result(). +TEST_F(TestInfoTest, result) { + const TestInfo* const test_info = GetTestInfo("result"); + + // Initially, there is no TestPartResult for this test. + ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); + + // After the previous assertion, there is still none. + ASSERT_EQ(0, GetTestResult(test_info)->total_part_count()); +} + +// Tests setting up and tearing down a test case. + +class SetUpTestCaseTest : public Test { + protected: + // This will be called once before the first test in this test case + // is run. + static void SetUpTestCase() { + printf("Setting up the test case . . .\n"); + + // Initializes some shared resource. In this simple example, we + // just create a C string. More complex stuff can be done if + // desired. + shared_resource_ = "123"; + + // Increments the number of test cases that have been set up. + counter_++; + + // SetUpTestCase() should be called only once. + EXPECT_EQ(1, counter_); + } + + // This will be called once after the last test in this test case is + // run. + static void TearDownTestCase() { + printf("Tearing down the test case . . .\n"); + + // Decrements the number of test cases that have been set up. + counter_--; + + // TearDownTestCase() should be called only once. + EXPECT_EQ(0, counter_); + + // Cleans up the shared resource. + shared_resource_ = NULL; + } + + // This will be called before each test in this test case. + virtual void SetUp() { + // SetUpTestCase() should be called only once, so counter_ should + // always be 1. + EXPECT_EQ(1, counter_); + } + + // Number of test cases that have been set up. + static int counter_; + + // Some resource to be shared by all tests in this test case. + static const char* shared_resource_; +}; + +int SetUpTestCaseTest::counter_ = 0; +const char* SetUpTestCaseTest::shared_resource_ = NULL; + +// A test that uses the shared resource. +TEST_F(SetUpTestCaseTest, Test1) { + EXPECT_STRNE(NULL, shared_resource_); +} + +// Another test that uses the shared resource. +TEST_F(SetUpTestCaseTest, Test2) { + EXPECT_STREQ("123", shared_resource_); +} + +// The InitGoogleTestTest test case tests testing::InitGoogleTest(). + +// The Flags struct stores a copy of all Google Test flags. +struct Flags { + // Constructs a Flags struct where each flag has its default value. + Flags() : also_run_disabled_tests(false), + break_on_failure(false), + catch_exceptions(false), + death_test_use_fork(false), + filter(""), + list_tests(false), + output(""), + print_time(true), + random_seed(0), + repeat(1), + shuffle(false), + stack_trace_depth(kMaxStackTraceDepth), + stream_result_to(""), + throw_on_failure(false) {} + + // Factory methods. + + // Creates a Flags struct where the gtest_also_run_disabled_tests flag has + // the given value. + static Flags AlsoRunDisabledTests(bool also_run_disabled_tests) { + Flags flags; + flags.also_run_disabled_tests = also_run_disabled_tests; + return flags; + } + + // Creates a Flags struct where the gtest_break_on_failure flag has + // the given value. + static Flags BreakOnFailure(bool break_on_failure) { + Flags flags; + flags.break_on_failure = break_on_failure; + return flags; + } + + // Creates a Flags struct where the gtest_catch_exceptions flag has + // the given value. + static Flags CatchExceptions(bool catch_exceptions) { + Flags flags; + flags.catch_exceptions = catch_exceptions; + return flags; + } + + // Creates a Flags struct where the gtest_death_test_use_fork flag has + // the given value. + static Flags DeathTestUseFork(bool death_test_use_fork) { + Flags flags; + flags.death_test_use_fork = death_test_use_fork; + return flags; + } + + // Creates a Flags struct where the gtest_filter flag has the given + // value. + static Flags Filter(const char* filter) { + Flags flags; + flags.filter = filter; + return flags; + } + + // Creates a Flags struct where the gtest_list_tests flag has the + // given value. + static Flags ListTests(bool list_tests) { + Flags flags; + flags.list_tests = list_tests; + return flags; + } + + // Creates a Flags struct where the gtest_output flag has the given + // value. + static Flags Output(const char* output) { + Flags flags; + flags.output = output; + return flags; + } + + // Creates a Flags struct where the gtest_print_time flag has the given + // value. + static Flags PrintTime(bool print_time) { + Flags flags; + flags.print_time = print_time; + return flags; + } + + // Creates a Flags struct where the gtest_random_seed flag has + // the given value. + static Flags RandomSeed(Int32 random_seed) { + Flags flags; + flags.random_seed = random_seed; + return flags; + } + + // Creates a Flags struct where the gtest_repeat flag has the given + // value. + static Flags Repeat(Int32 repeat) { + Flags flags; + flags.repeat = repeat; + return flags; + } + + // Creates a Flags struct where the gtest_shuffle flag has + // the given value. + static Flags Shuffle(bool shuffle) { + Flags flags; + flags.shuffle = shuffle; + return flags; + } + + // Creates a Flags struct where the GTEST_FLAG(stack_trace_depth) flag has + // the given value. + static Flags StackTraceDepth(Int32 stack_trace_depth) { + Flags flags; + flags.stack_trace_depth = stack_trace_depth; + return flags; + } + + // Creates a Flags struct where the GTEST_FLAG(stream_result_to) flag has + // the given value. + static Flags StreamResultTo(const char* stream_result_to) { + Flags flags; + flags.stream_result_to = stream_result_to; + return flags; + } + + // Creates a Flags struct where the gtest_throw_on_failure flag has + // the given value. + static Flags ThrowOnFailure(bool throw_on_failure) { + Flags flags; + flags.throw_on_failure = throw_on_failure; + return flags; + } + + // These fields store the flag values. + bool also_run_disabled_tests; + bool break_on_failure; + bool catch_exceptions; + bool death_test_use_fork; + const char* filter; + bool list_tests; + const char* output; + bool print_time; + Int32 random_seed; + Int32 repeat; + bool shuffle; + Int32 stack_trace_depth; + const char* stream_result_to; + bool throw_on_failure; +}; + +// Fixture for testing InitGoogleTest(). +class InitGoogleTestTest : public Test { + protected: + // Clears the flags before each test. + virtual void SetUp() { + GTEST_FLAG(also_run_disabled_tests) = false; + GTEST_FLAG(break_on_failure) = false; + GTEST_FLAG(catch_exceptions) = false; + GTEST_FLAG(death_test_use_fork) = false; + GTEST_FLAG(filter) = ""; + GTEST_FLAG(list_tests) = false; + GTEST_FLAG(output) = ""; + GTEST_FLAG(print_time) = true; + GTEST_FLAG(random_seed) = 0; + GTEST_FLAG(repeat) = 1; + GTEST_FLAG(shuffle) = false; + GTEST_FLAG(stack_trace_depth) = kMaxStackTraceDepth; + GTEST_FLAG(stream_result_to) = ""; + GTEST_FLAG(throw_on_failure) = false; + } + + // Asserts that two narrow or wide string arrays are equal. + template + static void AssertStringArrayEq(size_t size1, CharType** array1, + size_t size2, CharType** array2) { + ASSERT_EQ(size1, size2) << " Array sizes different."; + + for (size_t i = 0; i != size1; i++) { + ASSERT_STREQ(array1[i], array2[i]) << " where i == " << i; + } + } + + // Verifies that the flag values match the expected values. + static void CheckFlags(const Flags& expected) { + EXPECT_EQ(expected.also_run_disabled_tests, + GTEST_FLAG(also_run_disabled_tests)); + EXPECT_EQ(expected.break_on_failure, GTEST_FLAG(break_on_failure)); + EXPECT_EQ(expected.catch_exceptions, GTEST_FLAG(catch_exceptions)); + EXPECT_EQ(expected.death_test_use_fork, GTEST_FLAG(death_test_use_fork)); + EXPECT_STREQ(expected.filter, GTEST_FLAG(filter).c_str()); + EXPECT_EQ(expected.list_tests, GTEST_FLAG(list_tests)); + EXPECT_STREQ(expected.output, GTEST_FLAG(output).c_str()); + EXPECT_EQ(expected.print_time, GTEST_FLAG(print_time)); + EXPECT_EQ(expected.random_seed, GTEST_FLAG(random_seed)); + EXPECT_EQ(expected.repeat, GTEST_FLAG(repeat)); + EXPECT_EQ(expected.shuffle, GTEST_FLAG(shuffle)); + EXPECT_EQ(expected.stack_trace_depth, GTEST_FLAG(stack_trace_depth)); + EXPECT_STREQ(expected.stream_result_to, + GTEST_FLAG(stream_result_to).c_str()); + EXPECT_EQ(expected.throw_on_failure, GTEST_FLAG(throw_on_failure)); + } + + // Parses a command line (specified by argc1 and argv1), then + // verifies that the flag values are expected and that the + // recognized flags are removed from the command line. + template + static void TestParsingFlags(int argc1, const CharType** argv1, + int argc2, const CharType** argv2, + const Flags& expected, bool should_print_help) { + const bool saved_help_flag = ::testing::internal::g_help_flag; + ::testing::internal::g_help_flag = false; + +#if GTEST_HAS_STREAM_REDIRECTION + CaptureStdout(); +#endif + + // Parses the command line. + internal::ParseGoogleTestFlagsOnly(&argc1, const_cast(argv1)); + +#if GTEST_HAS_STREAM_REDIRECTION + const std::string captured_stdout = GetCapturedStdout(); +#endif + + // Verifies the flag values. + CheckFlags(expected); + + // Verifies that the recognized flags are removed from the command + // line. + AssertStringArrayEq(argc1 + 1, argv1, argc2 + 1, argv2); + + // ParseGoogleTestFlagsOnly should neither set g_help_flag nor print the + // help message for the flags it recognizes. + EXPECT_EQ(should_print_help, ::testing::internal::g_help_flag); + +#if GTEST_HAS_STREAM_REDIRECTION + const char* const expected_help_fragment = + "This program contains tests written using"; + if (should_print_help) { + EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout); + } else { + EXPECT_PRED_FORMAT2(IsNotSubstring, + expected_help_fragment, captured_stdout); + } +#endif // GTEST_HAS_STREAM_REDIRECTION + + ::testing::internal::g_help_flag = saved_help_flag; + } + + // This macro wraps TestParsingFlags s.t. the user doesn't need + // to specify the array sizes. + +#define GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) \ + TestParsingFlags(sizeof(argv1)/sizeof(*argv1) - 1, argv1, \ + sizeof(argv2)/sizeof(*argv2) - 1, argv2, \ + expected, should_print_help) +}; + +// Tests parsing an empty command line. +TEST_F(InitGoogleTestTest, Empty) { + const char* argv[] = { + NULL + }; + + const char* argv2[] = { + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags(), false); +} + +// Tests parsing a command line that has no flag. +TEST_F(InitGoogleTestTest, NoFlag) { + const char* argv[] = { + "foo.exe", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags(), false); +} + +// Tests parsing a bad --gtest_filter flag. +TEST_F(InitGoogleTestTest, FilterBad) { + const char* argv[] = { + "foo.exe", + "--gtest_filter", + NULL + }; + + const char* argv2[] = { + "foo.exe", + "--gtest_filter", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Filter(""), true); +} + +// Tests parsing an empty --gtest_filter flag. +TEST_F(InitGoogleTestTest, FilterEmpty) { + const char* argv[] = { + "foo.exe", + "--gtest_filter=", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Filter(""), false); +} + +// Tests parsing a non-empty --gtest_filter flag. +TEST_F(InitGoogleTestTest, FilterNonEmpty) { + const char* argv[] = { + "foo.exe", + "--gtest_filter=abc", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Filter("abc"), false); +} + +// Tests parsing --gtest_break_on_failure. +TEST_F(InitGoogleTestTest, BreakOnFailureWithoutValue) { + const char* argv[] = { + "foo.exe", + "--gtest_break_on_failure", + NULL +}; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::BreakOnFailure(true), false); +} + +// Tests parsing --gtest_break_on_failure=0. +TEST_F(InitGoogleTestTest, BreakOnFailureFalse_0) { + const char* argv[] = { + "foo.exe", + "--gtest_break_on_failure=0", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::BreakOnFailure(false), false); +} + +// Tests parsing --gtest_break_on_failure=f. +TEST_F(InitGoogleTestTest, BreakOnFailureFalse_f) { + const char* argv[] = { + "foo.exe", + "--gtest_break_on_failure=f", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::BreakOnFailure(false), false); +} + +// Tests parsing --gtest_break_on_failure=F. +TEST_F(InitGoogleTestTest, BreakOnFailureFalse_F) { + const char* argv[] = { + "foo.exe", + "--gtest_break_on_failure=F", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::BreakOnFailure(false), false); +} + +// Tests parsing a --gtest_break_on_failure flag that has a "true" +// definition. +TEST_F(InitGoogleTestTest, BreakOnFailureTrue) { + const char* argv[] = { + "foo.exe", + "--gtest_break_on_failure=1", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::BreakOnFailure(true), false); +} + +// Tests parsing --gtest_catch_exceptions. +TEST_F(InitGoogleTestTest, CatchExceptions) { + const char* argv[] = { + "foo.exe", + "--gtest_catch_exceptions", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::CatchExceptions(true), false); +} + +// Tests parsing --gtest_death_test_use_fork. +TEST_F(InitGoogleTestTest, DeathTestUseFork) { + const char* argv[] = { + "foo.exe", + "--gtest_death_test_use_fork", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::DeathTestUseFork(true), false); +} + +// Tests having the same flag twice with different values. The +// expected behavior is that the one coming last takes precedence. +TEST_F(InitGoogleTestTest, DuplicatedFlags) { + const char* argv[] = { + "foo.exe", + "--gtest_filter=a", + "--gtest_filter=b", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Filter("b"), false); +} + +// Tests having an unrecognized flag on the command line. +TEST_F(InitGoogleTestTest, UnrecognizedFlag) { + const char* argv[] = { + "foo.exe", + "--gtest_break_on_failure", + "bar", // Unrecognized by Google Test. + "--gtest_filter=b", + NULL + }; + + const char* argv2[] = { + "foo.exe", + "bar", + NULL + }; + + Flags flags; + flags.break_on_failure = true; + flags.filter = "b"; + GTEST_TEST_PARSING_FLAGS_(argv, argv2, flags, false); +} + +// Tests having a --gtest_list_tests flag +TEST_F(InitGoogleTestTest, ListTestsFlag) { + const char* argv[] = { + "foo.exe", + "--gtest_list_tests", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ListTests(true), false); +} + +// Tests having a --gtest_list_tests flag with a "true" value +TEST_F(InitGoogleTestTest, ListTestsTrue) { + const char* argv[] = { + "foo.exe", + "--gtest_list_tests=1", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ListTests(true), false); +} + +// Tests having a --gtest_list_tests flag with a "false" value +TEST_F(InitGoogleTestTest, ListTestsFalse) { + const char* argv[] = { + "foo.exe", + "--gtest_list_tests=0", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ListTests(false), false); +} + +// Tests parsing --gtest_list_tests=f. +TEST_F(InitGoogleTestTest, ListTestsFalse_f) { + const char* argv[] = { + "foo.exe", + "--gtest_list_tests=f", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ListTests(false), false); +} + +// Tests parsing --gtest_list_tests=F. +TEST_F(InitGoogleTestTest, ListTestsFalse_F) { + const char* argv[] = { + "foo.exe", + "--gtest_list_tests=F", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ListTests(false), false); +} + +// Tests parsing --gtest_output (invalid). +TEST_F(InitGoogleTestTest, OutputEmpty) { + const char* argv[] = { + "foo.exe", + "--gtest_output", + NULL + }; + + const char* argv2[] = { + "foo.exe", + "--gtest_output", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags(), true); +} + +// Tests parsing --gtest_output=xml +TEST_F(InitGoogleTestTest, OutputXml) { + const char* argv[] = { + "foo.exe", + "--gtest_output=xml", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml"), false); +} + +// Tests parsing --gtest_output=xml:file +TEST_F(InitGoogleTestTest, OutputXmlFile) { + const char* argv[] = { + "foo.exe", + "--gtest_output=xml:file", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:file"), false); +} + +// Tests parsing --gtest_output=xml:directory/path/ +TEST_F(InitGoogleTestTest, OutputXmlDirectory) { + const char* argv[] = { + "foo.exe", + "--gtest_output=xml:directory/path/", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, + Flags::Output("xml:directory/path/"), false); +} + +// Tests having a --gtest_print_time flag +TEST_F(InitGoogleTestTest, PrintTimeFlag) { + const char* argv[] = { + "foo.exe", + "--gtest_print_time", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(true), false); +} + +// Tests having a --gtest_print_time flag with a "true" value +TEST_F(InitGoogleTestTest, PrintTimeTrue) { + const char* argv[] = { + "foo.exe", + "--gtest_print_time=1", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(true), false); +} + +// Tests having a --gtest_print_time flag with a "false" value +TEST_F(InitGoogleTestTest, PrintTimeFalse) { + const char* argv[] = { + "foo.exe", + "--gtest_print_time=0", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(false), false); +} + +// Tests parsing --gtest_print_time=f. +TEST_F(InitGoogleTestTest, PrintTimeFalse_f) { + const char* argv[] = { + "foo.exe", + "--gtest_print_time=f", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(false), false); +} + +// Tests parsing --gtest_print_time=F. +TEST_F(InitGoogleTestTest, PrintTimeFalse_F) { + const char* argv[] = { + "foo.exe", + "--gtest_print_time=F", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::PrintTime(false), false); +} + +// Tests parsing --gtest_random_seed=number +TEST_F(InitGoogleTestTest, RandomSeed) { + const char* argv[] = { + "foo.exe", + "--gtest_random_seed=1000", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::RandomSeed(1000), false); +} + +// Tests parsing --gtest_repeat=number +TEST_F(InitGoogleTestTest, Repeat) { + const char* argv[] = { + "foo.exe", + "--gtest_repeat=1000", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Repeat(1000), false); +} + +// Tests having a --gtest_also_run_disabled_tests flag +TEST_F(InitGoogleTestTest, AlsoRunDisabledTestsFlag) { + const char* argv[] = { + "foo.exe", + "--gtest_also_run_disabled_tests", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, + Flags::AlsoRunDisabledTests(true), false); +} + +// Tests having a --gtest_also_run_disabled_tests flag with a "true" value +TEST_F(InitGoogleTestTest, AlsoRunDisabledTestsTrue) { + const char* argv[] = { + "foo.exe", + "--gtest_also_run_disabled_tests=1", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, + Flags::AlsoRunDisabledTests(true), false); +} + +// Tests having a --gtest_also_run_disabled_tests flag with a "false" value +TEST_F(InitGoogleTestTest, AlsoRunDisabledTestsFalse) { + const char* argv[] = { + "foo.exe", + "--gtest_also_run_disabled_tests=0", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, + Flags::AlsoRunDisabledTests(false), false); +} + +// Tests parsing --gtest_shuffle. +TEST_F(InitGoogleTestTest, ShuffleWithoutValue) { + const char* argv[] = { + "foo.exe", + "--gtest_shuffle", + NULL +}; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Shuffle(true), false); +} + +// Tests parsing --gtest_shuffle=0. +TEST_F(InitGoogleTestTest, ShuffleFalse_0) { + const char* argv[] = { + "foo.exe", + "--gtest_shuffle=0", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Shuffle(false), false); +} + +// Tests parsing a --gtest_shuffle flag that has a "true" +// definition. +TEST_F(InitGoogleTestTest, ShuffleTrue) { + const char* argv[] = { + "foo.exe", + "--gtest_shuffle=1", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Shuffle(true), false); +} + +// Tests parsing --gtest_stack_trace_depth=number. +TEST_F(InitGoogleTestTest, StackTraceDepth) { + const char* argv[] = { + "foo.exe", + "--gtest_stack_trace_depth=5", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::StackTraceDepth(5), false); +} + +TEST_F(InitGoogleTestTest, StreamResultTo) { + const char* argv[] = { + "foo.exe", + "--gtest_stream_result_to=localhost:1234", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_( + argv, argv2, Flags::StreamResultTo("localhost:1234"), false); +} + +// Tests parsing --gtest_throw_on_failure. +TEST_F(InitGoogleTestTest, ThrowOnFailureWithoutValue) { + const char* argv[] = { + "foo.exe", + "--gtest_throw_on_failure", + NULL +}; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ThrowOnFailure(true), false); +} + +// Tests parsing --gtest_throw_on_failure=0. +TEST_F(InitGoogleTestTest, ThrowOnFailureFalse_0) { + const char* argv[] = { + "foo.exe", + "--gtest_throw_on_failure=0", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ThrowOnFailure(false), false); +} + +// Tests parsing a --gtest_throw_on_failure flag that has a "true" +// definition. +TEST_F(InitGoogleTestTest, ThrowOnFailureTrue) { + const char* argv[] = { + "foo.exe", + "--gtest_throw_on_failure=1", + NULL + }; + + const char* argv2[] = { + "foo.exe", + NULL + }; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::ThrowOnFailure(true), false); +} + +#if GTEST_OS_WINDOWS +// Tests parsing wide strings. +TEST_F(InitGoogleTestTest, WideStrings) { + const wchar_t* argv[] = { + L"foo.exe", + L"--gtest_filter=Foo*", + L"--gtest_list_tests=1", + L"--gtest_break_on_failure", + L"--non_gtest_flag", + NULL + }; + + const wchar_t* argv2[] = { + L"foo.exe", + L"--non_gtest_flag", + NULL + }; + + Flags expected_flags; + expected_flags.break_on_failure = true; + expected_flags.filter = "Foo*"; + expected_flags.list_tests = true; + + GTEST_TEST_PARSING_FLAGS_(argv, argv2, expected_flags, false); +} +#endif // GTEST_OS_WINDOWS + +// Tests current_test_info() in UnitTest. +class CurrentTestInfoTest : public Test { + protected: + // Tests that current_test_info() returns NULL before the first test in + // the test case is run. + static void SetUpTestCase() { + // There should be no tests running at this point. + const TestInfo* test_info = + UnitTest::GetInstance()->current_test_info(); + EXPECT_TRUE(test_info == NULL) + << "There should be no tests running at this point."; + } + + // Tests that current_test_info() returns NULL after the last test in + // the test case has run. + static void TearDownTestCase() { + const TestInfo* test_info = + UnitTest::GetInstance()->current_test_info(); + EXPECT_TRUE(test_info == NULL) + << "There should be no tests running at this point."; + } +}; + +// Tests that current_test_info() returns TestInfo for currently running +// test by checking the expected test name against the actual one. +TEST_F(CurrentTestInfoTest, WorksForFirstTestInATestCase) { + const TestInfo* test_info = + UnitTest::GetInstance()->current_test_info(); + ASSERT_TRUE(NULL != test_info) + << "There is a test running so we should have a valid TestInfo."; + EXPECT_STREQ("CurrentTestInfoTest", test_info->test_case_name()) + << "Expected the name of the currently running test case."; + EXPECT_STREQ("WorksForFirstTestInATestCase", test_info->name()) + << "Expected the name of the currently running test."; +} + +// Tests that current_test_info() returns TestInfo for currently running +// test by checking the expected test name against the actual one. We +// use this test to see that the TestInfo object actually changed from +// the previous invocation. +TEST_F(CurrentTestInfoTest, WorksForSecondTestInATestCase) { + const TestInfo* test_info = + UnitTest::GetInstance()->current_test_info(); + ASSERT_TRUE(NULL != test_info) + << "There is a test running so we should have a valid TestInfo."; + EXPECT_STREQ("CurrentTestInfoTest", test_info->test_case_name()) + << "Expected the name of the currently running test case."; + EXPECT_STREQ("WorksForSecondTestInATestCase", test_info->name()) + << "Expected the name of the currently running test."; +} + +} // namespace testing + +// These two lines test that we can define tests in a namespace that +// has the name "testing" and is nested in another namespace. +namespace my_namespace { +namespace testing { + +// Makes sure that TEST knows to use ::testing::Test instead of +// ::my_namespace::testing::Test. +class Test {}; + +// Makes sure that an assertion knows to use ::testing::Message instead of +// ::my_namespace::testing::Message. +class Message {}; + +// Makes sure that an assertion knows to use +// ::testing::AssertionResult instead of +// ::my_namespace::testing::AssertionResult. +class AssertionResult {}; + +// Tests that an assertion that should succeed works as expected. +TEST(NestedTestingNamespaceTest, Success) { + EXPECT_EQ(1, 1) << "This shouldn't fail."; +} + +// Tests that an assertion that should fail works as expected. +TEST(NestedTestingNamespaceTest, Failure) { + EXPECT_FATAL_FAILURE(FAIL() << "This failure is expected.", + "This failure is expected."); +} + +} // namespace testing +} // namespace my_namespace + +// Tests that one can call superclass SetUp and TearDown methods-- +// that is, that they are not private. +// No tests are based on this fixture; the test "passes" if it compiles +// successfully. +class ProtectedFixtureMethodsTest : public Test { + protected: + virtual void SetUp() { + Test::SetUp(); + } + virtual void TearDown() { + Test::TearDown(); + } +}; + +// StreamingAssertionsTest tests the streaming versions of a representative +// sample of assertions. +TEST(StreamingAssertionsTest, Unconditional) { + SUCCEED() << "expected success"; + EXPECT_NONFATAL_FAILURE(ADD_FAILURE() << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(FAIL() << "expected failure", + "expected failure"); +} + +#ifdef __BORLANDC__ +// Silences warnings: "Condition is always true", "Unreachable code" +# pragma option push -w-ccc -w-rch +#endif + +TEST(StreamingAssertionsTest, Truth) { + EXPECT_TRUE(true) << "unexpected failure"; + ASSERT_TRUE(true) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_TRUE(false) << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_TRUE(false) << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, Truth2) { + EXPECT_FALSE(false) << "unexpected failure"; + ASSERT_FALSE(false) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_FALSE(true) << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_FALSE(true) << "expected failure", + "expected failure"); +} + +#ifdef __BORLANDC__ +// Restores warnings after previous "#pragma option push" supressed them +# pragma option pop +#endif + +TEST(StreamingAssertionsTest, IntegerEquals) { + EXPECT_EQ(1, 1) << "unexpected failure"; + ASSERT_EQ(1, 1) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_EQ(1, 2) << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_EQ(1, 2) << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, IntegerLessThan) { + EXPECT_LT(1, 2) << "unexpected failure"; + ASSERT_LT(1, 2) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_LT(2, 1) << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_LT(2, 1) << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, StringsEqual) { + EXPECT_STREQ("foo", "foo") << "unexpected failure"; + ASSERT_STREQ("foo", "foo") << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_STREQ("foo", "bar") << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_STREQ("foo", "bar") << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, StringsNotEqual) { + EXPECT_STRNE("foo", "bar") << "unexpected failure"; + ASSERT_STRNE("foo", "bar") << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_STRNE("foo", "foo") << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_STRNE("foo", "foo") << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, StringsEqualIgnoringCase) { + EXPECT_STRCASEEQ("foo", "FOO") << "unexpected failure"; + ASSERT_STRCASEEQ("foo", "FOO") << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ("foo", "bar") << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_STRCASEEQ("foo", "bar") << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, StringNotEqualIgnoringCase) { + EXPECT_STRCASENE("foo", "bar") << "unexpected failure"; + ASSERT_STRCASENE("foo", "bar") << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_STRCASENE("foo", "FOO") << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_STRCASENE("bar", "BAR") << "expected failure", + "expected failure"); +} + +TEST(StreamingAssertionsTest, FloatingPointEquals) { + EXPECT_FLOAT_EQ(1.0, 1.0) << "unexpected failure"; + ASSERT_FLOAT_EQ(1.0, 1.0) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(0.0, 1.0) << "expected failure", + "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_FLOAT_EQ(0.0, 1.0) << "expected failure", + "expected failure"); +} + +#if GTEST_HAS_EXCEPTIONS + +TEST(StreamingAssertionsTest, Throw) { + EXPECT_THROW(ThrowAnInteger(), int) << "unexpected failure"; + ASSERT_THROW(ThrowAnInteger(), int) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_THROW(ThrowAnInteger(), bool) << + "expected failure", "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_THROW(ThrowAnInteger(), bool) << + "expected failure", "expected failure"); +} + +TEST(StreamingAssertionsTest, NoThrow) { + EXPECT_NO_THROW(ThrowNothing()) << "unexpected failure"; + ASSERT_NO_THROW(ThrowNothing()) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_NO_THROW(ThrowAnInteger()) << + "expected failure", "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_NO_THROW(ThrowAnInteger()) << + "expected failure", "expected failure"); +} + +TEST(StreamingAssertionsTest, AnyThrow) { + EXPECT_ANY_THROW(ThrowAnInteger()) << "unexpected failure"; + ASSERT_ANY_THROW(ThrowAnInteger()) << "unexpected failure"; + EXPECT_NONFATAL_FAILURE(EXPECT_ANY_THROW(ThrowNothing()) << + "expected failure", "expected failure"); + EXPECT_FATAL_FAILURE(ASSERT_ANY_THROW(ThrowNothing()) << + "expected failure", "expected failure"); +} + +#endif // GTEST_HAS_EXCEPTIONS + +// Tests that Google Test correctly decides whether to use colors in the output. + +TEST(ColoredOutputTest, UsesColorsWhenGTestColorFlagIsYes) { + GTEST_FLAG(color) = "yes"; + + SetEnv("TERM", "xterm"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY. + + SetEnv("TERM", "dumb"); // TERM doesn't support colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY. +} + +TEST(ColoredOutputTest, UsesColorsWhenGTestColorFlagIsAliasOfYes) { + SetEnv("TERM", "dumb"); // TERM doesn't support colors. + + GTEST_FLAG(color) = "True"; + EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY. + + GTEST_FLAG(color) = "t"; + EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY. + + GTEST_FLAG(color) = "1"; + EXPECT_TRUE(ShouldUseColor(false)); // Stdout is not a TTY. +} + +TEST(ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsNo) { + GTEST_FLAG(color) = "no"; + + SetEnv("TERM", "xterm"); // TERM supports colors. + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + EXPECT_FALSE(ShouldUseColor(false)); // Stdout is not a TTY. + + SetEnv("TERM", "dumb"); // TERM doesn't support colors. + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + EXPECT_FALSE(ShouldUseColor(false)); // Stdout is not a TTY. +} + +TEST(ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsInvalid) { + SetEnv("TERM", "xterm"); // TERM supports colors. + + GTEST_FLAG(color) = "F"; + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + + GTEST_FLAG(color) = "0"; + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + + GTEST_FLAG(color) = "unknown"; + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. +} + +TEST(ColoredOutputTest, UsesColorsWhenStdoutIsTty) { + GTEST_FLAG(color) = "auto"; + + SetEnv("TERM", "xterm"); // TERM supports colors. + EXPECT_FALSE(ShouldUseColor(false)); // Stdout is not a TTY. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. +} + +TEST(ColoredOutputTest, UsesColorsWhenTermSupportsColors) { + GTEST_FLAG(color) = "auto"; + +#if GTEST_OS_WINDOWS + // On Windows, we ignore the TERM variable as it's usually not set. + + SetEnv("TERM", "dumb"); + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", ""); + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "xterm"); + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. +#else + // On non-Windows platforms, we rely on TERM to determine if the + // terminal supports colors. + + SetEnv("TERM", "dumb"); // TERM doesn't support colors. + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "emacs"); // TERM doesn't support colors. + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "vt100"); // TERM doesn't support colors. + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "xterm-mono"); // TERM doesn't support colors. + EXPECT_FALSE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "xterm"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "xterm-color"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "xterm-256color"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "screen"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "screen-256color"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "linux"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. + + SetEnv("TERM", "cygwin"); // TERM supports colors. + EXPECT_TRUE(ShouldUseColor(true)); // Stdout is a TTY. +#endif // GTEST_OS_WINDOWS +} + +// Verifies that StaticAssertTypeEq works in a namespace scope. + +static bool dummy1 GTEST_ATTRIBUTE_UNUSED_ = StaticAssertTypeEq(); +static bool dummy2 GTEST_ATTRIBUTE_UNUSED_ = + StaticAssertTypeEq(); + +// Verifies that StaticAssertTypeEq works in a class. + +template +class StaticAssertTypeEqTestHelper { + public: + StaticAssertTypeEqTestHelper() { StaticAssertTypeEq(); } +}; + +TEST(StaticAssertTypeEqTest, WorksInClass) { + StaticAssertTypeEqTestHelper(); +} + +// Verifies that StaticAssertTypeEq works inside a function. + +typedef int IntAlias; + +TEST(StaticAssertTypeEqTest, CompilesForEqualTypes) { + StaticAssertTypeEq(); + StaticAssertTypeEq(); +} + +TEST(GetCurrentOsStackTraceExceptTopTest, ReturnsTheStackTrace) { + testing::UnitTest* const unit_test = testing::UnitTest::GetInstance(); + + // We don't have a stack walker in Google Test yet. + EXPECT_STREQ("", GetCurrentOsStackTraceExceptTop(unit_test, 0).c_str()); + EXPECT_STREQ("", GetCurrentOsStackTraceExceptTop(unit_test, 1).c_str()); +} + +TEST(HasNonfatalFailureTest, ReturnsFalseWhenThereIsNoFailure) { + EXPECT_FALSE(HasNonfatalFailure()); +} + +static void FailFatally() { FAIL(); } + +TEST(HasNonfatalFailureTest, ReturnsFalseWhenThereIsOnlyFatalFailure) { + FailFatally(); + const bool has_nonfatal_failure = HasNonfatalFailure(); + ClearCurrentTestPartResults(); + EXPECT_FALSE(has_nonfatal_failure); +} + +TEST(HasNonfatalFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) { + ADD_FAILURE(); + const bool has_nonfatal_failure = HasNonfatalFailure(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_nonfatal_failure); +} + +TEST(HasNonfatalFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) { + FailFatally(); + ADD_FAILURE(); + const bool has_nonfatal_failure = HasNonfatalFailure(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_nonfatal_failure); +} + +// A wrapper for calling HasNonfatalFailure outside of a test body. +static bool HasNonfatalFailureHelper() { + return testing::Test::HasNonfatalFailure(); +} + +TEST(HasNonfatalFailureTest, WorksOutsideOfTestBody) { + EXPECT_FALSE(HasNonfatalFailureHelper()); +} + +TEST(HasNonfatalFailureTest, WorksOutsideOfTestBody2) { + ADD_FAILURE(); + const bool has_nonfatal_failure = HasNonfatalFailureHelper(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_nonfatal_failure); +} + +TEST(HasFailureTest, ReturnsFalseWhenThereIsNoFailure) { + EXPECT_FALSE(HasFailure()); +} + +TEST(HasFailureTest, ReturnsTrueWhenThereIsFatalFailure) { + FailFatally(); + const bool has_failure = HasFailure(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_failure); +} + +TEST(HasFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) { + ADD_FAILURE(); + const bool has_failure = HasFailure(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_failure); +} + +TEST(HasFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) { + FailFatally(); + ADD_FAILURE(); + const bool has_failure = HasFailure(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_failure); +} + +// A wrapper for calling HasFailure outside of a test body. +static bool HasFailureHelper() { return testing::Test::HasFailure(); } + +TEST(HasFailureTest, WorksOutsideOfTestBody) { + EXPECT_FALSE(HasFailureHelper()); +} + +TEST(HasFailureTest, WorksOutsideOfTestBody2) { + ADD_FAILURE(); + const bool has_failure = HasFailureHelper(); + ClearCurrentTestPartResults(); + EXPECT_TRUE(has_failure); +} + +class TestListener : public EmptyTestEventListener { + public: + TestListener() : on_start_counter_(NULL), is_destroyed_(NULL) {} + TestListener(int* on_start_counter, bool* is_destroyed) + : on_start_counter_(on_start_counter), + is_destroyed_(is_destroyed) {} + + virtual ~TestListener() { + if (is_destroyed_) + *is_destroyed_ = true; + } + + protected: + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) { + if (on_start_counter_ != NULL) + (*on_start_counter_)++; + } + + private: + int* on_start_counter_; + bool* is_destroyed_; +}; + +// Tests the constructor. +TEST(TestEventListenersTest, ConstructionWorks) { + TestEventListeners listeners; + + EXPECT_TRUE(TestEventListenersAccessor::GetRepeater(&listeners) != NULL); + EXPECT_TRUE(listeners.default_result_printer() == NULL); + EXPECT_TRUE(listeners.default_xml_generator() == NULL); +} + +// Tests that the TestEventListeners destructor deletes all the listeners it +// owns. +TEST(TestEventListenersTest, DestructionWorks) { + bool default_result_printer_is_destroyed = false; + bool default_xml_printer_is_destroyed = false; + bool extra_listener_is_destroyed = false; + TestListener* default_result_printer = new TestListener( + NULL, &default_result_printer_is_destroyed); + TestListener* default_xml_printer = new TestListener( + NULL, &default_xml_printer_is_destroyed); + TestListener* extra_listener = new TestListener( + NULL, &extra_listener_is_destroyed); + + { + TestEventListeners listeners; + TestEventListenersAccessor::SetDefaultResultPrinter(&listeners, + default_result_printer); + TestEventListenersAccessor::SetDefaultXmlGenerator(&listeners, + default_xml_printer); + listeners.Append(extra_listener); + } + EXPECT_TRUE(default_result_printer_is_destroyed); + EXPECT_TRUE(default_xml_printer_is_destroyed); + EXPECT_TRUE(extra_listener_is_destroyed); +} + +// Tests that a listener Append'ed to a TestEventListeners list starts +// receiving events. +TEST(TestEventListenersTest, Append) { + int on_start_counter = 0; + bool is_destroyed = false; + TestListener* listener = new TestListener(&on_start_counter, &is_destroyed); + { + TestEventListeners listeners; + listeners.Append(listener); + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_EQ(1, on_start_counter); + } + EXPECT_TRUE(is_destroyed); +} + +// Tests that listeners receive events in the order they were appended to +// the list, except for *End requests, which must be received in the reverse +// order. +class SequenceTestingListener : public EmptyTestEventListener { + public: + SequenceTestingListener(std::vector* vector, const char* id) + : vector_(vector), id_(id) {} + + protected: + virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) { + vector_->push_back(GetEventDescription("OnTestProgramStart")); + } + + virtual void OnTestProgramEnd(const UnitTest& /*unit_test*/) { + vector_->push_back(GetEventDescription("OnTestProgramEnd")); + } + + virtual void OnTestIterationStart(const UnitTest& /*unit_test*/, + int /*iteration*/) { + vector_->push_back(GetEventDescription("OnTestIterationStart")); + } + + virtual void OnTestIterationEnd(const UnitTest& /*unit_test*/, + int /*iteration*/) { + vector_->push_back(GetEventDescription("OnTestIterationEnd")); + } + + private: + std::string GetEventDescription(const char* method) { + Message message; + message << id_ << "." << method; + return message.GetString(); + } + + std::vector* vector_; + const char* const id_; + + GTEST_DISALLOW_COPY_AND_ASSIGN_(SequenceTestingListener); +}; + +TEST(EventListenerTest, AppendKeepsOrder) { + std::vector vec; + TestEventListeners listeners; + listeners.Append(new SequenceTestingListener(&vec, "1st")); + listeners.Append(new SequenceTestingListener(&vec, "2nd")); + listeners.Append(new SequenceTestingListener(&vec, "3rd")); + + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + ASSERT_EQ(3U, vec.size()); + EXPECT_STREQ("1st.OnTestProgramStart", vec[0].c_str()); + EXPECT_STREQ("2nd.OnTestProgramStart", vec[1].c_str()); + EXPECT_STREQ("3rd.OnTestProgramStart", vec[2].c_str()); + + vec.clear(); + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramEnd( + *UnitTest::GetInstance()); + ASSERT_EQ(3U, vec.size()); + EXPECT_STREQ("3rd.OnTestProgramEnd", vec[0].c_str()); + EXPECT_STREQ("2nd.OnTestProgramEnd", vec[1].c_str()); + EXPECT_STREQ("1st.OnTestProgramEnd", vec[2].c_str()); + + vec.clear(); + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestIterationStart( + *UnitTest::GetInstance(), 0); + ASSERT_EQ(3U, vec.size()); + EXPECT_STREQ("1st.OnTestIterationStart", vec[0].c_str()); + EXPECT_STREQ("2nd.OnTestIterationStart", vec[1].c_str()); + EXPECT_STREQ("3rd.OnTestIterationStart", vec[2].c_str()); + + vec.clear(); + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestIterationEnd( + *UnitTest::GetInstance(), 0); + ASSERT_EQ(3U, vec.size()); + EXPECT_STREQ("3rd.OnTestIterationEnd", vec[0].c_str()); + EXPECT_STREQ("2nd.OnTestIterationEnd", vec[1].c_str()); + EXPECT_STREQ("1st.OnTestIterationEnd", vec[2].c_str()); +} + +// Tests that a listener removed from a TestEventListeners list stops receiving +// events and is not deleted when the list is destroyed. +TEST(TestEventListenersTest, Release) { + int on_start_counter = 0; + bool is_destroyed = false; + // Although Append passes the ownership of this object to the list, + // the following calls release it, and we need to delete it before the + // test ends. + TestListener* listener = new TestListener(&on_start_counter, &is_destroyed); + { + TestEventListeners listeners; + listeners.Append(listener); + EXPECT_EQ(listener, listeners.Release(listener)); + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_TRUE(listeners.Release(listener) == NULL); + } + EXPECT_EQ(0, on_start_counter); + EXPECT_FALSE(is_destroyed); + delete listener; +} + +// Tests that no events are forwarded when event forwarding is disabled. +TEST(EventListenerTest, SuppressEventForwarding) { + int on_start_counter = 0; + TestListener* listener = new TestListener(&on_start_counter, NULL); + + TestEventListeners listeners; + listeners.Append(listener); + ASSERT_TRUE(TestEventListenersAccessor::EventForwardingEnabled(listeners)); + TestEventListenersAccessor::SuppressEventForwarding(&listeners); + ASSERT_FALSE(TestEventListenersAccessor::EventForwardingEnabled(listeners)); + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_EQ(0, on_start_counter); +} + +// Tests that events generated by Google Test are not forwarded in +// death test subprocesses. +TEST(EventListenerDeathTest, EventsNotForwardedInDeathTestSubprecesses) { + EXPECT_DEATH_IF_SUPPORTED({ + GTEST_CHECK_(TestEventListenersAccessor::EventForwardingEnabled( + *GetUnitTestImpl()->listeners())) << "expected failure";}, + "expected failure"); +} + +// Tests that a listener installed via SetDefaultResultPrinter() starts +// receiving events and is returned via default_result_printer() and that +// the previous default_result_printer is removed from the list and deleted. +TEST(EventListenerTest, default_result_printer) { + int on_start_counter = 0; + bool is_destroyed = false; + TestListener* listener = new TestListener(&on_start_counter, &is_destroyed); + + TestEventListeners listeners; + TestEventListenersAccessor::SetDefaultResultPrinter(&listeners, listener); + + EXPECT_EQ(listener, listeners.default_result_printer()); + + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + + EXPECT_EQ(1, on_start_counter); + + // Replacing default_result_printer with something else should remove it + // from the list and destroy it. + TestEventListenersAccessor::SetDefaultResultPrinter(&listeners, NULL); + + EXPECT_TRUE(listeners.default_result_printer() == NULL); + EXPECT_TRUE(is_destroyed); + + // After broadcasting an event the counter is still the same, indicating + // the listener is not in the list anymore. + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_EQ(1, on_start_counter); +} + +// Tests that the default_result_printer listener stops receiving events +// when removed via Release and that is not owned by the list anymore. +TEST(EventListenerTest, RemovingDefaultResultPrinterWorks) { + int on_start_counter = 0; + bool is_destroyed = false; + // Although Append passes the ownership of this object to the list, + // the following calls release it, and we need to delete it before the + // test ends. + TestListener* listener = new TestListener(&on_start_counter, &is_destroyed); + { + TestEventListeners listeners; + TestEventListenersAccessor::SetDefaultResultPrinter(&listeners, listener); + + EXPECT_EQ(listener, listeners.Release(listener)); + EXPECT_TRUE(listeners.default_result_printer() == NULL); + EXPECT_FALSE(is_destroyed); + + // Broadcasting events now should not affect default_result_printer. + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_EQ(0, on_start_counter); + } + // Destroying the list should not affect the listener now, too. + EXPECT_FALSE(is_destroyed); + delete listener; +} + +// Tests that a listener installed via SetDefaultXmlGenerator() starts +// receiving events and is returned via default_xml_generator() and that +// the previous default_xml_generator is removed from the list and deleted. +TEST(EventListenerTest, default_xml_generator) { + int on_start_counter = 0; + bool is_destroyed = false; + TestListener* listener = new TestListener(&on_start_counter, &is_destroyed); + + TestEventListeners listeners; + TestEventListenersAccessor::SetDefaultXmlGenerator(&listeners, listener); + + EXPECT_EQ(listener, listeners.default_xml_generator()); + + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + + EXPECT_EQ(1, on_start_counter); + + // Replacing default_xml_generator with something else should remove it + // from the list and destroy it. + TestEventListenersAccessor::SetDefaultXmlGenerator(&listeners, NULL); + + EXPECT_TRUE(listeners.default_xml_generator() == NULL); + EXPECT_TRUE(is_destroyed); + + // After broadcasting an event the counter is still the same, indicating + // the listener is not in the list anymore. + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_EQ(1, on_start_counter); +} + +// Tests that the default_xml_generator listener stops receiving events +// when removed via Release and that is not owned by the list anymore. +TEST(EventListenerTest, RemovingDefaultXmlGeneratorWorks) { + int on_start_counter = 0; + bool is_destroyed = false; + // Although Append passes the ownership of this object to the list, + // the following calls release it, and we need to delete it before the + // test ends. + TestListener* listener = new TestListener(&on_start_counter, &is_destroyed); + { + TestEventListeners listeners; + TestEventListenersAccessor::SetDefaultXmlGenerator(&listeners, listener); + + EXPECT_EQ(listener, listeners.Release(listener)); + EXPECT_TRUE(listeners.default_xml_generator() == NULL); + EXPECT_FALSE(is_destroyed); + + // Broadcasting events now should not affect default_xml_generator. + TestEventListenersAccessor::GetRepeater(&listeners)->OnTestProgramStart( + *UnitTest::GetInstance()); + EXPECT_EQ(0, on_start_counter); + } + // Destroying the list should not affect the listener now, too. + EXPECT_FALSE(is_destroyed); + delete listener; +} + +// Sanity tests to ensure that the alternative, verbose spellings of +// some of the macros work. We don't test them thoroughly as that +// would be quite involved. Since their implementations are +// straightforward, and they are rarely used, we'll just rely on the +// users to tell us when they are broken. +GTEST_TEST(AlternativeNameTest, Works) { // GTEST_TEST is the same as TEST. + GTEST_SUCCEED() << "OK"; // GTEST_SUCCEED is the same as SUCCEED. + + // GTEST_FAIL is the same as FAIL. + EXPECT_FATAL_FAILURE(GTEST_FAIL() << "An expected failure", + "An expected failure"); + + // GTEST_ASSERT_XY is the same as ASSERT_XY. + + GTEST_ASSERT_EQ(0, 0); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_EQ(0, 1) << "An expected failure", + "An expected failure"); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_EQ(1, 0) << "An expected failure", + "An expected failure"); + + GTEST_ASSERT_NE(0, 1); + GTEST_ASSERT_NE(1, 0); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_NE(0, 0) << "An expected failure", + "An expected failure"); + + GTEST_ASSERT_LE(0, 0); + GTEST_ASSERT_LE(0, 1); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_LE(1, 0) << "An expected failure", + "An expected failure"); + + GTEST_ASSERT_LT(0, 1); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_LT(0, 0) << "An expected failure", + "An expected failure"); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_LT(1, 0) << "An expected failure", + "An expected failure"); + + GTEST_ASSERT_GE(0, 0); + GTEST_ASSERT_GE(1, 0); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_GE(0, 1) << "An expected failure", + "An expected failure"); + + GTEST_ASSERT_GT(1, 0); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_GT(0, 1) << "An expected failure", + "An expected failure"); + EXPECT_FATAL_FAILURE(GTEST_ASSERT_GT(1, 1) << "An expected failure", + "An expected failure"); +} + +// Tests for internal utilities necessary for implementation of the universal +// printing. +// TODO(vladl@google.com): Find a better home for them. + +class ConversionHelperBase {}; +class ConversionHelperDerived : public ConversionHelperBase {}; + +// Tests that IsAProtocolMessage::value is a compile-time constant. +TEST(IsAProtocolMessageTest, ValueIsCompileTimeConstant) { + GTEST_COMPILE_ASSERT_(IsAProtocolMessage::value, + const_true); + GTEST_COMPILE_ASSERT_(!IsAProtocolMessage::value, const_false); +} + +// Tests that IsAProtocolMessage::value is true when T is +// proto2::Message or a sub-class of it. +TEST(IsAProtocolMessageTest, ValueIsTrueWhenTypeIsAProtocolMessage) { + EXPECT_TRUE(IsAProtocolMessage< ::proto2::Message>::value); + EXPECT_TRUE(IsAProtocolMessage::value); +} + +// Tests that IsAProtocolMessage::value is false when T is neither +// ProtocolMessage nor a sub-class of it. +TEST(IsAProtocolMessageTest, ValueIsFalseWhenTypeIsNotAProtocolMessage) { + EXPECT_FALSE(IsAProtocolMessage::value); + EXPECT_FALSE(IsAProtocolMessage::value); +} + +// Tests that CompileAssertTypesEqual compiles when the type arguments are +// equal. +TEST(CompileAssertTypesEqual, CompilesWhenTypesAreEqual) { + CompileAssertTypesEqual(); + CompileAssertTypesEqual(); +} + +// Tests that RemoveReference does not affect non-reference types. +TEST(RemoveReferenceTest, DoesNotAffectNonReferenceType) { + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); +} + +// Tests that RemoveReference removes reference from reference types. +TEST(RemoveReferenceTest, RemovesReference) { + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); +} + +// Tests GTEST_REMOVE_REFERENCE_. + +template +void TestGTestRemoveReference() { + CompileAssertTypesEqual(); +} + +TEST(RemoveReferenceTest, MacroVersion) { + TestGTestRemoveReference(); + TestGTestRemoveReference(); +} + + +// Tests that RemoveConst does not affect non-const types. +TEST(RemoveConstTest, DoesNotAffectNonConstType) { + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); +} + +// Tests that RemoveConst removes const from const types. +TEST(RemoveConstTest, RemovesConst) { + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); +} + +// Tests GTEST_REMOVE_CONST_. + +template +void TestGTestRemoveConst() { + CompileAssertTypesEqual(); +} + +TEST(RemoveConstTest, MacroVersion) { + TestGTestRemoveConst(); + TestGTestRemoveConst(); + TestGTestRemoveConst(); +} + +// Tests GTEST_REMOVE_REFERENCE_AND_CONST_. + +template +void TestGTestRemoveReferenceAndConst() { + CompileAssertTypesEqual(); +} + +TEST(RemoveReferenceToConstTest, Works) { + TestGTestRemoveReferenceAndConst(); + TestGTestRemoveReferenceAndConst(); + TestGTestRemoveReferenceAndConst(); + TestGTestRemoveReferenceAndConst(); + TestGTestRemoveReferenceAndConst(); +} + +// Tests that AddReference does not affect reference types. +TEST(AddReferenceTest, DoesNotAffectReferenceType) { + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); +} + +// Tests that AddReference adds reference to non-reference types. +TEST(AddReferenceTest, AddsReference) { + CompileAssertTypesEqual::type>(); + CompileAssertTypesEqual::type>(); +} + +// Tests GTEST_ADD_REFERENCE_. + +template +void TestGTestAddReference() { + CompileAssertTypesEqual(); +} + +TEST(AddReferenceTest, MacroVersion) { + TestGTestAddReference(); + TestGTestAddReference(); +} + +// Tests GTEST_REFERENCE_TO_CONST_. + +template +void TestGTestReferenceToConst() { + CompileAssertTypesEqual(); +} + +TEST(GTestReferenceToConstTest, Works) { + TestGTestReferenceToConst(); + TestGTestReferenceToConst(); + TestGTestReferenceToConst(); + TestGTestReferenceToConst(); +} + +// Tests that ImplicitlyConvertible::value is a compile-time constant. +TEST(ImplicitlyConvertibleTest, ValueIsCompileTimeConstant) { + GTEST_COMPILE_ASSERT_((ImplicitlyConvertible::value), const_true); + GTEST_COMPILE_ASSERT_((!ImplicitlyConvertible::value), + const_false); +} + +// Tests that ImplicitlyConvertible::value is true when T1 can +// be implicitly converted to T2. +TEST(ImplicitlyConvertibleTest, ValueIsTrueWhenConvertible) { + EXPECT_TRUE((ImplicitlyConvertible::value)); + EXPECT_TRUE((ImplicitlyConvertible::value)); + EXPECT_TRUE((ImplicitlyConvertible::value)); + EXPECT_TRUE((ImplicitlyConvertible::value)); + EXPECT_TRUE((ImplicitlyConvertible::value)); + EXPECT_TRUE((ImplicitlyConvertible::value)); +} + +// Tests that ImplicitlyConvertible::value is false when T1 +// cannot be implicitly converted to T2. +TEST(ImplicitlyConvertibleTest, ValueIsFalseWhenNotConvertible) { + EXPECT_FALSE((ImplicitlyConvertible::value)); + EXPECT_FALSE((ImplicitlyConvertible::value)); + EXPECT_FALSE((ImplicitlyConvertible::value)); + EXPECT_FALSE((ImplicitlyConvertible::value)); +} + +// Tests IsContainerTest. + +class NonContainer {}; + +TEST(IsContainerTestTest, WorksForNonContainer) { + EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest(0))); + EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest(0))); + EXPECT_EQ(sizeof(IsNotContainer), sizeof(IsContainerTest(0))); +} + +TEST(IsContainerTestTest, WorksForContainer) { + EXPECT_EQ(sizeof(IsContainer), + sizeof(IsContainerTest >(0))); + EXPECT_EQ(sizeof(IsContainer), + sizeof(IsContainerTest >(0))); +} + +// Tests ArrayEq(). + +TEST(ArrayEqTest, WorksForDegeneratedArrays) { + EXPECT_TRUE(ArrayEq(5, 5L)); + EXPECT_FALSE(ArrayEq('a', 0)); +} + +TEST(ArrayEqTest, WorksForOneDimensionalArrays) { + // Note that a and b are distinct but compatible types. + const int a[] = { 0, 1 }; + long b[] = { 0, 1 }; + EXPECT_TRUE(ArrayEq(a, b)); + EXPECT_TRUE(ArrayEq(a, 2, b)); + + b[0] = 2; + EXPECT_FALSE(ArrayEq(a, b)); + EXPECT_FALSE(ArrayEq(a, 1, b)); +} + +TEST(ArrayEqTest, WorksForTwoDimensionalArrays) { + const char a[][3] = { "hi", "lo" }; + const char b[][3] = { "hi", "lo" }; + const char c[][3] = { "hi", "li" }; + + EXPECT_TRUE(ArrayEq(a, b)); + EXPECT_TRUE(ArrayEq(a, 2, b)); + + EXPECT_FALSE(ArrayEq(a, c)); + EXPECT_FALSE(ArrayEq(a, 2, c)); +} + +// Tests ArrayAwareFind(). + +TEST(ArrayAwareFindTest, WorksForOneDimensionalArray) { + const char a[] = "hello"; + EXPECT_EQ(a + 4, ArrayAwareFind(a, a + 5, 'o')); + EXPECT_EQ(a + 5, ArrayAwareFind(a, a + 5, 'x')); +} + +TEST(ArrayAwareFindTest, WorksForTwoDimensionalArray) { + int a[][2] = { { 0, 1 }, { 2, 3 }, { 4, 5 } }; + const int b[2] = { 2, 3 }; + EXPECT_EQ(a + 1, ArrayAwareFind(a, a + 3, b)); + + const int c[2] = { 6, 7 }; + EXPECT_EQ(a + 3, ArrayAwareFind(a, a + 3, c)); +} + +// Tests CopyArray(). + +TEST(CopyArrayTest, WorksForDegeneratedArrays) { + int n = 0; + CopyArray('a', &n); + EXPECT_EQ('a', n); +} + +TEST(CopyArrayTest, WorksForOneDimensionalArrays) { + const char a[3] = "hi"; + int b[3]; +#ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions. + CopyArray(a, &b); + EXPECT_TRUE(ArrayEq(a, b)); +#endif + + int c[3]; + CopyArray(a, 3, c); + EXPECT_TRUE(ArrayEq(a, c)); +} + +TEST(CopyArrayTest, WorksForTwoDimensionalArrays) { + const int a[2][3] = { { 0, 1, 2 }, { 3, 4, 5 } }; + int b[2][3]; +#ifndef __BORLANDC__ // C++Builder cannot compile some array size deductions. + CopyArray(a, &b); + EXPECT_TRUE(ArrayEq(a, b)); +#endif + + int c[2][3]; + CopyArray(a, 2, c); + EXPECT_TRUE(ArrayEq(a, c)); +} + +// Tests NativeArray. + +TEST(NativeArrayTest, ConstructorFromArrayWorks) { + const int a[3] = { 0, 1, 2 }; + NativeArray na(a, 3, kReference); + EXPECT_EQ(3U, na.size()); + EXPECT_EQ(a, na.begin()); +} + +TEST(NativeArrayTest, CreatesAndDeletesCopyOfArrayWhenAskedTo) { + typedef int Array[2]; + Array* a = new Array[1]; + (*a)[0] = 0; + (*a)[1] = 1; + NativeArray na(*a, 2, kCopy); + EXPECT_NE(*a, na.begin()); + delete[] a; + EXPECT_EQ(0, na.begin()[0]); + EXPECT_EQ(1, na.begin()[1]); + + // We rely on the heap checker to verify that na deletes the copy of + // array. +} + +TEST(NativeArrayTest, TypeMembersAreCorrect) { + StaticAssertTypeEq::value_type>(); + StaticAssertTypeEq::value_type>(); + + StaticAssertTypeEq::const_iterator>(); + StaticAssertTypeEq::const_iterator>(); +} + +TEST(NativeArrayTest, MethodsWork) { + const int a[3] = { 0, 1, 2 }; + NativeArray na(a, 3, kCopy); + ASSERT_EQ(3U, na.size()); + EXPECT_EQ(3, na.end() - na.begin()); + + NativeArray::const_iterator it = na.begin(); + EXPECT_EQ(0, *it); + ++it; + EXPECT_EQ(1, *it); + it++; + EXPECT_EQ(2, *it); + ++it; + EXPECT_EQ(na.end(), it); + + EXPECT_TRUE(na == na); + + NativeArray na2(a, 3, kReference); + EXPECT_TRUE(na == na2); + + const int b1[3] = { 0, 1, 1 }; + const int b2[4] = { 0, 1, 2, 3 }; + EXPECT_FALSE(na == NativeArray(b1, 3, kReference)); + EXPECT_FALSE(na == NativeArray(b2, 4, kCopy)); +} + +TEST(NativeArrayTest, WorksForTwoDimensionalArray) { + const char a[2][3] = { "hi", "lo" }; + NativeArray na(a, 2, kReference); + ASSERT_EQ(2U, na.size()); + EXPECT_EQ(a, na.begin()); +} + +// Tests SkipPrefix(). + +TEST(SkipPrefixTest, SkipsWhenPrefixMatches) { + const char* const str = "hello"; + + const char* p = str; + EXPECT_TRUE(SkipPrefix("", &p)); + EXPECT_EQ(str, p); + + p = str; + EXPECT_TRUE(SkipPrefix("hell", &p)); + EXPECT_EQ(str + 4, p); +} + +TEST(SkipPrefixTest, DoesNotSkipWhenPrefixDoesNotMatch) { + const char* const str = "world"; + + const char* p = str; + EXPECT_FALSE(SkipPrefix("W", &p)); + EXPECT_EQ(str, p); + + p = str; + EXPECT_FALSE(SkipPrefix("world!", &p)); + EXPECT_EQ(str, p); +} diff --git a/gtest-1.7.0/test/gtest_xml_outfile1_test_.cc b/gtest-1.7.0/test/gtest_xml_outfile1_test_.cc new file mode 100644 index 000000000..531ced49d --- /dev/null +++ b/gtest-1.7.0/test/gtest_xml_outfile1_test_.cc @@ -0,0 +1,49 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: keith.ray@gmail.com (Keith Ray) +// +// gtest_xml_outfile1_test_ writes some xml via TestProperty used by +// gtest_xml_outfiles_test.py + +#include "gtest/gtest.h" + +class PropertyOne : public testing::Test { + protected: + virtual void SetUp() { + RecordProperty("SetUpProp", 1); + } + virtual void TearDown() { + RecordProperty("TearDownProp", 1); + } +}; + +TEST_F(PropertyOne, TestSomeProperties) { + RecordProperty("TestSomeProperty", 1); +} diff --git a/gtest-1.7.0/test/gtest_xml_outfile2_test_.cc b/gtest-1.7.0/test/gtest_xml_outfile2_test_.cc new file mode 100644 index 000000000..7b400b276 --- /dev/null +++ b/gtest-1.7.0/test/gtest_xml_outfile2_test_.cc @@ -0,0 +1,49 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: keith.ray@gmail.com (Keith Ray) +// +// gtest_xml_outfile2_test_ writes some xml via TestProperty used by +// gtest_xml_outfiles_test.py + +#include "gtest/gtest.h" + +class PropertyTwo : public testing::Test { + protected: + virtual void SetUp() { + RecordProperty("SetUpProp", 2); + } + virtual void TearDown() { + RecordProperty("TearDownProp", 2); + } +}; + +TEST_F(PropertyTwo, TestSomeProperties) { + RecordProperty("TestSomeProperty", 2); +} diff --git a/gtest-1.7.0/test/gtest_xml_outfiles_test.py b/gtest-1.7.0/test/gtest_xml_outfiles_test.py new file mode 100755 index 000000000..524e437e6 --- /dev/null +++ b/gtest-1.7.0/test/gtest_xml_outfiles_test.py @@ -0,0 +1,132 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test for the gtest_xml_output module.""" + +__author__ = "keith.ray@gmail.com (Keith Ray)" + +import os +from xml.dom import minidom, Node + +import gtest_test_utils +import gtest_xml_test_utils + + +GTEST_OUTPUT_SUBDIR = "xml_outfiles" +GTEST_OUTPUT_1_TEST = "gtest_xml_outfile1_test_" +GTEST_OUTPUT_2_TEST = "gtest_xml_outfile2_test_" + +EXPECTED_XML_1 = """ + + + + + +""" + +EXPECTED_XML_2 = """ + + + + + +""" + + +class GTestXMLOutFilesTest(gtest_xml_test_utils.GTestXMLTestCase): + """Unit test for Google Test's XML output functionality.""" + + def setUp(self): + # We want the trailing '/' that the last "" provides in os.path.join, for + # telling Google Test to create an output directory instead of a single file + # for xml output. + self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(), + GTEST_OUTPUT_SUBDIR, "") + self.DeleteFilesAndDir() + + def tearDown(self): + self.DeleteFilesAndDir() + + def DeleteFilesAndDir(self): + try: + os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml")) + except os.error: + pass + try: + os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml")) + except os.error: + pass + try: + os.rmdir(self.output_dir_) + except os.error: + pass + + def testOutfile1(self): + self._TestOutFile(GTEST_OUTPUT_1_TEST, EXPECTED_XML_1) + + def testOutfile2(self): + self._TestOutFile(GTEST_OUTPUT_2_TEST, EXPECTED_XML_2) + + def _TestOutFile(self, test_name, expected_xml): + gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name) + command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_] + p = gtest_test_utils.Subprocess(command, + working_dir=gtest_test_utils.GetTempDir()) + self.assert_(p.exited) + self.assertEquals(0, p.exit_code) + + # TODO(wan@google.com): libtool causes the built test binary to be + # named lt-gtest_xml_outfiles_test_ instead of + # gtest_xml_outfiles_test_. To account for this possibillity, we + # allow both names in the following code. We should remove this + # hack when Chandler Carruth's libtool replacement tool is ready. + output_file_name1 = test_name + ".xml" + output_file1 = os.path.join(self.output_dir_, output_file_name1) + output_file_name2 = 'lt-' + output_file_name1 + output_file2 = os.path.join(self.output_dir_, output_file_name2) + self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), + output_file1) + + expected = minidom.parseString(expected_xml) + if os.path.isfile(output_file1): + actual = minidom.parse(output_file1) + else: + actual = minidom.parse(output_file2) + self.NormalizeXml(actual.documentElement) + self.AssertEquivalentNodes(expected.documentElement, + actual.documentElement) + expected.unlink() + actual.unlink() + + +if __name__ == "__main__": + os.environ["GTEST_STACK_TRACE_DEPTH"] = "0" + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_xml_output_unittest.py b/gtest-1.7.0/test/gtest_xml_output_unittest.py new file mode 100755 index 000000000..f605d4ee2 --- /dev/null +++ b/gtest-1.7.0/test/gtest_xml_output_unittest.py @@ -0,0 +1,307 @@ +#!/usr/bin/env python +# +# Copyright 2006, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test for the gtest_xml_output module""" + +__author__ = 'eefacm@gmail.com (Sean Mcafee)' + +import datetime +import errno +import os +import re +import sys +from xml.dom import minidom, Node + +import gtest_test_utils +import gtest_xml_test_utils + + +GTEST_FILTER_FLAG = '--gtest_filter' +GTEST_LIST_TESTS_FLAG = '--gtest_list_tests' +GTEST_OUTPUT_FLAG = "--gtest_output" +GTEST_DEFAULT_OUTPUT_FILE = "test_detail.xml" +GTEST_PROGRAM_NAME = "gtest_xml_output_unittest_" + +SUPPORTS_STACK_TRACES = False + +if SUPPORTS_STACK_TRACES: + STACK_TRACE_TEMPLATE = '\nStack trace:\n*' +else: + STACK_TRACE_TEMPLATE = '' + +EXPECTED_NON_EMPTY_XML = """ + + + + + + + + + + + + + + + + + + + + ]]>%(stack)s]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +""" % {'stack': STACK_TRACE_TEMPLATE} + +EXPECTED_FILTERED_TEST_XML = """ + + + + +""" + +EXPECTED_EMPTY_XML = """ + +""" + +GTEST_PROGRAM_PATH = gtest_test_utils.GetTestExecutablePath(GTEST_PROGRAM_NAME) + +SUPPORTS_TYPED_TESTS = 'TypedTest' in gtest_test_utils.Subprocess( + [GTEST_PROGRAM_PATH, GTEST_LIST_TESTS_FLAG], capture_stderr=False).output + + +class GTestXMLOutputUnitTest(gtest_xml_test_utils.GTestXMLTestCase): + """ + Unit test for Google Test's XML output functionality. + """ + + # This test currently breaks on platforms that do not support typed and + # type-parameterized tests, so we don't run it under them. + if SUPPORTS_TYPED_TESTS: + def testNonEmptyXmlOutput(self): + """ + Runs a test program that generates a non-empty XML output, and + tests that the XML output is expected. + """ + self._TestXmlOutput(GTEST_PROGRAM_NAME, EXPECTED_NON_EMPTY_XML, 1) + + def testEmptyXmlOutput(self): + """Verifies XML output for a Google Test binary without actual tests. + + Runs a test program that generates an empty XML output, and + tests that the XML output is expected. + """ + + self._TestXmlOutput('gtest_no_test_unittest', EXPECTED_EMPTY_XML, 0) + + def testTimestampValue(self): + """Checks whether the timestamp attribute in the XML output is valid. + + Runs a test program that generates an empty XML output, and checks if + the timestamp attribute in the testsuites tag is valid. + """ + actual = self._GetXmlOutput('gtest_no_test_unittest', [], 0) + date_time_str = actual.documentElement.getAttributeNode('timestamp').value + # datetime.strptime() is only available in Python 2.5+ so we have to + # parse the expected datetime manually. + match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)', date_time_str) + self.assertTrue( + re.match, + 'XML datettime string %s has incorrect format' % date_time_str) + date_time_from_xml = datetime.datetime( + year=int(match.group(1)), month=int(match.group(2)), + day=int(match.group(3)), hour=int(match.group(4)), + minute=int(match.group(5)), second=int(match.group(6))) + + time_delta = abs(datetime.datetime.now() - date_time_from_xml) + # timestamp value should be near the current local time + self.assertTrue(time_delta < datetime.timedelta(seconds=600), + 'time_delta is %s' % time_delta) + actual.unlink() + + def testDefaultOutputFile(self): + """ + Confirms that Google Test produces an XML output file with the expected + default name if no name is explicitly specified. + """ + output_file = os.path.join(gtest_test_utils.GetTempDir(), + GTEST_DEFAULT_OUTPUT_FILE) + gtest_prog_path = gtest_test_utils.GetTestExecutablePath( + 'gtest_no_test_unittest') + try: + os.remove(output_file) + except OSError, e: + if e.errno != errno.ENOENT: + raise + + p = gtest_test_utils.Subprocess( + [gtest_prog_path, '%s=xml' % GTEST_OUTPUT_FLAG], + working_dir=gtest_test_utils.GetTempDir()) + self.assert_(p.exited) + self.assertEquals(0, p.exit_code) + self.assert_(os.path.isfile(output_file)) + + def testSuppressedXmlOutput(self): + """ + Tests that no XML file is generated if the default XML listener is + shut down before RUN_ALL_TESTS is invoked. + """ + + xml_path = os.path.join(gtest_test_utils.GetTempDir(), + GTEST_PROGRAM_NAME + 'out.xml') + if os.path.isfile(xml_path): + os.remove(xml_path) + + command = [GTEST_PROGRAM_PATH, + '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path), + '--shut_down_xml'] + p = gtest_test_utils.Subprocess(command) + if p.terminated_by_signal: + # p.signal is avalable only if p.terminated_by_signal is True. + self.assertFalse( + p.terminated_by_signal, + '%s was killed by signal %d' % (GTEST_PROGRAM_NAME, p.signal)) + else: + self.assert_(p.exited) + self.assertEquals(1, p.exit_code, + "'%s' exited with code %s, which doesn't match " + 'the expected exit code %s.' + % (command, p.exit_code, 1)) + + self.assert_(not os.path.isfile(xml_path)) + + def testFilteredTestXmlOutput(self): + """Verifies XML output when a filter is applied. + + Runs a test program that executes only some tests and verifies that + non-selected tests do not show up in the XML output. + """ + + self._TestXmlOutput(GTEST_PROGRAM_NAME, EXPECTED_FILTERED_TEST_XML, 0, + extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG]) + + def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): + """ + Returns the xml output generated by running the program gtest_prog_name. + Furthermore, the program's exit code must be expected_exit_code. + """ + xml_path = os.path.join(gtest_test_utils.GetTempDir(), + gtest_prog_name + 'out.xml') + gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name) + + command = ([gtest_prog_path, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)] + + extra_args) + p = gtest_test_utils.Subprocess(command) + if p.terminated_by_signal: + self.assert_(False, + '%s was killed by signal %d' % (gtest_prog_name, p.signal)) + else: + self.assert_(p.exited) + self.assertEquals(expected_exit_code, p.exit_code, + "'%s' exited with code %s, which doesn't match " + 'the expected exit code %s.' + % (command, p.exit_code, expected_exit_code)) + actual = minidom.parse(xml_path) + return actual + + def _TestXmlOutput(self, gtest_prog_name, expected_xml, + expected_exit_code, extra_args=None): + """ + Asserts that the XML document generated by running the program + gtest_prog_name matches expected_xml, a string containing another + XML document. Furthermore, the program's exit code must be + expected_exit_code. + """ + + actual = self._GetXmlOutput(gtest_prog_name, extra_args or [], + expected_exit_code) + expected = minidom.parseString(expected_xml) + self.NormalizeXml(actual.documentElement) + self.AssertEquivalentNodes(expected.documentElement, + actual.documentElement) + expected.unlink() + actual.unlink() + + +if __name__ == '__main__': + os.environ['GTEST_STACK_TRACE_DEPTH'] = '1' + gtest_test_utils.Main() diff --git a/gtest-1.7.0/test/gtest_xml_output_unittest_.cc b/gtest-1.7.0/test/gtest_xml_output_unittest_.cc new file mode 100644 index 000000000..48b8771b5 --- /dev/null +++ b/gtest-1.7.0/test/gtest_xml_output_unittest_.cc @@ -0,0 +1,181 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Author: eefacm@gmail.com (Sean Mcafee) + +// Unit test for Google Test XML output. +// +// A user can specify XML output in a Google Test program to run via +// either the GTEST_OUTPUT environment variable or the --gtest_output +// flag. This is used for testing such functionality. +// +// This program will be invoked from a Python unit test. Don't run it +// directly. + +#include "gtest/gtest.h" + +using ::testing::InitGoogleTest; +using ::testing::TestEventListeners; +using ::testing::TestWithParam; +using ::testing::UnitTest; +using ::testing::Test; +using ::testing::Values; + +class SuccessfulTest : public Test { +}; + +TEST_F(SuccessfulTest, Succeeds) { + SUCCEED() << "This is a success."; + ASSERT_EQ(1, 1); +} + +class FailedTest : public Test { +}; + +TEST_F(FailedTest, Fails) { + ASSERT_EQ(1, 2); +} + +class DisabledTest : public Test { +}; + +TEST_F(DisabledTest, DISABLED_test_not_run) { + FAIL() << "Unexpected failure: Disabled test should not be run"; +} + +TEST(MixedResultTest, Succeeds) { + EXPECT_EQ(1, 1); + ASSERT_EQ(1, 1); +} + +TEST(MixedResultTest, Fails) { + EXPECT_EQ(1, 2); + ASSERT_EQ(2, 3); +} + +TEST(MixedResultTest, DISABLED_test) { + FAIL() << "Unexpected failure: Disabled test should not be run"; +} + +TEST(XmlQuotingTest, OutputsCData) { + FAIL() << "XML output: " + ""; +} + +// Helps to test that invalid characters produced by test code do not make +// it into the XML file. +TEST(InvalidCharactersTest, InvalidCharactersInMessage) { + FAIL() << "Invalid characters in brackets [\x1\x2]"; +} + +class PropertyRecordingTest : public Test { + public: + static void SetUpTestCase() { RecordProperty("SetUpTestCase", "yes"); } + static void TearDownTestCase() { RecordProperty("TearDownTestCase", "aye"); } +}; + +TEST_F(PropertyRecordingTest, OneProperty) { + RecordProperty("key_1", "1"); +} + +TEST_F(PropertyRecordingTest, IntValuedProperty) { + RecordProperty("key_int", 1); +} + +TEST_F(PropertyRecordingTest, ThreeProperties) { + RecordProperty("key_1", "1"); + RecordProperty("key_2", "2"); + RecordProperty("key_3", "3"); +} + +TEST_F(PropertyRecordingTest, TwoValuesForOneKeyUsesLastValue) { + RecordProperty("key_1", "1"); + RecordProperty("key_1", "2"); +} + +TEST(NoFixtureTest, RecordProperty) { + RecordProperty("key", "1"); +} + +void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { + testing::Test::RecordProperty(key, value); +} + +void ExternalUtilityThatCallsRecordProperty(const std::string& key, + const std::string& value) { + testing::Test::RecordProperty(key, value); +} + +TEST(NoFixtureTest, ExternalUtilityThatCallsRecordIntValuedProperty) { + ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); +} + +TEST(NoFixtureTest, ExternalUtilityThatCallsRecordStringValuedProperty) { + ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); +} + +// Verifies that the test parameter value is output in the 'value_param' +// XML attribute for value-parameterized tests. +class ValueParamTest : public TestWithParam {}; +TEST_P(ValueParamTest, HasValueParamAttribute) {} +TEST_P(ValueParamTest, AnotherTestThatHasValueParamAttribute) {} +INSTANTIATE_TEST_CASE_P(Single, ValueParamTest, Values(33, 42)); + +#if GTEST_HAS_TYPED_TEST +// Verifies that the type parameter name is output in the 'type_param' +// XML attribute for typed tests. +template class TypedTest : public Test {}; +typedef testing::Types TypedTestTypes; +TYPED_TEST_CASE(TypedTest, TypedTestTypes); +TYPED_TEST(TypedTest, HasTypeParamAttribute) {} +#endif + +#if GTEST_HAS_TYPED_TEST_P +// Verifies that the type parameter name is output in the 'type_param' +// XML attribute for type-parameterized tests. +template class TypeParameterizedTestCase : public Test {}; +TYPED_TEST_CASE_P(TypeParameterizedTestCase); +TYPED_TEST_P(TypeParameterizedTestCase, HasTypeParamAttribute) {} +REGISTER_TYPED_TEST_CASE_P(TypeParameterizedTestCase, HasTypeParamAttribute); +typedef testing::Types TypeParameterizedTestCaseTypes; +INSTANTIATE_TYPED_TEST_CASE_P(Single, + TypeParameterizedTestCase, + TypeParameterizedTestCaseTypes); +#endif + +int main(int argc, char** argv) { + InitGoogleTest(&argc, argv); + + if (argc > 1 && strcmp(argv[1], "--shut_down_xml") == 0) { + TestEventListeners& listeners = UnitTest::GetInstance()->listeners(); + delete listeners.Release(listeners.default_xml_generator()); + } + testing::Test::RecordProperty("ad_hoc_property", "42"); + return RUN_ALL_TESTS(); +} diff --git a/gtest-1.7.0/test/gtest_xml_test_utils.py b/gtest-1.7.0/test/gtest_xml_test_utils.py new file mode 100755 index 000000000..3d0c3b2c2 --- /dev/null +++ b/gtest-1.7.0/test/gtest_xml_test_utils.py @@ -0,0 +1,194 @@ +#!/usr/bin/env python +# +# Copyright 2006, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""Unit test utilities for gtest_xml_output""" + +__author__ = 'eefacm@gmail.com (Sean Mcafee)' + +import re +from xml.dom import minidom, Node + +import gtest_test_utils + + +GTEST_OUTPUT_FLAG = '--gtest_output' +GTEST_DEFAULT_OUTPUT_FILE = 'test_detail.xml' + +class GTestXMLTestCase(gtest_test_utils.TestCase): + """ + Base class for tests of Google Test's XML output functionality. + """ + + + def AssertEquivalentNodes(self, expected_node, actual_node): + """ + Asserts that actual_node (a DOM node object) is equivalent to + expected_node (another DOM node object), in that either both of + them are CDATA nodes and have the same value, or both are DOM + elements and actual_node meets all of the following conditions: + + * It has the same tag name as expected_node. + * It has the same set of attributes as expected_node, each with + the same value as the corresponding attribute of expected_node. + Exceptions are any attribute named "time", which needs only be + convertible to a floating-point number and any attribute named + "type_param" which only has to be non-empty. + * It has an equivalent set of child nodes (including elements and + CDATA sections) as expected_node. Note that we ignore the + order of the children as they are not guaranteed to be in any + particular order. + """ + + if expected_node.nodeType == Node.CDATA_SECTION_NODE: + self.assertEquals(Node.CDATA_SECTION_NODE, actual_node.nodeType) + self.assertEquals(expected_node.nodeValue, actual_node.nodeValue) + return + + self.assertEquals(Node.ELEMENT_NODE, actual_node.nodeType) + self.assertEquals(Node.ELEMENT_NODE, expected_node.nodeType) + self.assertEquals(expected_node.tagName, actual_node.tagName) + + expected_attributes = expected_node.attributes + actual_attributes = actual_node .attributes + self.assertEquals( + expected_attributes.length, actual_attributes.length, + 'attribute numbers differ in element %s:\nExpected: %r\nActual: %r' % ( + actual_node.tagName, expected_attributes.keys(), + actual_attributes.keys())) + for i in range(expected_attributes.length): + expected_attr = expected_attributes.item(i) + actual_attr = actual_attributes.get(expected_attr.name) + self.assert_( + actual_attr is not None, + 'expected attribute %s not found in element %s' % + (expected_attr.name, actual_node.tagName)) + self.assertEquals( + expected_attr.value, actual_attr.value, + ' values of attribute %s in element %s differ: %s vs %s' % + (expected_attr.name, actual_node.tagName, + expected_attr.value, actual_attr.value)) + + expected_children = self._GetChildren(expected_node) + actual_children = self._GetChildren(actual_node) + self.assertEquals( + len(expected_children), len(actual_children), + 'number of child elements differ in element ' + actual_node.tagName) + for child_id, child in expected_children.iteritems(): + self.assert_(child_id in actual_children, + '<%s> is not in <%s> (in element %s)' % + (child_id, actual_children, actual_node.tagName)) + self.AssertEquivalentNodes(child, actual_children[child_id]) + + identifying_attribute = { + 'testsuites': 'name', + 'testsuite': 'name', + 'testcase': 'name', + 'failure': 'message', + } + + def _GetChildren(self, element): + """ + Fetches all of the child nodes of element, a DOM Element object. + Returns them as the values of a dictionary keyed by the IDs of the + children. For , and elements, the ID + is the value of their "name" attribute; for elements, it is + the value of the "message" attribute; CDATA sections and non-whitespace + text nodes are concatenated into a single CDATA section with ID + "detail". An exception is raised if any element other than the above + four is encountered, if two child elements with the same identifying + attributes are encountered, or if any other type of node is encountered. + """ + + children = {} + for child in element.childNodes: + if child.nodeType == Node.ELEMENT_NODE: + self.assert_(child.tagName in self.identifying_attribute, + 'Encountered unknown element <%s>' % child.tagName) + childID = child.getAttribute(self.identifying_attribute[child.tagName]) + self.assert_(childID not in children) + children[childID] = child + elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]: + if 'detail' not in children: + if (child.nodeType == Node.CDATA_SECTION_NODE or + not child.nodeValue.isspace()): + children['detail'] = child.ownerDocument.createCDATASection( + child.nodeValue) + else: + children['detail'].nodeValue += child.nodeValue + else: + self.fail('Encountered unexpected node type %d' % child.nodeType) + return children + + def NormalizeXml(self, element): + """ + Normalizes Google Test's XML output to eliminate references to transient + information that may change from run to run. + + * The "time" attribute of , and + elements is replaced with a single asterisk, if it contains + only digit characters. + * The "timestamp" attribute of elements is replaced with a + single asterisk, if it contains a valid ISO8601 datetime value. + * The "type_param" attribute of elements is replaced with a + single asterisk (if it sn non-empty) as it is the type name returned + by the compiler and is platform dependent. + * The line info reported in the first line of the "message" + attribute and CDATA section of elements is replaced with the + file's basename and a single asterisk for the line number. + * The directory names in file paths are removed. + * The stack traces are removed. + """ + + if element.tagName == 'testsuites': + timestamp = element.getAttributeNode('timestamp') + timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$', + '*', timestamp.value) + if element.tagName in ('testsuites', 'testsuite', 'testcase'): + time = element.getAttributeNode('time') + time.value = re.sub(r'^\d+(\.\d+)?$', '*', time.value) + type_param = element.getAttributeNode('type_param') + if type_param and type_param.value: + type_param.value = '*' + elif element.tagName == 'failure': + source_line_pat = r'^.*[/\\](.*:)\d+\n' + # Replaces the source line information with a normalized form. + message = element.getAttributeNode('message') + message.value = re.sub(source_line_pat, '\\1*\n', message.value) + for child in element.childNodes: + if child.nodeType == Node.CDATA_SECTION_NODE: + # Replaces the source line information with a normalized form. + cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue) + # Removes the actual stack trace. + child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*', + '', cdata) + for child in element.childNodes: + if child.nodeType == Node.ELEMENT_NODE: + self.NormalizeXml(child) diff --git a/gtest-1.7.0/test/production.cc b/gtest-1.7.0/test/production.cc new file mode 100644 index 000000000..8b8a40b44 --- /dev/null +++ b/gtest-1.7.0/test/production.cc @@ -0,0 +1,36 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// This is part of the unit test for include/gtest/gtest_prod.h. + +#include "production.h" + +PrivateCode::PrivateCode() : x_(0) {} diff --git a/gtest-1.7.0/test/production.h b/gtest-1.7.0/test/production.h new file mode 100644 index 000000000..98fd5e476 --- /dev/null +++ b/gtest-1.7.0/test/production.h @@ -0,0 +1,55 @@ +// Copyright 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: wan@google.com (Zhanyong Wan) +// +// This is part of the unit test for include/gtest/gtest_prod.h. + +#ifndef GTEST_TEST_PRODUCTION_H_ +#define GTEST_TEST_PRODUCTION_H_ + +#include "gtest/gtest_prod.h" + +class PrivateCode { + public: + // Declares a friend test that does not use a fixture. + FRIEND_TEST(PrivateCodeTest, CanAccessPrivateMembers); + + // Declares a friend test that uses a fixture. + FRIEND_TEST(PrivateCodeFixtureTest, CanAccessPrivateMembers); + + PrivateCode(); + + int x() const { return x_; } + private: + void set_x(int an_x) { x_ = an_x; } + int x_; +}; + +#endif // GTEST_TEST_PRODUCTION_H_ diff --git a/gtest-1.7.0/xcode/Config/DebugProject.xcconfig b/gtest-1.7.0/xcode/Config/DebugProject.xcconfig new file mode 100644 index 000000000..3d68157d5 --- /dev/null +++ b/gtest-1.7.0/xcode/Config/DebugProject.xcconfig @@ -0,0 +1,30 @@ +// +// DebugProject.xcconfig +// +// These are Debug Configuration project settings for the gtest framework and +// examples. It is set in the "Based On:" dropdown in the "Project" info +// dialog. +// This file is based on the Xcode Configuration files in: +// http://code.google.com/p/google-toolbox-for-mac/ +// + +#include "General.xcconfig" + +// No optimization +GCC_OPTIMIZATION_LEVEL = 0 + +// Deployment postprocessing is what triggers Xcode to strip, turn it off +DEPLOYMENT_POSTPROCESSING = NO + +// Dead code stripping off +DEAD_CODE_STRIPPING = NO + +// Debug symbols should be on obviously +GCC_GENERATE_DEBUGGING_SYMBOLS = YES + +// Define the DEBUG macro in all debug builds +OTHER_CFLAGS = $(OTHER_CFLAGS) -DDEBUG=1 + +// These are turned off to avoid STL incompatibilities with client code +// // Turns on special C++ STL checks to "encourage" good STL use +// GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) _GLIBCXX_DEBUG_PEDANTIC _GLIBCXX_DEBUG _GLIBCPP_CONCEPT_CHECKS diff --git a/gtest-1.7.0/xcode/Config/FrameworkTarget.xcconfig b/gtest-1.7.0/xcode/Config/FrameworkTarget.xcconfig new file mode 100644 index 000000000..357b1c8fb --- /dev/null +++ b/gtest-1.7.0/xcode/Config/FrameworkTarget.xcconfig @@ -0,0 +1,17 @@ +// +// FrameworkTarget.xcconfig +// +// These are Framework target settings for the gtest framework and examples. It +// is set in the "Based On:" dropdown in the "Target" info dialog. +// This file is based on the Xcode Configuration files in: +// http://code.google.com/p/google-toolbox-for-mac/ +// + +// Dynamic libs need to be position independent +GCC_DYNAMIC_NO_PIC = NO + +// Dynamic libs should not have their external symbols stripped. +STRIP_STYLE = non-global + +// Let the user install by specifying the $DSTROOT with xcodebuild +SKIP_INSTALL = NO diff --git a/gtest-1.7.0/xcode/Config/General.xcconfig b/gtest-1.7.0/xcode/Config/General.xcconfig new file mode 100644 index 000000000..f23e32227 --- /dev/null +++ b/gtest-1.7.0/xcode/Config/General.xcconfig @@ -0,0 +1,41 @@ +// +// General.xcconfig +// +// These are General configuration settings for the gtest framework and +// examples. +// This file is based on the Xcode Configuration files in: +// http://code.google.com/p/google-toolbox-for-mac/ +// + +// Build for PPC and Intel, 32- and 64-bit +ARCHS = i386 x86_64 ppc ppc64 + +// Zerolink prevents link warnings so turn it off +ZERO_LINK = NO + +// Prebinding considered unhelpful in 10.3 and later +PREBINDING = NO + +// Strictest warning policy +WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare -Wshadow + +// Work around Xcode bugs by using external strip. See: +// http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00050.html +SEPARATE_STRIP = YES + +// Force C99 dialect +GCC_C_LANGUAGE_STANDARD = c99 + +// not sure why apple defaults this on, but it's pretty risky +ALWAYS_SEARCH_USER_PATHS = NO + +// Turn on position dependent code for most cases (overridden where appropriate) +GCC_DYNAMIC_NO_PIC = YES + +// Default SDK and minimum OS version is 10.4 +SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk +MACOSX_DEPLOYMENT_TARGET = 10.4 +GCC_VERSION = 4.0 + +// VERSIONING BUILD SETTINGS (used in Info.plist) +GTEST_VERSIONINFO_ABOUT = © 2008 Google Inc. diff --git a/gtest-1.7.0/xcode/Config/ReleaseProject.xcconfig b/gtest-1.7.0/xcode/Config/ReleaseProject.xcconfig new file mode 100644 index 000000000..5349f0a04 --- /dev/null +++ b/gtest-1.7.0/xcode/Config/ReleaseProject.xcconfig @@ -0,0 +1,32 @@ +// +// ReleaseProject.xcconfig +// +// These are Release Configuration project settings for the gtest framework +// and examples. It is set in the "Based On:" dropdown in the "Project" info +// dialog. +// This file is based on the Xcode Configuration files in: +// http://code.google.com/p/google-toolbox-for-mac/ +// + +#include "General.xcconfig" + +// subconfig/Release.xcconfig + +// Optimize for space and size (Apple recommendation) +GCC_OPTIMIZATION_LEVEL = s + +// Deploment postprocessing is what triggers Xcode to strip +DEPLOYMENT_POSTPROCESSING = YES + +// No symbols +GCC_GENERATE_DEBUGGING_SYMBOLS = NO + +// Dead code strip does not affect ObjC code but can help for C +DEAD_CODE_STRIPPING = YES + +// NDEBUG is used by things like assert.h, so define it for general compat. +// ASSERT going away in release tends to create unused vars. +OTHER_CFLAGS = $(OTHER_CFLAGS) -DNDEBUG=1 -Wno-unused-variable + +// When we strip we want to strip all symbols in release, but save externals. +STRIP_STYLE = all diff --git a/gtest-1.7.0/xcode/Config/StaticLibraryTarget.xcconfig b/gtest-1.7.0/xcode/Config/StaticLibraryTarget.xcconfig new file mode 100644 index 000000000..3922fa51d --- /dev/null +++ b/gtest-1.7.0/xcode/Config/StaticLibraryTarget.xcconfig @@ -0,0 +1,18 @@ +// +// StaticLibraryTarget.xcconfig +// +// These are static library target settings for libgtest.a. It +// is set in the "Based On:" dropdown in the "Target" info dialog. +// This file is based on the Xcode Configuration files in: +// http://code.google.com/p/google-toolbox-for-mac/ +// + +// Static libs can be included in bundles so make them position independent +GCC_DYNAMIC_NO_PIC = NO + +// Static libs should not have their internal globals or external symbols +// stripped. +STRIP_STYLE = debugging + +// Let the user install by specifying the $DSTROOT with xcodebuild +SKIP_INSTALL = NO diff --git a/gtest-1.7.0/xcode/Config/TestTarget.xcconfig b/gtest-1.7.0/xcode/Config/TestTarget.xcconfig new file mode 100644 index 000000000..e6652ba85 --- /dev/null +++ b/gtest-1.7.0/xcode/Config/TestTarget.xcconfig @@ -0,0 +1,8 @@ +// +// TestTarget.xcconfig +// +// These are Test target settings for the gtest framework and examples. It +// is set in the "Based On:" dropdown in the "Target" info dialog. + +PRODUCT_NAME = $(TARGET_NAME) +HEADER_SEARCH_PATHS = ../include diff --git a/gtest-1.7.0/xcode/Resources/Info.plist b/gtest-1.7.0/xcode/Resources/Info.plist new file mode 100644 index 000000000..9dd28ea14 --- /dev/null +++ b/gtest-1.7.0/xcode/Resources/Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.google.${PRODUCT_NAME} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + FMWK + CFBundleSignature + ???? + CFBundleVersion + GTEST_VERSIONINFO_LONG + CFBundleShortVersionString + GTEST_VERSIONINFO_SHORT + CFBundleGetInfoString + ${PRODUCT_NAME} GTEST_VERSIONINFO_LONG, ${GTEST_VERSIONINFO_ABOUT} + NSHumanReadableCopyright + ${GTEST_VERSIONINFO_ABOUT} + CSResourcesFileMapped + + + diff --git a/gtest-1.7.0/xcode/Samples/FrameworkSample/Info.plist b/gtest-1.7.0/xcode/Samples/FrameworkSample/Info.plist new file mode 100644 index 000000000..f3852edea --- /dev/null +++ b/gtest-1.7.0/xcode/Samples/FrameworkSample/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + com.google.gtest.${PRODUCT_NAME:identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + CSResourcesFileMapped + + + diff --git a/gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj b/gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj new file mode 100644 index 000000000..497617eb6 --- /dev/null +++ b/gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj @@ -0,0 +1,457 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXAggregateTarget section */ + 4024D162113D7D2400C7059E /* Test */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */; + buildPhases = ( + 4024D161113D7D2400C7059E /* ShellScript */, + ); + dependencies = ( + 4024D166113D7D3100C7059E /* PBXTargetDependency */, + ); + name = Test; + productName = TestAndBuild; + }; + 4024D1E9113D83FF00C7059E /* TestAndBuild */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 4024D1F0113D842B00C7059E /* Build configuration list for PBXAggregateTarget "TestAndBuild" */; + buildPhases = ( + ); + dependencies = ( + 4024D1ED113D840900C7059E /* PBXTargetDependency */, + 4024D1EF113D840D00C7059E /* PBXTargetDependency */, + ); + name = TestAndBuild; + productName = TestAndBuild; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + 3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1230E5AEE3500C7F239 /* widget.cc */; }; + 3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B7EB1240E5AEE3500C7F239 /* widget.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */; }; + 3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */; }; + 4024D188113D7D7800C7059E /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4024D185113D7D5500C7059E /* libgtest.a */; }; + 4024D189113D7D7A00C7059E /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4024D183113D7D5500C7059E /* libgtest_main.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0; + remoteInfo = gTestExample; + }; + 4024D165113D7D3100C7059E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3B07BDE90E3F3F9E00647869; + remoteInfo = WidgetFrameworkTest; + }; + 4024D1EC113D840900C7059E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0; + remoteInfo = WidgetFramework; + }; + 4024D1EE113D840D00C7059E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4024D162113D7D2400C7059E; + remoteInfo = Test; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = WidgetFrameworkTest; sourceTree = BUILT_PRODUCTS_DIR; }; + 3B7EB1230E5AEE3500C7F239 /* widget.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget.cc; sourceTree = ""; }; + 3B7EB1240E5AEE3500C7F239 /* widget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = widget.h; sourceTree = ""; }; + 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = widget_test.cc; sourceTree = ""; }; + 4024D183113D7D5500C7059E /* libgtest_main.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest_main.a; path = /usr/local/lib/libgtest_main.a; sourceTree = ""; }; + 4024D185113D7D5500C7059E /* libgtest.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgtest.a; path = /usr/local/lib/libgtest.a; sourceTree = ""; }; + 4024D1E2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = runtests.sh; sourceTree = ""; }; + 8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D07F2C80486CC7A007CD1D0 /* Widget.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Widget.framework; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 3B07BDE80E3F3F9E00647869 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4024D189113D7D7A00C7059E /* libgtest_main.a in Frameworks */, + 4024D188113D7D7800C7059E /* libgtest.a in Frameworks */, + 3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D07F2C30486CC7A007CD1D0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 034768DDFF38A45A11DB9C8B /* Products */ = { + isa = PBXGroup; + children = ( + 8D07F2C80486CC7A007CD1D0 /* Widget.framework */, + 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */, + ); + name = Products; + sourceTree = ""; + }; + 0867D691FE84028FC02AAC07 /* gTestExample */ = { + isa = PBXGroup; + children = ( + 4024D1E1113D836C00C7059E /* Scripts */, + 08FB77ACFE841707C02AAC07 /* Source */, + 089C1665FE841158C02AAC07 /* Resources */, + 3B07BE350E4094E400647869 /* Test */, + 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */, + 034768DDFF38A45A11DB9C8B /* Products */, + ); + name = gTestExample; + sourceTree = ""; + }; + 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { + isa = PBXGroup; + children = ( + 4024D183113D7D5500C7059E /* libgtest_main.a */, + 4024D185113D7D5500C7059E /* libgtest.a */, + ); + name = "External Frameworks and Libraries"; + sourceTree = ""; + }; + 089C1665FE841158C02AAC07 /* Resources */ = { + isa = PBXGroup; + children = ( + 8D07F2C70486CC7A007CD1D0 /* Info.plist */, + ); + name = Resources; + sourceTree = ""; + }; + 08FB77ACFE841707C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 3B7EB1230E5AEE3500C7F239 /* widget.cc */, + 3B7EB1240E5AEE3500C7F239 /* widget.h */, + ); + name = Source; + sourceTree = ""; + }; + 3B07BE350E4094E400647869 /* Test */ = { + isa = PBXGroup; + children = ( + 3B7EB1270E5AEE4600C7F239 /* widget_test.cc */, + ); + name = Test; + sourceTree = ""; + }; + 4024D1E1113D836C00C7059E /* Scripts */ = { + isa = PBXGroup; + children = ( + 4024D1E2113D838200C7059E /* runtests.sh */, + ); + name = Scripts; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D07F2BD0486CC7A007CD1D0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B7EB1260E5AEE3500C7F239 /* widget.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */; + buildPhases = ( + 3B07BDE70E3F3F9E00647869 /* Sources */, + 3B07BDE80E3F3F9E00647869 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */, + ); + name = WidgetFrameworkTest; + productName = gTestExampleTest; + productReference = 3B07BDEA0E3F3F9E00647869 /* WidgetFrameworkTest */; + productType = "com.apple.product-type.tool"; + }; + 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */; + buildPhases = ( + 8D07F2C10486CC7A007CD1D0 /* Sources */, + 8D07F2C30486CC7A007CD1D0 /* Frameworks */, + 8D07F2BD0486CC7A007CD1D0 /* Headers */, + 8D07F2BF0486CC7A007CD1D0 /* Resources */, + 8D07F2C50486CC7A007CD1D0 /* Rez */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = WidgetFramework; + productInstallPath = "$(HOME)/Library/Frameworks"; + productName = gTestExample; + productReference = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0867D690FE84028FC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */; + compatibilityVersion = "Xcode 2.4"; + hasScannedForEncodings = 1; + mainGroup = 0867D691FE84028FC02AAC07 /* gTestExample */; + productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */, + 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */, + 4024D162113D7D2400C7059E /* Test */, + 4024D1E9113D83FF00C7059E /* TestAndBuild */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D07F2BF0486CC7A007CD1D0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXRezBuildPhase section */ + 8D07F2C50486CC7A007CD1D0 /* Rez */ = { + isa = PBXRezBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXRezBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 4024D161113D7D2400C7059E /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 3B07BDE70E3F3F9E00647869 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B7EB1280E5AEE4600C7F239 /* widget_test.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D07F2C10486CC7A007CD1D0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B7EB1250E5AEE3500C7F239 /* widget.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 3B07BDF10E3F3FAE00647869 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */; + targetProxy = 3B07BDF00E3F3FAE00647869 /* PBXContainerItemProxy */; + }; + 4024D166113D7D3100C7059E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3B07BDE90E3F3F9E00647869 /* WidgetFrameworkTest */; + targetProxy = 4024D165113D7D3100C7059E /* PBXContainerItemProxy */; + }; + 4024D1ED113D840900C7059E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 8D07F2BC0486CC7A007CD1D0 /* WidgetFramework */; + targetProxy = 4024D1EC113D840900C7059E /* PBXContainerItemProxy */; + }; + 4024D1EF113D840D00C7059E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4024D162113D7D2400C7059E /* Test */; + targetProxy = 4024D1EE113D840D00C7059E /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 3B07BDEC0E3F3F9F00647869 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = WidgetFrameworkTest; + }; + name = Debug; + }; + 3B07BDED0E3F3F9F00647869 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = WidgetFrameworkTest; + }; + name = Release; + }; + 4024D163113D7D2400C7059E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = TestAndBuild; + }; + name = Debug; + }; + 4024D164113D7D2400C7059E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = TestAndBuild; + }; + name = Release; + }; + 4024D1EA113D83FF00C7059E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = TestAndBuild; + }; + name = Debug; + }; + 4024D1EB113D83FF00C7059E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = TestAndBuild; + }; + name = Release; + }; + 4FADC24308B4156D00ABE55E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "@loader_path/../Frameworks"; + PRODUCT_NAME = Widget; + }; + name = Debug; + }; + 4FADC24408B4156D00ABE55E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "@loader_path/../Frameworks"; + PRODUCT_NAME = Widget; + }; + name = Release; + }; + 4FADC24708B4156D00ABE55E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = 4.0; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + }; + name = Debug; + }; + 4FADC24808B4156D00ABE55E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = 4.0; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3B07BDF40E3F3FB600647869 /* Build configuration list for PBXNativeTarget "WidgetFrameworkTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3B07BDEC0E3F3F9F00647869 /* Debug */, + 3B07BDED0E3F3F9F00647869 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4024D163113D7D2400C7059E /* Debug */, + 4024D164113D7D2400C7059E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4024D1F0113D842B00C7059E /* Build configuration list for PBXAggregateTarget "TestAndBuild" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4024D1EA113D83FF00C7059E /* Debug */, + 4024D1EB113D83FF00C7059E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "WidgetFramework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4FADC24308B4156D00ABE55E /* Debug */, + 4FADC24408B4156D00ABE55E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "WidgetFramework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4FADC24708B4156D00ABE55E /* Debug */, + 4FADC24808B4156D00ABE55E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0867D690FE84028FC02AAC07 /* Project object */; +} diff --git a/gtest-1.7.0/xcode/Samples/FrameworkSample/runtests.sh b/gtest-1.7.0/xcode/Samples/FrameworkSample/runtests.sh new file mode 100644 index 000000000..4a0d413e5 --- /dev/null +++ b/gtest-1.7.0/xcode/Samples/FrameworkSample/runtests.sh @@ -0,0 +1,62 @@ +#!/bin/bash +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Executes the samples and tests for the Google Test Framework. + +# Help the dynamic linker find the path to the libraries. +export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR +export DYLD_LIBRARY_PATH=$BUILT_PRODUCTS_DIR + +# Create some executables. +test_executables=$@ + +# Now execute each one in turn keeping track of how many succeeded and failed. +succeeded=0 +failed=0 +failed_list=() +for test in ${test_executables[*]}; do + "$test" + result=$? + if [ $result -eq 0 ]; then + succeeded=$(( $succeeded + 1 )) + else + failed=$(( failed + 1 )) + failed_list="$failed_list $test" + fi +done + +# Report the successes and failures to the console. +echo "Tests complete with $succeeded successes and $failed failures." +if [ $failed -ne 0 ]; then + echo "The following tests failed:" + echo $failed_list +fi +exit $failed diff --git a/gtest-1.7.0/xcode/Samples/FrameworkSample/widget.cc b/gtest-1.7.0/xcode/Samples/FrameworkSample/widget.cc new file mode 100644 index 000000000..bfc4e7fcf --- /dev/null +++ b/gtest-1.7.0/xcode/Samples/FrameworkSample/widget.cc @@ -0,0 +1,63 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: preston.a.jackson@gmail.com (Preston Jackson) +// +// Google Test - FrameworkSample +// widget.cc +// + +// Widget is a very simple class used for demonstrating the use of gtest + +#include "widget.h" + +Widget::Widget(int number, const std::string& name) + : number_(number), + name_(name) {} + +Widget::~Widget() {} + +float Widget::GetFloatValue() const { + return number_; +} + +int Widget::GetIntValue() const { + return static_cast(number_); +} + +std::string Widget::GetStringValue() const { + return name_; +} + +void Widget::GetCharPtrValue(char* buffer, size_t max_size) const { + // Copy the char* representation of name_ into buffer, up to max_size. + strncpy(buffer, name_.c_str(), max_size-1); + buffer[max_size-1] = '\0'; + return; +} diff --git a/gtest-1.7.0/xcode/Samples/FrameworkSample/widget.h b/gtest-1.7.0/xcode/Samples/FrameworkSample/widget.h new file mode 100644 index 000000000..0c55cdc8c --- /dev/null +++ b/gtest-1.7.0/xcode/Samples/FrameworkSample/widget.h @@ -0,0 +1,59 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: preston.a.jackson@gmail.com (Preston Jackson) +// +// Google Test - FrameworkSample +// widget.h +// + +// Widget is a very simple class used for demonstrating the use of gtest. It +// simply stores two values a string and an integer, which are returned via +// public accessors in multiple forms. + +#import + +class Widget { + public: + Widget(int number, const std::string& name); + ~Widget(); + + // Public accessors to number data + float GetFloatValue() const; + int GetIntValue() const; + + // Public accessors to the string data + std::string GetStringValue() const; + void GetCharPtrValue(char* buffer, size_t max_size) const; + + private: + // Data members + float number_; + std::string name_; +}; diff --git a/gtest-1.7.0/xcode/Samples/FrameworkSample/widget_test.cc b/gtest-1.7.0/xcode/Samples/FrameworkSample/widget_test.cc new file mode 100644 index 000000000..872599421 --- /dev/null +++ b/gtest-1.7.0/xcode/Samples/FrameworkSample/widget_test.cc @@ -0,0 +1,68 @@ +// Copyright 2008, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Author: preston.a.jackson@gmail.com (Preston Jackson) +// +// Google Test - FrameworkSample +// widget_test.cc +// + +// This is a simple test file for the Widget class in the Widget.framework + +#include +#include "gtest/gtest.h" + +#include + +// This test verifies that the constructor sets the internal state of the +// Widget class correctly. +TEST(WidgetInitializerTest, TestConstructor) { + Widget widget(1.0f, "name"); + EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); + EXPECT_EQ(std::string("name"), widget.GetStringValue()); +} + +// This test verifies the conversion of the float and string values to int and +// char*, respectively. +TEST(WidgetInitializerTest, TestConversion) { + Widget widget(1.0f, "name"); + EXPECT_EQ(1, widget.GetIntValue()); + + size_t max_size = 128; + char buffer[max_size]; + widget.GetCharPtrValue(buffer, max_size); + EXPECT_STREQ("name", buffer); +} + +// Use the Google Test main that is linked into the framework. It does something +// like this: +// int main(int argc, char** argv) { +// testing::InitGoogleTest(&argc, argv); +// return RUN_ALL_TESTS(); +// } diff --git a/gtest-1.7.0/xcode/Scripts/runtests.sh b/gtest-1.7.0/xcode/Scripts/runtests.sh new file mode 100644 index 000000000..3fc229f1d --- /dev/null +++ b/gtest-1.7.0/xcode/Scripts/runtests.sh @@ -0,0 +1,65 @@ +#!/bin/bash +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Executes the samples and tests for the Google Test Framework. + +# Help the dynamic linker find the path to the libraries. +export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR +export DYLD_LIBRARY_PATH=$BUILT_PRODUCTS_DIR + +# Create some executables. +test_executables=("$BUILT_PRODUCTS_DIR/gtest_unittest-framework" + "$BUILT_PRODUCTS_DIR/gtest_unittest" + "$BUILT_PRODUCTS_DIR/sample1_unittest-framework" + "$BUILT_PRODUCTS_DIR/sample1_unittest-static") + +# Now execute each one in turn keeping track of how many succeeded and failed. +succeeded=0 +failed=0 +failed_list=() +for test in ${test_executables[*]}; do + "$test" + result=$? + if [ $result -eq 0 ]; then + succeeded=$(( $succeeded + 1 )) + else + failed=$(( failed + 1 )) + failed_list="$failed_list $test" + fi +done + +# Report the successes and failures to the console. +echo "Tests complete with $succeeded successes and $failed failures." +if [ $failed -ne 0 ]; then + echo "The following tests failed:" + echo $failed_list +fi +exit $failed diff --git a/gtest-1.7.0/xcode/Scripts/versiongenerate.py b/gtest-1.7.0/xcode/Scripts/versiongenerate.py new file mode 100755 index 000000000..81de8c96a --- /dev/null +++ b/gtest-1.7.0/xcode/Scripts/versiongenerate.py @@ -0,0 +1,100 @@ +#!/usr/bin/env python +# +# Copyright 2008, Google Inc. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +"""A script to prepare version informtion for use the gtest Info.plist file. + + This script extracts the version information from the configure.ac file and + uses it to generate a header file containing the same information. The + #defines in this header file will be included in during the generation of + the Info.plist of the framework, giving the correct value to the version + shown in the Finder. + + This script makes the following assumptions (these are faults of the script, + not problems with the Autoconf): + 1. The AC_INIT macro will be contained within the first 1024 characters + of configure.ac + 2. The version string will be 3 integers separated by periods and will be + surrounded by squre brackets, "[" and "]" (e.g. [1.0.1]). The first + segment represents the major version, the second represents the minor + version and the third represents the fix version. + 3. No ")" character exists between the opening "(" and closing ")" of + AC_INIT, including in comments and character strings. +""" + +import sys +import re + +# Read the command line argument (the output directory for Version.h) +if (len(sys.argv) < 3): + print "Usage: versiongenerate.py input_dir output_dir" + sys.exit(1) +else: + input_dir = sys.argv[1] + output_dir = sys.argv[2] + +# Read the first 1024 characters of the configure.ac file +config_file = open("%s/configure.ac" % input_dir, 'r') +buffer_size = 1024 +opening_string = config_file.read(buffer_size) +config_file.close() + +# Extract the version string from the AC_INIT macro +# The following init_expression means: +# Extract three integers separated by periods and surrounded by squre +# brackets(e.g. "[1.0.1]") between "AC_INIT(" and ")". Do not be greedy +# (*? is the non-greedy flag) since that would pull in everything between +# the first "(" and the last ")" in the file. +version_expression = re.compile(r"AC_INIT\(.*?\[(\d+)\.(\d+)\.(\d+)\].*?\)", + re.DOTALL) +version_values = version_expression.search(opening_string) +major_version = version_values.group(1) +minor_version = version_values.group(2) +fix_version = version_values.group(3) + +# Write the version information to a header file to be included in the +# Info.plist file. +file_data = """// +// DO NOT MODIFY THIS FILE (but you can delete it) +// +// This file is autogenerated by the versiongenerate.py script. This script +// is executed in a "Run Script" build phase when creating gtest.framework. This +// header file is not used during compilation of C-source. Rather, it simply +// defines some version strings for substitution in the Info.plist. Because of +// this, we are not not restricted to C-syntax nor are we using include guards. +// + +#define GTEST_VERSIONINFO_SHORT %s.%s +#define GTEST_VERSIONINFO_LONG %s.%s.%s + +""" % (major_version, minor_version, major_version, minor_version, fix_version) +version_file = open("%s/Version.h" % output_dir, 'w') +version_file.write(file_data) +version_file.close() diff --git a/gtest-1.7.0/xcode/gtest.xcodeproj/project.pbxproj b/gtest-1.7.0/xcode/gtest.xcodeproj/project.pbxproj new file mode 100644 index 000000000..0452a63d0 --- /dev/null +++ b/gtest-1.7.0/xcode/gtest.xcodeproj/project.pbxproj @@ -0,0 +1,1135 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXAggregateTarget section */ + 3B238F5F0E828B5400846E11 /* Check */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 3B238FA30E828BB600846E11 /* Build configuration list for PBXAggregateTarget "Check" */; + buildPhases = ( + 3B238F5E0E828B5400846E11 /* ShellScript */, + ); + dependencies = ( + 40899F9D0FFA740F000B29AE /* PBXTargetDependency */, + 40C849F7101A43440083642A /* PBXTargetDependency */, + 4089A0980FFAD34A000B29AE /* PBXTargetDependency */, + 40C849F9101A43490083642A /* PBXTargetDependency */, + ); + name = Check; + productName = Check; + }; + 40C44ADC0E3798F4008FCC51 /* Version Info */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 40C44AE40E379905008FCC51 /* Build configuration list for PBXAggregateTarget "Version Info" */; + buildPhases = ( + 40C44ADB0E3798F4008FCC51 /* Generate Version.h */, + ); + comments = "The generation of Version.h must be performed in its own target. Since the Info.plist is preprocessed before any of the other build phases in gtest, the Version.h file would not be ready if included as a build phase of that target."; + dependencies = ( + ); + name = "Version Info"; + productName = Version.h; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + 224A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */ = {isa = PBXBuildFile; fileRef = 224A12A20E9EADCC00BD17FD /* gtest-test-part.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 3BF6F29F0E79B5AD000F2EEE /* gtest-type-util.h */; }; + 3BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DB0E2F799B00CF7658 /* gtest-death-test.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 404884390E2F799B00CF7658 /* gtest-message.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DC0E2F799B00CF7658 /* gtest-message.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DD0E2F799B00CF7658 /* gtest-spi.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4048843B0E2F799B00CF7658 /* gtest.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DE0E2F799B00CF7658 /* gtest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4048843C0E2F799B00CF7658 /* gtest_pred_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883DF0E2F799B00CF7658 /* gtest_pred_impl.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4048843D0E2F799B00CF7658 /* gtest_prod.h in Headers */ = {isa = PBXBuildFile; fileRef = 404883E00E2F799B00CF7658 /* gtest_prod.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 404884500E2F799B00CF7658 /* README in Resources */ = {isa = PBXBuildFile; fileRef = 404883F60E2F799B00CF7658 /* README */; }; + 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */; }; + 404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E30E2F799B00CF7658 /* gtest-filepath.h */; }; + 404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E40E2F799B00CF7658 /* gtest-internal.h */; }; + 404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E50E2F799B00CF7658 /* gtest-port.h */; }; + 404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 404883E60E2F799B00CF7658 /* gtest-string.h */; }; + 404884AC0E2F7CD900CF7658 /* CHANGES in Resources */ = {isa = PBXBuildFile; fileRef = 404884A90E2F7CD900CF7658 /* CHANGES */; }; + 404884AD0E2F7CD900CF7658 /* CONTRIBUTORS in Resources */ = {isa = PBXBuildFile; fileRef = 404884AA0E2F7CD900CF7658 /* CONTRIBUTORS */; }; + 404884AE0E2F7CD900CF7658 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 404884AB0E2F7CD900CF7658 /* LICENSE */; }; + 40899F3A0FFA70D4000B29AE /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = 224A12A10E9EADA700BD17FD /* gtest-all.cc */; }; + 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 40899F4D0FFA7271000B29AE /* gtest-tuple.h */; }; + 40899F530FFA72A0000B29AE /* gtest_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */; }; + 4089A0440FFAD1BE000B29AE /* sample1.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02C0FFACF7F000B29AE /* sample1.cc */; }; + 4089A0460FFAD1BE000B29AE /* sample1_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */; }; + 40C848FF101A21150083642A /* gtest-all.cc in Sources */ = {isa = PBXBuildFile; fileRef = 224A12A10E9EADA700BD17FD /* gtest-all.cc */; }; + 40C84915101A21DF0083642A /* gtest_main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4048840D0E2F799B00CF7658 /* gtest_main.cc */; }; + 40C84916101A235B0083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; }; + 40C84921101A23AD0083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; }; + 40C84978101A36540083642A /* libgtest_main.a in Resources */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; }; + 40C84980101A36850083642A /* gtest_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */; }; + 40C84982101A36850083642A /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C848FA101A209C0083642A /* libgtest.a */; }; + 40C84983101A36850083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; }; + 40C8498F101A36A60083642A /* sample1.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02C0FFACF7F000B29AE /* sample1.cc */; }; + 40C84990101A36A60083642A /* sample1_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */; }; + 40C84992101A36A60083642A /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C848FA101A209C0083642A /* libgtest.a */; }; + 40C84993101A36A60083642A /* libgtest_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40C8490B101A217E0083642A /* libgtest_main.a */; }; + 40C849A2101A37050083642A /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4539C8FF0EC27F6400A70F4C /* gtest.framework */; }; + 40C849A4101A37150083642A /* gtest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4539C8FF0EC27F6400A70F4C /* gtest.framework */; }; + 4539C9340EC280AE00A70F4C /* gtest-param-test.h in Headers */ = {isa = PBXBuildFile; fileRef = 4539C9330EC280AE00A70F4C /* gtest-param-test.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 4539C9350EC280E200A70F4C /* gtest-linked_ptr.h */; }; + 4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 4539C9360EC280E200A70F4C /* gtest-param-util-generated.h */; }; + 4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */ = {isa = PBXBuildFile; fileRef = 4539C9370EC280E200A70F4C /* gtest-param-util.h */; }; + 4567C8181264FF71007740BE /* gtest-printers.h in Headers */ = {isa = PBXBuildFile; fileRef = 4567C8171264FF71007740BE /* gtest-printers.h */; settings = {ATTRIBUTES = (Public, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 40899F9C0FFA740F000B29AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40899F420FFA7184000B29AE; + remoteInfo = gtest_unittest; + }; + 4089A0970FFAD34A000B29AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4089A0120FFACEFC000B29AE; + remoteInfo = sample1_unittest; + }; + 408BEC0F1046CFE900DEF522 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C848F9101A209C0083642A; + remoteInfo = "gtest-static"; + }; + 40C44AE50E379922008FCC51 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C44ADC0E3798F4008FCC51; + remoteInfo = Version.h; + }; + 40C8497C101A36850083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C848F9101A209C0083642A; + remoteInfo = "gtest-static"; + }; + 40C8497E101A36850083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C8490A101A217E0083642A; + remoteInfo = "gtest_main-static"; + }; + 40C8498B101A36A60083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C848F9101A209C0083642A; + remoteInfo = "gtest-static"; + }; + 40C8498D101A36A60083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C8490A101A217E0083642A; + remoteInfo = "gtest_main-static"; + }; + 40C8499B101A36DC0083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C8490A101A217E0083642A; + remoteInfo = "gtest_main-static"; + }; + 40C8499D101A36E50083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0; + remoteInfo = "gtest-framework"; + }; + 40C8499F101A36F10083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D07F2BC0486CC7A007CD1D0; + remoteInfo = "gtest-framework"; + }; + 40C849F6101A43440083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C8497A101A36850083642A; + remoteInfo = "gtest_unittest-static"; + }; + 40C849F8101A43490083642A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C84989101A36A60083642A; + remoteInfo = "sample1_unittest-static"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 404884A50E2F7C0400CF7658 /* Copy Headers Internal */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = Headers/internal; + dstSubfolderSpec = 6; + files = ( + 404884A00E2F7BE600CF7658 /* gtest-death-test-internal.h in Copy Headers Internal */, + 404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */, + 404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */, + 4539C9380EC280E200A70F4C /* gtest-linked_ptr.h in Copy Headers Internal */, + 4539C9390EC280E200A70F4C /* gtest-param-util-generated.h in Copy Headers Internal */, + 4539C93A0EC280E200A70F4C /* gtest-param-util.h in Copy Headers Internal */, + 404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */, + 404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */, + 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */, + 3BF6F2A00E79B5AD000F2EEE /* gtest-type-util.h in Copy Headers Internal */, + ); + name = "Copy Headers Internal"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 224A12A10E9EADA700BD17FD /* gtest-all.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-all.cc"; sourceTree = ""; }; + 224A12A20E9EADCC00BD17FD /* gtest-test-part.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = "gtest-test-part.h"; sourceTree = ""; }; + 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gtest_unittest.cc; sourceTree = ""; }; + 3B87D2100E96B92E000D1852 /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = runtests.sh; sourceTree = ""; }; + 3BF6F29F0E79B5AD000F2EEE /* gtest-type-util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-type-util.h"; sourceTree = ""; }; + 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-typed-test.h"; sourceTree = ""; }; + 403EE37C0E377822004BD1E2 /* versiongenerate.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = versiongenerate.py; sourceTree = ""; }; + 404883DB0E2F799B00CF7658 /* gtest-death-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-death-test.h"; sourceTree = ""; }; + 404883DC0E2F799B00CF7658 /* gtest-message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-message.h"; sourceTree = ""; }; + 404883DD0E2F799B00CF7658 /* gtest-spi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-spi.h"; sourceTree = ""; }; + 404883DE0E2F799B00CF7658 /* gtest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest.h; sourceTree = ""; }; + 404883DF0E2F799B00CF7658 /* gtest_pred_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest_pred_impl.h; sourceTree = ""; }; + 404883E00E2F799B00CF7658 /* gtest_prod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gtest_prod.h; sourceTree = ""; }; + 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-death-test-internal.h"; sourceTree = ""; }; + 404883E30E2F799B00CF7658 /* gtest-filepath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-filepath.h"; sourceTree = ""; }; + 404883E40E2F799B00CF7658 /* gtest-internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-internal.h"; sourceTree = ""; }; + 404883E50E2F799B00CF7658 /* gtest-port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-port.h"; sourceTree = ""; }; + 404883E60E2F799B00CF7658 /* gtest-string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-string.h"; sourceTree = ""; }; + 404883F60E2F799B00CF7658 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../README; sourceTree = SOURCE_ROOT; }; + 4048840D0E2F799B00CF7658 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gtest_main.cc; sourceTree = ""; }; + 404884A90E2F7CD900CF7658 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CHANGES; path = ../CHANGES; sourceTree = SOURCE_ROOT; }; + 404884AA0E2F7CD900CF7658 /* CONTRIBUTORS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CONTRIBUTORS; path = ../CONTRIBUTORS; sourceTree = SOURCE_ROOT; }; + 404884AB0E2F7CD900CF7658 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = SOURCE_ROOT; }; + 40899F430FFA7184000B29AE /* gtest_unittest-framework */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "gtest_unittest-framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 40899F4D0FFA7271000B29AE /* gtest-tuple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-tuple.h"; sourceTree = ""; }; + 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = StaticLibraryTarget.xcconfig; sourceTree = ""; }; + 4089A0130FFACEFC000B29AE /* sample1_unittest-framework */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "sample1_unittest-framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4089A02C0FFACF7F000B29AE /* sample1.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sample1.cc; sourceTree = ""; }; + 4089A02D0FFACF7F000B29AE /* sample1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sample1.h; sourceTree = ""; }; + 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sample1_unittest.cc; sourceTree = ""; }; + 40C848FA101A209C0083642A /* libgtest.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 40C8490B101A217E0083642A /* libgtest_main.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest_main.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 40C84987101A36850083642A /* gtest_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gtest_unittest; sourceTree = BUILT_PRODUCTS_DIR; }; + 40C84997101A36A60083642A /* sample1_unittest-static */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "sample1_unittest-static"; sourceTree = BUILT_PRODUCTS_DIR; }; + 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugProject.xcconfig; sourceTree = ""; }; + 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = FrameworkTarget.xcconfig; sourceTree = ""; }; + 40D4CDF30E30E07400294801 /* General.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = General.xcconfig; sourceTree = ""; }; + 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReleaseProject.xcconfig; sourceTree = ""; }; + 40D4CF510E30F5E200294801 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4539C8FF0EC27F6400A70F4C /* gtest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = gtest.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4539C9330EC280AE00A70F4C /* gtest-param-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-param-test.h"; sourceTree = ""; }; + 4539C9350EC280E200A70F4C /* gtest-linked_ptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-linked_ptr.h"; sourceTree = ""; }; + 4539C9360EC280E200A70F4C /* gtest-param-util-generated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-param-util-generated.h"; sourceTree = ""; }; + 4539C9370EC280E200A70F4C /* gtest-param-util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-param-util.h"; sourceTree = ""; }; + 4567C8171264FF71007740BE /* gtest-printers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "gtest-printers.h"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 40899F410FFA7184000B29AE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C849A4101A37150083642A /* gtest.framework in Frameworks */, + 40C84916101A235B0083642A /* libgtest_main.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4089A0110FFACEFC000B29AE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C849A2101A37050083642A /* gtest.framework in Frameworks */, + 40C84921101A23AD0083642A /* libgtest_main.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40C84981101A36850083642A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C84982101A36850083642A /* libgtest.a in Frameworks */, + 40C84983101A36850083642A /* libgtest_main.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40C84991101A36A60083642A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C84992101A36A60083642A /* libgtest.a in Frameworks */, + 40C84993101A36A60083642A /* libgtest_main.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 034768DDFF38A45A11DB9C8B /* Products */ = { + isa = PBXGroup; + children = ( + 4539C8FF0EC27F6400A70F4C /* gtest.framework */, + 40C848FA101A209C0083642A /* libgtest.a */, + 40C8490B101A217E0083642A /* libgtest_main.a */, + 40899F430FFA7184000B29AE /* gtest_unittest-framework */, + 40C84987101A36850083642A /* gtest_unittest */, + 4089A0130FFACEFC000B29AE /* sample1_unittest-framework */, + 40C84997101A36A60083642A /* sample1_unittest-static */, + ); + name = Products; + sourceTree = ""; + }; + 0867D691FE84028FC02AAC07 /* gtest */ = { + isa = PBXGroup; + children = ( + 40D4CDF00E30E07400294801 /* Config */, + 08FB77ACFE841707C02AAC07 /* Source */, + 40D4CF4E0E30F5E200294801 /* Resources */, + 403EE37B0E377822004BD1E2 /* Scripts */, + 034768DDFF38A45A11DB9C8B /* Products */, + ); + name = gtest; + sourceTree = ""; + }; + 08FB77ACFE841707C02AAC07 /* Source */ = { + isa = PBXGroup; + children = ( + 404884A90E2F7CD900CF7658 /* CHANGES */, + 404884AA0E2F7CD900CF7658 /* CONTRIBUTORS */, + 404884AB0E2F7CD900CF7658 /* LICENSE */, + 404883F60E2F799B00CF7658 /* README */, + 404883D90E2F799B00CF7658 /* include */, + 4089A02F0FFACF84000B29AE /* samples */, + 404884070E2F799B00CF7658 /* src */, + 3B238BF00E7FE13B00846E11 /* test */, + ); + name = Source; + sourceTree = ""; + }; + 3B238BF00E7FE13B00846E11 /* test */ = { + isa = PBXGroup; + children = ( + 3B238C120E7FE13C00846E11 /* gtest_unittest.cc */, + ); + name = test; + path = ../test; + sourceTree = SOURCE_ROOT; + }; + 403EE37B0E377822004BD1E2 /* Scripts */ = { + isa = PBXGroup; + children = ( + 403EE37C0E377822004BD1E2 /* versiongenerate.py */, + 3B87D2100E96B92E000D1852 /* runtests.sh */, + ); + path = Scripts; + sourceTree = ""; + }; + 404883D90E2F799B00CF7658 /* include */ = { + isa = PBXGroup; + children = ( + 404883DA0E2F799B00CF7658 /* gtest */, + ); + name = include; + path = ../include; + sourceTree = SOURCE_ROOT; + }; + 404883DA0E2F799B00CF7658 /* gtest */ = { + isa = PBXGroup; + children = ( + 404883E10E2F799B00CF7658 /* internal */, + 224A12A20E9EADCC00BD17FD /* gtest-test-part.h */, + 404883DB0E2F799B00CF7658 /* gtest-death-test.h */, + 404883DC0E2F799B00CF7658 /* gtest-message.h */, + 4539C9330EC280AE00A70F4C /* gtest-param-test.h */, + 4567C8171264FF71007740BE /* gtest-printers.h */, + 404883DD0E2F799B00CF7658 /* gtest-spi.h */, + 404883DE0E2F799B00CF7658 /* gtest.h */, + 404883DF0E2F799B00CF7658 /* gtest_pred_impl.h */, + 404883E00E2F799B00CF7658 /* gtest_prod.h */, + 3BF6F2A40E79B616000F2EEE /* gtest-typed-test.h */, + ); + path = gtest; + sourceTree = ""; + }; + 404883E10E2F799B00CF7658 /* internal */ = { + isa = PBXGroup; + children = ( + 404883E20E2F799B00CF7658 /* gtest-death-test-internal.h */, + 404883E30E2F799B00CF7658 /* gtest-filepath.h */, + 404883E40E2F799B00CF7658 /* gtest-internal.h */, + 4539C9350EC280E200A70F4C /* gtest-linked_ptr.h */, + 4539C9360EC280E200A70F4C /* gtest-param-util-generated.h */, + 4539C9370EC280E200A70F4C /* gtest-param-util.h */, + 404883E50E2F799B00CF7658 /* gtest-port.h */, + 404883E60E2F799B00CF7658 /* gtest-string.h */, + 40899F4D0FFA7271000B29AE /* gtest-tuple.h */, + 3BF6F29F0E79B5AD000F2EEE /* gtest-type-util.h */, + ); + path = internal; + sourceTree = ""; + }; + 404884070E2F799B00CF7658 /* src */ = { + isa = PBXGroup; + children = ( + 224A12A10E9EADA700BD17FD /* gtest-all.cc */, + 4048840D0E2F799B00CF7658 /* gtest_main.cc */, + ); + name = src; + path = ../src; + sourceTree = SOURCE_ROOT; + }; + 4089A02F0FFACF84000B29AE /* samples */ = { + isa = PBXGroup; + children = ( + 4089A02C0FFACF7F000B29AE /* sample1.cc */, + 4089A02D0FFACF7F000B29AE /* sample1.h */, + 4089A02E0FFACF7F000B29AE /* sample1_unittest.cc */, + ); + name = samples; + path = ../samples; + sourceTree = SOURCE_ROOT; + }; + 40D4CDF00E30E07400294801 /* Config */ = { + isa = PBXGroup; + children = ( + 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */, + 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */, + 40D4CDF30E30E07400294801 /* General.xcconfig */, + 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */, + 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */, + ); + path = Config; + sourceTree = ""; + }; + 40D4CF4E0E30F5E200294801 /* Resources */ = { + isa = PBXGroup; + children = ( + 40D4CF510E30F5E200294801 /* Info.plist */, + ); + path = Resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 8D07F2BD0486CC7A007CD1D0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 404884380E2F799B00CF7658 /* gtest-death-test.h in Headers */, + 404884390E2F799B00CF7658 /* gtest-message.h in Headers */, + 4539C9340EC280AE00A70F4C /* gtest-param-test.h in Headers */, + 4567C8181264FF71007740BE /* gtest-printers.h in Headers */, + 3BF6F2A50E79B616000F2EEE /* gtest-typed-test.h in Headers */, + 4048843A0E2F799B00CF7658 /* gtest-spi.h in Headers */, + 4048843B0E2F799B00CF7658 /* gtest.h in Headers */, + 4048843C0E2F799B00CF7658 /* gtest_pred_impl.h in Headers */, + 4048843D0E2F799B00CF7658 /* gtest_prod.h in Headers */, + 224A12A30E9EADCC00BD17FD /* gtest-test-part.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 40899F420FFA7184000B29AE /* gtest_unittest-framework */ = { + isa = PBXNativeTarget; + buildConfigurationList = 40899F4A0FFA71BC000B29AE /* Build configuration list for PBXNativeTarget "gtest_unittest-framework" */; + buildPhases = ( + 40899F400FFA7184000B29AE /* Sources */, + 40899F410FFA7184000B29AE /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 40C849A0101A36F10083642A /* PBXTargetDependency */, + ); + name = "gtest_unittest-framework"; + productName = gtest_unittest; + productReference = 40899F430FFA7184000B29AE /* gtest_unittest-framework */; + productType = "com.apple.product-type.tool"; + }; + 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4089A0240FFACF01000B29AE /* Build configuration list for PBXNativeTarget "sample1_unittest-framework" */; + buildPhases = ( + 4089A0100FFACEFC000B29AE /* Sources */, + 4089A0110FFACEFC000B29AE /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 40C8499E101A36E50083642A /* PBXTargetDependency */, + ); + name = "sample1_unittest-framework"; + productName = sample1_unittest; + productReference = 4089A0130FFACEFC000B29AE /* sample1_unittest-framework */; + productType = "com.apple.product-type.tool"; + }; + 40C848F9101A209C0083642A /* gtest-static */ = { + isa = PBXNativeTarget; + buildConfigurationList = 40C84902101A212E0083642A /* Build configuration list for PBXNativeTarget "gtest-static" */; + buildPhases = ( + 40C848F7101A209C0083642A /* Sources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "gtest-static"; + productName = "gtest-static"; + productReference = 40C848FA101A209C0083642A /* libgtest.a */; + productType = "com.apple.product-type.library.static"; + }; + 40C8490A101A217E0083642A /* gtest_main-static */ = { + isa = PBXNativeTarget; + buildConfigurationList = 40C84912101A21D20083642A /* Build configuration list for PBXNativeTarget "gtest_main-static" */; + buildPhases = ( + 40C84908101A217E0083642A /* Sources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "gtest_main-static"; + productName = "gtest_main-static"; + productReference = 40C8490B101A217E0083642A /* libgtest_main.a */; + productType = "com.apple.product-type.library.static"; + }; + 40C8497A101A36850083642A /* gtest_unittest-static */ = { + isa = PBXNativeTarget; + buildConfigurationList = 40C84984101A36850083642A /* Build configuration list for PBXNativeTarget "gtest_unittest-static" */; + buildPhases = ( + 40C8497F101A36850083642A /* Sources */, + 40C84981101A36850083642A /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 40C8497B101A36850083642A /* PBXTargetDependency */, + 40C8497D101A36850083642A /* PBXTargetDependency */, + ); + name = "gtest_unittest-static"; + productName = gtest_unittest; + productReference = 40C84987101A36850083642A /* gtest_unittest */; + productType = "com.apple.product-type.tool"; + }; + 40C84989101A36A60083642A /* sample1_unittest-static */ = { + isa = PBXNativeTarget; + buildConfigurationList = 40C84994101A36A60083642A /* Build configuration list for PBXNativeTarget "sample1_unittest-static" */; + buildPhases = ( + 40C8498E101A36A60083642A /* Sources */, + 40C84991101A36A60083642A /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 40C8498A101A36A60083642A /* PBXTargetDependency */, + 40C8498C101A36A60083642A /* PBXTargetDependency */, + ); + name = "sample1_unittest-static"; + productName = sample1_unittest; + productReference = 40C84997101A36A60083642A /* sample1_unittest-static */; + productType = "com.apple.product-type.tool"; + }; + 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "gtest-framework" */; + buildPhases = ( + 8D07F2C10486CC7A007CD1D0 /* Sources */, + 8D07F2BD0486CC7A007CD1D0 /* Headers */, + 404884A50E2F7C0400CF7658 /* Copy Headers Internal */, + 8D07F2BF0486CC7A007CD1D0 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 40C44AE60E379922008FCC51 /* PBXTargetDependency */, + 408BEC101046CFE900DEF522 /* PBXTargetDependency */, + 40C8499C101A36DC0083642A /* PBXTargetDependency */, + ); + name = "gtest-framework"; + productInstallPath = "$(HOME)/Library/Frameworks"; + productName = gtest; + productReference = 4539C8FF0EC27F6400A70F4C /* gtest.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 0867D690FE84028FC02AAC07 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + }; + buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "gtest" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + en, + ); + mainGroup = 0867D691FE84028FC02AAC07 /* gtest */; + productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */, + 40C848F9101A209C0083642A /* gtest-static */, + 40C8490A101A217E0083642A /* gtest_main-static */, + 40899F420FFA7184000B29AE /* gtest_unittest-framework */, + 40C8497A101A36850083642A /* gtest_unittest-static */, + 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */, + 40C84989101A36A60083642A /* sample1_unittest-static */, + 3B238F5F0E828B5400846E11 /* Check */, + 40C44ADC0E3798F4008FCC51 /* Version Info */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D07F2BF0486CC7A007CD1D0 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 404884500E2F799B00CF7658 /* README in Resources */, + 404884AC0E2F7CD900CF7658 /* CHANGES in Resources */, + 404884AD0E2F7CD900CF7658 /* CONTRIBUTORS in Resources */, + 404884AE0E2F7CD900CF7658 /* LICENSE in Resources */, + 40C84978101A36540083642A /* libgtest_main.a in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3B238F5E0E828B5400846E11 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Remember, this \"Run Script\" build phase will be executed from $SRCROOT\n/bin/bash Scripts/runtests.sh"; + }; + 40C44ADB0E3798F4008FCC51 /* Generate Version.h */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "$(SRCROOT)/Scripts/versiongenerate.py", + "$(SRCROOT)/../configure.ac", + ); + name = "Generate Version.h"; + outputPaths = ( + "$(PROJECT_TEMP_DIR)/Version.h", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Remember, this \"Run Script\" build phase will be executed from $SRCROOT\n/usr/bin/python Scripts/versiongenerate.py ../ $PROJECT_TEMP_DIR"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 40899F400FFA7184000B29AE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 40899F530FFA72A0000B29AE /* gtest_unittest.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4089A0100FFACEFC000B29AE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4089A0440FFAD1BE000B29AE /* sample1.cc in Sources */, + 4089A0460FFAD1BE000B29AE /* sample1_unittest.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40C848F7101A209C0083642A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C848FF101A21150083642A /* gtest-all.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40C84908101A217E0083642A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C84915101A21DF0083642A /* gtest_main.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40C8497F101A36850083642A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C84980101A36850083642A /* gtest_unittest.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 40C8498E101A36A60083642A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 40C8498F101A36A60083642A /* sample1.cc in Sources */, + 40C84990101A36A60083642A /* sample1_unittest.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D07F2C10486CC7A007CD1D0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 40899F3A0FFA70D4000B29AE /* gtest-all.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 40899F9D0FFA740F000B29AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40899F420FFA7184000B29AE /* gtest_unittest-framework */; + targetProxy = 40899F9C0FFA740F000B29AE /* PBXContainerItemProxy */; + }; + 4089A0980FFAD34A000B29AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */; + targetProxy = 4089A0970FFAD34A000B29AE /* PBXContainerItemProxy */; + }; + 408BEC101046CFE900DEF522 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C848F9101A209C0083642A /* gtest-static */; + targetProxy = 408BEC0F1046CFE900DEF522 /* PBXContainerItemProxy */; + }; + 40C44AE60E379922008FCC51 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C44ADC0E3798F4008FCC51 /* Version Info */; + targetProxy = 40C44AE50E379922008FCC51 /* PBXContainerItemProxy */; + }; + 40C8497B101A36850083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C848F9101A209C0083642A /* gtest-static */; + targetProxy = 40C8497C101A36850083642A /* PBXContainerItemProxy */; + }; + 40C8497D101A36850083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C8490A101A217E0083642A /* gtest_main-static */; + targetProxy = 40C8497E101A36850083642A /* PBXContainerItemProxy */; + }; + 40C8498A101A36A60083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C848F9101A209C0083642A /* gtest-static */; + targetProxy = 40C8498B101A36A60083642A /* PBXContainerItemProxy */; + }; + 40C8498C101A36A60083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C8490A101A217E0083642A /* gtest_main-static */; + targetProxy = 40C8498D101A36A60083642A /* PBXContainerItemProxy */; + }; + 40C8499C101A36DC0083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C8490A101A217E0083642A /* gtest_main-static */; + targetProxy = 40C8499B101A36DC0083642A /* PBXContainerItemProxy */; + }; + 40C8499E101A36E50083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */; + targetProxy = 40C8499D101A36E50083642A /* PBXContainerItemProxy */; + }; + 40C849A0101A36F10083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 8D07F2BC0486CC7A007CD1D0 /* gtest-framework */; + targetProxy = 40C8499F101A36F10083642A /* PBXContainerItemProxy */; + }; + 40C849F7101A43440083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C8497A101A36850083642A /* gtest_unittest-static */; + targetProxy = 40C849F6101A43440083642A /* PBXContainerItemProxy */; + }; + 40C849F9101A43490083642A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C84989101A36A60083642A /* sample1_unittest-static */; + targetProxy = 40C849F8101A43490083642A /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 3B238F600E828B5400846E11 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + PRODUCT_NAME = Check; + SDKROOT = macosx; + }; + name = Debug; + }; + 3B238F610E828B5400846E11 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + PRODUCT_NAME = Check; + SDKROOT = macosx; + ZERO_LINK = NO; + }; + name = Release; + }; + 40899F450FFA7185000B29AE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ../; + PRODUCT_NAME = "gtest_unittest-framework"; + SDKROOT = macosx; + }; + name = Debug; + }; + 40899F460FFA7185000B29AE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ../; + PRODUCT_NAME = "gtest_unittest-framework"; + SDKROOT = macosx; + }; + name = Release; + }; + 4089A0150FFACEFD000B29AE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + PRODUCT_NAME = "sample1_unittest-framework"; + SDKROOT = macosx; + }; + name = Debug; + }; + 4089A0160FFACEFD000B29AE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + PRODUCT_NAME = "sample1_unittest-framework"; + SDKROOT = macosx; + }; + name = Release; + }; + 40C44ADF0E3798F4008FCC51 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + MACOSX_DEPLOYMENT_TARGET = 10.7; + PRODUCT_NAME = gtest; + SDKROOT = macosx; + TARGET_NAME = gtest; + }; + name = Debug; + }; + 40C44AE00E3798F4008FCC51 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + MACOSX_DEPLOYMENT_TARGET = 10.7; + PRODUCT_NAME = gtest; + SDKROOT = macosx; + TARGET_NAME = gtest; + }; + name = Release; + }; + 40C848FB101A209D0083642A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = YES; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ( + ../, + ../include/, + ); + PRODUCT_NAME = gtest; + SDKROOT = macosx; + }; + name = Debug; + }; + 40C848FC101A209D0083642A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = YES; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ( + ../, + ../include/, + ); + PRODUCT_NAME = gtest; + SDKROOT = macosx; + }; + name = Release; + }; + 40C8490E101A217F0083642A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ( + ../, + ../include/, + ); + PRODUCT_NAME = gtest_main; + SDKROOT = macosx; + }; + name = Debug; + }; + 40C8490F101A217F0083642A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40899FB30FFA7567000B29AE /* StaticLibraryTarget.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ( + ../, + ../include/, + ); + PRODUCT_NAME = gtest_main; + SDKROOT = macosx; + }; + name = Release; + }; + 40C84985101A36850083642A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ../; + PRODUCT_NAME = gtest_unittest; + SDKROOT = macosx; + }; + name = Debug; + }; + 40C84986101A36850083642A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ../; + PRODUCT_NAME = gtest_unittest; + SDKROOT = macosx; + }; + name = Release; + }; + 40C84995101A36A60083642A /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + PRODUCT_NAME = "sample1_unittest-static"; + SDKROOT = macosx; + }; + name = Debug; + }; + 40C84996101A36A60083642A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + PRODUCT_NAME = "sample1_unittest-static"; + SDKROOT = macosx; + }; + name = Release; + }; + 4FADC24308B4156D00ABE55E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ( + ../, + ../include/, + ); + INFOPLIST_FILE = Resources/Info.plist; + INFOPLIST_PREFIX_HEADER = "$(PROJECT_TEMP_DIR)/Version.h"; + INFOPLIST_PREPROCESS = YES; + PRODUCT_NAME = gtest; + SDKROOT = macosx; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Debug; + }; + 4FADC24408B4156D00ABE55E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40D4CDF20E30E07400294801 /* FrameworkTarget.xcconfig */; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + HEADER_SEARCH_PATHS = ( + ../, + ../include/, + ); + INFOPLIST_FILE = Resources/Info.plist; + INFOPLIST_PREFIX_HEADER = "$(PROJECT_TEMP_DIR)/Version.h"; + INFOPLIST_PREPROCESS = YES; + PRODUCT_NAME = gtest; + SDKROOT = macosx; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Release; + }; + 4FADC24708B4156D00ABE55E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */; + buildSettings = { + }; + name = Debug; + }; + 4FADC24808B4156D00ABE55E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */; + buildSettings = { + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3B238FA30E828BB600846E11 /* Build configuration list for PBXAggregateTarget "Check" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3B238F600E828B5400846E11 /* Debug */, + 3B238F610E828B5400846E11 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 40899F4A0FFA71BC000B29AE /* Build configuration list for PBXNativeTarget "gtest_unittest-framework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40899F450FFA7185000B29AE /* Debug */, + 40899F460FFA7185000B29AE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4089A0240FFACF01000B29AE /* Build configuration list for PBXNativeTarget "sample1_unittest-framework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4089A0150FFACEFD000B29AE /* Debug */, + 4089A0160FFACEFD000B29AE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 40C44AE40E379905008FCC51 /* Build configuration list for PBXAggregateTarget "Version Info" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40C44ADF0E3798F4008FCC51 /* Debug */, + 40C44AE00E3798F4008FCC51 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 40C84902101A212E0083642A /* Build configuration list for PBXNativeTarget "gtest-static" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40C848FB101A209D0083642A /* Debug */, + 40C848FC101A209D0083642A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 40C84912101A21D20083642A /* Build configuration list for PBXNativeTarget "gtest_main-static" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40C8490E101A217F0083642A /* Debug */, + 40C8490F101A217F0083642A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 40C84984101A36850083642A /* Build configuration list for PBXNativeTarget "gtest_unittest-static" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40C84985101A36850083642A /* Debug */, + 40C84986101A36850083642A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 40C84994101A36A60083642A /* Build configuration list for PBXNativeTarget "sample1_unittest-static" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 40C84995101A36A60083642A /* Debug */, + 40C84996101A36A60083642A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "gtest-framework" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4FADC24308B4156D00ABE55E /* Debug */, + 4FADC24408B4156D00ABE55E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "gtest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4FADC24708B4156D00ABE55E /* Debug */, + 4FADC24808B4156D00ABE55E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 0867D690FE84028FC02AAC07 /* Project object */; +} diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt new file mode 100644 index 000000000..4174e7f0c --- /dev/null +++ b/tests/CMakeLists.txt @@ -0,0 +1,10 @@ +# Setup testing +enable_testing() +find_package(GTest) +include_directories(${gtest_SOURCE_DIR}/include) + +add_executable(hello hello.cpp) + +# Link test executable against gtest & gtest_main +target_link_libraries(hello gtest gtest_main dlt) + diff --git a/tests/hello.cpp b/tests/hello.cpp new file mode 100644 index 000000000..5bf342730 --- /dev/null +++ b/tests/hello.cpp @@ -0,0 +1,23 @@ +#include +#include "gtest/gtest.h" + +extern "C" { +#include "dlt_common.h" +#include "dlt_user.h" +#include "dlt_user_shared.h" +#include "dlt_user_shared_cfg.h" +#include "dlt_user_cfg.h" +} + +TEST(t_dlt_buffer_init_dynamic, returns_0) +{ + DltUser dlt_user; + EXPECT_EQ(0,dlt_buffer_init_dynamic(&(dlt_user.startup_buffer), DLT_USER_RINGBUFFER_MIN_SIZE, DLT_USER_RINGBUFFER_MAX_SIZE, DLT_USER_RINGBUFFER_STEP_SIZE)); +} + +int main(int argc, char **argv) +{ + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} +

    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

    rNJ`UW3rsdwOH`zNppTy08 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