summaryrefslogtreecommitdiffstats
path: root/tests/component/applypatch_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-20 00:14:57 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-20 00:14:57 +0200
commit0d4ef610f469ff42f42dba9fd535aaa8d8fd276b (patch)
tree72a5befe299382ffc4aec15f7127aa8e4f003f17 /tests/component/applypatch_test.cpp
parentMerge "Add sample_updater style check to PREUPLOAD.cfg" am: 73e6644777 am: 11e31203a6 (diff)
parentMerge "applypatch: Dump patch info on mismatching patching result." am: d2c32b281b (diff)
downloadandroid_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.tar
android_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.tar.gz
android_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.tar.bz2
android_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.tar.lz
android_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.tar.xz
android_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.tar.zst
android_bootable_recovery-0d4ef610f469ff42f42dba9fd535aaa8d8fd276b.zip
Diffstat (limited to 'tests/component/applypatch_test.cpp')
-rw-r--r--tests/component/applypatch_test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/component/applypatch_test.cpp b/tests/component/applypatch_test.cpp
index aa0959bf5..f19f28c60 100644
--- a/tests/component/applypatch_test.cpp
+++ b/tests/component/applypatch_test.cpp
@@ -344,6 +344,11 @@ TEST_F(ApplyPatchModesTest, PatchModeEmmcTargetWithMultiplePatches) {
patch1.c_str(),
patch2.c_str(),
patch3.c_str() };
+ // TODO(b/67849209): Remove after addressing the flakiness.
+ printf("Calling applypatch_modes with the following args:\n");
+ for (const auto& arg : args) {
+ printf(" %s\n", arg);
+ }
ASSERT_EQ(0, applypatch_modes(args.size(), args.data()));
}