xamarin-macios/tests/xharness
Manuel de la Pena bd171282cf
[XHarness] USe static variables for common test names. (#7837)
One of the reason why we lost the TestReport was because the xml added
from the new code did not use the same name for the log as the expected
one (https://github.com/xamarin/xamarin-macios/pull/7835/files#diff-03773861bcef485bf343300f31b60b0eR374).

If we are going to be using the description as a way to decide what is
going to be done with it, lets use static vars so that we do not have
logs added with the wrong name.
2020-02-11 06:42:21 -05:00
..
BCLTestImporter [Harness] Unify the CI properties. (#7750) 2020-01-24 07:47:44 -05:00
Properties [tests] Import 2016-05-26 15:06:52 +02:00
.gitignore [xharness] Major rewrite (add server mode, add device support, add today extension support). 2017-01-05 13:08:48 +01:00
AppRunner.cs [XHarness] USe static variables for common test names. (#7837) 2020-02-11 06:42:21 -05:00
BCLTestInfo.cs [Test] Bump mono and use the new splited tests. (#7626) 2019-12-23 18:39:41 -05:00
DeviceLogCapturer.cs Implement a different escaping/quoting algorithm for arguments to System.Diagnostics.Process. (#7177) 2019-10-14 16:18:46 +02:00
Extensions.cs [XHarness] Do write the TestReport when we have xUnit results. (#7835) 2020-02-10 21:44:33 -05:00
GitHub.cs [xharness] Fix finding labels in pull requests. (#6025) 2019-05-09 21:44:07 +02:00
Harness.cs [Harness] Unify the CI properties. (#7750) 2020-01-24 07:47:44 -05:00
Jenkins.cs [XHarness] USe static variables for common test names. (#7837) 2020-02-11 06:42:21 -05:00
Log.cs [XHarness] USe static variables for common test names. (#7837) 2020-02-11 06:42:21 -05:00
MacTarget.cs [xharness] Fix Makefile-mac.inc generation after recent disruptive changes. (#6401) 2019-06-24 16:08:13 +02:00
MakefileGenerator.cs [Harness] Unify the CI properties. (#7750) 2020-01-24 07:47:44 -05:00
MonoNativeInfo.cs [xharness] Refactor how mac tests projects are generated. Fixes #6322. 2019-06-20 10:48:51 +02:00
Process_Extensions.cs Implement a different escaping/quoting algorithm for arguments to System.Diagnostics.Process. (#7177) 2019-10-14 16:18:46 +02:00
Program.cs Merge remote-tracking branch 'origin/xcode11' into master-xcode11 2019-09-13 18:35:18 +02:00
ProjectFileExtensions.cs [runtime] Split the build differently: build libraries for simulator and device separately. (#7143) 2019-10-03 16:38:44 +02:00
SimpleFileListener.cs Merge xcode9 into d15-4[-xi] (#2710) 2017-09-15 17:53:16 -04:00
SimpleHttpListener.cs Merge xcode9 into d15-4[-xi] (#2710) 2017-09-15 17:53:16 -04:00
SimpleListener.cs [xharness] Refactor a bit to use async code for the test listener instead of a thread pool thread. (#5581) 2019-02-11 17:36:13 +01:00
SimpleTcpListener.cs [Xharness] Fix all xml parsing issues and ensure that the xml can be consumed by VSTS. (#7768) 2020-02-04 11:03:38 -05:00
Simulators.cs [xharness] Improve TCC database editing. (#7773) 2020-01-30 17:54:07 +01:00
SolutionGenerator.cs [Harness] Pass extra arguments to configure the linker for certain tests (#6143) 2019-05-28 07:04:42 -07:00
TVOSTarget.cs [xharness] Remove bitcode from tvOS apps. (#5781) 2019-03-18 15:00:21 +01:00
Target.cs [xharness] Don't depend on the Harness.Mac value except to determine what to configure. 2019-06-20 10:48:51 +02:00
TestProject.cs [xharness] Only run 'dont link' on release configuration (#7662) 2020-01-02 15:06:54 -05:00
TodayExtensionTarget.cs [XHarness] Clean the bcl-tests directory. (#6165) 2019-05-31 13:05:22 +02:00
UnifiedTarget.cs [Test] Bump mono and use the new splited tests. (#7626) 2019-12-23 18:39:41 -05:00
WatchOSTarget.cs [XHarness] Clean the bcl-tests directory. (#6165) 2019-05-31 13:05:22 +02:00
XmlResultParser.cs [XHarness] Do write the TestReport when we have xUnit results. (#7835) 2020-02-10 21:44:33 -05:00
favicon.ico [xharness] Backport a few changes to get HE0038 reporting. (#6272) 2019-06-12 16:47:15 +02:00
iOSTarget.cs [xharness] Don't depend on the Harness.Mac value except to determine what to configure. 2019-06-20 10:48:51 +02:00
xharness.csproj [XHarness] Refactor xml code to make the AppRunner class cleaner. (#7794) 2020-02-05 21:23:44 -05:00
xharness.css [xharness] Backport a few changes to get HE0038 reporting. (#6272) 2019-06-12 16:47:15 +02:00
xharness.js [xharness] Backport a few changes to get HE0038 reporting. (#6272) 2019-06-12 16:47:15 +02:00
xharness.sln [xharness] Add separate solution to make it load faster in the IDE. (#124) 2016-06-02 12:17:52 +02:00