aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-04-26 05:29:34 +0000
committerRob Savoye <rob@welcomehome.org>2002-04-26 05:29:34 +0000
commit161152e05e980864d937c381a32b49e6e5c497ed (patch)
tree2dfe7206a7bdc8528a34f8720242e4148226c25b /runtest.exp
parent2f41767b751bfaf2cee5854ece07a863763db87e (diff)
downloaddejagnu-161152e05e980864d937c381a32b49e6e5c497ed.zip
dejagnu-161152e05e980864d937c381a32b49e6e5c497ed.tar.gz
dejagnu-161152e05e980864d937c381a32b49e6e5c497ed.tar.bz2
Checkin initial version of kpass/kfail support.
Diffstat (limited to 'runtest.exp')
-rwxr-xr-xruntest.exp6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtest.exp b/runtest.exp
index 8c6f307..6eb4e58 100755
--- a/runtest.exp
+++ b/runtest.exp
@@ -49,8 +49,10 @@ set psum_file "latest" ;# file name of previous summary to diff against
set exit_status 0 ;# exit code returned by this program
-set xfail_flag 0
-set xfail_prms 0
+set xfail_flag 0 ;# indicates that a failure is expected
+set xfail_prms 0 ;# GNATS prms id number for this expected failure
+set kfail_flag 0 ;# indicates that it is a known failure
+set kfail_prms 0 ;# bug id for the description of the known failure
set sum_file "" ;# name of the file that contains the summary log
set base_dir "" ;# the current working directory
set xml_file "" ;# name of the xml output if requested