Skip to content

Commit

Permalink
Merge branch 'add-start-time' into matrix-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Feb 21, 2020
2 parents 6c78d46 + 9fd1c2d commit c35389f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/xharness/XmlResultParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ static void GenerateNUnitV3Failure (XmlWriter writer, string title, string messa
("inconclusive", "0"),
("skipped", "0"),
("asserts", "1"),
("date", XmlConvert.ToString (DateTime.Now, "yyyy-MM-dd"))
("run-date", XmlConvert.ToString (DateTime.Now, "yyyy-MM-dd")),
("start-time", DateTime.Now.ToString ("HH:mm:ss"))
);
writer.WriteStartElement ("test-suite");
writer.WriteAttributeString ("type", "Assembly");
Expand Down

4 comments on commit c35389f

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Device tests passed on TvOS on Azure DevOps(TvOS): Html Report

🔥 Tests failed catastrophically on TvOS (no summary found)

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Device tests passed on iOS on Azure DevOps(iOS): Html Report

🔥 Tests failed catastrophically on iOS (no summary found)

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Device tests passed on iOS32b on Azure DevOps(iOS32b): Html Report

🔥 Tests failed catastrophically on iOS32b (no summary found)

Please sign in to comment.