Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 562 for rctest (0.18 sec)

  1. src/cmd/cover/testdata/pkgcfg/a/a_test.go

    package a_test
    
    import (
    	"cfg/a"
    	"testing"
    )
    
    func TestA(t *testing.T) {
    	a.A(0)
    	var aat a.Atyp
    	at := &aat
    	at.Set(42)
    	println(at.Get())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 28 11:48:40 UTC 2022
    - 144 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_get_test.txt

    -- go.mod.empty --
    module m
    
    -- a/a.go --
    package a
    
    -- a/a_test.go --
    package a_test
    
    import _ "rsc.io/quote"
    
    -- b/b.go --
    package b
    
    import _ "m/a"
    
    -- b/b_test.go --
    package b_test
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_all.txt

    stdout '^example.com/q.test$'
    stdout '^example.com/q_test \[example.com/q.test\]$'
    stdout '^example.com/r.test$'
    stdout '^example.com/r_test \[example.com/r.test\]$'
    stdout '^example.com/s.test$'
    stdout '^example.com/s_test \[example.com/s.test\]$'
    stdout '^example.com/t.test$'
    stdout '^example.com/t_test \[example.com/t.test\]$'
    stdout '^example.com/u.test$'
    stdout '^example.com/u_test \[example.com/u.test\]$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 20 18:41:57 UTC 2021
    - 13.1K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/ProjectHierarchyCustomizationIntegrationTest.groovy

                    task test { }
                }
                // should be 'project-a', not 'projectA'
                project(":modules:projectA:project-b") {
                    task test { }
                }
            """
    
            when:
            run("test")
    
            then:
            result.assertTasksExecuted(":modules:project-a:test", ":modules:projectA:project-b:test")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
    import gradlebuild.archtest.PackageCyclesExtension
    
    plugins {
        `java-library`
        `jvm-test-suite`
        id("gradlebuild.dependency-modules")
        id("gradlebuild.code-quality")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_lazy_test_of_test_dep.txt

    [!short] go test -c -o $devnull example.com/b
    
    # The update should bring the version required by b, not the latest version of c.
    
    go list -m example.com/c
    stdout '^example.com/c v0.1.0 '
    
    cmp go.mod go.mod.b
    
    
    # We should reach the same state if we arrive at it via `go test -mod=mod`.
    
    cp go.mod.117 go.mod
    
    [short] go list -mod=mod -test -deps example.com/a
    [!short] go test -mod=mod -c -o $devnull example.com/a
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 08 19:32:28 UTC 2021
    - 5.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    - The working directory to execution the bundle or executable (property: link:{groovyDslPath}/org.gradle.nativeplatform.test.xctest.tasks.XCTest.html#org.gradle.nativeplatform.test.xctest.tasks.XCTest:workingDirectory[XCTest.getWorkingDirectory()])
    
    When you’re using the <<xctest_plugin.adoc#xctest_plugin,XCTest Plugin>> you will automatically get the following:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/test.cc

    #include "tensorflow/core/platform/cpu_info.h"
    #include "tensorflow/core/platform/test.h"
    #include "tensorflow/core/platform/test_benchmark.h"
    
    // Macros that expand to tokens based on the entry point name.
    // clang-format off
    #define CPP_CLASS {{TFCOMPILE_CPP_CLASS}}  // NOLINT(whitespace/braces)
    #define TEST_NAME {{TFCOMPILE_NAME}}Test   // NOLINT(whitespace/braces)
    #define BM_NAME   BM_{{TFCOMPILE_NAME}}    // NOLINT(whitespace/braces)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/native/xctest_plugin.adoc

    link:{groovyDslPath}/org.gradle.nativeplatform.test.xctest.tasks.XCTest.html#org.gradle.nativeplatform.test.xctest.tasks.XCTest:runScriptFile[runScriptFile]:: `layout.buildDirectory.dir("install/test/__$variant__/__${xctest.module}__")`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/cover_coverpkg_with_init.txt

    # packages); prior to the fix for #58770 Go 1.20 would show 100%
    # coverage. For packages "x" and "f" (which have no tests), check for
    # 0% stmts covered (as opposed to "no test files").
    
    go test -count=1 -coverprofile=cov.dat -coverpkg=./... ./...
    stdout '^\s*\?\s+M/n\s+\[no test files\]'
    stdout '^\s*M/x\s+coverage: 0.0% of statements'
    stdout '^\s*M/f\s+coverage: 0.0% of statements'
    stdout '^ok\s+M/a\s+\S+\s+coverage: 30.0% of statements in ./...'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 30 12:33:44 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top