From: Bohan Li Date: Mon, 4 Dec 2023 21:12:46 +0000 (-0800) Subject: Improve test comments. X-Git-Tag: accepted/tizen/7.0/unified/20240521.012539~1^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eba5ceb9d1ca12117aa50116a452786d92e32969;p=platform%2Fupstream%2Flibvpx.git Improve test comments. Change-Id: I42dddb946193e30cf07e39b43eaad051c5da479a (cherry picked from commit 9ad598f249ee5af0ad211797063fba6de8d1ff80) --- diff --git a/test/encode_api_test.cc b/test/encode_api_test.cc index e228f63..0c8f56d 100644 --- a/test/encode_api_test.cc +++ b/test/encode_api_test.cc @@ -602,8 +602,8 @@ TEST(EncodeAPI, PrevMiCheckNullptr) { } // This is a test case from clusterfuzz: based on b/310477034. -// Encode a few frames with multiple change config call -// with different frame size. +// Encode a few frames with multiple change config calls +// with different frame sizes. TEST(EncodeAPI, MultipleChangeConfigResize) { VP9Encoder encoder(3); @@ -705,8 +705,8 @@ TEST(EncodeAPI, Buganizer312517065) { } // This is a test case from clusterfuzz: based on b/311489136. -// Encode a few frames with multiple change config call -// with different frame size. +// Encode a few frames with multiple change config calls +// with different frame sizes. TEST(EncodeAPI, Buganizer311489136) { VP9Encoder encoder(1); @@ -736,8 +736,8 @@ TEST(EncodeAPI, Buganizer311489136) { } // This is a test case from clusterfuzz: based on b/312656387. -// Encode a few frames with multiple change config call -// with different frame size. +// Encode a few frames with multiple change config calls +// with different frame sizes. TEST(EncodeAPI, Buganizer312656387) { VP9Encoder encoder(1); @@ -764,8 +764,8 @@ TEST(EncodeAPI, Buganizer312656387) { } // This is a test case from clusterfuzz: based on b/310329177. -// Encode a few frames with multiple change config call -// with different frame size. +// Encode a few frames with multiple change config calls +// with different frame sizes. TEST(EncodeAPI, Buganizer310329177) { VP9Encoder encoder(6);