Lines Matching refs:stdout
136 ASSERT_NE(result->stdout.find(StringPrintf("0x%08x -> 0x%08x", R::target::integer::int1, in TEST_F()
139 << result->stdout; in TEST_F()
140 ASSERT_NE(result->stdout.find(StringPrintf("0x%08x -> 0x%08x", R::target::string::str1, in TEST_F()
143 << result->stdout; in TEST_F()
144 ASSERT_NE(result->stdout.find(StringPrintf("0x%08x -> 0x%08x", R::target::string::str3, in TEST_F()
147 << result->stdout; in TEST_F()
148 ASSERT_NE(result->stdout.find(StringPrintf("0x%08x -> 0x%08x", R::target::string::str4, in TEST_F()
151 << result->stdout; in TEST_F()
161 ASSERT_NE(result->stdout.find("00000000: 504d4449 magic"), std::string::npos); in TEST_F()
198 ASSERT_NE(result->stdout.find("overlay-1"), std::string::npos); in TEST_F()
199 ASSERT_EQ(result->stdout.find("overlay-1-sv"), std::string::npos); in TEST_F()
210 ASSERT_NE(result->stdout.find("overlay-1"), std::string::npos); in TEST_F()
211 ASSERT_EQ(result->stdout.find("overlay-1-sv"), std::string::npos); in TEST_F()
222 ASSERT_NE(result->stdout.find("overlay-1-sv"), std::string::npos); in TEST_F()