From 113fe05ee0d33dbafd0923be97d448feb27d8f4b Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Tue, 24 Oct 2017 16:12:35 -0700 Subject: Fix the size mismatch in imgdiff As we construct the deflate entries of the target zip file with random data, the total size of the zip file may vary from case to case. This leads to occasional failures in the split test for deflate large apk files. This CL fixes the issue by adding two static zip files in the testdata instead of generating them dynamically. Bug: 67849209 Test: run the deflate_large_test repeatedly Change-Id: Iaeffad9205adefa10c9f62f9f088c33c4360a650 --- tests/testdata/deflate_src.zip | Bin 0 -> 164491 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/testdata/deflate_src.zip (limited to 'tests/testdata/deflate_src.zip') diff --git a/tests/testdata/deflate_src.zip b/tests/testdata/deflate_src.zip new file mode 100644 index 000000000..bdb2b3216 Binary files /dev/null and b/tests/testdata/deflate_src.zip differ -- cgit v1.2.3