mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
parent
76f68922a2
commit
bab26d76b5
@ -115,6 +115,10 @@ func JUnit(report Report, hostname string, now time.Time) junit.Testsuites {
|
||||
Hostname: hostname,
|
||||
}
|
||||
|
||||
if len(pkg.Output) > 0 {
|
||||
suite.SystemOut = &junit.Output{Data: formatOutput(pkg.Output, 0)}
|
||||
}
|
||||
|
||||
if pkg.Coverage > 0 {
|
||||
suite.AddProperty("coverage.statements.pct", fmt.Sprintf("%.2f", pkg.Coverage))
|
||||
}
|
||||
|
1
testdata/02-report.xml
vendored
1
testdata/02-report.xml
vendored
@ -8,5 +8,6 @@
|
||||
<failure message="Failed" type="">file_test.go:11: Error message
file_test.go:11: Longer
	error
	message.</failure>
|
||||
</testcase>
|
||||
<testcase classname="name" name="TestTwo" time="0.130"></testcase>
|
||||
<system-out><![CDATA[exit status 1]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
1
testdata/06-report.xml
vendored
1
testdata/06-report.xml
vendored
@ -14,5 +14,6 @@
|
||||
<failure message="Failed" type="">file_test.go:11: Error message
file_test.go:11: Longer
	error
	message.</failure>
|
||||
</testcase>
|
||||
<testcase classname="name2" name="TestTwo" time="0.130"></testcase>
|
||||
<system-out><![CDATA[exit status 1]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
1
testdata/17-report.xml
vendored
1
testdata/17-report.xml
vendored
@ -7,5 +7,6 @@
|
||||
<testcase classname="race_test" name="TestRace" time="0.000">
|
||||
<failure message="Failed" type="">test output
2 0xc4200153d0
==================
WARNING: DATA RACE
Write at 0x00c4200153d0 by goroutine 7:
 race_test.TestRace.func1()
 race_test.go:13 +0x3b

Previous write at 0x00c4200153d0 by goroutine 6:
 race_test.TestRace()
 race_test.go:15 +0x136
 testing.tRunner()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:657 +0x107

Goroutine 7 (running) created at:
 race_test.TestRace()
 race_test.go:14 +0x125
 testing.tRunner()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:657 +0x107

Goroutine 6 (running) created at:
 testing.(*T).Run()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:697 +0x543
 testing.runTests.func1()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:882 +0xaa
 testing.tRunner()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:657 +0x107
 testing.runTests()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:888 +0x4e0
 testing.(*M).Run()
 /usr/local/Cellar/go/1.8.3/libexec/src/testing/testing.go:822 +0x1c3
 main.main()
 _test/_testmain.go:52 +0x20f
==================
testing.go:610: race detected during execution of test</failure>
|
||||
</testcase>
|
||||
<system-out><![CDATA[exit status 1]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
1
testdata/20-report.xml
vendored
1
testdata/20-report.xml
vendored
@ -13,5 +13,6 @@
|
||||
<testcase classname="parallel" name="ThirdTest" time="0.010">
|
||||
<failure message="Failed" type="">Message from third
parallel_test.go:32: ThirdTest error</failure>
|
||||
</testcase>
|
||||
<system-out><![CDATA[exit status 1]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
3
testdata/22-report.xml
vendored
3
testdata/22-report.xml
vendored
@ -6,5 +6,8 @@
|
||||
</properties>
|
||||
<testcase classname="basic" name="BenchmarkParse" time="0.000000604"></testcase>
|
||||
<testcase classname="basic" name="BenchmarkReadingList" time="0.000001425"></testcase>
|
||||
<system-out><![CDATA[goos: darwin
|
||||
goarch: amd64
|
||||
pkg: code.internal/state]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
3
testdata/23-report.xml
vendored
3
testdata/23-report.xml
vendored
@ -6,5 +6,8 @@
|
||||
</properties>
|
||||
<testcase classname="one" name="BenchmarkIpsHistoryInsert" time="0.000052568"></testcase>
|
||||
<testcase classname="one" name="BenchmarkIpsHistoryLookup" time="0.000015208"></testcase>
|
||||
<system-out><![CDATA[goos: darwin
|
||||
goarch: amd64
|
||||
pkg: code.internal/state]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
2
testdata/26-report.xml
vendored
2
testdata/26-report.xml
vendored
@ -6,6 +6,7 @@
|
||||
</properties>
|
||||
<testcase classname="common" name="BenchmarkParse" time="0.000001591"></testcase>
|
||||
<testcase classname="common" name="BenchmarkNewTask" time="0.000000391"></testcase>
|
||||
<system-out><![CDATA[pkg: mycode/common]]></system-out>
|
||||
</testsuite>
|
||||
<testsuite tests="4" failures="0" errors="0" time="47.084" name="mycode/benchmarks/channels" hostname="hostname" timestamp="2022-01-01T00:00:00Z">
|
||||
<properties>
|
||||
@ -15,5 +16,6 @@
|
||||
<testcase classname="channels" name="BenchmarkFanout/Channel/100" time="0.000024965"></testcase>
|
||||
<testcase classname="channels" name="BenchmarkFanout/Channel/1000" time="0.000195672"></testcase>
|
||||
<testcase classname="channels" name="BenchmarkFanout/Channel/10000" time="0.002410200"></testcase>
|
||||
<system-out><![CDATA[pkg: mycode/benchmarks/channels]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
3
testdata/27-report.xml
vendored
3
testdata/27-report.xml
vendored
@ -7,5 +7,8 @@
|
||||
<testcase classname="small" name="BenchmarkItsy" time="0.000000045"></testcase>
|
||||
<testcase classname="small" name="BenchmarkTeeny" time="0.000000002"></testcase>
|
||||
<testcase classname="small" name="BenchmarkWeeny" time="0.000000000"></testcase>
|
||||
<system-out><![CDATA[goos: darwin
|
||||
goarch: amd64
|
||||
pkg: really/small]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
1
testdata/28-report.xml
vendored
1
testdata/28-report.xml
vendored
@ -5,5 +5,6 @@
|
||||
<property name="go.version" value="1.0"></property>
|
||||
</properties>
|
||||
<testcase classname="cpu" name="BenchmarkRing" time="0.000000074"></testcase>
|
||||
<system-out><![CDATA[pkg: single/cpu]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
1
testdata/29-report.xml
vendored
1
testdata/29-report.xml
vendored
@ -5,5 +5,6 @@
|
||||
<property name="go.version" value="1.0"></property>
|
||||
</properties>
|
||||
<testcase classname="cpu" name="BenchmarkRingaround" time="0.000013571"></testcase>
|
||||
<system-out><![CDATA[pkg: sixteen/cpu]]></system-out>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
Loading…
x
Reference in New Issue
Block a user