File: 008-parallel.txt

package info (click to toggle)
golang-github-jstemmer-go-junit-report 2.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: xml: 975; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=== RUN   TestP1
=== PAUSE TestP1
=== RUN   TestP2
=== PAUSE TestP2
=== RUN   TestP3
=== PAUSE TestP3
=== CONT  TestP1
    pkg_test.go:10: t.Log(P1)
=== CONT  TestP3
    pkg_test.go:24: t.Log(P3)
=== CONT  TestP2
    pkg_test.go:17: t.Log(P2)
    pkg_test.go:19: P2 error
--- FAIL: TestP2 (0.05s)
=== CONT  TestP3
    pkg_test.go:26: P3 error
--- FAIL: TestP3 (0.08s)
=== CONT  TestP1
    pkg_test.go:12: P1 error
--- FAIL: TestP1 (0.10s)
FAIL
exit status 1
FAIL	package/parallel	0.102s