Skip to content

Commit 816dbf8

Browse files
committed
improve GOOS=tamago test coverage
1 parent cb66e4d commit 816dbf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cmd/internal/testdir/testdir_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ func Test(t *testing.T) {
116116
goExperiment = env.GOEXPERIMENT
117117
goDebug = env.GODEBUG
118118

119+
if goos == "tamago" {
120+
t.Skipf("skipping: unsupported")
121+
}
122+
119123
common := testCommon{
120124
gorootTestDir: filepath.Join(testenv.GOROOT(t), "test"),
121125
runoutputGate: make(chan bool, *runoutputLimit),

0 commit comments

Comments
 (0)