guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Commit ‘gnu: ghc-8.10: Disable failing test on i686.’ has a cross-compil


From: Maxime Devos
Subject: Commit ‘gnu: ghc-8.10: Disable failing test on i686.’ has a cross-compilation bug
Date: Fri, 05 Nov 2021 20:19:41 +0000
User-agent: Evolution 3.38.3-1

Hi,

About this commit:

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=89de1924cb535fc2c97d3654e21badaebd43518e

> +           ,@(if (string=? "i686-linux" (%current-system))
> +              '((add-after 'skip-more-tests 'skip-failing-tests-i686
> +                 (lambda _
> +                   (substitute*
'("testsuite/tests/codeGen/should_compile/all.T")
> +                     (("(test\\('T15155l',
)when\\(unregisterised\\(\\), skip\\)" all before)
> +                      (string-append before "when(arch('i386'),
skip)"))))))
> +              '())))))

Barring any reports of the contrary, I'd presume the same would
apply for the Hurd. Also, %current-target-system seems more
appropriate, though here it doesn't matter because it's only
for tests.

I suggest: ,@(if (target-x86-64?) '(...) '())

Greetings,
Maxime
-- 
not hacking on guix for a while, only occassionally looking at IRC logs
and bug reports.  E-mails are unsigned until backup is located.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]