public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: dbenoit <dbenoit@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/golang] eln: Do not ignore any tests in check
Date: Wed, 24 Jun 2026 17:14:08 GMT	[thread overview]
Message-ID: <178232124872.1.1483241801875285140.rpms-golang-a368e476ff2e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/golang
            Branch : eln
            Commit : a368e476ff2e5443653c8e1d1e4fcd0ab2891d74
            Author : dbenoit <dbenoit@redhat.com>
            Date   : 2026-04-22T14:16:06-04:00
            Stats  : +0/-13 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/golang/c/a368e476ff2e5443653c8e1d1e4fcd0ab2891d74?branch=eln

            Log:
            Do not ignore any tests in check

The aarch64 linker issues are long since resolved.
We should enforce full %check for builds on all arches.

Related: RHEL-169926

---
diff --git a/golang.spec b/golang.spec
index b04a245..31c1c90 100644
--- a/golang.spec
+++ b/golang.spec
@@ -1,12 +1,4 @@
 %bcond_with bootstrap
-# temporalily ignore test failures
-# due to https://github.com/golang/go/issues/39466
-%ifarch aarch64
-%bcond_without ignore_tests
-%else
-%bcond_with ignore_tests
-%endif
-
 # Enable race by default
 %global race 1
 
@@ -74,12 +66,7 @@
 %global golang_bootstrap 1
 %endif
 
-# Controls what ever we fail on failed tests
-%if %{with ignore_tests}
-%global fail_on_tests 0
-%else
 %global fail_on_tests 1
-%endif
 
 # shared mode is breaks Go 1.21 in ELN
 %global shared 0

                 reply	other threads:[~2026-06-24 17:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178232124872.1.1483241801875285140.rpms-golang-a368e476ff2e@fedoraproject.org \
    --to=dbenoit@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox