summaryrefslogtreecommitdiffstats
path: root/tests/component/applypatch_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-19 23:52:35 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-19 23:52:35 +0200
commit84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7 (patch)
tree72a5befe299382ffc4aec15f7127aa8e4f003f17 /tests/component/applypatch_test.cpp
parentMerge "Add sample_updater style check to PREUPLOAD.cfg" am: 73e6644777 (diff)
parentMerge "applypatch: Dump patch info on mismatching patching result." (diff)
downloadandroid_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.tar
android_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.tar.gz
android_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.tar.bz2
android_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.tar.lz
android_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.tar.xz
android_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.tar.zst
android_bootable_recovery-84a978cbcf6e5d41ecd49c010ed33f936d4ebfe7.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()));
}