Lines Matching refs:stdout_str
135 ASSERT_NE(result.stdout_str.find(StringPrintf("0x%08x -> 0x%08x", R::target::integer::int1, in TEST_F()
138 << result.stdout_str; in TEST_F()
139 ASSERT_NE(result.stdout_str.find(StringPrintf("0x%08x -> 0x%08x", R::target::string::str1, in TEST_F()
142 << result.stdout_str; in TEST_F()
143 ASSERT_NE(result.stdout_str.find(StringPrintf("0x%08x -> 0x%08x", R::target::string::str3, in TEST_F()
146 << result.stdout_str; in TEST_F()
147 ASSERT_NE(result.stdout_str.find(StringPrintf("0x%08x -> 0x%08x", R::target::string::str4, in TEST_F()
150 << result.stdout_str; in TEST_F()
160 ASSERT_NE(result.stdout_str.find("00000000: 504d4449 magic"), std::string::npos); in TEST_F()
197 ASSERT_NE(result.stdout_str.find("overlay-1"), std::string::npos); in TEST_F()
198 ASSERT_EQ(result.stdout_str.find("overlay-1-sv"), std::string::npos); in TEST_F()
209 ASSERT_NE(result.stdout_str.find("overlay-1"), std::string::npos); in TEST_F()
210 ASSERT_EQ(result.stdout_str.find("overlay-1-sv"), std::string::npos); in TEST_F()
221 ASSERT_NE(result.stdout_str.find("overlay-1-sv"), std::string::npos); in TEST_F()