Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestZ$ (0.48 sec)

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

    stdout -count=2 '^    x_test.go:8: LOG: Y running$'
    
    # TestXX is run, twice
    stdout -count=2 '^=== RUN   TestXX$'
    stdout -count=2 '^    z_test.go:10: LOG: XX running'
    
    # TestZ is not run
    ! stdout '^=== RUN   TestZ$'
    
    # BenchmarkX is run with N=1 once, only to discover what sub-benchmarks it has,
    # and should not print a final summary line.
    stdout -count=1 '^    x_test.go:13: LOG: X running N=1$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 1.9K bytes
    - Viewed (0)
Back to top