Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for failTest (0.1 sec)

  1. src/testing/testing.go

    	// full test of the package.
    	short = flag.Bool("test.short", false, "run smaller test suite to save time")
    
    	// The failfast flag requests that test execution stop after the first test failure.
    	failFast = flag.Bool("test.failfast", false, "do not start new tests after the first test failure")
    
    	// The directory in which to create profile files and the like. When run from
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    test binary and the flags on the command line come entirely from a
    restricted set of 'cacheable' test flags, defined as -benchtime, -cpu,
    -list, -parallel, -run, -short, -timeout, -failfast, -fullpath and -v.
    If a run of go test has any test or non-test flags outside this set,
    the result is not cached. To disable test caching, use any test flag
    or argument other than the cacheable flags. The idiomatic way to disable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    `failFast` —  (since Gradle 4.6) default: false::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top