Lines Matching refs:expect

24         self.expect("foobar", substrs=["All good"])
25 self.expect("foobar4", substrs=["All good"])
26 self.expect("vfoobar", substrs=["All good"])
27 self.expect("v5foobar", substrs=["All good"])
28 self.expect("sfoobar", substrs=["All good"])
29 self.expect("cfoobar", substrs=["All good"])
30 self.expect("ifoobar", substrs=["All good"])
31 self.expect("sfoobar4", substrs=["All good"])
32 self.expect("cfoobar4", substrs=["All good"])
33 self.expect("ifoobar4", substrs=["All good"])
34 self.expect("ofoobar", substrs=["All good"])
35 self.expect("ofoobar4", substrs=["All good"])
39 self.expect('targetname',
43 self.expect("file " + exe,
46 self.expect('targetname',
73 self.expect('welcome Enrico',
76 self.expect("help welcome",
82 self.expect(name, substrs=["hello from " + name])
83 self.expect("help " + name,
86 self.expect("help",
90 self.expect("help -a",
94 self.expect("help -u", matching=False,
99 self.expect('welcome Enrico', matching=False, error=True,
102 self.expect('targetname fail', error=True,
105 self.expect('command script list',
109 self.expect("help targetname",
113 self.expect("longwait",
119 self.expect("frame variable array",
122 self.expect("frame variable array",
127 self.expect("tell_sync",
129 self.expect("tell_async",
131 self.expect("tell_curr",
135 self.expect("takes_exe_ctx", substrs=["a.out"])
138 self.expect('command script add -f foobar welcome -h "just some help"')
145 self.expect('my_command Blah', substrs=['Hello Blah, welcome to LLDB'])
149 self.expect('my_command', substrs=['a.out'])
153 self.expect('command script list', matching=False,
157 self.expect('command script add -f foobar frame', error=True,
174 self.expect("save_debugger", substrs=[str(self.dbg)])
178 self.expect("script str(persistence.debugger_copy)", substrs=[str(self.dbg)])
181 self.expect("script str(persistence.result_copy)", substrs=["Started"])