forked from openenclave/openenclave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.unsupported
41 lines (41 loc) · 2.21 KB
/
tests.unsupported
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Test aborts as expected, but the test harness does not currently support treating it as a pass.
../../3rdparty/openssl/openssl/test/aborttest.c
# Require localtime, which is not supported.
../../3rdparty/openssl/openssl/test/asn1_time_test.c
# The MS CryptoAPI engine (capieng) is disabled.
../../3rdparty/openssl/openssl/test/cmsapitest.c
# Require fork, which is not supported.
../../3rdparty/openssl/openssl/test/drbgtest.c
# Disable the stress test that takes too long to finish (e.g., ~70 second on both Linux and Windows).
../../3rdparty/openssl/openssl/test/ecstresstest.c
# Not supported by opensl v1.1.1. Fixed by https://github.com/openssl/openssl/pull/10337 (targeted for v3.0.0).
../../3rdparty/openssl/openssl/test/ssl_ctx_test.c
# Fail with the stress test because of insufficient heap size (still fail with 25600 pages/100 MB).
# The memory usage peak of running the non-enclave version of the test is 171.69 MB.
../../3rdparty/openssl/openssl/test/lhash_test.c
# Require openssl libapp.a, which is not included by OE.
../../3rdparty/openssl/openssl/test/uitest.c
# Require getservbyname, which is not supported.
../../3rdparty/openssl/openssl/test/ssltest_old.c
# Depend on the OPENSSL_NO_SECURE_MEMORY build flag that is not supported by OE.
../../3rdparty/openssl/openssl/test/secmemtest.c
# GOST engine is not supported by OE (require dynamic loading).
../../3rdparty/openssl/openssl/test/gosttest.c
# Depend on PSK that is disabled by OE.
../../3rdparty/openssl/openssl/test/dtls_mtu_test.c
# Poly1305 is disabled OE.
../../3rdparty/openssl/openssl/test/poly1305_internal_test.c
# Chacha is disabled by OE.
../../3rdparty/openssl/openssl/test/chacha_internal_test.c
# SipHash is disabled by OE.
../../3rdparty/openssl/openssl/test/siphash_internal_test.c
# SM2 is disabled by OE.
../../3rdparty/openssl/openssl/test/sm2_internal_test.c
# SM4 is disabled by OE.
../../3rdparty/openssl/openssl/test/sm4_internal_test.c
# MDC2 is disabled by OE.
../../3rdparty/openssl/openssl/test/mdc2_internal_test.c
# Depend on the shared configuration that is disabled by OE.
../../3rdparty/openssl/openssl/test/cipher_overhead_test.c
# The 25-cipher.conf depends on chacha and poly1305 that are disabled by OE.
../../3rdparty/openssl/openssl/test/ssl_test.c