]> granicus.if.org Git - libvpx/commit
update googletest to v1.10.0
authorJames Zern <jzern@google.com>
Wed, 17 Jun 2020 19:16:51 +0000 (12:16 -0700)
committerJames Zern <jzern@google.com>
Thu, 18 Jun 2020 17:56:39 +0000 (10:56 -0700)
commit83769e3d250b05df0bb97fc619f5886587b2a310
tree66b0513e0d74b44dad72619ba10be1067acf466f
parent0370a43816cadc4939661d7b214a2077f8d25e88
update googletest to v1.10.0

this moves the framework to c++11 and changes *_TEST_CASE* to
_TEST_SUITE

BUG=webm:1695

Change-Id: I07f2c20850312a9c7e381b38353d2f9f45889cb1
108 files changed:
test/active_map_refresh_test.cc
test/active_map_test.cc
test/add_noise_test.cc
test/alt_ref_aq_segment_test.cc
test/altref_test.cc
test/aq_segment_test.cc
test/avg_test.cc
test/blockiness_test.cc
test/borders_test.cc
test/byte_alignment_test.cc
test/codec_factory.h
test/comp_avg_pred_test.cc
test/config_test.cc
test/consistency_test.cc
test/convolve_test.cc
test/cpu_speed_test.cc
test/cq_test.cc
test/dct16x16_test.cc
test/dct32x32_test.cc
test/dct_partial_test.cc
test/dct_test.cc
test/decode_corrupted.cc
test/decode_perf_test.cc
test/decode_svc_test.cc
test/encode_perf_test.cc
test/error_resilience_test.cc
test/external_frame_buffer_test.cc
test/fdct8x8_test.cc
test/hadamard_test.cc
test/idct_test.cc
test/invalid_file_test.cc
test/keyframe_test.cc
test/level_test.cc
test/lpf_test.cc
test/minmax_test.cc
test/partial_idct_test.cc
test/pp_filter_test.cc
test/predict_test.cc
test/quantize_test.cc
test/realtime_test.cc
test/resize_test.cc
test/sad_test.cc
test/sum_squares_test.cc
test/superframe_test.cc
test/svc_datarate_test.cc
test/svc_end_to_end_test.cc
test/test_vector_test.cc
test/tile_independence_test.cc
test/timestamp_test.cc
test/variance_test.cc
test/vp8_datarate_test.cc
test/vp8_denoiser_sse2_test.cc
test/vp8_fdct4x4_test.cc
test/vp9_arf_freq_test.cc
test/vp9_block_error_test.cc
test/vp9_datarate_test.cc
test/vp9_denoiser_test.cc
test/vp9_encoder_parms_get_to_decoder.cc
test/vp9_end_to_end_test.cc
test/vp9_ethread_test.cc
test/vp9_intrapred_test.cc
test/vp9_lossless_test.cc
test/vp9_motion_vector_test.cc
test/vp9_quantize_test.cc
test/vp9_scale_test.cc
test/vp9_subtract_test.cc
test/vp9_thread_test.cc
test/vpx_scale_test.cc
test/y4m_test.cc
test/yuv_temporal_filter_test.cc
third_party/googletest/README.libvpx
third_party/googletest/src/README.md
third_party/googletest/src/include/gtest/gtest-death-test.h
third_party/googletest/src/include/gtest/gtest-matchers.h [new file with mode: 0644]
third_party/googletest/src/include/gtest/gtest-message.h
third_party/googletest/src/include/gtest/gtest-param-test.h
third_party/googletest/src/include/gtest/gtest-param-test.h.pump [deleted file]
third_party/googletest/src/include/gtest/gtest-printers.h
third_party/googletest/src/include/gtest/gtest-spi.h
third_party/googletest/src/include/gtest/gtest-test-part.h
third_party/googletest/src/include/gtest/gtest-typed-test.h
third_party/googletest/src/include/gtest/gtest.h
third_party/googletest/src/include/gtest/gtest_pred_impl.h
third_party/googletest/src/include/gtest/internal/gtest-death-test-internal.h
third_party/googletest/src/include/gtest/internal/gtest-filepath.h
third_party/googletest/src/include/gtest/internal/gtest-internal.h
third_party/googletest/src/include/gtest/internal/gtest-linked_ptr.h [deleted file]
third_party/googletest/src/include/gtest/internal/gtest-param-util-generated.h [deleted file]
third_party/googletest/src/include/gtest/internal/gtest-param-util-generated.h.pump [deleted file]
third_party/googletest/src/include/gtest/internal/gtest-param-util.h
third_party/googletest/src/include/gtest/internal/gtest-port-arch.h
third_party/googletest/src/include/gtest/internal/gtest-port.h
third_party/googletest/src/include/gtest/internal/gtest-string.h
third_party/googletest/src/include/gtest/internal/gtest-tuple.h [deleted file]
third_party/googletest/src/include/gtest/internal/gtest-tuple.h.pump [deleted file]
third_party/googletest/src/include/gtest/internal/gtest-type-util.h
third_party/googletest/src/include/gtest/internal/gtest-type-util.h.pump
third_party/googletest/src/src/gtest-all.cc
third_party/googletest/src/src/gtest-death-test.cc
third_party/googletest/src/src/gtest-filepath.cc
third_party/googletest/src/src/gtest-internal-inl.h
third_party/googletest/src/src/gtest-matchers.cc [new file with mode: 0644]
third_party/googletest/src/src/gtest-port.cc
third_party/googletest/src/src/gtest-printers.cc
third_party/googletest/src/src/gtest-test-part.cc
third_party/googletest/src/src/gtest-typed-test.cc
third_party/googletest/src/src/gtest.cc
third_party/googletest/src/src/gtest_main.cc