go-junit-report/testdata/008-parallel.txt
Joël Stemmer 4d05b2dc3f Regenerate testdata files
Many of the testdata files were generated a long time ago with very old
versions of Go. The Go test output has changed over time, and these test
inputs no longer reflect the current state. The intention is to fully
support the test output of the most recent Go versions.

This commit also includes the source used to generate the test output,
so the output can be more easily updated in the future.
2022-05-14 23:21:56 +01:00

24 lines
487 B
Plaintext

=== 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