From: David Bremner Date: Wed, 24 Jun 2020 14:32:34 +0000 (-0300) Subject: test: mark two tests broken on machines with 32 bit time_t X-Git-Tag: 0.30_rc3~8 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b46d842782527b206e139edd00ab1ac896b5a23b test: mark two tests broken on machines with 32 bit time_t I haven't traced the code path as exhaustively for the SMIME test, but the expiry date in question is larger then representable in a signed 32 bit integer. --- diff --git a/test/T160-json.sh b/test/T160-json.sh index d975efa7..e8b75605 100755 --- a/test/T160-json.sh +++ b/test/T160-json.sh @@ -65,6 +65,9 @@ test_expect_equal_json "$output" "[{\"thread\": \"XXX\", \"unread\"]}]" test_begin_subtest "Search message: json, 64-bit timestamp" +if [ $NOTMUCH_HAVE_64BIT_TIME_T -ne 1 ]; then + test_subtest_known_broken +fi add_message "[subject]=\"json-search-64bit-timestamp-subject\"" "[date]=\"Tue, 01 Jan 2999 12:00:00 -0000\"" "[body]=\"json-search-64bit-timestamp-message\"" output=$(notmuch search --format=json "json-search-64bit-timestamp-message" | notmuch_search_sanitize) test_expect_equal_json "$output" "[{\"thread\": \"XXX\", diff --git a/test/T355-smime.sh b/test/T355-smime.sh index 170f8649..f8cec62c 100755 --- a/test/T355-smime.sh +++ b/test/T355-smime.sh @@ -176,6 +176,9 @@ output=$(notmuch show --format=json id:smime-onepart-signed@protected-headers.ex test_valid_json "$output" test_begin_subtest "Verify signature on PKCS#7 SignedData message" +if [ $NOTMUCH_HAVE_64BIT_TIME_T -ne 1 ]; then + test_subtest_known_broken +fi output=$(notmuch show --format=json id:smime-onepart-signed@protected-headers.example) test_json_nodes <<<"$output" \