From d5c2a11529df976ccc17da5d8a8a63a915e70896 Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Wed, 14 Oct 2015 18:48:56 -0700 Subject: [PATCH] disable color test that hangs on C version for Arm. TBR=harryjin@google.com BUG=libyuv:506 Review URL: https://codereview.chromium.org/1403183002 . --- unit_test/color_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_test/color_test.cc b/unit_test/color_test.cc index 8afa60d25..705920883 100644 --- a/unit_test/color_test.cc +++ b/unit_test/color_test.cc @@ -37,7 +37,7 @@ namespace libyuv { #endif #define TESTCS(TESTNAME, YUVTOARGB, ARGBTOYUV, HS1, HS, HN, DIFF) \ -TEST_F(LibYUVColorTest, TESTNAME) { \ + TEST_F(LibYUVColorTest, DISABLED_ ## TESTNAME) { \ const int kPixels = benchmark_width_ * benchmark_height_; \ const int kHalfPixels = ((benchmark_width_ + 1) / 2) * \ ((benchmark_height_ + HS1) / HS); \