do-not-fail-on-unexpected-pass
=================================================================== Gbp-Pq: Name do-not-fail-on-unexpected-pass.diff
This commit is contained in:
parent
a5e1f96fb6
commit
bc7fb4e5ee
|
@ -32,7 +32,7 @@ PASS = ResultCode('PASS', False)
|
||||||
FLAKYPASS = ResultCode('FLAKYPASS', False)
|
FLAKYPASS = ResultCode('FLAKYPASS', False)
|
||||||
XFAIL = ResultCode('XFAIL', False)
|
XFAIL = ResultCode('XFAIL', False)
|
||||||
FAIL = ResultCode('FAIL', True)
|
FAIL = ResultCode('FAIL', True)
|
||||||
XPASS = ResultCode('XPASS', True)
|
XPASS = ResultCode('XPASS', False)
|
||||||
UNRESOLVED = ResultCode('UNRESOLVED', True)
|
UNRESOLVED = ResultCode('UNRESOLVED', True)
|
||||||
UNSUPPORTED = ResultCode('UNSUPPORTED', False)
|
UNSUPPORTED = ResultCode('UNSUPPORTED', False)
|
||||||
TIMEOUT = ResultCode('TIMEOUT', True)
|
TIMEOUT = ResultCode('TIMEOUT', True)
|
||||||
|
|
Loading…
Reference in New Issue