Home | History | Annotate | Download | only in lib

Lines Matching refs:retval

39     # will return a non-zero retval anyway so we're good.
42 set retval [ catch {
44 if { $retval == 0 } {
50 set retval [ catch {
53 if { $retval != 0 } {
54 fail "$test: $pipeline returned $retval\n$msg"
59 set retval [ catch {
62 if { $retval != 0 } {
63 fail "$test: llvm-as returned $retval\n$msg"
67 set retval [ catch {
70 if { $retval != 0 } {
71 fail "$test: llvm2cpp returned $retval\n$msg"
75 set retval [ catch {
77 if { $retval != 0 } {
78 fail "$test: gcc returned $retval\n$msg"
82 set retval [ catch { exec -keepnewline $executable > $output } msg ]
83 if { $retval != 0 } {
85 fail "$test: $execname returned $retval:\n$msg"
89 set retval [ catch {
92 if { $retval != 0 } {
93 fail "$test: diff returned $retval:\n$msg"