Module: wine Branch: master Commit: b714ed411a24c0ae189033e75d4fe21c19ab30ed URL: https://source.winehq.org/git/wine.git/?a=commit;h=b714ed411a24c0ae189033e75...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 17 15:05:09 2021 +0100
crypt32/tests: Mark a failing test as todo.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/crypt32/tests/chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c index 68817b98dda..5f7f6a5b777 100644 --- a/dlls/crypt32/tests/chain.c +++ b/dlls/crypt32/tests/chain.c @@ -4261,7 +4261,7 @@ static ChainCheck chainCheck[] = { { { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER }, { CERT_TRUST_IS_NOT_TIME_VALID, 0 }, - 1, googleSimpleStatus }, TODO_INFO, &oct2016 }, + 1, googleSimpleStatus }, TODO_INFO | TODO_ERROR, &oct2016 }, /* The stanford chain may or may not have its root trusted, so ignore the error */ { { ARRAY_SIZE(stanfordChain), stanfordChain },