Loading tests/unit/applypatch_modes_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ TEST_F(ApplyPatchModesTest, InvalidArgs) { ASSERT_EQ(2, InvokeApplyPatchModes({ "applypatch", "-x" })); } TEST_F(ApplyPatchModesTest, PatchModeEmmcTarget) { TEST_F(ApplyPatchModesTest, DISABLED_PatchModeEmmcTarget) { std::vector<std::string> args{ "applypatch", "--bonus", Loading @@ -118,7 +118,7 @@ TEST_F(ApplyPatchModesTest, PatchModeEmmcTarget) { // Tests patching an eMMC target without a separate bonus file (i.e. recovery-from-boot patch has // everything). TEST_F(ApplyPatchModesTest, PatchModeEmmcTargetWithoutBonusFile) { TEST_F(ApplyPatchModesTest, DISABLED_PatchModeEmmcTargetWithoutBonusFile) { std::vector<std::string> args{ "applypatch", "--patch", from_testdata_base("recovery-from-boot-with-bonus.p"), "--target", target, "--source", Loading tests/unit/applypatch_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ TEST_F(ApplyPatchTest, PatchPartitionCheck_UseBackup_BothCorrupted) { PatchPartitionCheck(target_partition, Partition(target_file, source_size, source_sha1))); } TEST_F(ApplyPatchTest, PatchPartition) { TEST_F(ApplyPatchTest, DISABLED_PatchPartition) { FileContents patch_fc; ASSERT_TRUE(LoadFileContents(from_testdata_base("recovery-from-boot.p"), &patch_fc)); Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); Loading @@ -146,7 +146,7 @@ TEST_F(ApplyPatchTest, PatchPartition) { // Tests patching an eMMC target without a separate bonus file (i.e. recovery-from-boot patch has // everything). TEST_F(ApplyPatchTest, PatchPartitionWithoutBonusFile) { TEST_F(ApplyPatchTest, DISABLED_PatchPartitionWithoutBonusFile) { FileContents patch_fc; ASSERT_TRUE(LoadFileContents(from_testdata_base("recovery-from-boot-with-bonus.p"), &patch_fc)); Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); Loading Loading
tests/unit/applypatch_modes_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ TEST_F(ApplyPatchModesTest, InvalidArgs) { ASSERT_EQ(2, InvokeApplyPatchModes({ "applypatch", "-x" })); } TEST_F(ApplyPatchModesTest, PatchModeEmmcTarget) { TEST_F(ApplyPatchModesTest, DISABLED_PatchModeEmmcTarget) { std::vector<std::string> args{ "applypatch", "--bonus", Loading @@ -118,7 +118,7 @@ TEST_F(ApplyPatchModesTest, PatchModeEmmcTarget) { // Tests patching an eMMC target without a separate bonus file (i.e. recovery-from-boot patch has // everything). TEST_F(ApplyPatchModesTest, PatchModeEmmcTargetWithoutBonusFile) { TEST_F(ApplyPatchModesTest, DISABLED_PatchModeEmmcTargetWithoutBonusFile) { std::vector<std::string> args{ "applypatch", "--patch", from_testdata_base("recovery-from-boot-with-bonus.p"), "--target", target, "--source", Loading
tests/unit/applypatch_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ TEST_F(ApplyPatchTest, PatchPartitionCheck_UseBackup_BothCorrupted) { PatchPartitionCheck(target_partition, Partition(target_file, source_size, source_sha1))); } TEST_F(ApplyPatchTest, PatchPartition) { TEST_F(ApplyPatchTest, DISABLED_PatchPartition) { FileContents patch_fc; ASSERT_TRUE(LoadFileContents(from_testdata_base("recovery-from-boot.p"), &patch_fc)); Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); Loading @@ -146,7 +146,7 @@ TEST_F(ApplyPatchTest, PatchPartition) { // Tests patching an eMMC target without a separate bonus file (i.e. recovery-from-boot patch has // everything). TEST_F(ApplyPatchTest, PatchPartitionWithoutBonusFile) { TEST_F(ApplyPatchTest, DISABLED_PatchPartitionWithoutBonusFile) { FileContents patch_fc; ASSERT_TRUE(LoadFileContents(from_testdata_base("recovery-from-boot-with-bonus.p"), &patch_fc)); Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); Loading