• Victor Costan's avatar
    media: Run Android GPU decoding tests for AV1. · f137f1cf
    Victor Costan authored
    The MediaCodecVideoDecoderAV1Test test suite is currently not
    instantiated, so it does not run at all. Also, the
    MediaCodecVideoDecoderTest suite is not currently run for the AV1 codec.
    This CL fixes both problems.
    
    The first problem was discovered by attempting to roll googletest past
    CL 315255779, which causes test binaries to fail when they include test
    suites / parametrized tests that are not instantiated, and when they
    include empty test suites.
    
    Bug: 1163396
    Change-Id: Id2a070cfeed6d37b920b5d28f947037ac5699fbc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616486
    Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
    Auto-Submit: Victor Costan <pwnall@chromium.org>
    Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#841304}
    f137f1cf
media_codec_video_decoder_unittest.cc 40.8 KB