artifactview/tests/testfiles/junit/hello.junit.xml

40 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="nextest-run" tests="2" failures="1" errors="0" uuid="80dd57da-f066-4d37-9b3c-d1d98c5789bd" timestamp="2024-06-11T20:32:12.532+02:00" time="0.007">
<testsuite name="lib1" tests="2" disabled="0" errors="0" failures="1">
<testcase name="tests::it_works" classname="lib1" timestamp="2024-06-11T20:32:12.532+02:00" time="0.003">
<system-out>
running 1 test
test tests::it_works ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 2 filtered out; finished in 0.00s
</system-out>
<system-err></system-err>
</testcase>
<testcase name="tests::pippi_langstrumpf" classname="lib1" timestamp="2024-06-11T20:32:12.532+02:00" time="0.003">
<failure type="test failure">thread &apos;tests::pippi_langstrumpf&apos; panicked at src/lib.rs:18:9:
assertion `left == right` failed
left: 7
right: 9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace</failure>
<system-out>
running 1 test
test tests::pippi_langstrumpf ... FAILED
failures:
failures:
tests::pippi_langstrumpf
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 2 filtered out; finished in 0.00s
</system-out>
<system-err>thread &apos;tests::pippi_langstrumpf&apos; panicked at src/lib.rs:18:9:
assertion `left == right` failed
left: 7
right: 9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
</system-err>
</testcase>
</testsuite>
</testsuites>