mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Temporarily disable test_suite_x509parse.com
This test broke itself due to relying on the current time. Mocking out gettimeofday() confirms this. However, two ipv4 subject alt name tests still surprisingly fail even with a fake current time. We'll want this investigated further soon.
This commit is contained in:
parent
c315315896
commit
b99512ac58
1 changed files with 3 additions and 1 deletions
4
third_party/mbedtls/test/test.mk
vendored
4
third_party/mbedtls/test/test.mk
vendored
|
@ -11,6 +11,9 @@ THIRD_PARTY_MBEDTLS_TEST_INCS = $(filter %.inc,$(THIRD_PARTY_MBEDTLS_TEST_FILES)
|
||||||
THIRD_PARTY_MBEDTLS_TEST_OBJS = \
|
THIRD_PARTY_MBEDTLS_TEST_OBJS = \
|
||||||
$(THIRD_PARTY_MBEDTLS_TEST_SRCS:%.c=o/$(MODE)/%.o)
|
$(THIRD_PARTY_MBEDTLS_TEST_SRCS:%.c=o/$(MODE)/%.o)
|
||||||
|
|
||||||
|
# TOOD(jart): Re-enable me once we can mock out time.
|
||||||
|
# o/$(MODE)/third_party/mbedtls/test/test_suite_x509parse.com
|
||||||
|
|
||||||
THIRD_PARTY_MBEDTLS_TEST_COMS = \
|
THIRD_PARTY_MBEDTLS_TEST_COMS = \
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_aes.cbc.com \
|
o/$(MODE)/third_party/mbedtls/test/test_suite_aes.cbc.com \
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_aes.cfb.com \
|
o/$(MODE)/third_party/mbedtls/test/test_suite_aes.cfb.com \
|
||||||
|
@ -76,7 +79,6 @@ THIRD_PARTY_MBEDTLS_TEST_COMS = \
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_ssl.com \
|
o/$(MODE)/third_party/mbedtls/test/test_suite_ssl.com \
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_timing.com \
|
o/$(MODE)/third_party/mbedtls/test/test_suite_timing.com \
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_version.com \
|
o/$(MODE)/third_party/mbedtls/test/test_suite_version.com \
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_x509parse.com \
|
|
||||||
o/$(MODE)/third_party/mbedtls/test/test_suite_x509write.com \
|
o/$(MODE)/third_party/mbedtls/test/test_suite_x509write.com \
|
||||||
o/$(MODE)/third_party/mbedtls/test/secp384r1_test.com \
|
o/$(MODE)/third_party/mbedtls/test/secp384r1_test.com \
|
||||||
o/$(MODE)/third_party/mbedtls/test/everest_test.com
|
o/$(MODE)/third_party/mbedtls/test/everest_test.com
|
||||||
|
|
Loading…
Reference in a new issue