Skip to content

Commit

Permalink
improve GOOS=tamago test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 10, 2024
1 parent cb66e4d commit 816dbf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmd/internal/testdir/testdir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ func Test(t *testing.T) {
goExperiment = env.GOEXPERIMENT
goDebug = env.GODEBUG

if goos == "tamago" {
t.Skipf("skipping: unsupported")
}

common := testCommon{
gorootTestDir: filepath.Join(testenv.GOROOT(t), "test"),
runoutputGate: make(chan bool, *runoutputLimit),
Expand Down

0 comments on commit 816dbf8

Please sign in to comment.