File tree 19 files changed +38
-19
lines changed
go/ql/integration-tests/all-platforms/go
build-constraints-exclude-all-go-files
go-files-found-not-processed
package-not-found-with-go-mod
package-not-found-without-go-mod
unsupported-relative-path
go-get-without-modules-sample
single-go-mod-and-go-files-not-under-it
single-go-mod-not-in-root
single-go-work-not-in-root
two-go-mods-nested-none-in-root
two-go-mods-nested-one-in-root
19 files changed +38
-19
lines changed Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 14
14
15
15
check_diagnostics ()
16
16
17
- # Clean up the temporary GOPATH
17
+ # Clean up the temporary GOPATH to prevent Bazel failures next
18
+ # time the tests are run; see https://github.com/golang/go/issues/27161
18
19
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 10
10
os .environ ['GOPATH' ] = goPath
11
11
run_codeql_database_create ([], lang = "go" , source = "src" )
12
12
13
- # Clean up the temporary GOPATH
13
+ # Clean up the temporary GOPATH to prevent Bazel failures next
14
+ # time the tests are run; see https://github.com/golang/go/issues/27161
14
15
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 10
10
os .environ ['GOPATH' ] = goPath
11
11
run_codeql_database_create ([], lang = "go" , source = "src" )
12
12
13
- # Clean up the temporary GOPATH
13
+ # Clean up the temporary GOPATH to prevent Bazel failures next
14
+ # time the tests are run; see https://github.com/golang/go/issues/27161
14
15
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 10
10
os .environ ['GOPATH' ] = goPath
11
11
run_codeql_database_create ([], lang = "go" , source = "src" )
12
12
13
- # Clean up the temporary GOPATH
13
+ # Clean up the temporary GOPATH to prevent Bazel failures next
14
+ # time the tests are run; see https://github.com/golang/go/issues/27161
14
15
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 10
10
os .environ ['GOPATH' ] = goPath
11
11
run_codeql_database_create ([], lang = "go" , source = "src" )
12
12
13
- # Clean up the temporary GOPATH
13
+ # Clean up the temporary GOPATH to prevent Bazel failures next
14
+ # time the tests are run; see https://github.com/golang/go/issues/27161
14
15
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 13
13
14
14
check_diagnostics ()
15
15
16
- # Clean up the temporary GOPATH
16
+ # Clean up the temporary GOPATH to prevent Bazel failures next
17
+ # time the tests are run; see https://github.com/golang/go/issues/27161
17
18
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 13
13
14
14
check_diagnostics ()
15
15
16
- # Clean up the temporary GOPATH
16
+ # Clean up the temporary GOPATH to prevent Bazel failures next
17
+ # time the tests are run; see https://github.com/golang/go/issues/27161
17
18
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 13
13
14
14
check_diagnostics ()
15
15
16
- # Clean up the temporary GOPATH
16
+ # Clean up the temporary GOPATH to prevent Bazel failures next
17
+ # time the tests are run; see https://github.com/golang/go/issues/27161
17
18
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 13
13
14
14
check_diagnostics ()
15
15
16
- # Clean up the temporary GOPATH
16
+ # Clean up the temporary GOPATH to prevent Bazel failures next
17
+ # time the tests are run; see https://github.com/golang/go/issues/27161
17
18
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 13
13
14
14
check_diagnostics ()
15
15
16
- # Clean up the temporary GOPATH
16
+ # Clean up the temporary GOPATH to prevent Bazel failures next
17
+ # time the tests are run; see https://github.com/golang/go/issues/27161
17
18
subprocess .call (["go" , "clean" , "-modcache" ])
Original file line number Diff line number Diff line change 13
13
14
14
check_diagnostics ()
15
15
16
- # Clean up the temporary GOPATH
16
+ # Clean up the temporary GOPATH to prevent Bazel failures next
17
+ # time the tests are run; see https://github.com/golang/go/issues/27161
17
18
subprocess .call (["go" , "clean" , "-modcache" ])
You can’t perform that action at this time.
0 commit comments