summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <[email protected]>2024-11-12 11:55:11 +0100
committerQt Cherry-pick Bot <[email protected]>2024-11-19 08:27:14 +0000
commit0db4321f2f13c6870283f3fcc0f1a462fd7cf663 (patch)
tree65e7d23291a769f6f1cd1714eb6a2a45778cefa4
parent4f4c07e94d997473eefe2dae9927766009692496 (diff)
Remove test for America/Hermosillo transition at the epochv6.8.16.8.1
A recent update [0] to the IANA timezone database has improved the historical accuracy of transitions in Mexico. It turns out that the transition at the start of 1970 was not a real event. The only actual change then was that Mazatlan has followed the main Mexico zone rules since then, having ignored some transitions of the main zone in earlier decades. [0] https://github.com/eggert/tz/commit/812aff32b32c02266361d5538351e0db2a1aee5b Picking to 6.8 got a trivially-resolved conflict due to dev having one more BackendKludges flag to take into account. Removed 6.5 from the destinations for picking because the removed test was added since then. Fixes: QTQAINFRA-6757 Change-Id: I65d8ea1dfa76ce635bf11ffcc1ded8c9ceaf9fec Reviewed-by: Paul Wicking <[email protected]> (cherry picked from commit 8a27c310b1e4ebc74999e09551ca5eab4570a68e) (cherry picked from commit d5bb57060be98993f78417d0234346a4a8ab8d1b) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-rw-r--r--tests/auto/corelib/time/qdate/tst_qdate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/corelib/time/qdate/tst_qdate.cpp b/tests/auto/corelib/time/qdate/tst_qdate.cpp
index 5b715e8c55d..459c0ae3b55 100644
--- a/tests/auto/corelib/time/qdate/tst_qdate.cpp
+++ b/tests/auto/corelib/time/qdate/tst_qdate.cpp
@@ -554,9 +554,6 @@ void tst_QDate::startOfDay_endOfDay_data()
const QTime end;
const BackendKludges msOpt;
} transitions[] = {
- // The western Mexico time-zones skipped the first hour of 1970.
- { "BajaMexico", "America/Hermosillo", QDate(1970, 1, 1), QTime(1, 0), late, MsNoStart },
-
// Compare tst_QDateTime::fromStringDateFormat(ISO 24:00 in DST).
{ "Brazil", "America/Sao_Paulo", QDate(2008, 10, 19), QTime(1, 0), late, Clean },