Searched refs:expected_profile_content (Results 1 – 2 of 2) sorted by relevance
985 std::string expected_profile_content = snap_profile_ + ".expected"; in createProfileSnapshot() local986 run_cmd("rm -f " + expected_profile_content); in createProfileSnapshot()987 run_cmd("touch " + expected_profile_content); in createProfileSnapshot()992 " --reference-profile-file=" + expected_profile_content + in createProfileSnapshot()995 ASSERT_TRUE(AreFilesEqual(expected_profile_content, snap_profile_)); in createProfileSnapshot()
960 std::string expected_profile_content = JoinProfileLines(expected_data); in TEST_F() local1002 ASSERT_EQ(output_profile_contents, expected_profile_content); in TEST_F()1055 std::string expected_profile_content = JoinProfileLines(expected_data); in TEST_F() local1096 ASSERT_EQ(output_profile_contents, expected_profile_content); in TEST_F()