Home
last modified time | relevance | path

Searched refs:testCoverPaths (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/go/internal/test/
H A Dtestflag.go161 testCoverPaths = nil
163 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go166 testCoverPaths = nil
168 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go172 testCoverPaths = nil
174 testCoverPaths = strings.Split(value, ",")
H A Dtest.go472 testCoverPaths []string // -coverpkg flag
659 if testCoverPaths != nil {
660 match := make([]func(*load.Package) bool, len(testCoverPaths))
661 matched := make([]bool, len(testCoverPaths))
662 for i := range testCoverPaths {
663 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
669 for i := range testCoverPaths {
698 for i := range testCoverPaths {
700 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
813 Local: testCover && testCoverPaths == nil,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go166 testCoverPaths = nil
168 testCoverPaths = strings.Split(value, ",")
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/test/
H A Dtestflag.go172 testCoverPaths = nil
174 testCoverPaths = strings.Split(value, ",")
H A Dtest.go472 testCoverPaths []string // -coverpkg flag var
659 if testCoverPaths != nil {
660 match := make([]func(*load.Package) bool, len(testCoverPaths))
661 matched := make([]bool, len(testCoverPaths))
662 for i := range testCoverPaths {
663 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
669 for i := range testCoverPaths {
698 for i := range testCoverPaths {
700 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
813 Local: testCover && testCoverPaths == nil,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go166 testCoverPaths = nil
168 testCoverPaths = strings.Split(value, ",")
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go166 testCoverPaths = nil
168 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/test/
H A Dtestflag.go168 testCoverPaths = nil
170 testCoverPaths = strings.Split(value, ",")
H A Dtest.go469 testCoverPaths []string // -coverpkg flag var
635 if testCoverPaths != nil {
636 match := make([]func(*load.Package) bool, len(testCoverPaths))
637 matched := make([]bool, len(testCoverPaths))
638 for i := range testCoverPaths {
639 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
645 for i := range testCoverPaths {
674 for i := range testCoverPaths {
676 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
789 Local: testCover && testCoverPaths == nil,
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go166 testCoverPaths = nil
168 testCoverPaths = strings.Split(value, ",")
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go166 testCoverPaths = nil
168 testCoverPaths = strings.Split(value, ",")
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go172 testCoverPaths = nil
174 testCoverPaths = strings.Split(value, ",")
H A Dtest.go472 testCoverPaths []string // -coverpkg flag var
659 if testCoverPaths != nil {
660 match := make([]func(*load.Package) bool, len(testCoverPaths))
661 matched := make([]bool, len(testCoverPaths))
662 for i := range testCoverPaths {
663 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
669 for i := range testCoverPaths {
698 for i := range testCoverPaths {
700 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
813 Local: testCover && testCoverPaths == nil,
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/test/
H A Dtestflag.go172 testCoverPaths = nil
174 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go168 testCoverPaths = nil
170 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/go/internal/test/
H A Dtestflag.go168 testCoverPaths = nil
170 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/cmd/go/
H A Dtestflag.go158 testCoverPaths = nil
160 testCoverPaths = strings.Split(value, ",")
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/cmd/go/
H A Dtestflag.go158 testCoverPaths = nil
160 testCoverPaths = strings.Split(value, ",")
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/go/
H A Dtestflag.go151 testCoverPaths = nil
153 testCoverPaths = strings.Split(value, ",")
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/test/
H A Dtest.go483 testCoverPaths []string // -coverpkg flag var
709 if testCoverPaths != nil {
710 match := make([]func(*load.Package) bool, len(testCoverPaths))
711 matched := make([]bool, len(testCoverPaths))
712 for i := range testCoverPaths {
713 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd())
719 for i := range testCoverPaths {
754 for i := range testCoverPaths {
756 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
869 Local: testCover && testCoverPaths == nil,
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/test/
H A Dtest.go475 testCoverPaths []string // -coverpkg flag var
701 if testCoverPaths != nil {
702 match := make([]func(*load.Package) bool, len(testCoverPaths))
703 matched := make([]bool, len(testCoverPaths))
704 for i := range testCoverPaths {
705 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
711 for i := range testCoverPaths {
740 for i := range testCoverPaths {
742 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
855 Local: testCover && testCoverPaths == nil,
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/test/
H A Dtest.go475 testCoverPaths []string // -coverpkg flag var
701 if testCoverPaths != nil {
702 match := make([]func(*load.Package) bool, len(testCoverPaths))
703 matched := make([]bool, len(testCoverPaths))
704 for i := range testCoverPaths {
705 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
711 for i := range testCoverPaths {
740 for i := range testCoverPaths {
742 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
855 Local: testCover && testCoverPaths == nil,
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/test/
H A Dtest.go475 testCoverPaths []string // -coverpkg flag var
701 if testCoverPaths != nil {
702 match := make([]func(*load.Package) bool, len(testCoverPaths))
703 matched := make([]bool, len(testCoverPaths))
704 for i := range testCoverPaths {
705 match[i] = load.MatchPackage(testCoverPaths[i], base.Cwd)
711 for i := range testCoverPaths {
740 for i := range testCoverPaths {
742 ….Stderr, "warning: no packages being tested depend on matches for pattern %s\n", testCoverPaths[i])
855 Local: testCover && testCoverPaths == nil,
[all …]

12