Lines Matching full:run

26     verbose "Skipping a2-run.exp because of noargs."
45 set testfile "run"
57 # Run with no arguments.
58 # On VxWorks this justs make sure the program was run.
66 unresolved "run \"$testfile\" with no args"
69 pass "run \"$testfile\" with no args"
72 fail "(timeout) run \"$testfile\" with no args"
81 pass "run \"$testfile\" with no args"
84 pass "run \"$testfile\" with no args (exit wrapper)"
87 fail "run \"$testfile\" with no args"
91 fail "(timeout) run \"$testfile\" no args"
95 # Now run with some arguments
97 send_gdb "run vxmain \"5\"\n"
98 gdb_expect -re "run vxmain \"5\"\r\n" {}
103 unresolved "run \"$testfile\" with arg"
106 pass "run \"$testfile\" with arg"
109 fail "(timeout) run \"$testfile\" with arg"
120 { pass "run \"$testfile\" with arg" }
121 -re ".*$gdb_prompt $" { fail "run \"$testfile\" with arg" }
122 timeout { fail "(timeout) run \"$testfile\" with arg" }
126 # Run again with same arguments.
135 unresolved "run \"$testfile\" again with same args"
137 "120" { pass "run \"$testfile\" again with same args" }
138 timeout { fail "(timeout) run \"$testfile\" again with same args" }
147 { pass "run \"$testfile\" again with same args" }
148 -re ".*$gdb_prompt $" { fail "run \"$testfile\" again with same args" }
149 timeout { fail "(timeout) run \"$testfile\" again with same args" }
153 # Use "set args" command to specify no arguments as default and run again.
168 unresolved "run after setting args to nil"
171 pass "run after setting args to nil"
174 fail "(timeout) run after setting args to nil"
183 pass "run after setting args to nil"
186 fail "run after setting args to nil"
189 fail "(timeout) run after setting args to nil"
194 # Use "set args" command to specify an argument and run again.
209 unresolved "run \"$testfile\" again after setting args"
212 pass "run \"$testfile\" again after setting args"
215 fail "(timeout) run \"$testfile\" again after setting args"
225 pass "run \"$testfile\" again after setting args"
228 fail "run \"$testfile\" again after setting args"
231 fail "(timeout) run \"$testfile\" again after setting args"
236 # GOAL: Test that shell is being used with "run". For remote debugging
239 send_gdb "run `echo 8`\n"
242 pass "run \"$testfile\" with shell"
245 fail "run \"$testfile\" with shell"
248 fail "(timeout) run \"$testfile\" with shell"