Skip to content

Commit 11c692e

Browse files
committed
gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm
Fixes golang/go#66686 Change-Id: I74388fa8788ff6893146e3ca0cdfccfd28275625 Reviewed-on: https://go-review.googlesource.com/c/tools/+/576657 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
1 parent fc660e5 commit 11c692e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gopls/internal/test/marker/testdata/definition/embed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Its size expectations assume a 64-bit machine,
44
and correct sizes information requires go1.21.
55

66
-- flags --
7-
-skip_goarch=386
7+
-skip_goarch=386,arm
88
-min_go=go1.21
99

1010
-- go.mod --

gopls/internal/test/marker/testdata/definition/misc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module mod.com
88
go 1.16
99

1010
-- flags --
11-
-skip_goarch=386
11+
-skip_goarch=386,arm
1212

1313
-- a.go --
1414
package a //@loc(aPackage, re"package (a)"),hover(aPackage, aPackage, aPackage)

gopls/internal/test/marker/testdata/hover/sizeoffset.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Notes:
1010
- requires go1.22 because size information was inaccurate before.
1111

1212
-- flags --
13-
-skip_goarch=386
13+
-skip_goarch=386,arm
1414
-min_go=go1.22
1515

1616
-- go.mod --

0 commit comments

Comments
 (0)