Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: unit_test/planar_test.cc

Issue 2019753002: make unittest allocator align to 64 bytes. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: remove commented code Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/row_win.cc ('k') | unit_test/unit_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unit_test/planar_test.cc
diff --git a/unit_test/planar_test.cc b/unit_test/planar_test.cc
index d2ae35d059d2a09731a5451fea386a09eefb04c8..bc0eebb52836cbe816bca3324d6b6ce591859b5c 100644
--- a/unit_test/planar_test.cc
+++ b/unit_test/planar_test.cc
@@ -1929,7 +1929,7 @@ static int TestBlur(int width, int height, int benchmark_iterations,
}
static const int kBlurSize = 55;
-TEST_F(LibYUVPlanarTest, DISABLED_ARGBBlur_Any) {
+TEST_F(LibYUVPlanarTest, ARGBBlur_Any) {
int max_diff = TestBlur(benchmark_width_ - 1, benchmark_height_,
benchmark_iterations_,
disable_cpu_flags_, benchmark_cpu_info_,
« no previous file with comments | « source/row_win.cc ('k') | unit_test/unit_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698