Alexandre Julliard : crypt32/tests: Mark a failing test as todo.

Alexandre Julliard julliard at winehq.org
Fri Dec 17 15:14:55 CST 2021


Module: wine
Branch: master
Commit: b714ed411a24c0ae189033e75d4fe21c19ab30ed
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b714ed411a24c0ae189033e75d4fe21c19ab30ed

Author: Alexandre Julliard <julliard at 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 at 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 },




More information about the wine-cvs mailing list