Text file src/cmd/go/testdata/script/build_unsupported_goos.txt
1 [compiler:gccgo] skip # gccgo assumes cross-compilation is always possible 2 3 env GOOS=windwos # intentional misspelling of windows 4 5 ! go build -n exclude 6 stderr 'unsupported GOOS/GOARCH pair' 7