Lines Matching refs:pattern
46 proc process-option { prog option message flag_name pattern } { argument
80 lappend result [list [lindex $i 0] "X$flag_name" [lrange $i $compos end] "$pattern"]
82 lappend result [list [lindex $i 0] "$flag_name" [lrange $i $compos end] "$pattern"]
143 set pattern ""
469 set pattern [lindex $i 2]
489 $ok "$name $pattern (test for errors, line $line)"
492 x$ok "$name $pattern (test for errors, line $line)"
495 $ok "$name $pattern (test for warnings, line $line)"
498 x$ok "$name $pattern (test for warnings, line $line)"
501 $uhoh "$name $pattern (test for bogus messages, line $line)"
504 x$uhoh "$name $pattern (test for bogus messages, line $line)"
507 $uhoh "$name $pattern (test for compiler aborts, line $line)"
510 x$uhoh "$name $pattern (test for compiler aborts, line $line)"
513 $uhoh "$name $pattern (test for compiler segfaults, line $line)"
516 x$uhoh "$name $pattern (test for compiler segfaults, line $line)"
519 $uhoh "$name $pattern (test for linker problems, line $line)"
522 x$uhoh "$name $pattern (test for linker problems, line $line)"
525 $uhoh "$name $pattern (test for Bad C code, line $line)"
528 x$uhoh "$name $pattern (test for Bad C code, line $line)"
531 $uhoh "$name $pattern (test for bad assembler, line $line)"
534 x$uhoh "$name $pattern (test for bad assembler, line $line)"
586 fail "$name $pattern Execution test"
598 $status "$name $pattern Execution test"