Avoid some MinGW test failures
authorMatt Caswell <matt@openssl.org>
Fri, 25 Jun 2021 15:05:20 +0000 (16:05 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 2 Jul 2021 16:44:02 +0000 (17:44 +0100)
commit53d0d01fd48867494be4c33faf0604cd58458c9d
tree3a1cd915d75e34e7be28f5b0b4f4b333213976e6
parent3a1d2b59522163ebb83bb68e13c896188dc222c6
Avoid some MinGW test failures

There were 4 classes of failure:

- line ending problems;
- unicode problems;
- file path munging problems; and
- a "hang" in test_cmp_http.

The unicode problems appear to be somewhere between wine or msys - they
don't actually appear to be a problem with the built binaries. We just skip
those tests for now.

Fixes #13558

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15939)
test/recipes/01-test_symbol_presence.t
test/recipes/04-test_conf.t
test/recipes/15-test_ecparam.t
test/recipes/25-test_eai_data.t
test/recipes/25-test_req.t
test/recipes/25-test_x509.t
test/recipes/79-test_http.t
test/recipes/80-test_cmp_http.t
test/recipes/81-test_cmp_cli.t
test/recipes/90-test_store.t