FAIL: y2038-vs-32-bit
=
diff: in: Value too large for defined data type
FAIL y2038-vs-32-bit (exit status: 1)
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
Would the attached workaround the issue?
Carlo
>From 1fb2147cead1d201b64f4b17154181cd6278eb7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?=
Date: Sat, 13 May 2023 07:28:35 -0700
Subject: [PATCH] tests: skip y2038 test upon compare failure
* tests/y2038-vs-32-bi
On Mai 13 2023, Carlo Marcelo Arenas Belón wrote:
> on linux m68k.
???
On Sat, May 13, 2023 at 7:48 AM Andreas Schwab wrote:
>
> On Mai 13 2023, Carlo Marcelo Arenas Belón wrote:
>
> > on linux m68k.
>
> ???
Well; the report didn't provide much information, so I made an educated guess.
Would you provide a more accurate description?
Also, out of curiosity; does `c
https://build.opensuse.org/package/show/home:Andreas_Schwab:Factory/grep
Could you apply the attached patch?
Carlo
>From b19df9fa4402349e8ae3c35f0e3738f66d354d59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?=
Date: Sat, 13 May 2023 07:28:35 -0700
Subject: [PATCH v2] tests: protect y2038 against diff failures
* tests/y2038-vs-32-bit:
On Sat, May 13, 2023 at 05:41:03PM +0200, Andreas Schwab wrote:
>
> https://build.opensuse.org/package/show/home:Andreas_Schwab:Factory/grep
confirmed the diffutils (version 3.9) in that version of openSUSE, is
affected (both diff and cmp) by the Y2K38 bug[1], but grep is not.
attached v3 would