gotest.tools/gotestsum@v1.11.0/testjson/testdata/summary/with-run-id (about)

     1  
     2  === Skipped
     3  === SKIP: testjson/internal/good TestSkipped (re-run 7) (0.00s)
     4      good_test.go:23: 
     5  
     6  === SKIP: testjson/internal/good TestSkippedWitLog (re-run 7) (0.00s)
     7      good_test.go:27: the skip message
     8  
     9  === SKIP: testjson/internal/withfails TestSkipped (re-run 7) (0.00s)
    10      fails_test.go:26: 
    11  
    12  === SKIP: testjson/internal/withfails TestSkippedWitLog (re-run 7) (0.00s)
    13      fails_test.go:30: the skip message
    14  
    15  === SKIP: testjson/internal/withfails TestTimeout (re-run 7) (0.00s)
    16      timeout_test.go:13: skipping slow test
    17  
    18  === Failed
    19  === FAIL: testjson/internal/badmain  (0.00s)
    20  sometimes main can exit 2
    21  FAIL	gotest.tools/gotestsum/testjson/internal/badmain	0.001s
    22  
    23  === FAIL: testjson/internal/parallelfails TestNestedParallelFailures/a (re-run 7) (0.00s)
    24      fails_test.go:50: failed sub a
    25      --- FAIL: TestNestedParallelFailures/a (0.00s)
    26  
    27  === FAIL: testjson/internal/parallelfails TestNestedParallelFailures/d (re-run 7) (0.00s)
    28      fails_test.go:50: failed sub d
    29      --- FAIL: TestNestedParallelFailures/d (0.00s)
    30  
    31  === FAIL: testjson/internal/parallelfails TestNestedParallelFailures/c (re-run 7) (0.00s)
    32      fails_test.go:50: failed sub c
    33      --- FAIL: TestNestedParallelFailures/c (0.00s)
    34  
    35  === FAIL: testjson/internal/parallelfails TestNestedParallelFailures/b (re-run 7) (0.00s)
    36      fails_test.go:50: failed sub b
    37      --- FAIL: TestNestedParallelFailures/b (0.00s)
    38  
    39  === FAIL: testjson/internal/parallelfails TestNestedParallelFailures (re-run 7) (0.00s)
    40  
    41  === FAIL: testjson/internal/parallelfails TestParallelTheFirst (re-run 7) (0.01s)
    42      fails_test.go:29: failed the first
    43  
    44  === FAIL: testjson/internal/parallelfails TestParallelTheThird (re-run 7) (0.00s)
    45      fails_test.go:41: failed the third
    46  
    47  === FAIL: testjson/internal/parallelfails TestParallelTheSecond (re-run 7) (0.01s)
    48      fails_test.go:35: failed the second
    49  
    50  === FAIL: testjson/internal/withfails TestFailed (re-run 7) (0.00s)
    51      fails_test.go:34: this failed
    52  
    53  === FAIL: testjson/internal/withfails TestFailedWithStderr (re-run 7) (0.00s)
    54  this is stderr
    55      fails_test.go:43: also failed
    56  
    57  === FAIL: testjson/internal/withfails TestNestedWithFailure/c (re-run 7) (0.00s)
    58      fails_test.go:65: failed
    59      --- FAIL: TestNestedWithFailure/c (0.00s)
    60  
    61  === FAIL: testjson/internal/withfails TestNestedWithFailure (re-run 7) (0.00s)
    62  
    63  DONE 8 runs, 59 tests, 5 skipped, 13 failures in 0.000s