mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Add testcase for failed and skipped benchmarks
This commit is contained in:
parent
f355bc72cc
commit
44187d369e
15
testdata/036-benchfail.txt
vendored
Normal file
15
testdata/036-benchfail.txt
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user