...

Text file src/cmd/go/testdata/script/build_unsupported_goos.txt

Documentation: cmd/go/testdata/script

     1[compiler:gccgo] skip # gccgo assumes cross-compilation is always possible
     2
     3env GOOS=windwos # intentional misspelling of windows
     4
     5! go build -n exclude
     6stderr 'unsupported GOOS/GOARCH pair'

View as plain text