summaryrefslogtreecommitdiff
path: root/TC/tet_code
blob: a2cf6c12b22a3ae838b9d6b336fd3b56c415f33b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# TET reserved codes
0 "PASS"
1 "FAIL"
2 "UNRESOLVED"
3 "NOTINUSE"
4 "UNSUPPORTED"
5 "UNTESTED"
6 "UNINITIATED"
7 "NORESULT"

# Test suite additional codes
33 "INSPECT"