#Regression Test Tool Specification File
##Note: Comments are allowed in the specification file
[General]
mut=Regression Test Tool
mutversion=1.0
htmlout=NOW
reporterSpec = regress.rpt
[Test-1]
program=testp1
testname=Test Program 1 - expected PASS
[Test-2]
program=testp2
testname=Test Program 2 - expected FAIL
[Test-3]
program=testp3
testname=Test Program 3 - expected MALFORMED
[Test-4]
program=testp4
testname=Test Program 4 - expected TIMEOUT
timeout=5
[Test-5]
testname=No program name test
[Test-6]
program=No testname test
[Test-7]
testname=Known bug test
program=testp5
timeout=20
bug = 25341
[Test-8]
testname=exclude header test
program=testp6
timeout=50
exclude=SOLARIS5.5
[Test-9]
testname=invalid header (both include and exclude test)
program=testp7
timeout=20
include=SOLARIS5.5
exclude=OSF1.4
[Test-a]
testname=Bad header test number test
[bad header 1]
testname=Bad header 1 test
[bad]
testname=Bad header 2 test
#