Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for NOTEST (0.14 sec)

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

    stdout ^FAIL\tbadtest/badexec
    
    ! go test badtest/badsyntax
    ! stdout ^ok
    stdout ^FAIL\tbadtest/badsyntax
    
    ! go test badtest/badvar
    ! stdout ^ok
    stdout ^FAIL\tbadtest/badvar
    
    ! go test notest
    ! stdout ^ok
    stderr '^notest.hello.go:6:1: syntax error: non-declaration statement outside function body' # Exercise issue #7108
    
    -- badtest/badexec/x_test.go --
    package badexec
    
    func init() {
    	panic("badexec")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 06 15:47:54 UTC 2020
    - 805 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/cover_pkgall_imports.txt

    -- $GOPATH/src/example.com/cov/go.mod --
    module example.com/cov
    
    -- $GOPATH/src/example.com/cov/notest/notest.go --
    package notest
    
    func Foo() {}
    
    -- $GOPATH/src/example.com/cov/onlytest/onlytest_test.go --
    package onlytest_test
    
    import (
    	"testing"
    
    	"example.com/cov/notest"
    )
    
    func TestFoo(t *testing.T) {
    	notest.Foo()
    }
    
    -- $GOPATH/src/example.com/cov/withtest/withtest.go --
    package withtest
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 23 18:14:47 UTC 2021
    - 870 bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/intstr/instr_fuzz.go

    //go:build !notest
    // +build !notest
    
    /*
    Copyright 2020 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/micro_time_fuzz.go

    //go:build !notest
    // +build !notest
    
    /*
    Copyright 2020 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

    #ifndef REG_MINIMAL
    #define REG_MINIMAL	NOTEST
    #endif
    #ifndef REG_MULTIPLE
    #define REG_MULTIPLE	NOTEST
    #endif
    #ifndef REG_MULTIREF
    #define REG_MULTIREF	NOTEST
    #endif
    #ifndef REG_MUSTDELIM
    #define REG_MUSTDELIM	NOTEST
    #endif
    #ifndef REG_NEWLINE
    #define REG_NEWLINE	NOTEST
    #endif
    #ifndef REG_NOTBOL
    #define REG_NOTBOL	NOTEST
    #endif
    #ifndef REG_NOTEOL
    #define REG_NOTEOL	NOTEST
    #endif
    #ifndef REG_NULL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/time_fuzz.go

    //go:build !notest
    // +build !notest
    
    /*
    Copyright 2020 The Kubernetes Authors.
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
        http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 1K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitSmokeMultiVersionIntegrationTest.groovy

                    }
    
                    public void helpermethod() {
                    }
                }
            """.stripIndent()
            file('src/test/java/org/gradle/NoTest.java') << """
                package org.gradle;
    
                public class NoTest {
                    public void notATest() {
                    }
                }
            """.stripIndent()
            buildFile << """
                apply plugin: 'java'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. hack/lib/golang.sh

          # Not debugging - disable symbols and DWARF, trim embedded paths
          goldflags="${goldflags} -s -w"
          goflags+=("-trimpath")
      fi
    
      # Extract tags if any specified in GOFLAGS
      gotags="selinux,notest,$(echo "${GOFLAGS:-}" | sed -ne 's|.*-tags=\([^-]*\).*|\1|p')"
    
      local -a targets=()
      local arg
    
      for arg; do
        if [[ "${arg}" == -* ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  9. cmd/testdata/decryptObjectInfo.json.zst

    AAfAMYQjEBIeyVsE2O8+9xzOCyph8eGl+cIJ4J5qY85+FkPQQgKpb3RKBVHdcStv==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/src/notest/hello.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"wSiWr6mPVbfC1X2MSQGJ/21cZY=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAMOcE3UJk/Jk82...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top