aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-01-12 19:52:55 +0000
committerElliott Hughes <enh@google.com>2024-01-12 19:52:55 +0000
commit4c5eeb8346813e5ecb4264fa1b573be18b1166cd (patch)
tree45942ea127296d6d4ba06999dfcf4cde18de8ae5
parent74c359277a69d27307a94f83ded50fcee26859a8 (diff)
downloadbionic-4c5eeb8346813e5ecb4264fa1b573be18b1166cd.tar.gz
[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 2024Q1 behavior.
As long as 2024Q1 is using Android 14's CTS, Android 14's CTS needs to work with both. That doesn't make much sense for this test of a bug fix, so just disable it. Bug: http://b/307680874 Test: treehugger Change-Id: Ic1bea5d0404c91279a025ac97b521f07e4d2d387
-rw-r--r--tests/time_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index 5f802aa80..0dcbcd2c0 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -167,7 +167,7 @@ TEST(time, mktime_10310929) {
#endif
}
-TEST(time, mktime_EOVERFLOW) {
+TEST(time, DISABLED_mktime_EOVERFLOW) {
setenv("TZ", "UTC", 1);
struct tm t;