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 { a3cab25bffd180929f4ecf7d7f1aa9'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ftp.scm
AgeCommit message (Expand)Author
2023-09-10gnu: vsftpd: Fix build with recent OpenSSL....Tobias Geerinckx-Rice
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2022-12-02gnu: wxWidgets: Update to 3.2.1....Marius Bakke
2022-11-27gnu: filezilla: Update to 3.62.2....Marius Bakke
2022-11-27gnu: libfilezilla: Update to 0.39.2....Marius Bakke