go-junit-report/testdata/012-subtests.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

32 lines
1.2 KiB
Plaintext

=== RUN TestSubtests
=== RUN TestSubtests/Subtest
subtests_test.go:7: ok
=== RUN TestSubtests/Subtest#01
subtests_test.go:10: error message
=== RUN TestSubtests/Subtest#02
subtests_test.go:13: skip message
--- FAIL: TestSubtests (0.00s)
--- PASS: TestSubtests/Subtest (0.00s)
--- FAIL: TestSubtests/Subtest#01 (0.00s)
--- SKIP: TestSubtests/Subtest#02 (0.00s)
=== RUN TestNestedSubtests
=== RUN TestNestedSubtests/a#1
=== RUN TestNestedSubtests/a#1/b#1
=== RUN TestNestedSubtests/a#1/b#1/c#1
--- PASS: TestNestedSubtests (0.00s)
--- PASS: TestNestedSubtests/a#1 (0.00s)
--- PASS: TestNestedSubtests/a#1/b#1 (0.00s)
--- PASS: TestNestedSubtests/a#1/b#1/c#1 (0.00s)
=== RUN TestFailingSubtestWithNestedSubtest
=== RUN TestFailingSubtestWithNestedSubtest/Subtest
=== RUN TestFailingSubtestWithNestedSubtest/Subtest/Subsubtest
subtests_test.go:29: ok
=== CONT TestFailingSubtestWithNestedSubtest/Subtest
subtests_test.go:31: Subtest error message
--- FAIL: TestFailingSubtestWithNestedSubtest (0.00s)
--- FAIL: TestFailingSubtestWithNestedSubtest/Subtest (0.00s)
--- PASS: TestFailingSubtestWithNestedSubtest/Subtest/Subsubtest (0.00s)
FAIL
exit status 1
FAIL package/subtests 0.001s