[go/release-branch.go1.26] test/convert5: skip mipsle

3 views
Skip to first unread message

Rongrong (Gerrit)

unread,
Feb 26, 2026, 9:55:21 PMFeb 26
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Rongrong has uploaded the change for review

Commit message

test/convert5: skip mipsle

It's broken on 32-bit architectures, and mips (be) has been in the skip
list. mipsle is somehow forgotten, so add it.

Updates #67304
Fixes #77836

Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
Reviewed-on: https://go-review.googlesource.com/c/go/+/743740
Reviewed-by: Julian Zhu <jz53...@gmail.com>
Reviewed-by: Keith Randall <k...@google.com>
LUCI-TryBot-Result: Go LUCI <golang...@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmit...@google.com>
(cherry picked from commit d3ddc4854429185e6e06ca1f7628bb790404abb5)

Change diff

diff --git a/test/convert5.go b/test/convert5.go
index df247ca..6a78707 100644
--- a/test/convert5.go
+++ b/test/convert5.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

-//go:build !wasm && !386 && !arm && !mips
+//go:build !wasm && !386 && !arm && !mips && !mipsle

// TODO fix this to work for wasm and 32-bit architectures.
// Doing more than this, however, expands the change.

Change information

Files:
  • M test/convert5.go
Change size: XS
Delta: 1 file changed, 1 insertion(+), 1 deletion(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedMatching-Subject-Prefix
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: go
Gerrit-Branch: release-branch.go1.26
Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
Gerrit-Change-Number: 749620
Gerrit-PatchSet: 1
Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Keith Randall (Gerrit)

unread,
Feb 27, 2026, 6:37:21 PMFeb 27
to goph...@pubsubhelper.golang.org, Dmitri Shuralyov, Keith Randall, Julian Zhu, golang-co...@googlegroups.com
Attention needed from Rongrong

Keith Randall added 1 comment

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Keith Randall . unresolved

We generally don't backport test-only things like this.
Is there a reason why this fix needs to be in 1.26?

Open in Gerrit

Related details

Attention is currently required from:
  • Rongrong
Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedMatching-Subject-Prefix
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement is not satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: release-branch.go1.26
    Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
    Gerrit-Change-Number: 749620
    Gerrit-PatchSet: 1
    Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
    Gerrit-CC: Dmitri Shuralyov <dmit...@golang.org>
    Gerrit-CC: Julian Zhu <julia...@isrc.iscas.ac.cn>
    Gerrit-CC: Keith Randall <k...@golang.org>
    Gerrit-Attention: Rongrong <rongrong...@oss.cipunited.com>
    Gerrit-Comment-Date: Fri, 27 Feb 2026 23:37:17 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    open
    diffy

    Rongrong (Gerrit)

    unread,
    Feb 27, 2026, 9:23:58 PMFeb 27
    to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
    Attention needed from Rongrong

    Rongrong uploaded new patchset

    Rongrong uploaded patch set #2 to this change.
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Rongrong
    Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: newpatchset
      Gerrit-Project: go
      Gerrit-Branch: release-branch.go1.26
      Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
      Gerrit-Change-Number: 749620
      Gerrit-PatchSet: 2
      unsatisfied_requirement
      open
      diffy

      Rongrong (Gerrit)

      unread,
      Feb 27, 2026, 9:24:20 PMFeb 27
      to goph...@pubsubhelper.golang.org, Dmitri Shuralyov, Keith Randall, Julian Zhu, golang-co...@googlegroups.com
      Attention needed from Keith Randall

      Rongrong added 1 comment

      Patchset-level comments
      Keith Randall . unresolved

      We generally don't backport test-only things like this.
      Is there a reason why this fix needs to be in 1.26?

      Rongrong

      We (#67304) and AaronGrand (#77417) are adding builders for linux-mipsle. This bug generates failing CI on 1.26. This bug wouldn't have been introduced if we had a working builder (#75979) at that time when convert5 was added.

      If having a failing CI in the release branch isn't a blocker of continuing the process of adding a builder, I am OK to abandon this CL.

      (I said CL 748780 was the only one needed to fix CI, but it turned out I forgot this. Sorry for that.)

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Keith Randall
      Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement is not satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: go
      Gerrit-Branch: release-branch.go1.26
      Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
      Gerrit-Change-Number: 749620
      Gerrit-PatchSet: 2
      Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
      Gerrit-CC: Dmitri Shuralyov <dmit...@golang.org>
      Gerrit-CC: Julian Zhu <julia...@isrc.iscas.ac.cn>
      Gerrit-CC: Keith Randall <k...@golang.org>
      Gerrit-Attention: Keith Randall <k...@golang.org>
      Gerrit-Comment-Date: Sat, 28 Feb 2026 02:24:10 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Keith Randall <k...@golang.org>
      unsatisfied_requirement
      open
      diffy

      Keith Randall (Gerrit)

      unread,
      Mar 2, 2026, 4:12:49 PMMar 2
      to goph...@pubsubhelper.golang.org, Keith Randall, Dmitri Shuralyov, Julian Zhu, golang-co...@googlegroups.com
      Attention needed from Rongrong

      Keith Randall voted and added 1 comment

      Votes added by Keith Randall

      Hold+1

      1 comment

      Patchset-level comments
      Keith Randall . unresolved

      We generally don't backport test-only things like this.
      Is there a reason why this fix needs to be in 1.26?

      Rongrong

      We (#67304) and AaronGrand (#77417) are adding builders for linux-mipsle. This bug generates failing CI on 1.26. This bug wouldn't have been introduced if we had a working builder (#75979) at that time when convert5 was added.

      If having a failing CI in the release branch isn't a blocker of continuing the process of adding a builder, I am OK to abandon this CL.

      (I said CL 748780 was the only one needed to fix CI, but it turned out I forgot this. Sorry for that.)

      Keith Randall

      Let's put this on ice for now. Getting the builder passing on tip is the main thing. Once we have that, we can discuss with the release team whether they think it is worth backporting this CL to get the 1.26 builder to pass.

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Rongrong
      Submit Requirements:
        • requirement is not satisfiedCode-Review
        • requirement is not satisfiedNo-Holds
        • requirement is not satisfiedNo-Unresolved-Comments
        • requirement is not satisfiedReview-Enforcement
        • requirement is not satisfiedTryBots-Pass
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: go
        Gerrit-Branch: release-branch.go1.26
        Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
        Gerrit-Change-Number: 749620
        Gerrit-PatchSet: 2
        Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Dmitri Shuralyov <dmit...@golang.org>
        Gerrit-CC: Julian Zhu <julia...@isrc.iscas.ac.cn>
        Gerrit-Attention: Rongrong <rongrong...@oss.cipunited.com>
        Gerrit-Comment-Date: Mon, 02 Mar 2026 21:12:45 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: Yes
        Comment-In-Reply-To: Keith Randall <k...@golang.org>
        Comment-In-Reply-To: Rongrong <rongrong...@oss.cipunited.com>
        unsatisfied_requirement
        open
        diffy

        Dmitri Shuralyov (Gerrit)

        unread,
        Mar 19, 2026, 7:04:52 PM (8 hours ago) Mar 19
        to goph...@pubsubhelper.golang.org, Dmitri Shuralyov, Keith Randall, Julian Zhu, golang-co...@googlegroups.com
        Attention needed from Rongrong

        Dmitri Shuralyov voted and added 2 comments

        Votes added by Dmitri Shuralyov

        Code-Review+2
        Commit-Queue+1

        2 comments

        Patchset-level comments
        File-level comment, Patchset 1:
        Keith Randall . resolved

        We generally don't backport test-only things like this.
        Is there a reason why this fix needs to be in 1.26?

        Rongrong

        We (#67304) and AaronGrand (#77417) are adding builders for linux-mipsle. This bug generates failing CI on 1.26. This bug wouldn't have been introduced if we had a working builder (#75979) at that time when convert5 was added.

        If having a failing CI in the release branch isn't a blocker of continuing the process of adding a builder, I am OK to abandon this CL.

        (I said CL 748780 was the only one needed to fix CI, but it turned out I forgot this. Sorry for that.)

        Keith Randall

        Let's put this on ice for now. Getting the builder passing on tip is the main thing. Once we have that, we can discuss with the release team whether they think it is worth backporting this CL to get the 1.26 builder to pass.

        Dmitri Shuralyov

        By now the builder is passing at tip, 1.25 release branch, x/ repos (all but x/tools), leaving 1.26 with only this test failure: https://ci.chromium.org/ui/p/golang/g/port-linux-mipsle/builders. Backport issue #77836 was approved, so let's proceed with this CL.

        File-level comment, Patchset 2 (Latest):
        Dmitri Shuralyov . resolved

        Thanks.

        Open in Gerrit

        Related details

        Attention is currently required from:
        • Rongrong
        Submit Requirements:
        • requirement satisfiedCode-Review
        • requirement is not satisfiedNo-Holds
        • requirement satisfiedNo-Unresolved-Comments
        • requirement is not satisfiedReview-Enforcement
        • requirement is not satisfiedTryBots-Pass
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: go
        Gerrit-Branch: release-branch.go1.26
        Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
        Gerrit-Change-Number: 749620
        Gerrit-PatchSet: 2
        Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
        Gerrit-Reviewer: Dmitri Shuralyov <dmit...@golang.org>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Julian Zhu <jz53...@gmail.com>
        Gerrit-Attention: Rongrong <rongrong...@oss.cipunited.com>
        Gerrit-Comment-Date: Thu, 19 Mar 2026 23:04:48 +0000
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Dmitri Shuralyov (Gerrit)

        unread,
        Mar 19, 2026, 7:05:06 PM (8 hours ago) Mar 19
        to goph...@pubsubhelper.golang.org, Go LUCI, Dmitri Shuralyov, Keith Randall, Julian Zhu, golang-co...@googlegroups.com

        Dmitri Shuralyov voted Code-Review+1

        Code-Review+1
        Open in Gerrit

        Related details

        Attention set is empty
        Submit Requirements:
        • requirement satisfiedCode-Review
        • requirement is not satisfiedNo-Holds
        • requirement satisfiedNo-Unresolved-Comments
        • requirement is not satisfiedReview-Enforcement
        • requirement is not satisfiedTryBots-Pass
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: go
        Gerrit-Branch: release-branch.go1.26
        Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
        Gerrit-Change-Number: 749620
        Gerrit-PatchSet: 2
        Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
        Gerrit-Reviewer: Dmitri Shuralyov <dmit...@golang.org>
        Gerrit-Reviewer: Dmitri Shuralyov <dmit...@google.com>
        Gerrit-Reviewer: Keith Randall <k...@golang.org>
        Gerrit-CC: Julian Zhu <jz53...@gmail.com>
        Gerrit-Comment-Date: Thu, 19 Mar 2026 23:05:02 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Keith Randall (Gerrit)

        unread,
        Mar 19, 2026, 8:06:46 PM (7 hours ago) Mar 19
        to goph...@pubsubhelper.golang.org, Go LUCI, Dmitri Shuralyov, Dmitri Shuralyov, Keith Randall, Julian Zhu, golang-co...@googlegroups.com
        Attention needed from Rongrong

        Keith Randall voted Code-Review+1

        Code-Review+1
        Open in Gerrit

        Related details

        Attention is currently required from:
        • Rongrong
        Submit Requirements:
          • requirement satisfiedCode-Review
          • requirement is not satisfiedNo-Holds
          • requirement satisfiedNo-Unresolved-Comments
          • requirement satisfiedReview-Enforcement
          • requirement satisfiedTryBots-Pass
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: go
          Gerrit-Branch: release-branch.go1.26
          Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
          Gerrit-Change-Number: 749620
          Gerrit-PatchSet: 2
          Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
          Gerrit-Reviewer: Dmitri Shuralyov <dmit...@golang.org>
          Gerrit-Reviewer: Dmitri Shuralyov <dmit...@google.com>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-Reviewer: Keith Randall <k...@google.com>
          Gerrit-CC: Julian Zhu <jz53...@gmail.com>
          Gerrit-Attention: Rongrong <rongrong...@oss.cipunited.com>
          Gerrit-Comment-Date: Fri, 20 Mar 2026 00:06:41 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Keith Randall (Gerrit)

          unread,
          Mar 19, 2026, 8:07:11 PM (7 hours ago) Mar 19
          to goph...@pubsubhelper.golang.org, Keith Randall, Go LUCI, Dmitri Shuralyov, Dmitri Shuralyov, Keith Randall, Julian Zhu, golang-co...@googlegroups.com
          Attention needed from Rongrong

          Keith Randall voted Hold+0

          Related details

          Attention is currently required from:
          • Rongrong
          Submit Requirements:
          • requirement satisfiedCode-Review
          • requirement satisfiedNo-Unresolved-Comments
          • requirement satisfiedReview-Enforcement
          • requirement satisfiedTryBots-Pass
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: go
          Gerrit-Branch: release-branch.go1.26
          Gerrit-Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b
          Gerrit-Change-Number: 749620
          Gerrit-PatchSet: 2
          Gerrit-Owner: Rongrong <rongrong...@oss.cipunited.com>
          Gerrit-Reviewer: Dmitri Shuralyov <dmit...@golang.org>
          Gerrit-Reviewer: Dmitri Shuralyov <dmit...@google.com>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-Reviewer: Keith Randall <k...@google.com>
          Gerrit-CC: Julian Zhu <jz53...@gmail.com>
          Gerrit-Attention: Rongrong <rongrong...@oss.cipunited.com>
          Gerrit-Comment-Date: Fri, 20 Mar 2026 00:07:07 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          open
          diffy
          Reply all
          Reply to author
          Forward
          0 new messages