File: root-test-has-subtest-failures

package info (click to toggle)
gotestsum 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: sh: 89; makefile: 16
file content (63 lines) | stat: -rw-r--r-- 2,168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

=== Skipped
=== SKIP: testjson/internal/good TestSkipped (0.00s)
    good_test.go:23: 

=== SKIP: testjson/internal/good TestSkippedWitLog (0.00s)
    good_test.go:27: the skip message

=== SKIP: testjson/internal/withfails TestSkipped (0.00s)
    fails_test.go:26: 

=== SKIP: testjson/internal/withfails TestSkippedWitLog (0.00s)
    fails_test.go:30: the skip message

=== SKIP: testjson/internal/withfails TestTimeout (0.00s)
    timeout_test.go:13: skipping slow test

=== Failed
=== FAIL: testjson/internal/badmain  (0.00s)
sometimes main can exit 2
FAIL	gotest.tools/gotestsum/testjson/internal/badmain	0.001s

=== FAIL: testjson/internal/parallelfails TestNestedParallelFailures/a (0.00s)
    fails_test.go:50: failed sub a
    --- FAIL: TestNestedParallelFailures/a (0.00s)

=== FAIL: testjson/internal/parallelfails TestNestedParallelFailures/d (0.00s)
    fails_test.go:50: failed sub d
    --- FAIL: TestNestedParallelFailures/d (0.00s)

=== FAIL: testjson/internal/parallelfails TestNestedParallelFailures/c (0.00s)
    fails_test.go:50: failed sub c
    --- FAIL: TestNestedParallelFailures/c (0.00s)

=== FAIL: testjson/internal/parallelfails TestNestedParallelFailures/b (0.00s)
    fails_test.go:50: failed sub b
    --- FAIL: TestNestedParallelFailures/b (0.00s)

=== FAIL: testjson/internal/parallelfails TestNestedParallelFailures (0.00s)

=== FAIL: testjson/internal/parallelfails TestParallelTheFirst (0.01s)
    fails_test.go:29: failed the first

=== FAIL: testjson/internal/parallelfails TestParallelTheThird (0.00s)
    fails_test.go:41: failed the third

=== FAIL: testjson/internal/parallelfails TestParallelTheSecond (0.01s)
    fails_test.go:35: failed the second

=== FAIL: testjson/internal/withfails TestFailed (0.00s)
    fails_test.go:34: this failed

=== FAIL: testjson/internal/withfails TestFailedWithStderr (0.00s)
this is stderr
    fails_test.go:43: also failed

=== FAIL: testjson/internal/withfails TestNestedWithFailure/c (0.00s)
    fails_test.go:65: failed
    --- FAIL: TestNestedWithFailure/c (0.00s)

=== FAIL: testjson/internal/withfails TestNestedWithFailure (0.00s)

DONE 59 tests, 5 skipped, 13 failures in 0.000s