Merge "vp9_thread_test: add 'Thread' to test names"

This commit is contained in:
James Zern 2014-07-01 15:25:45 -07:00 committed by Gerrit Code Review
commit 2f16e79e62

View File

@ -130,13 +130,13 @@ string DecodeFile(const string& filename, int num_threads) {
return string(md5.Get());
}
TEST(VP9DecodeMTTest, MTDecode) {
TEST(VP9DecodeMultiThreadedTest, Decode) {
// no tiles or frame parallel; this exercises loop filter threading.
EXPECT_STREQ("b35a1b707b28e82be025d960aba039bc",
DecodeFile("vp90-2-03-size-226x226.webm", 2).c_str());
}
TEST(VP9DecodeMTTest, MTDecode2) {
TEST(VP9DecodeMultiThreadedTest, Decode2) {
static const struct {
const char *name;
const char *expected_md5;
@ -158,7 +158,7 @@ TEST(VP9DecodeMTTest, MTDecode2) {
}
// Test tile quantity changes within one file.
TEST(VP9DecodeMTTest, MTDecode3) {
TEST(VP9DecodeMultiThreadedTest, Decode3) {
static const struct {
const char *name;
const char *expected_md5;