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 710888a commit 9870c44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/cmd/dist/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ func (t *tester) registerTests() {
t.registerRaceTests()
}

if goos != "android" && !t.iOS() {
if goos != "android" && !t.iOS() && goos != "tamago" {
// Only start multiple test dir shards on builders,
// where they get distributed to multiple machines.
// See issues 20141 and 31834.
Expand Down
4 changes: 0 additions & 4 deletions src/cmd/internal/testdir/testdir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ 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 9870c44

Please sign in to comment.