Skip to content

Commit 1203f5d

Browse files
committed
cmd/go: skip tests on openbsd
1 parent 6c11c45 commit 1203f5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/cmd/go/testdata/script/issue_43830.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[!cgo] skip 'skipping test without cgo'
44
[!exec:gcc] skip 'skipping test without gcc present'
5+
[openbsd] skip 'skipping test on openbsd due to older gcc'
56

67
env CGO_CFLAGS='-flto -ffat-lto-objects'
78
env CC='gcc'

src/cmd/go/testdata/script/issue_43830_2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[!cgo] skip 'skipping test without cgo'
44
[!exec:gcc] skip 'skipping test without gcc present'
5+
[openbsd] skip 'skipping test on openbsd due to older gcc'
56

67
env CGO_CFLAGS='-flto -ffat-lto-objects'
78
env CC='gcc'

0 commit comments

Comments
 (0)