mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
goos: linux
|
|
goarch: amd64
|
|
pkg: package/name/benchfail
|
|
BenchmarkError
|
|
bench_test.go:6: error message
|
|
--- FAIL: BenchmarkError
|
|
BenchmarkFatal
|
|
bench_test.go:10: fatal message
|
|
--- FAIL: BenchmarkFatal
|
|
BenchmarkSkip
|
|
bench_test.go:14: skip message
|
|
--- SKIP: BenchmarkSkip
|
|
FAIL
|
|
exit status 1
|
|
FAIL package/name/benchfail 0.002s
|