1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: go-github-com-cilium-ebpf: Skip some tests on i686 system.

* gnu/packages/golang-xyz.scm (go-github-com-cilium-ebpf) [arguments]
<test-flags>: Skip 5 tests failing on 64bit system.

Change-Id: Ib61c7ee6f26cd13ae7ee68b12e82ffbbd21004c0
This commit is contained in:
Sharlatan Hellseher 2025-03-21 21:30:49 +00:00
parent 168ce08461
commit e64563a46c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3195,7 +3195,15 @@ levels that works by wrapping the standard @code{log} library.")
"TestFSType"
"TestEventID"
"TestSanitizePath"
"TestGetTracefsPath")
"TestGetTracefsPath"
;; Tests failing on i686-linux system.
#$@(if (target-x86?)
'("TestAuxvVDSOMemoryAddress/auxv64le.bin"
"TestUnsafeB.*/.*_with_trailing_padding"
"TestUnsafeB.*/.*_with_interspersed_padding"
"TestUnsafeB.*/.*_between_slice_entries"
"TestUnsafeB.*/.*_between_array_entries")
'()))
"|"))
;; XXX: 337 tests failed and 664 passed when "..." is preserved, run
;; some of available tests, figure out how to fix the rests.