From f6921412d4daeef4148944d462e25948be0857d7 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 17 Nov 2016 12:28:57 -0800 Subject: [PATCH] partial_idct_test: s/SingleLargeCoef/SingleExtremeCoeff/ tests with 'Large' in the name are reserved for slow running tests which may not be run on all platforms Change-Id: I2a7d6dd46b29b50469893e46433844132fb727c2 --- test/partial_idct_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/partial_idct_test.cc b/test/partial_idct_test.cc index b31b82f44..2512366ed 100644 --- a/test/partial_idct_test.cc +++ b/test/partial_idct_test.cc @@ -221,7 +221,7 @@ TEST_P(PartialIDctTest, AddOutputBlock) { } } -TEST_P(PartialIDctTest, SingleLargeCoeff) { +TEST_P(PartialIDctTest, SingleExtremeCoeff) { ACMRandom rnd(ACMRandom::DeterministicSeed()); const int16_t max_coeff = MaxSupportedCoeff(partial_itxfm_); const int16_t min_coeff = MinSupportedCoeff(partial_itxfm_); -- 2.40.0