commit | 1c116ba64a9c1a1d3db733ed58e91a9123302b80 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 12 22:47:23 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 12 22:47:23 2024 +0000 |
tree | 17ba2452d90c92d3fc14c89dca02808e5a265689 | |
parent | f5146642e100da75fbdb349a383f5c9a90c0cd3c [diff] | |
parent | 4c5eeb8346813e5ecb4264fa1b573be18b1166cd [diff] |
[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior. am: 4c5eeb8346 Original change: https://android-review.googlesource.com/c/platform/bionic/+/2908740 Change-Id: Ib623cf4b4dda4791b0647b7c6d93543389431e30 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/time_test.cpp b/tests/time_test.cpp index ca8e260..7c96964 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp
@@ -168,7 +168,7 @@ #endif } -TEST(time, mktime_EOVERFLOW) { +TEST(time, DISABLED_mktime_EOVERFLOW) { setenv("TZ", "UTC", 1); struct tm t;