Skip to content

glib/tests/asyncqueue.c: skip test_async_queue_timed in 2038 or later

Alexander Kanavin requested to merge alex.kanavin/glib:fix-async into main

The test relies on GTimeVal which will overflow in 2038 on 32 bit systems and will cause the rest of the test to fail. This allows testing Y2038 compatibility by simulating future dates, without such failures getting in the way of actual Y2038 problems.

Further info: !3548 (closed)

Signed-off-by: Alexander Kanavin alex@linutronix.de

Merge request reports