You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_runner: add timestamp to JUnit reporter testsuites
Emit the standard JUnit timestamp (ISO 8601) on <testsuite> elements,
which the reporter was omitting. The suite start time is reconstructed
as end-minus-duration, because the runner reports a suite's test:start
lazily (when its first subtest reports), which would otherwise record a
time close to the suite's end.
Fixes: #64028
Signed-off-by: sangwook <[email protected]>
PR-URL: #64029
Reviewed-By: Moshe Atlow <[email protected]>
Reviewed-By: Jacob Smith <[email protected]>
<testcasename="callback async throw after done"time="*"classname="test"file="*"/>
269
-
<testsuitename="only is set on subtests but not in only mode"time="*"disabled="0"errors="0"tests="3"failures="0"skipped="0"hostname="HOSTNAME">
269
+
<testsuitename="only is set on subtests but not in only mode"time="*"disabled="0"errors="0"tests="3"failures="0"skipped="0"timestamp="*"hostname="HOSTNAME">
0 commit comments