aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/go-skip-gc-test.patch
blob: 2baab975809000963201d79883c1219aea3b54d7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 {
an>gnu: flamp: Use git repository....The tarballs of older versions are not kept on the website. * gnu/packages/radio.scm (flamp)[source]: Switch to git repository. [native-inputs]: Add autoconf and automake. Guillaume Le Vaillant 2021-02-12gnu: flrig: Use git repository....The tarballs of older versions are not kept on the website. * gnu/packages/radio.scm (flrig)[source]: Switch to git repository. [native-inputs]: Add autoconf and automake. Guillaume Le Vaillant 2021-02-12gnu: fldigi: Update to 4.1.18....* gnu/packages/radio.scm (fldigi): Update to 4.1.18. Guillaume Le Vaillant 2021-02-12gnu: fldigi: Use git repository....The tarballs of older versions are not kept on the website. Fixes <https://bugs.gnu.org/46461>. * gnu/packages/radio.scm (fldigi)[source]: Switch to git repository. [native-inputs]: Add autoconf, automake and gettext-minimal. Guillaume Le Vaillant 2021-02-09gnu: Add direwolf....* gnu/packages/radio.scm (direwolf): New variable. Guillaume Le Vaillant 2021-01-27gnu: Add qsstv....* gnu/packages/radio.scm (qsstv): New variable. Guillaume Le Vaillant 2021-01-23gnu: Add nanovna-saver....* gnu/packages/radio.scm (nanovna-saver): New variable. Guillaume Le Vaillant 2021-01-17gnu: rtl-433: Update to 20.11....* gnu/packages/radio.scm (rtl-433): Update to 20.11. Guillaume Le Vaillant 2021-01-17gnu: gqrx: Update to 2.14.4....* gnu/packages/radio.scm (gqrx): Update to 2.14.4. Guillaume Le Vaillant 2021-01-03gnu: fldigi: Update to 4.1.17....* gnu/packages/radio.scm (fldigi): Update to 4.1.17. Tobias Geerinckx-Rice 2020-11-24gnu: chirp: Update to 20201121....* gnu/packages/radio.scm (chirp): Update to 20201121. Tobias Geerinckx-Rice 2020-11-18gnu: fldigi: Update to 4.1.16....* gnu/packages/radio.scm (fldigi): Update to 4.1.16. Tobias Geerinckx-Rice 2020-11-09gnu: flrig: Update to 1.3.52....* gnu/packages/radio.scm (flrig): Update to 1.3.52. Tobias Geerinckx-Rice 2020-11-09gnu: gqrx: Update to 2.13.5....* gnu/packages/radio.scm (gqrx): Update to 2.13.5. Tobias Geerinckx-Rice 2020-11-05gnu: gqrx: Update to 2.13.3....* gnu/packages/radio.scm (gqrx): Update to 2.13.3. Leo Famulari