Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for F_TEST (0.18 sec)

  1. src/cmd/go/testdata/script/list_dedup_packages.txt

    cp f.go $WORK/tmp/testdata/src/xtestonly/f.go
    cp f_test.go $WORK/tmp/testdata/src/xtestonly/f_test.go
    env GOPATH=$WORK/tmp/testdata
    cd $WORK
    
    # Check output of go list to ensure no duplicates
    go list xtestonly ./tmp/testdata/src/xtestonly/...
    cmp stdout $WORK/gopath/src/wantstdout
    
    -- wantstdout --
    xtestonly
    -- f.go --
    package xtestonly
    
    func F() int { return 42 }
    -- f_test.go --
    package xtestonly_test
    
    import (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 613 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_xtestonly_works.txt

    [short] skip
    
    go test xtestonly
    ! stdout '^ok.*\[no tests to run\]'
    stdout '^ok'
    
    -- go.mod --
    module xtestonly
    
    go 1.16
    -- f.go --
    package xtestonly
    
    func F() int { return 42 }
    -- f_test.go --
    package xtestonly_test
    
    import (
    	"testing"
    	"xtestonly"
    )
    
    func TestF(t *testing.T) {
    	if x := xtestonly.F(); x != 42 {
    		t.Errorf("f.F() = %d, want 42", x)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 357 bytes
    - Viewed (0)
  3. src/syscall/zerrors_aix_ppc64.go

    	F_SETLK                       = 0xc
    	F_SETLK64                     = 0xc
    	F_SETLKW                      = 0xd
    	F_SETLKW64                    = 0xd
    	F_SETOWN                      = 0x9
    	F_TEST                        = 0x3
    	F_TLOCK                       = 0x2
    	F_TSTLK                       = 0xf
    	F_ULOCK                       = 0x0
    	F_UNLCK                       = 0x3
    	F_WRLCK                       = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	F_SETLK                       = 0xc
    	F_SETLK64                     = 0xc
    	F_SETLKW                      = 0xd
    	F_SETLKW64                    = 0xd
    	F_SETOWN                      = 0x9
    	F_TEST                        = 0x3
    	F_TLOCK                       = 0x2
    	F_TSTLK                       = 0xf
    	F_ULOCK                       = 0x0
    	F_UNLCK                       = 0x3
    	F_WRLCK                       = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	F_SETLK                       = 0x6
    	F_SETLK64                     = 0xc
    	F_SETLKW                      = 0x7
    	F_SETLKW64                    = 0xd
    	F_SETOWN                      = 0x9
    	F_TEST                        = 0x3
    	F_TLOCK                       = 0x2
    	F_TSTLK                       = 0xf
    	F_ULOCK                       = 0x0
    	F_UNLCK                       = 0x3
    	F_WRLCK                       = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.go

    	F_SETOWN                         = 0x8
    	F_SETOWN_EX                      = 0xf
    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_riscv64.go

    	F_SETOWN                         = 0x8
    	F_SETOWN_EX                      = 0xf
    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_386.go

    	F_SETOWN                         = 0x8
    	F_SETOWN_EX                      = 0xf
    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_ppc64.go

    	F_SETOWN                         = 0x8
    	F_SETOWN_EX                      = 0xf
    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_s390x.go

    	F_SETOWN                         = 0x8
    	F_SETOWN_EX                      = 0xf
    	F_SETPIPE_SZ                     = 0x407
    	F_SETSIG                         = 0xa
    	F_SHLCK                          = 0x8
    	F_TEST                           = 0x3
    	F_TLOCK                          = 0x2
    	F_ULOCK                          = 0x0
    	F_UNLCK                          = 0x2
    	F_WRLCK                          = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
Back to top