Skip to content

Commit

Permalink
gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm
Browse files Browse the repository at this point in the history
Fixes golang/go#66686

Change-Id: I74388fa8788ff6893146e3ca0cdfccfd28275625
Reviewed-on: https://go-review.googlesource.com/c/tools/+/576657
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
  • Loading branch information
adonovan committed Apr 4, 2024
1 parent fc660e5 commit 11c692e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gopls/internal/test/marker/testdata/definition/embed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Its size expectations assume a 64-bit machine,
and correct sizes information requires go1.21.

-- flags --
-skip_goarch=386
-skip_goarch=386,arm
-min_go=go1.21

-- go.mod --
Expand Down
2 changes: 1 addition & 1 deletion gopls/internal/test/marker/testdata/definition/misc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module mod.com
go 1.16

-- flags --
-skip_goarch=386
-skip_goarch=386,arm

-- a.go --
package a //@loc(aPackage, re"package (a)"),hover(aPackage, aPackage, aPackage)
Expand Down
2 changes: 1 addition & 1 deletion gopls/internal/test/marker/testdata/hover/sizeoffset.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Notes:
- requires go1.22 because size information was inaccurate before.

-- flags --
-skip_goarch=386
-skip_goarch=386,arm
-min_go=go1.22

-- go.mod --
Expand Down

0 comments on commit 11c692e

Please sign in to comment.