Lines Matching refs:expect
18 self.expect("b main")
19 self.expect("b 6")
20 self.expect("b 11")
22 self.expect("r")
25 self.expect("continue")
26 self.expect("thread trace dump instructions", substrs=['main.cpp:9'])
29 self.expect("continue")
30 self.expect("thread trace dump instructions", substrs=['main.cpp:4'])
42 self.expect("b main")
43 self.expect("b 6")
44 self.expect("b 11")
46 self.expect("r")
50 self.expect("continue")
53 self.expect("thread trace dump instructions", substrs=['main.cpp:9'])
54 self.expect("thread trace dump instructions 2", substrs=['main.cpp:9'])
57 self.expect("thread trace stop 2")
60 self.expect("thread trace dump instructions 2", substrs=['main.cpp:9'])
63 self.expect("continue")
64 self.expect("thread trace dump instructions", substrs=['main.cpp:4'])
65 self.expect("thread trace dump instructions 3", substrs=['main.cpp:4'])
67 self.expect("thread trace dump instructions 2", substrs=['not traced'])
78 self.expect("b main")
79 self.expect("b 6")
80 self.expect("b 11")
82 self.expect("r")
87 self.expect("continue")
90 self.expect("thread trace dump instructions", substrs=['main.cpp:9'])
91 self.expect("thread trace dump instructions 2", substrs=['main.cpp:9'])
94 self.expect("thread trace stop all")
97 self.expect("thread trace dump instructions 2", substrs=['main.cpp:9'])
100 self.expect("continue")
101 self.expect("thread trace dump instructions", substrs=['main.cpp:4'])
102 self.expect("thread trace dump instructions 3", substrs=['main.cpp:4'])
103 self.expect("thread trace dump instructions 1", substrs=['not traced'], error=True)
104 self.expect("thread trace dump instructions 2", substrs=['not traced'], error=True)
114 self.expect("b main")
115 self.expect("b 6")
116 self.expect("b 11")
118 self.expect("r")
120 self.expect("continue")
122 self.expect("thread trace start all")
124 self.expect("n")
126 self.expect("thread trace dump instructions 2", substrs=['main.cpp:11'])
132 self.expect("thread trace dump instructions 2", substrs=['main.cpp:11'])
135 self.expect("continue")
136 self.expect("thread trace dump instructions 3", substrs=['not traced'], error=True)
137 self.expect("thread trace dump instructions 1", substrs=['not traced'], error=True)
138 self.expect("thread trace dump instructions 2", substrs=['not traced'], error=True)
148 self.expect("b main")
149 self.expect("r")
155 self.expect("c", substrs=['Thread', "can't be traced"])
157 self.expect("c", substrs=['Thread', "can't be traced"])
170 self.expect("b main")
171 self.expect("r")
198 self.expect("b 19")
199 self.expect("c")
234 self.expect("thread trace dump instructions")