test_suite_platform.data (583B)
1 2 Time: get milliseconds 3 time_get_milliseconds: 4 5 Time: get seconds 6 time_get_seconds: 7 8 Check mbedtls_calloc overallocation 9 # This test case exercises an integer overflow in calloc. Under Asan, with 10 # a modern Clang, this triggers an ASan/MSan/TSan complaint. The complaint 11 # can be avoided with e.g. ASAN_OPTIONS=allocator_may_return_null=1, 12 # but this has to be set in the environment before the program starts, 13 # and could hide other errors. 14 depends_on:!MBEDTLS_TEST_HAVE_ASAN:!MBEDTLS_TEST_HAVE_MSAN:!MBEDTLS_TEST_HAVE_TSAN 15 check_mbedtls_calloc_overallocation:SIZE_MAX/2:SIZE_MAX/2