These two test cases fail for us on i686. See https://en.wikipedia.org/wiki/Year_2038_problem --- netsurf-3.6/test/time.c +++ netsurf-3.6/test/time.c @@ -77,18 +77,10 @@ .expected = "Tue, 12 Jun 2001 12:12:12 GMT" }, { - .test = "Thu, 16 Jul 2207 12:45:12 GMT", - .expected = "Thu, 16 Jul 2207 12:45:12 GMT" - }, - { .test = "Thu, 16 Aug 2007 19:45:12 GMT", .expected = "Thu, 16 Aug 2007 19:45:12 GMT" }, { - .test = "Tue, 16 Sep 3456 00:45:12 GMT", - .expected = "Tue, 16 Sep 3456 00:45:12 GMT" - }, - { .test = "Sun, 16 Oct 1988 19:45:59 GMT", .expected = "Sun, 16 Oct 1988 19:45:59 GMT" }, 3b50b327f7cf3226a0e37bc6afa1e921c9c075f7'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/http-client.scm
AgeCommit message (Expand)Author
2022-03-06tests: Add (guix http-client) tests....* tests/http-client.scm: New file. * Makefile.am (SCM_TESTS): Add it. * .dir-locals.el (scheme-mode): Add 'with-http-server'. Ludovic Courtès