aboutsummaryrefslogtreecommitdiff
path: root/unit_test/planar_test.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2022-04-12 10:20:53 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-04-12 18:17:28 +0000
commit15e6d46448107278ed07be8204fb13874b575068 (patch)
tree9e1f926dec7325a54ca8307721807be68600004c /unit_test/planar_test.cc
parent2ad73733d93e0fc8932178e4211b3b4c36443ad1 (diff)
downloadlibyuv-15e6d46448107278ed07be8204fb13874b575068.tar.gz
Reduce RGBScale benchmark to 4 tests when --copt=-DDISABLE_SLOW_TESTS is specified
Was [----------] 59 tests from LibYUVScaleTest (223179 ms total) Now [----------] 13 tests from LibYUVScaleTest (15926 ms total) Bug: b/224814071, b/228518489 Change-Id: Ifcb9c86793e94f32fd7cd2dd112dc3e6df77e283 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3583609 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by: richard winterton <rrwinterton@gmail.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'unit_test/planar_test.cc')
-rw-r--r--unit_test/planar_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/unit_test/planar_test.cc b/unit_test/planar_test.cc
index 1e61e5c7..8a98d559 100644
--- a/unit_test/planar_test.cc
+++ b/unit_test/planar_test.cc
@@ -1574,7 +1574,8 @@ TEST_F(LibYUVPlanarTest, TestDetileSplitUVPlane_Benchmark) {
free_aligned_buffer_page_end(dst_v_opt);
}
-TEST_F(LibYUVPlanarTest, TestDetileSplitUVPlane_Correctness) {
+// TODO(b/228518489): Fix Segmentation fault in this test
+TEST_F(LibYUVPlanarTest, DISABLED_TestDetileSplitUVPlane_Correctness) {
int i, j;
// orig is tiled. Allocate enough memory for tiles.