Lines Matching refs:expect
12 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
13 self.expect("b main")
14 self.expect("r")
18 self.expect("n")
19 self.expect("thread trace dump instructions -t -c 1",
25 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
26 self.expect("b main")
27 self.expect("r")
32 self.expect("si")
33 self.expect("si")
34 self.expect("si")
47 self.expect(f"thread trace dump instructions -t --id {id} -c 1",
53 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
54 self.expect("b main")
55 self.expect("r")
59 self.expect("n")
60 self.expect("thread trace dump instructions -t -c 1",
63 self.expect("thread trace dump instructions -t -c 1 --pretty-json",
69 self.expect("file " + os.path.join(self.getSourceDir(), "intelpt-trace", "a.out"))
70 self.expect("b main")
71 self.expect("r")
75 self.expect("n")
76 self.expect("thread trace dump instructions -t -c 1",
79 self.expect("thread trace dump instructions -t -c 1 --json",
113 self.expect("file " + (os.path.join(self.getSourceDir(), "intelpt-trace", "a.out")))
114 self.expect("b main")
115 self.expect("r")