Lines Matching refs:expect_exact
37 child.expect_exact("run")
39 child.expect_exact("continue")
41 child.expect_exact("About to crash")
43 child.expect_exact('(char *) touch_me_not')
67 child.expect_exact("run")
69 child.expect_exact("continue")
71 child.expect_exact("Got there on time and it did not crash.")
74 child.expect_exact("exited")
99 child.expect_exact("continue")
101 child.expect_exact("Got there on time and it did not crash.")
104 child.expect_exact("exited")
152 child.expect_exact("attach")
154 child.expect_exact(self.PROMPT + "continue")
156 child.expect_exact(self.PROMPT + "continue")
159 child.expect_exact("Process %d exited with status" % (victim_pid))