aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/testsuite/bluegnu.all/stats-sub.exp
blob: 966bb75190d3398cf4044da7b3b2814e617a9515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Subordinate to stats.exp.

# If not called by stats.exp, quit now.
if { ![info exists STATS_TEST] } {
    return
}

switch $STATS_TEST {
    pass { pass "pass test" }
    fail { fail "fail test" }
    xpass { xpass "xpass test" }
    xfail { xfail "xfail test" }
    untested { untested "untested test" }
    unresolved { unresolved "unresolved test" }
    unsupported { unsupported "unsupported test" }
}