Skip a GC test known to be flaky: https://issues.guix.gnu.org/issue/37425 https://github.com/golang/go/issues/27636 --- go/src/runtime/gc_test.go 2019-09-16 23:10:18.200680387 +0200 +++ go/src/runtime/gc_test.go 2019-09-16 23:11:50.324360646 +0200 @@ -27,6 +27,9 @@ func TestGcSys(t *testing.T) { if runtime.GOOS == "linux" && runtime.GOARCH == "arm64" { t.Skip("skipping test; GOOS=linux GOARCH=arm64 https://github.com/golang/go/issues/27636") } + if runtime.GOOS == "linux" { + t.Skip("skipping test; GOOS=linux https://issues.guix.gnu.org/issue/37425") + } got := runTestProg(t, "testprog", "GCSys") want := "OK\n" if got != want { a00a5dcf7bcce6e9ec04557d02d65d80732f'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libusb.scm
AgeCommit message (Expand)Author
2024-06-30gnu: hidapi: Update to 0.14.0....hapster
2024-04-07gnu: java-usb4java: Update to 1.3.0....Ricardo Wurmus
2024-04-07gnu: libusb4java: Update to 1.3.1-1.0842e81....Ricardo Wurmus
2024-03-29gnu: packages: libusb: Sort use-module alphabetically....Sharlatan Hellseher
2024-03-29gnu: Add go-github-com-google-gousb....Martin Becze